Commit graph

8 commits

Author SHA1 Message Date
7d80ba4a6b Create and use Reachable primitive 2024-05-13 16:04:48 +02:00
3c4bbe3b6b Fix new commits not being added to the queue 2023-08-19 14:44:44 +02:00
546de29706 Extract git commands to own module 2023-08-17 17:16:34 +02:00
f12da915a9 Switch from tracing to log crate 2023-08-17 03:09:24 +02:00
1da946be10 Fix recurring task crash
It would fail when inserting a commit into the queue that was already in
the queue, instead of just skipping that commit.
2023-08-14 12:23:22 +02:00
e5de9ccb97 Identify queue items by commit hash, not id 2023-08-09 16:20:20 +02:00
7635af88cd Move util module to server module 2023-08-07 14:51:26 +02:00
45abda2b6d Move server code into its own module 2023-08-07 14:23:47 +02:00
Renamed from src/recurring/queue.rs (Browse further)