summaryrefslogtreecommitdiff
path: root/tests/http.scm
Commit message (Expand)AuthorAge
* 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 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
* 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
* 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
* http: Implement /api/queue.Ludovic Courtès2018-01-23
* http: /build/N/log/raw redirects to /log.Ludovic Courtès2018-01-07
* cuirass: add Hydra compatible HTTP API.Mathieu Othacehe2017-09-08
* tests: Compare JSON objects instead of JSON strings.Ludovic Courtès2017-05-10
* tests: http: Reformat expected result.Mathieu Lirzin2016-08-03
* Add (cuirass http) module.Mathieu Lirzin2016-07-31