Commit Graph

13 Commits

Author SHA1 Message Date
0d22b8e05b
Print links for all mentioned tickets
All checks were successful
Run Limnoria Plugin Tests / test (pull_request) Successful in 10s
Run Limnoria Plugin Tests / test (push) Successful in 10s
Up to now this plugin only printed the link for the first encountered
ticket id. With this change links for all tickets are printed instead.
2024-09-21 14:25:11 +02:00
aeaa93d82e
Use a regex to extract the page title 2024-09-21 14:25:11 +02:00
925e95e847
Don't match ticket ids embedded in words
Only match ticket ids which are a separate word or are prepended by a
special character to avoid false-positives matches.
2024-09-21 14:24:31 +02:00
3d38561875
Simplify code 2024-09-21 13:36:53 +02:00
c10f71a867
Make the plugin work with Python 3.12
All checks were successful
Run Limnoria Plugin Tests / test (pull_request) Successful in 10s
Run Limnoria Plugin Tests / test (push) Successful in 8s
2024-09-21 12:11:06 +02:00
651940372e
Add tests
All checks were successful
Run Limnoria Plugin Tests / test (push) Successful in 32s
2024-09-08 17:27:11 +03:00
f5722a96b4
Add a log 2024-09-08 17:26:58 +03:00
0b66f18d1b
Add requirements.txt 2024-09-08 16:43:00 +03:00
ce7f037f00
Add .gitattributes 2024-09-08 16:36:42 +03:00
03aef32bdc
Add .gitignore 2024-09-08 16:36:31 +03:00
4850a002bd
Remove pycache folder 2024-09-08 16:35:14 +03:00
1b5d10d676
Resolve issue ids using Gitea instead of Trac 2024-09-08 13:43:45 +02:00
WFG
562f8f2cc6 first commit 2024-08-21 20:08:36 +00:00