civodul pushed a change to branch main. from 6c5d0ee doc: Fix parameter name for /api/jobs/history. new 9f63d3a database: Introduce ‘db-reschedule-stale-builds’ and call it periodically. new 5e59127 database: Synchronously update the status of dependent builds. new 6cd1608 remote-server: Remove periodic resumable/failed build updates. new 8b0c86a database: ‘db-add-build’ returns the build ID. new fbd778a remote-server: Create a ‘Builds’ row for failing build dependencies.
Summary of changes: src/cuirass/database.scm | 144 +++++++++++++++++++++++----------- src/cuirass/scripts/remote-server.scm | 50 ++++++++++-- tests/database.scm | 49 +++++++++--- tests/remote.scm | 11 ++- 4 files changed, 192 insertions(+), 62 deletions(-)