all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Clément Lassieur" <clement@lassieur.org>
To: 32424@debbugs.gnu.org
Subject: [bug#32424] [PATCH] database: Add a Checkouts table.
Date: Sun, 12 Aug 2018 00:39:45 +0200	[thread overview]
Message-ID: <87bma87cjy.fsf@lassieur.org> (raw)
In-Reply-To: <20180811222636.5198-1-clement@lassieur.org>

Clément Lassieur <clement@lassieur.org> 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	other threads:[~2018-08-11 22:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-11 22:26 [bug#32424] [PATCH] database: Add a Checkouts table Clément Lassieur
2018-08-11 22:39 ` Clément Lassieur [this message]
2018-08-20 20:53 ` Ludovic Courtès
2018-08-27 13:47   ` bug#32424: " Clément Lassieur

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bma87cjy.fsf@lassieur.org \
    --to=clement@lassieur.org \
    --cc=32424@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.