[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (67f1ace -> e394d1d)
From: |
Christopher Baines |
Subject: |
branch master updated (67f1ace -> e394d1d) |
Date: |
Sat, 31 Oct 2020 11:56:07 -0400 (EDT) |
cbaines pushed a change to branch master
in repository data-service.
from 67f1ace Add index to speed up deleting revisions
new 54616bc Add default "none" target to the package derivation outputs
page
new c05cbd8 Rename some derivation comparison procedures
new f05af44 Add a way of displaying build statuses as small labels
new 1573fe5 Remove a few peek calls that snuck in
new e394d1d Show build information when comparing package derivations
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/comparison.scm | 78 ++++++++++++++++++++-----
guix-data-service/web/compare/controller.scm | 30 ++++++----
guix-data-service/web/compare/html.scm | 70 +++++++++++++---------
guix-data-service/web/html-utils.scm | 38 +++++++++++-
guix-data-service/web/repository/controller.scm | 2 +-
guix-data-service/web/revision/controller.scm | 2 +-
6 files changed, 164 insertions(+), 56 deletions(-)
- branch master updated (67f1ace -> e394d1d),
Christopher Baines <=
- 01/05: Add default "none" target to the package derivation outputs page, Christopher Baines, 2020/10/31
- 02/05: Rename some derivation comparison procedures, Christopher Baines, 2020/10/31
- 03/05: Add a way of displaying build statuses as small labels, Christopher Baines, 2020/10/31
- 04/05: Remove a few peek calls that snuck in, Christopher Baines, 2020/10/31
- 05/05: Show build information when comparing package derivations, Christopher Baines, 2020/10/31