Commit graph

9 commits

Author SHA1 Message Date
Julian Schacher
5569119fcc improve docs with better infos, format and consistency
For the README:
- Improve the format, getting rid of the textwidth-based linebreaks and
  instead putting each sentence on its own line.
- Have an example for a local check execution to have the examples be
  more diverse.
- Describe the docker compose example and have it be up-to-date.
- Better describe the local setup example.
- Reformat the section on commands and arguments, first describing the
  commands and then the arguments, as this makes more sense
  structurally.
- Also change the title of the arguments and environment variables
  section to reflect its content on commands.

For the help output mirror the command descriptions of the README and
improve the format.
2024-12-09 18:27:53 +01:00
Julian Schacher
07ef29225e remove the exclude arg and instead have the revs and notes args be opt.
And then only act on notes/revisions, if the relevant argument got
specified.
This makes the CLI cleaner.
2024-12-09 18:27:53 +01:00
Julian Schacher
b471bbd4d3 switch to another postgresql python library (from pgsql to psycopg)
Switch to a library which is more well-known.
I also thought the library was the problem for not being able to
template in a JSON path, but that is just a PostgreSQL problem it seems.
2024-12-02 19:49:05 +01:00
89b0659cba Send report with emailcheck 2024-05-25 13:35:09 +02:00
5fc42907e3 Add a success indication
Also document the command.
2024-05-25 12:34:29 +02:00
5575cc9156 Ad cron functionality
Refactor the code to get rid of global variables. Also improve the docs.
2024-05-20 12:09:04 +02:00
b74873ae23 Small improvements 2024-05-19 00:34:36 +02:00
7c4cb94ea8 improve docs 2024-05-18 19:19:06 +02:00
56641f66d5 first version of the script 2024-05-18 18:31:30 +02:00