aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* Use the writer worker for all write queries.Mathieu Othacehe2020-10-15
* Fix tests.Mathieu Othacehe2020-10-14
* metrics: Fix tests.Mathieu Othacehe2020-09-17
* metrics: Add evaluation related metrics.Mathieu Othacehe2020-09-16
* tests: Improve metrics testing.Mathieu Othacehe2020-09-15
* Add metrics testing.Mathieu Othacehe2020-09-15
* tests: Fix HTTP tests.Mathieu Othacehe2020-09-10
* Add a status field to Evaluation table.Mathieu Othacehe2020-09-10
* Save evaluations and checkouts timestamps.Mathieu Othacehe2020-09-06
* Fix /specifications route.Mathieu Othacehe2020-09-02
* http: Handle request parameters with no value.Mathieu Othacehe2020-08-03
* tests: http: Add some erroneous routes.Mathieu Othacehe2020-08-03
* Fix spec reading when restarting builds.Mathieu Othacehe2020-07-25
* http: Add build products support to the API.Mathieu Othacehe2020-06-14
* Add support for build products downloading.Mathieu Othacehe2020-06-10
* Adjust make-worker-thread-channel to take an initializer.Christopher Baines2020-01-25
* utils: Change critical section terminology to worker threads.Christopher Baines2020-01-25
* http: Add missing import of (ice-9 threads) in test.Ludovic Courtès2020-01-18
* tests: Remove 405 test.Ricardo Wurmus2019-10-30
* Switch to Guile-JSON 3.x.Ludovic Courtès2019-08-17
* database: Add builds only if one of their outputs is new.Clément Lassieur2018-09-29
* database: Add a Checkouts table.Clément Lassieur2018-08-27
* database: Serialize all database accesses in a thread.Clément Lassieur2018-08-16
* database: Merge Derivations into Builds table.Clément Lassieur2018-08-16
* http: Change the paramater format from two-elements lists to pairs.Clément Lassieur2018-07-30
* Add support for multiple inputs.Clément Lassieur2018-07-16
* database: Call a specification 'jobset' instead of 'project'.Clément Lassieur2018-07-14
* http: Add /api/evaluations route.Mathieu Othacehe2018-04-19
* database: Add 'db-get-pending-derivations'.Ludovic Courtès2018-04-05
* database: 'db-get-builds' honors 'status+submission-time' ordering again.Ludovic Courtès2018-03-29
* database: Make 'db-add-derivation' idempotent.Ludovic Courtès2018-02-14
* database: Use argument binding in 'db-get-builds' queries.Ludovic Courtès2018-02-08
* database: 'db-update-build-status!' keeps stoptime unchanged when nothing new.Ludovic Courtès2018-02-08
* database: Use 'sqlite-bind' to avoid SQL injection.Danny Milosavljevic2018-02-08
* http: Reject methods other than GET.Ludovic Courtès2018-01-26
* http: Run test within 'run-fibers'.Ludovic Courtès2018-01-26
* http: Adjust test to include #:derivation.Ludovic Courtès2018-01-25
* database: 'db-update-build-status!' takes a #:log-file parameter.Ludovic Courtès2018-01-24
* http: Implement /api/queue.Ludovic Courtès2018-01-23
* database: Add 'db-update-build-status!'.Ludovic Courtès2018-01-23
* tests: Fix malformed Emacs local variable line.Ludovic Courtès2018-01-23
* http: /build/N/log/raw redirects to /log.Ludovic Courtès2018-01-07
* database: Extend and test 'db-get-builds'.Ludovic Courtès2018-01-07
* cuirass: add Hydra compatible HTTP API.Mathieu Othacehe2017-09-08
* cuirass: Store new information in database to prepare new HTTP APIMathieu Othacehe2017-09-08
* database: 'db-add-build' is now idempotent.Ludovic Courtès2017-08-26
* repo: Remove dead code.Mathieu Othacehe2017-07-06
* utils: Remove useless procedures.Mathieu Othacehe2017-07-01
* repo: remove git-repo.Mathieu Othacehe2017-07-01
* tests: Compare JSON objects instead of JSON strings.Ludovic Courtès2017-05-10