cbaines pushed a change to branch master
in repository data-service.
from 971a474 Update delete-unreferenced-derivations
new b5b89b3 Fix broken links to builds
new 41a7f38 Cleanup scheduled and started builds with "0" timestamps
new efb26a6 Add a view build link on the build page
new 6a04d47 Regenerate the latest_build_status table
new fa6e4ac Use the status for ordering, as well as timestamp
new 266a2d8 Limit the builds displayed on the /builds page
new 553f00d Fix rendering of the /builds page
new 2e859ed Increase the limit on pending builds to query
new 5124f3b Update insert-new-latest-status-entries
new 63fc191 Sort the pending builds by timestamp
The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
guix-data-service/builds.scm | 21 +++++++++++++++++++--
guix-data-service/model/build-status.scm | 4 ++--
guix-data-service/model/build.scm | 20 ++++++++++++++++----
guix-data-service/web/build-server/controller.scm | 3 ++-
guix-data-service/web/build-server/html.scm | 13 ++++++++++---
guix-data-service/web/build/controller.scm | 14 ++++++++++----
guix-data-service/web/html-utils.scm | 3 ++-
...tatus.sql => regenerate_latest_build_status.sql} | 12 ++++--------
sqitch/revert/regenerate_latest_build_status.sql | 7 +++++++
sqitch/sqitch.plan | 1 +
sqitch/verify/regenerate_latest_build_status.sql | 7 +++++++
11 files changed, 80 insertions(+), 25 deletions(-)
copy sqitch/deploy/{create_latest_build_status.sql =>
regenerate_latest_build_status.sql} (59%)
create mode 100644 sqitch/revert/regenerate_latest_build_status.sql
create mode 100644 sqitch/verify/regenerate_latest_build_status.sql