Mobilizon-Reshare-condividi.../tests
Giacomo Leidi 6f8f96d5b6 cli: inspect: Refactor command.
Now the inspect command can display informations about
different kind of objects including events and publications.

This patch also changes the cli to output columnar values
suitable for further processing with standard Unix
tool, such as awk.

$ mobilizon-reshare.sh inspect publication -s completed | awk '{ print  }' | sort | uniq -c
[2021-12-01 01:05:55,321] [20] [INFO] Tortoise-ORM shutdown
      2 mastodon
      2 telegram
      2 zulip
2021-12-01 01:13:59 +01:00
..
commands Query refactoring (#102) 2021-11-24 23:58:06 +01:00
config fix telegram active (#78) 2021-10-17 14:05:25 +02:00
event fix publisher deactivation (#93) 2021-11-11 15:18:04 +01:00
formatting rename everything (#50) 2021-08-16 10:49:52 +02:00
mobilizon fix publisher deactivation (#93) 2021-11-11 15:18:04 +01:00
models fix publisher deactivation (#93) 2021-11-11 15:18:04 +01:00
publishers cli: inspect: Refactor command. 2021-12-01 01:13:59 +01:00
resources format event cli (#61) 2021-09-09 23:04:19 +02:00
storage storage: publications_with_status: Return a list[Publication]. 2021-11-30 00:05:11 +01:00
__init__.py Query refactoring (#102) 2021-11-24 23:58:06 +01:00
conftest.py Query refactoring (#102) 2021-11-24 23:58:06 +01:00