builder-web/test
Reynir Björnsson d4da5a199f Implement builder-db vacuum {older-than,latest-n}
- `builder-db vacuum older-than [--job JOBNAME] RFC3339` removes all
  builds in `JOBNAME` (defaults to all jobs) that were built before
  `RFC3339`.
- `builder-db vacuum except-latest [--job JOBNAME] LATEST-N` removes all
  builds in `JOBNNAME` (defaults to all jobs) except for the latest
  `LATEST-N` builds (successful or not).
2024-02-12 15:09:08 +01:00
..
dune Add two SQL requests to collect older builds according to a parameter 2024-02-12 12:19:52 +01:00
markdown_to_html.ml require cmarkit 0.3 2023-12-14 15:10:12 +01:00
router.ml whitespace-cleanup 2023-09-19 15:07:47 +02:00
test_builder_db.ml Implement builder-db vacuum {older-than,latest-n} 2024-02-12 15:09:08 +01:00