Commit graph

24 commits

Author SHA1 Message Date
b6de7831e5 tests: add tests for scanner module 2024-09-19 20:37:07 +01:00
76a047b9ca tests: add tests for init module 2024-09-19 20:19:05 +01:00
5357bbe4c5 refactor: split up main 2024-09-19 19:30:07 +01:00
64ddc6a6e6 tests: add tests for Config 2024-09-19 19:12:15 +01:00
92811bc074 refactor: comment out unused code in line
It will probably be uncommented again soon.
2024-09-19 18:30:33 +01:00
61351ba07a test: add tests for markers 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
1e2a6e1804 test: add first tests for pattern matching
All checks were successful
Test / test (push) Successful in 3s
2024-09-18 22:11:15 +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
ed0b1c4535 feat: log progress ignoring files listed in .gitignore, .ignore and .rgignore
All checks were successful
Test / test (push) Successful in 1m23s
2024-09-18 11:51:57 +01:00
708bcb0b91 feat: scan for TODO and FIXME markers
Some checks failed
Test / test (push) Failing after 1m25s
2024-09-18 11:10:05 +01:00
eea2e14fb0 feat: collect env into Config and note planned operations
All checks were successful
Test / test (push) Successful in 3s
2024-09-17 19:42:33 +01:00
307e463c87 feat: collect useful environment vars
All checks were successful
Test / test (push) Successful in 43s
2024-09-17 18:52:49 +01:00
f2511d6737 feat: check env vars are all set
Some checks failed
Test / test (push) Failing after 1m9s
2024-09-17 18:34:00 +01:00
a2a9a2ec68 feat: list contents of current directory
All checks were successful
Test / test (push) Successful in 1m0s
2024-09-17 16:48:29 +01:00
1dbfd9fb7b feat: use Dockerfile (hello world)
All checks were successful
Test / test (push) Successful in 3s
Given I want to implement the core login in Rust, I don't want to have a
rust compile step for each invocation. So use a Dockerfile and it will
be built and cached by each Fogejo Runner.
2024-09-17 16:37:40 +01:00
ba3ba3f48f fix: specify valid value for runs.using
All checks were successful
Test / test (push) Successful in 5s
2024-09-17 16:20:32 +01:00
1004263723 fix: specify url correctly for action
Some checks failed
Test / test (push) Failing after 2s
2024-09-17 16:14:00 +01:00
d4e5c95908 test: allow workflow to be run manually
Some checks failed
Test / test (push) Failing after 13s
2024-09-17 16:11:33 +01:00
e69574285b test: add skeleton self-test
Some checks failed
Test / test (push) Failing after 11s
2024-09-17 16:06:13 +01:00
36fab96470 feat: add skeleton action 2024-09-17 16:01:59 +01:00
ef143482ea Update README.md 2024-09-17 15:35:36 +01:00
2f195aea69 Initial commit 2024-09-17 15:35:04 +01:00