Fix minor cron.py issues #64

Merged
pfm merged 13 commits from fix-cron-script into master 2022-05-06 19:25:13 +02:00
Collaborator

Related to #63: TypeError: memoryview: a bytes-like object is required, not
'str'.

  • Allow GnuPG.add_key accept either 'str' or 'bytes'.
  • Import MIMEText from email.mime.text.
Related to #63: TypeError: memoryview: a bytes-like object is required, not 'str'. - Allow GnuPG.add_key accept either 'str' or 'bytes'. - Import MIMEText from email.mime.text.
pfm added 1 commit 2022-04-10 19:06:20 +02:00
5a34249090 Fix minor cron.py issues
Related to #63: TypeError: memoryview: a bytes-like object is required, not
'str'.

- Allow GnuPG.add_key accept either 'str' or 'bytes'.
- Import MIMEText from email.mime.text.
pfm added 1 commit 2022-04-19 20:50:52 +02:00
pfm added 1 commit 2022-04-19 21:17:07 +02:00
pfm added 1 commit 2022-04-19 21:23:08 +02:00
pfm added 1 commit 2022-04-19 21:35:50 +02:00
muppeth added 1 commit 2022-04-20 13:02:03 +02:00
pfm added 1 commit 2022-04-23 09:41:08 +02:00
7aff414fb7 Use SQLAlchemy to access database
- Replace hardcoded MySQLdb package with sqlalchemy to support other RDBMS
backends.

- Provide a script that could eventually replace schema.sql (schema.py).

- Update sample configuration.
pfm added 1 commit 2022-04-23 13:09:03 +02:00
pfm added 1 commit 2022-04-23 13:14:12 +02:00
Author
Collaborator

Now it also addresses #66.

Now it also addresses #66.
pfm added 1 commit 2022-04-24 10:08:16 +02:00
pfm added 1 commit 2022-04-24 10:43:24 +02:00
pfm added 1 commit 2022-04-26 18:43:17 +02:00
pfm added 1 commit 2022-05-06 19:16:22 +02:00
pfm merged commit 7767dfaff9 into master 2022-05-06 19:25:13 +02:00
Author
Collaborator

This has already resolved #36.

This has already resolved #36.
Sign in to join this conversation.
No description provided.