aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Various touch-ups now that we have hut support.HEADmasterdevelBryan Gardiner2024-07-191-70/+103
* fix: split too long descriptions or comments and send them separatelyMatěj Cepl2024-07-191-13/+44
* feat: add split_long_str() splitting strings keeping lines intactMatěj Cepl2024-07-194-0/+856
* fix: handle a failure to run hut subprocess wellMatěj Cepl2024-07-191-18/+23
* refactor: move processing of smtp args to special functionMatěj Cepl2024-07-191-30/+37
* feat: add setting labels for individual ticketsMatěj Cepl2024-07-191-57/+96
* refactor: split open_ticket() into two subfunctions per modes.Matěj Cepl2024-07-191-21/+117
* feat: delayed closing of tickets.Matěj Cepl2024-07-191-11/+24
* feat: have smaller delay between calls to hut than SMTP ones.Matěj Cepl2024-07-191-17/+46
* feat: check existence of labelsMatěj Cepl2024-07-191-11/+52
* feat: add 'hut' option to the current 'print' and 'send' ones.Matěj Cepl2024-07-191-37/+75
* refactor: simplify API signatureMatěj Cepl2024-07-191-26/+19
* refactor: it is a general delay, not just the SMTP one.Matěj Cepl2024-07-191-20/+20
* fix: better loggingMatěj Cepl2024-07-191-2/+2
* Add .gitignore.Matěj Cepl2024-06-021-0/+3
* Add git config for subjectPrefix to the readme.Bryan Gardiner2024-05-061-0/+6
* Add contributing section to the readme.Bryan Gardiner2024-05-061-0/+14
* Send logging to stdout for correct interleaving with printed emails.Bryan Gardiner2024-05-061-10/+22
* Allow the milestones file to be missing.Bryan Gardiner2024-05-061-3/+6
* chore: blacken the fileMatěj Cepl2024-05-061-229/+248
* fix: use proper logging instead of print()Matěj Cepl2024-05-061-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
* Add link back to the Sourcehut project from the git repo.Bryan Gardiner2024-05-031-0/+2
* 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-033-0/+1282