Fix minor cron.py issues #64

Merged
pfm merged 13 commits from fix-cron-script into master 1 year ago
pfm commented 1 year ago
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 1 year ago
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 1 year ago
pfm added 1 commit 1 year ago
pfm added 1 commit 1 year ago
pfm added 1 commit 1 year ago
muppeth added 1 commit 1 year ago
pfm added 1 commit 1 year ago
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 1 year ago
pfm added 1 commit 1 year ago
pfm commented 1 year ago
Poster
Collaborator

Now it also addresses #66.

Now it also addresses #66.
pfm added 1 commit 1 year ago
pfm added 1 commit 1 year ago
pfm added 1 commit 1 year ago
pfm added 1 commit 1 year ago
pfm merged commit 7767dfaff9 into master 1 year ago
pfm commented 1 year ago
Poster
Collaborator

This has already resolved #36.

This has already resolved #36.
The pull request has been merged as 7767dfaff9.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b fix-cron-script master
git pull origin fix-cron-script

Step 2:

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff fix-cron-script
git push origin master
Sign in to join this conversation.
Loading…
There is no content yet.