summaryrefslogtreecommitdiff
path: root/src/cuirass/database.scm
Commit message (Expand)AuthorAge
* Fix using sqlite-reset in a few queriessqlite-statement-reset-fixesChristopher Baines2020-12-06
* Remove redundant reset callsChristopher Baines2020-12-06
* Don't finalise cached statementsChristopher Baines2020-12-06
* database: Fix builds pagination.Mathieu Othacehe2020-12-02
* database: Rewrite db-get-builds-max and db-get-builds-min.Mathieu Othacehe2020-12-02
* Use specification for periodic builds.Mathieu Othacehe2020-11-25
* Add periodical build support.Mathieu Othacehe2020-11-25
* Use with-db-writer-worker-thread/force macro.Mathieu Othacehe2020-10-15
* Use the writer worker for all write queries.Mathieu Othacehe2020-10-15
* Fix tests.Mathieu Othacehe2020-10-14
* Optimize SQLite database.Mathieu Othacehe2020-10-14
* Queue write operations.Mathieu Othacehe2020-10-14
* Register new builds in a single transaction.Mathieu Othacehe2020-10-14
* Optimize build query.Mathieu Othacehe2020-10-07
* Remove unused modules.Mathieu Othacehe2020-10-06
* Do not allow full search on nix_name field.Mathieu Othacehe2020-10-05
* Add a timeout on database worker query send.Mathieu Othacehe2020-10-03
* Print the caller name in timeout message.Mathieu Othacehe2020-10-03
* Do not browse the store during registration.Mathieu Othacehe2020-10-01
* Add evaluation database workers.Mathieu Othacehe2020-10-01
* Register all new outputs in one worker.Mathieu Othacehe2020-10-01
* Optimize database queries.Mathieu Othacehe2020-09-28
* Add SQL query logging support.Mathieu Othacehe2020-09-24
* database: Export procedures.Mathieu Othacehe2020-09-14
* Add a status field to Evaluation table.Mathieu Othacehe2020-09-10
* Display evaluation date and duration.Mathieu Othacehe2020-09-06
* Save evaluations and checkouts timestamps.Mathieu Othacehe2020-09-06
* database: Warn if the worker is busy for more than 5 seconds.Mathieu Othacehe2020-08-01
* Fix spec reading when restarting builds.Mathieu Othacehe2020-07-25
* Add "latest builds" support.Mathieu Othacehe2020-07-02
* database: Ignore BuildProducts duplicates.Mathieu Othacehe2020-06-30
* 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 shows each input and commit.Ludovic Courtès2020-04-17
* database: Add missing (ice-9 threads) import.Ludovic Courtès2020-04-17
* database: Support "status:" keyword in queries.Ricardo Wurmus2020-04-15
* database: 'db-get-builds' returns each build's evaluation ID.Ludovic Courtès2020-02-24
* database: Enable running up to 4 database queries at once.allow-concurrent-database-queriesChristopher Baines2020-01-25
* 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
* Alter the Builds table to have an id fieldimprove-handling-of-rowidsChristopher Baines2020-01-25
* database: Don't return rowid from db-add-input.Christopher Baines2020-01-24
* Support returning build information by output.Christopher Baines2020-01-16
* Support publishing evaluation eventsChristopher Baines2020-01-16
* Support publishing build eventsChristopher Baines2020-01-16
* database: Add db-remove-specification.Ricardo Wurmus2019-10-30
* database: query->bind-arguments: Process ^ and $ characters.Ricardo Wurmus2019-06-20
* database: query->bind-arguments: Ignore invalid query terms.Ricardo Wurmus2019-06-19
* http: Show number of builds.Ricardo Wurmus2019-06-19