guix-patches
[Top][All Lists]
Advanced

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

[bug#32424] [PATCH] database: Add a Checkouts table.


From: Clément Lassieur
Subject: [bug#32424] [PATCH] database: Add a Checkouts table.
Date: Sun, 12 Aug 2018 00:39:45 +0200
User-agent: mu4e 1.0; emacs 26.1

Clément Lassieur <address@hidden> writes:

>  Makefile.am               |   3 +-
>  bin/evaluate.in           |   4 +-
>  doc/cuirass.texi          |  33 ++++++++++---
>  src/cuirass/base.scm      |  49 ++++++++-----------
>  src/cuirass/database.scm  | 100 ++++++++++++++++++++++++++------------
>  src/cuirass/templates.scm |  35 ++++++++-----
>  src/schema.sql            |  16 ++++--
>  src/sql/upgrade-3.sql     |  46 ++++++++++++++++++
>  tests/database.scm        |  31 +++++++-----
>  tests/http.scm            |  55 ++++++++++++++-------
>  10 files changed, 255 insertions(+), 117 deletions(-)
>  create mode 100644 src/sql/upgrade-3.sql

It would now look like this:
https://upload.lassieur.org/upload/SN75cuH1u2riCZR2/2018-08-11-235825_1279x799_scrot.png
(expires in one week).

The evaluation is now added sooner: when the new checkout is detected.
So an "In progress..." message is displayed until it's completed.

All evaluations that were done before that patch have "unknown" inputs,
because the input name wasn't associated with the commit change.

Clément





reply via email to

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