guix-cuirass/src/cuirass
Ludovic Courtès 0daae8bfc9
templates: Distinguish failure counter when there are new failures.
The failed-build counter on /eval/ID pages is now orange when there are
no new build failures, red when there are new build failures.

* src/cuirass/templates.scm (newly-failed-build-badge): New procedure.
(specifications-table): Use it instead of ‘failed-build-badge’.
(evaluation-badges): Use ‘newly-failed-build-badge’ when ABSOLUTE has
a positive ‘new-failed’.
2023-11-18 12:46:19 +01:00
..
scripts remote-server: Ignore unrecognized messages. 2023-11-16 14:20:00 +01:00
base.scm base: Fix typo in ‘exception-reporter’. 2023-11-16 16:15:16 +01:00
config.scm.in config: Define '%runstatedir'. 2023-09-12 11:51:19 +02:00
database.scm database: Add ‘newly-failed’ field to <evaluation-summary>. 2023-11-18 12:38:44 +01:00
http.scm Switch from SRFI-11 to SRFI-71. 2023-10-25 19:09:40 +02:00
logging.scm logging: Export 'current-logging-level'. 2023-07-09 21:48:23 +02:00
mail.scm Move mu-debug to parameters module. 2021-02-22 14:14:15 +01:00
mastodon.scm notification: Autoload Mastodon code. 2023-05-02 17:35:05 +02:00
metrics.scm database: Rename ‘with-db-worker-thread’ to ‘with-db-connection’. 2023-09-26 16:46:45 +02:00
notification.scm notification: Call ‘send-email’ in a separate thread. 2023-10-06 11:28:55 +02:00
parameters.scm parameters: Remove ‘%debug’ in favor of ‘current-logging-level’. 2023-09-26 11:35:25 +02:00
remote.scm remote: Improve error messages in ‘send-log’. 2023-10-25 18:06:52 +02:00
rss.scm Remove unused variables. 2023-08-23 21:50:24 +02:00
specification.scm Remove 'sexp->channel*'. 2023-08-31 21:12:01 +02:00
store.scm store: ‘build-derivations&’ enforces synchronization with the build. 2023-10-25 18:22:27 +02:00
templates.scm templates: Distinguish failure counter when there are new failures. 2023-11-18 12:46:19 +01:00
ui.scm ui: Add missing import. 2023-05-10 00:08:41 +02:00
utils.scm utils: ‘with-resource-from-pool’ does not suspend from exception handler. 2023-11-16 23:20:00 +01:00
zabbix.scm Switch from SRFI-11 to SRFI-71. 2023-10-25 19:09:40 +02:00