index
:
lazygl2srht
devel
master
Lazy Gitlab to Sourcehut issue migration tool
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
import_issues.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Various touch-ups now that we have hut support.
HEAD
master
devel
Bryan Gardiner
2024-07-19
1
-70
/
+103
*
fix: split too long descriptions or comments and send them separately
Matěj Cepl
2024-07-19
1
-13
/
+44
*
feat: add split_long_str() splitting strings keeping lines intact
Matěj Cepl
2024-07-19
1
-0
/
+18
*
fix: handle a failure to run hut subprocess well
Matěj Cepl
2024-07-19
1
-18
/
+23
*
refactor: move processing of smtp args to special function
Matěj Cepl
2024-07-19
1
-30
/
+37
*
feat: add setting labels for individual tickets
Matěj Cepl
2024-07-19
1
-57
/
+96
*
refactor: split open_ticket() into two subfunctions per modes.
Matěj Cepl
2024-07-19
1
-21
/
+117
*
feat: delayed closing of tickets.
Matěj Cepl
2024-07-19
1
-11
/
+24
*
feat: have smaller delay between calls to hut than SMTP ones.
Matěj Cepl
2024-07-19
1
-17
/
+46
*
feat: check existence of labels
Matěj Cepl
2024-07-19
1
-11
/
+52
*
feat: add 'hut' option to the current 'print' and 'send' ones.
Matěj Cepl
2024-07-19
1
-37
/
+75
*
refactor: simplify API signature
Matěj Cepl
2024-07-19
1
-26
/
+19
*
refactor: it is a general delay, not just the SMTP one.
Matěj Cepl
2024-07-19
1
-20
/
+20
*
fix: better logging
Matěj Cepl
2024-07-19
1
-2
/
+2
*
Send logging to stdout for correct interleaving with printed emails.
Bryan Gardiner
2024-05-06
1
-10
/
+22
*
Allow the milestones file to be missing.
Bryan Gardiner
2024-05-06
1
-3
/
+6
*
chore: blacken the file
Matěj Cepl
2024-05-06
1
-229
/
+248
*
fix: use proper logging instead of print()
Matěj Cepl
2024-05-06
1
-5
/
+9
*
Read labels and users from CSV files.
Bryan Gardiner
2024-05-04
1
-47
/
+123
*
Stop using datetime.utcnow() which is deprecated in Python 3.12.
Bryan Gardiner
2024-05-04
1
-2
/
+2
*
Drop incorrect return signature from file_missing_ticket().
Bryan Gardiner
2024-05-04
1
-1
/
+1
*
Allow of use of STARTTLS when connecting to the SMTP server.
Matěj Cepl
2024-05-04
1
-1
/
+12
*
Handle confidential items; indicate who changed issue metadata.
Bryan Gardiner
2024-05-03
1
-7
/
+86
*
Add option to create Sourcehut tickets for missing Github issues.
Bryan Gardiner
2024-05-03
1
-18
/
+107
*
Initial, works-for-me script to import Gitlab issues to Sourcehut.
Bryan Gardiner
2024-05-03
1
-0
/
+595