tablejohn/src
Joscha 6ed6ff1a36 Ensure base path always starts and ends with /
The base path is an absolute path, so it should always start with /.
Whenever it is used, it must also always be followed by at least one /,
so baking that into the value makes sense. Finally, we can now
deduplicate the / in case the base path is the root.
2023-08-10 21:03:25 +02:00
..
runner Implement basic runner structure 2023-08-09 16:00:43 +02:00
server Remove /commit/ endpoint 2023-08-10 20:40:41 +02:00
args.rs Add --bench-script cli arg 2023-08-10 17:50:23 +02:00
config.rs Ensure base path always starts and ends with / 2023-08-10 21:03:25 +02:00
id.rs Generate random runner tokens 2023-08-10 17:50:23 +02:00
main.rs Generate random runner tokens 2023-08-10 17:50:23 +02:00
runner.rs Implement basic runner structure 2023-08-09 16:00:43 +02:00
server.rs Implement /api/runner/status 2023-08-10 18:47:44 +02:00
shared.rs Implement /api/runner/status 2023-08-10 18:47:44 +02:00
somehow.rs Store more commit info in db 2023-08-06 10:47:45 +02:00