aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Add a status field to Evaluation table.Mathieu Othacehe2020-09-10
* Do not use commit time as checkout timestamp.Mathieu Othacehe2020-09-07
* Handle evaluations without timestamp.Mathieu Othacehe2020-09-06
* Display evaluation date and duration.Mathieu Othacehe2020-09-06
* Save evaluations and checkouts timestamps.Mathieu Othacehe2020-09-06
* Fix /specifications route.Mathieu Othacehe2020-09-02
* Use Guile-zlib package.Mathieu Othacehe2020-08-25
* web: server: Remove with-ignored-disconnects.Mathieu Othacehe2020-08-04
* web: server: Ignore all client disconnects.Mathieu Othacehe2020-08-04
* http: Fix typo in request-parameters.Mathieu Othacehe2020-08-03
* http: Handle request parameters with no value.Mathieu Othacehe2020-08-03
* http: Fix string concatenation.Mathieu Othacehe2020-08-02
* http: Rationalize build id conversion.Mathieu Othacehe2020-08-02
* http: Handle wrong build number on log route.Mathieu Othacehe2020-08-02
* http: Handle wrong build number on details route.Mathieu Othacehe2020-08-02
* http: Handle wrong build number.Mathieu Othacehe2020-08-02
* database: Warn if the worker is busy for more than 5 seconds.Mathieu Othacehe2020-08-01
* web: Ignore errors within put-bytevector.Mathieu Othacehe2020-07-31
* web: server: Handle client disconnection.Mathieu Othacehe2020-07-29
* utils: Do not block the calling fiber.Mathieu Othacehe2020-07-29
* http: Handle error on /download.Mathieu Othacehe2020-07-28
* templates: Handle missing input case.Mathieu Othacehe2020-07-26
* Fix spec reading when restarting builds.Mathieu Othacehe2020-07-25
* navbar: Fix typo.Mathieu Othacehe2020-07-03
* Add "latest builds" support.Mathieu Othacehe2020-07-02
* Add debug log.Mathieu Othacehe2020-06-30
* database: Ignore BuildProducts duplicates.Mathieu Othacehe2020-06-30
* Factorize build products creation.Mathieu Othacehe2020-06-29
* Check for derivation before creating build products.Mathieu Othacehe2020-06-26
* http: Display gzipped log files in the browser.Mathieu Othacehe2020-06-23
* Create build products as soon as the build succeeded.Mathieu Othacehe2020-06-22
* http: Add /search/latest and /search/latest/<product-type> routes.Mathieu Othacehe2020-06-21
* http: Add build products support to the API.Mathieu Othacehe2020-06-14
* templates: Add build product type.Mathieu Othacehe2020-06-14
* sql: Add a couple of indexes.Christopher Baines2020-06-13
* cuirass: Use sendfiles instead of raw copies.Mathieu Othacehe2020-06-10
* Add support for build products downloading.Mathieu Othacehe2020-06-10
* database: Begin tuning db-get-builds for performance.Christopher Baines2020-06-09
* cuirass: Perform some database "optimization" at startup.Christopher Baines2020-05-25
* templates: Evaluation page links to VCS web view.Ludovic Courtès2020-04-17
* templates: Evaluation page shows each input and commit.Ludovic Courtès2020-04-17
* database: Add missing (ice-9 threads) import.Ludovic Courtès2020-04-17
* templates: 'time->string' doesn't show timezone for old builds.Ludovic Courtès2020-04-17
* templates: Fix typo in 'time->string'.Ludovic Courtès2020-04-17
* templates: html-page: Fix indentation.Ricardo Wurmus2020-04-15
* templates: Display search hints.Ricardo Wurmus2020-04-15
* database: Support "status:" keyword in queries.Ricardo Wurmus2020-04-15
* http: Move "/eval" page to (cuirass templates).Ludovic Courtès2020-02-24
* templates: Build page links to corresponding evaluation.Ludovic Courtès2020-02-24
* database: 'db-get-builds' returns each build's evaluation ID.Ludovic Courtès2020-02-24