2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/guix-cuirass.git synced 2023-12-14 06:03:04 +01:00
guix-cuirass/src/cuirass
Clément Lassieur fb11e79c2e
database: Fix the evaluations limit issue.
* src/cuirass/database.scm (db-get-evaluations-build-summary): Use a 'LEFT
JOIN' instead of a 'JOIN', with 'Evaluations' on the left, so that evaluations
are displayed even when they don't have associated builds.
2018-08-04 16:34:27 +02:00
..
base.scm Add support for multiple inputs. 2018-07-16 21:33:14 +02:00
config.scm.in config: Remove references to '$prefix' expansion hack. 2016-12-28 18:19:03 +01:00
database.scm database: Fix the evaluations limit issue. 2018-08-04 16:34:27 +02:00
http.scm Rename 'repo-name' to 'specification'. 2018-08-04 16:32:22 +02:00
logging.scm logging: "Defensive programming" for 'log-monitoring-stats'. 2018-02-27 14:08:11 +01:00
templates.scm Add a web interface. 2018-07-29 23:47:00 +02:00
ui.scm ui: Bump copyright year in '--version' output. 2018-01-24 14:02:53 +01:00
utils.scm utils: Prevent critical section clients to talk to each other. 2018-07-27 21:20:52 +02:00