aboutsummaryrefslogtreecommitdiffstats
path: root/import_issues.py
Commit message (Expand)AuthorAgeFilesLines
* chore: blacken the filesentMatěj Cepl2024-05-051-127/+179
* fix: use proper logging instead of print()Matěj Cepl2024-05-051-5/+9
* Read labels and users from CSV files.Bryan Gardiner2024-05-041-47/+123
* Stop using datetime.utcnow() which is deprecated in Python 3.12.Bryan Gardiner2024-05-041-2/+2
* Drop incorrect return signature from file_missing_ticket().Bryan Gardiner2024-05-041-1/+1
* Allow of use of STARTTLS when connecting to the SMTP server.Matěj Cepl2024-05-041-1/+12
* Handle confidential items; indicate who changed issue metadata.Bryan Gardiner2024-05-031-7/+86
* Add option to create Sourcehut tickets for missing Github issues.Bryan Gardiner2024-05-031-18/+107
* Initial, works-for-me script to import Gitlab issues to Sourcehut.Bryan Gardiner2024-05-031-0/+595