summaryrefslogtreecommitdiff
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
* Fix interactive checkout.Mathieu Othacehe2020-11-25
* Add periodical build support.Mathieu Othacehe2020-11-25
* Revert "Use a non-blocking socket for store communication."Mathieu Othacehe2020-11-02
* Use a non-blocking socket for store communication.Ludovic Courtès2020-10-27
* Use with-db-writer-worker-thread/force macro.Mathieu Othacehe2020-10-15
* Use the writer worker for all write queries.Mathieu Othacehe2020-10-15
* Remove unused procedure.Mathieu Othacehe2020-10-14
* Fix tests.Mathieu Othacehe2020-10-14
* Optimize SQLite database.Mathieu Othacehe2020-10-14
* Queue write operations.Mathieu Othacehe2020-10-14
* Update metrics in a single transaction.Mathieu Othacehe2020-10-14
* Register new builds in a single transaction.Mathieu Othacehe2020-10-14
* doc: Update path for gcroots.Jonathan Brielmaier2020-10-13
* Update .dir-locals.el.Mathieu Othacehe2020-10-09
* Add missing copyrights.Mathieu Othacehe2020-10-09
* Optimize build query.Mathieu Othacehe2020-10-07
* Add index on builds table.Mathieu Othacehe2020-10-06
* Remove unused modules.Mathieu Othacehe2020-10-06
* Do not allow full search on nix_name field.Mathieu Othacehe2020-10-05
* Remove another par-map call.Mathieu Othacehe2020-10-03
* Do not use par-map in fiberized context.Mathieu Othacehe2020-10-03
* Add a timeout on database worker query send.Mathieu Othacehe2020-10-03
* Improve logging message.Mathieu Othacehe2020-10-03
* Print evaluation number.Mathieu Othacehe2020-10-03
* Print the caller name in timeout message.Mathieu Othacehe2020-10-03
* Add date to SQL queries log file.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
* Expect nix-name and system to be part of the evaluation.Mathieu Othacehe2020-10-01
* metrics: Optimize queries.Mathieu Othacehe2020-09-29
* Add watchdog support.Mathieu Othacehe2020-09-29
* Optimize database queries.Mathieu Othacehe2020-09-28
* Limit builds insertion queries.Mathieu Othacehe2020-09-28
* Do not raise an exception at gcroot directory creation.Mathieu Othacehe2020-09-24
* Add SQL query logging support.Mathieu Othacehe2020-09-24
* Fix GC race-condition in spawn-builds.Mathieu Othacehe2020-09-18
* metrics: Order evaluation metrics by ascending evaluation id.Mathieu Othacehe2020-09-17
* metrics: Rename "Builds speed" section to "Builds completion".Mathieu Othacehe2020-09-17
* metrics: Fix tests.Mathieu Othacehe2020-09-17
* metrics: Add graph legends.Mathieu Othacehe2020-09-17
* templates: Do not display chart title.Mathieu Othacehe2020-09-17
* metrics: Display more metrics.Mathieu Othacehe2020-09-17
* metrics: Change evaluation-completion-speed unit.Mathieu Othacehe2020-09-17