Commit graph

19 commits

Author SHA1 Message Date
7ca81b1356 fix: elide lifetimes on Config
All checks were successful
Test / build (map[name:nightly]) (push) Successful in 5m30s
Test / build (map[name:stable]) (push) Successful in 5m57s
2025-01-04 20:38:14 +00:00
daf560318d chore: replace anyhow with color_eyre
All checks were successful
Test / build (map[name:nightly]) (push) Successful in 4m37s
Test / build (map[name:stable]) (push) Successful in 5m27s
2025-01-04 20:38:14 +00:00
a09f95c019 feat: make file locations more navigable
All checks were successful
Test / checks (map[name:nightly]) (push) Successful in 1m55s
Test / checks (map[name:stable]) (push) Successful in 2m26s
Closes kemitix/forgejo-todo-checker#24
2024-11-28 17:31:17 +00:00
Renovate Bot
76636326c3 fix(deps): update rust crate kxio to v2
All checks were successful
Test / checks (map[name:stable]) (push) Successful in 1m35s
Test / checks (map[name:nightly]) (push) Successful in 4m35s
2024-11-15 17:52:20 +00:00
a7e6ca4172 fix: Only look for issue number within the comment
All checks were successful
Test / checks (map[name:nightly]) (push) Successful in 3m58s
Test / checks (map[name:stable]) (push) Successful in 1m24s
Closes kemitix/forgejo-todo-checker#7
2024-09-22 11:06:54 +01:00
7e82cf2946 feat: Improve error messageso
All checks were successful
Test / test (push) Successful in 9s
Closes kemitix/forgejo-todo-checker#6
2024-09-21 19:28:54 +01:00
9b2da13ed4 feat: Log errors as they are found
All checks were successful
Test / test (push) Successful in 7s
Closes kemitix/forgejo-todo-checker#5
2024-09-21 19:09:14 +01:00
5a1fedd94b feat: Detect and ignore non-text files
All checks were successful
Test / test (push) Successful in 9s
Closes kemitix/forgejo-todo-checker#4
2024-09-21 16:24:50 +01:00
57f88bb832 feat: log any invalid/closed markers and exit if any found
All checks were successful
Test / test (push) Successful in 8s
2024-09-20 16:05:12 +01:00
d161d0104e feat: flag markers where issue is closed
All checks were successful
Test / test (push) Successful in 10s
2024-09-20 16:05:12 +01:00
b4552c7304 refactor: collapse empty modules
All checks were successful
Test / test (push) Successful in 7s
2024-09-20 16:05:12 +01:00
cf67463016 feat: fetch open issues
All checks were successful
Test / test (push) Successful in 10s
2024-09-20 16:05:12 +01:00
76a047b9ca tests: add tests for init module
All checks were successful
Test / test (push) Successful in 7s
2024-09-19 20:19:05 +01:00
64ddc6a6e6 tests: add tests for Config
All checks were successful
Test / test (push) Successful in 5s
2024-09-19 19:12:15 +01:00
92811bc074 refactor: comment out unused code in line
All checks were successful
Test / test (push) Successful in 7s
It will probably be uncommented again soon.
2024-09-19 18:30:33 +01:00
61351ba07a test: add tests for markers
All checks were successful
Test / test (push) Successful in 3m21s
2024-09-19 18:26:04 +01:00
056211ba05 feat: pretty-print found markers
All checks were successful
Test / test (push) Successful in 1m33s
2024-09-19 08:44:26 +01:00
3bdb914052 refactor: markers as enum parsed from lines
All checks were successful
Test / test (push) Successful in 4s
Fold Marker and IssueMarker into an enum.
Add functions to Line to parse into a Marker.
2024-09-18 22:41:57 +01:00
21ff321402 refactor: prepare for adding tests
All checks were successful
Test / test (push) Successful in 4s
2024-09-18 15:27:47 +01:00