guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated (95064d3 -> 01e54c3)


From: Christopher Baines
Subject: branch master updated (95064d3 -> 01e54c3)
Date: Fri, 11 Nov 2022 05:36:43 -0500 (EST)

cbaines pushed a change to branch master
in repository data-service.

    from 95064d3  Log heap size when computing system tests
     new 1fb291b  Add support for incrementally tracking blocked builds
     new 989916b  Add a blocking builds page
     new 01e54c3  Add missing test description

The 3 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:
 Makefile.am                                        |   1 +
 guix-data-service/model/blocked-builds.scm         | 416 +++++++++++++++++++++
 guix-data-service/web/build-server/controller.scm  | 159 +++++---
 guix-data-service/web/revision/controller.scm      |  83 ++++
 guix-data-service/web/revision/html.scm            |  94 +++++
 sqitch/deploy/blocked_builds.sql                   |  19 +
 sqitch/revert/blocked_builds.sql                   |   7 +
 sqitch/sqitch.plan                                 |   1 +
 .../{lint_warnings.sql => blocked_builds.sql}      |   2 +-
 tests/model-package.scm                            |  14 +-
 10 files changed, 734 insertions(+), 62 deletions(-)
 create mode 100644 guix-data-service/model/blocked-builds.scm
 create mode 100644 sqitch/deploy/blocked_builds.sql
 create mode 100644 sqitch/revert/blocked_builds.sql
 copy sqitch/verify/{lint_warnings.sql => blocked_builds.sql} (51%)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]