[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (971a474 -> 63fc191)
From: |
Christopher Baines |
Subject: |
branch master updated (971a474 -> 63fc191) |
Date: |
Wed, 21 Oct 2020 15:50:29 -0400 (EDT) |
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
- branch master updated (971a474 -> 63fc191),
Christopher Baines <=
- 02/10: Cleanup scheduled and started builds with "0" timestamps, Christopher Baines, 2020/10/21
- 01/10: Fix broken links to builds, Christopher Baines, 2020/10/21
- 03/10: Add a view build link on the build page, Christopher Baines, 2020/10/21
- 04/10: Regenerate the latest_build_status table, Christopher Baines, 2020/10/21
- 05/10: Use the status for ordering, as well as timestamp, Christopher Baines, 2020/10/21
- 07/10: Fix rendering of the /builds page, Christopher Baines, 2020/10/21
- 06/10: Limit the builds displayed on the /builds page, Christopher Baines, 2020/10/21
- 10/10: Sort the pending builds by timestamp, Christopher Baines, 2020/10/21
- 08/10: Increase the limit on pending builds to query, Christopher Baines, 2020/10/21
- 09/10: Update insert-new-latest-status-entries, Christopher Baines, 2020/10/21