This project is mirrored from https://git.savannah.gnu.org/git/guix/guix-cuirass.git/.
Pull mirroring updated .
- Mar 23, 2021
-
-
Mathieu Othacehe authored
-
Mathieu Othacehe authored
-
Mathieu Othacehe authored
-
Mathieu Othacehe authored
-
- Mar 21, 2021
-
-
Mathieu Othacehe authored
-
Mathieu Othacehe authored
-
- Mar 15, 2021
-
-
Mathieu Othacehe authored
This is superseeded by the notification system.
-
Mathieu Othacehe authored
* src/cuirass/specification.scm (%build-types): Add 'channels support.
-
- Mar 13, 2021
-
-
Mathieu Othacehe authored
-
Mathieu Othacehe authored
-
Mathieu Othacehe authored
-
- Mar 12, 2021
-
-
Mathieu Othacehe authored
-
Mathieu Othacehe authored
-
Mathieu Othacehe authored
-
Mathieu Othacehe authored
-
Mathieu Othacehe authored
-
Mathieu Othacehe authored
-
- Mar 11, 2021
-
-
Mathieu Othacehe authored
-
Mathieu Othacehe authored
-
Mathieu Othacehe authored
* src/cuirass/http.scm (url-handler): Remove admin section. * src/cuirass/templates.scm (specifications-table): Remove optional admin argument.
-
- Mar 10, 2021
-
-
Mathieu Othacehe authored
* src/cuirass/specification.scm (sexp->channel): Ignore channel introduction.
-
Mathieu Othacehe authored
The Guix version of sexp->channel doesn't support the branch field. * src/cuirass/specification.scm (sexp->channel): New procedure. * src/cuirass/database.scm (db-get-specifications): Use it.
-
Mathieu Othacehe authored
* src/cuirass/specification.scm (channel->sexp): Add channel introduction support.
-
Mathieu Othacehe authored
* src/cuirass/specification.scm (<build-output>): Set a default path to "".
-
Mathieu Othacehe authored
* src/sql/upgrade-2.sql: Remove it. * src/sql/upgrade-3.sql: Remove it. * src/sql/upgrade-4.sql: Remove it. * src/sql/upgrade-5.sql: Remove it. * Makefile.am (dist_sql_DATA): Adapt it.
-
Mathieu Othacehe authored
* src/cuirass/logging.scm (log-message): Turn into a procedure.
-
Mathieu Othacehe authored
* src/cuirass/http.scm (url-handler): Fix admin specification creation.
-
Mathieu Othacehe authored
* src/schema.sql: Cascade Evaluations, Checkouts and Builds deletion.
-
Mathieu Othacehe authored
* src/cuirass/templates.scm (evaluation-info-table): Improve action button text.
-
Mathieu Othacehe authored
* src/cuirass/templates.scm (evaluation-info-table): Fix action list display.
-
Mathieu Othacehe authored
* src/cuirass/http.scm (url-handler): Add "/admin/evaluation/<id>/cancel" and "admin/evaluation/<id>/retry" routes. * src/cuirass/templates.scm (evaluation-info-table): Add "Cancel pending builds" and "Retry" buttons.
-
Mathieu Othacehe authored
* src/cuirass/database.scm (db-cancel-pending-builds!): New procedure. * tests/database.scm ("db-cancel-pending-builds!"): New test.
-
Mathieu Othacehe authored
* src/cuirass/database.scm (db-retry-evaluation!): New procedure. * tests/database.scm ("db-retry-evaluation"): New test.
-
Mathieu Othacehe authored
* doc/cuirass.texi (Web API): Update it. * src/cuirass/http.scm (build->hydra-build): Update it accordingly.
-
- Mar 09, 2021
-
-
Mathieu Othacehe authored
* src/cuirass/database.scm (db-open): Save the default database in the %package-database parameter.
-
Mathieu Othacehe authored
* doc/cuirass.texi: Update it.
-
Mathieu Othacehe authored
* src/cuirass/parameters.scm (%cuirass-database, %cuirass-host): New parameters. * src/cuirass/database.scm (db-open): Use them.
-
- Mar 08, 2021
-
-
Mathieu Othacehe authored
* src/cuirass/database.scm (db-restart-build!, db-restart-evaluation!): Reset starttime and stoptime field.
-
- Mar 05, 2021
-
-
Mathieu Othacehe authored
-
- Mar 03, 2021
-
-
Mathieu Othacehe authored
* src/cuirass/database.scm (with-transaction): New macro.
-