| Branch | Commit message | Author | Age | |
|---|---|---|---|---|
| master | base: Keep going when a Git error is raised. | Ludovic Courtès | 7 years | |
| Age | Commit message | Author | Files | Lines |
| 2018-11-20 | base: Keep going when a Git error is raised.•••* src/cuirass/base.scm (process-specs): Catch 'git-error around call to 'process'. HEADmaster | Ludovic Courtès | 1 | -1/+10 |
| 2018-11-16 | database: Re-throw the message of 'sqlite-error' exceptions.•••Fixes <https://bugs.gnu.org/33407>. Reported by Björn Höfling <bjoern.hoefling@bjoernhoefling.de>. * src/cuirass/database.scm (catch-sqlite-error): Add missing MESSAGE argument to 'throw'. | Ludovic Courtès | 1 | -1/+1 |
| 2018-11-16 | database: Factorize 'sqlite-error' handling.•••* src/cuirass/database.scm (catch-sqlite-error): New macro. (db-add-checkout, db-add-output, db-add-build): Use it instead of custom 'catch' block'. | Ludovic Courtès | 1 | -62/+67 |
| 2018-11-07 | templates: Mark failures on the evaluation page.•••* src/cuirass/templates.scm (evaluation-badges): Use a special badge denoting failure when the sum of all jobs is zero. | Ludovic Courtès | 1 | -9/+20 |
| 2018-11-07 | database: Remove duplicate #:in-progress entry.•••* src/cuirass/database.scm (db-get-evaluations-build-summary): Remove duplicate #:in-progress entry. | Ludovic Courtès | 1 | -1/+0 |
| 2018-11-07 | examples: random: Fail evaluation once in a while.•••* examples/random-jobs.scm (make-random-jobs): Fail once in a while. (%seed, %state): New variables. (random-derivation): Use %SEED. | Ludovic Courtès | 1 | -4/+13 |
| 2018-11-07 | base: Clear the "in progress" bit of failed evaluations.•••Fixes <https://bugs.gnu.org/32734>. * src/cuirass/base.scm (evaluate): Call 'db-set-evaluation-done' upon '&evaluation-error'. | Ludovic Courtès | 1 | -0/+1 |
| 2018-11-07 | templates: Add link to build log only for completed builds.•••* src/cuirass/templates.scm (build-eval-table)[table-row]: Define 'completed?'. Add link to build log iff COMPLETED? is true. | Ludovic Courtès | 1 | -4/+9 |
| 2018-11-07 | templates: Display dates in a concise way.•••* src/cuirass/templates.scm (time->string): New procedure. (build-eval-table): Use it instead of 'strftime'. | Ludovic Courtès | 1 | -1/+33 |
| 2018-11-07 | templates: Adjust build table headers.•••* src/cuirass/templates.scm (build-eval-table)[table-header]: Change "Nixname" to "Name" and "Finished at" to "Completion time". Use strings for each header. | Ludovic Courtès | 1 | -7/+8 |
| [...] | ||||
| Clone | ||||
| https://cgit.wugi.info/git/guix/cuirass | ||||
