guix-commits
[Top][All Lists]
Advanced

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

master updated (7416bb9 -> aeec27a)


From: Ludovic Courtès
Subject: master updated (7416bb9 -> aeec27a)
Date: Wed, 23 Aug 2023 17:09:07 -0400 (EDT)

civodul pushed a change to branch master.

    from 7416bb9  http: Adjust for unused response procedures.
     add 95ca6ed  build: Enable more compiler warnings.
     new bb659b0  remote-worker: Browse Avahi services in a separate thread.
     new dfd1ff4  remote-worker: Sleep after reporting low disk space.
     new ecc1a1a  examples: random: Add multiple-output derivations.
     new c445d2d  database: Use records instead of alists.
     new baf94be  Remove unused variables.
     new 77bf78e  http: Use Guile-JSON's 'scm->json-string' directly.
     new 9315978  utils: Remove now useless 'object->json-string' & co.
     new 7758894  templates: Remove "Specification" column from build tables.
     new 03df248  templates: Unclutter evaluation build table.
     new 9a9656b  templates: Worker page colors progress bars as a function of 
the system.
     new 2a019a6  Update TODO.
     new a3ea940  templates: Total number of builds links to evaluation 
dashboard.
     new aeec27a  evaluate: Print 'done only on actual success.


Summary of changes:
 Makefile.am                           |  16 +-
 TODO                                  |   4 -
 examples/random-manifest.scm          |  21 +-
 src/cuirass/base.scm                  |  58 ++-
 src/cuirass/database.scm              | 679 ++++++++++++++++++++++------------
 src/cuirass/http.scm                  | 251 +++++++------
 src/cuirass/notification.scm          |  12 +-
 src/cuirass/rss.scm                   |  11 +-
 src/cuirass/scripts/evaluate.scm      |  80 ++--
 src/cuirass/scripts/remote-server.scm |   8 +-
 src/cuirass/scripts/remote-worker.scm |  50 +--
 src/cuirass/templates.scm             | 361 +++++++++---------
 src/cuirass/utils.scm                 |  30 +-
 tests/database.scm                    | 452 ++++++++++++----------
 tests/http.scm                        | 131 +++----
 tests/remote.scm                      |  41 +-
 tests/utils.scm                       |  38 --
 17 files changed, 1268 insertions(+), 975 deletions(-)
 delete mode 100644 tests/utils.scm



reply via email to

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