[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (bbf8011 -> e9d4e74)
From: |
Christopher Baines |
Subject: |
branch master updated (bbf8011 -> e9d4e74) |
Date: |
Sat, 4 Jul 2020 04:32:03 -0400 (EDT) |
cbaines pushed a change to branch master
in repository data-service.
from bbf8011 Fix a bug with the derivation and output history JSON
representation
new 092f01b Fix the builds table headers
new 69d3c83 Improve select-builds-with-context
new 4b1dc76 Improve the revision builds page
new 5dc9ed6 Add a index to derivation_output_details_sets
new e9d4e74 Add builds to the store item page
The 5 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/model/build.scm | 41 ++++++++++++++++++++--
guix-data-service/web/build/html.scm | 5 ++-
guix-data-service/web/controller.scm | 4 ++-
guix-data-service/web/revision/controller.scm | 22 ++++++++----
guix-data-service/web/revision/html.scm | 13 +++++--
guix-data-service/web/view/html.scm | 18 +++++++++-
...ls_sets_derivation_output_details_ids_index.sql | 9 +++++
...ls_sets_derivation_output_details_ids_index.sql | 7 ++++
sqitch/sqitch.plan | 1 +
...ls_sets_derivation_output_details_ids_index.sql | 7 ++++
10 files changed, 109 insertions(+), 18 deletions(-)
create mode 100644
sqitch/deploy/derivation_output_details_sets_derivation_output_details_ids_index.sql
create mode 100644
sqitch/revert/derivation_output_details_sets_derivation_output_details_ids_index.sql
create mode 100644
sqitch/verify/derivation_output_details_sets_derivation_output_details_ids_index.sql
- branch master updated (bbf8011 -> e9d4e74),
Christopher Baines <=
- 01/05: Fix the builds table headers, Christopher Baines, 2020/07/04
- 03/05: Improve the revision builds page, Christopher Baines, 2020/07/04
- 04/05: Add a index to derivation_output_details_sets, Christopher Baines, 2020/07/04
- 05/05: Add builds to the store item page, Christopher Baines, 2020/07/04
- 02/05: Improve select-builds-with-context, Christopher Baines, 2020/07/04