Commit graph

27 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
4bee60b8dd include date header in mail as some mail servers require that 2024-12-09 18:27:53 +01:00
Julian Schacher
1911694baf only login to SMTP server, if username and password set 2024-12-09 18:27:53 +01:00
Julian Schacher
48ba4ef7ca add logic for removing deleted notes from users histories 2024-12-02 19:49:08 +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
Julian Schacher
62cd667db5 add option for excluding notes or revisions from the action
This is useful, if one just wants to either expire notes or revisions.
2024-11-25 19:02:19 +01:00
cecad168d0 Improve email encoding 2024-06-07 14:40:54 +02:00
e0439dc667 Use correct quotes 2024-06-04 19:05:19 +02:00
d72f7d7b10 properly encode UTF-8 2024-06-04 18:58:35 +02:00
7a367cd8de use correct to address in log message 2024-06-04 18:56:09 +02: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
1fc917bdf5 Report SMTP error with more info 2024-05-25 12:21:29 +02:00
5d950facab Add a command to test the email config with 2024-05-25 11:52:26 +02:00
d73c5f8a52 Use options correctly
The age for notes and revisions was swapped
2024-05-20 13:01:51 +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
3c1a44c4ee Improve docs 2024-05-19 12:35:42 +02:00
7eb261a945 Sort revisions to be expired more nicely 2024-05-19 11:13:04 +02:00
b74873ae23 Small improvements 2024-05-19 00:34:36 +02:00
39168e2aa9 Set default for revisions to 14 days 2024-05-18 22:04:57 +02:00
359f308104 Extract email from profile if necessary 2024-05-18 21:24:25 +02:00
9bc4278c82 use correct columns 2024-05-18 21:05:00 +02:00
7c4cb94ea8 improve docs 2024-05-18 19:19:06 +02:00
5cde4ac06b Also report note URL for revision check 2024-05-18 18:59:41 +02:00
a9d7f142e7 Build an image and add it to compose 2024-05-18 18:56:22 +02:00
56641f66d5 first version of the script 2024-05-18 18:31:30 +02:00