index
:
guix/cuirass
allow-concurrent-database-queries
db-get-builds-performance-tuning
handle-errors-in-worker-threads
improve-handling-of-rowids
sqlite-statement-reset-fixes
support-publishing-build-events
support-publishing-build-events-minimal
support-returning-build-information-by-output
wip-govuk
Guix
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Fix using sqlite-reset in a few queries
sqlite-statement-reset-fixes
Christopher Baines
2020-12-06
*
Remove redundant reset calls
Christopher Baines
2020-12-06
*
Don't finalise cached statements
Christopher Baines
2020-12-06
*
database: Fix builds pagination.
Mathieu Othacehe
2020-12-02
*
database: Rewrite db-get-builds-max and db-get-builds-min.
Mathieu Othacehe
2020-12-02
*
Use specification for periodic builds.
Mathieu Othacehe
2020-11-25
*
Fix interactive checkout.
Mathieu Othacehe
2020-11-25
*
Add periodical build support.
Mathieu Othacehe
2020-11-25
*
Revert "Use a non-blocking socket for store communication."
Mathieu Othacehe
2020-11-02
*
Use a non-blocking socket for store communication.
Ludovic Courtès
2020-10-27
*
Use with-db-writer-worker-thread/force macro.
Mathieu Othacehe
2020-10-15
*
Use the writer worker for all write queries.
Mathieu Othacehe
2020-10-15
*
Remove unused procedure.
Mathieu Othacehe
2020-10-14
*
Fix tests.
Mathieu Othacehe
2020-10-14
*
Optimize SQLite database.
Mathieu Othacehe
2020-10-14
*
Queue write operations.
Mathieu Othacehe
2020-10-14
*
Update metrics in a single transaction.
Mathieu Othacehe
2020-10-14
*
Register new builds in a single transaction.
Mathieu Othacehe
2020-10-14
*
doc: Update path for gcroots.
Jonathan Brielmaier
2020-10-13
*
Update .dir-locals.el.
Mathieu Othacehe
2020-10-09
*
Add missing copyrights.
Mathieu Othacehe
2020-10-09
*
Optimize build query.
Mathieu Othacehe
2020-10-07
*
Add index on builds table.
Mathieu Othacehe
2020-10-06
*
Remove unused modules.
Mathieu Othacehe
2020-10-06
*
Do not allow full search on nix_name field.
Mathieu Othacehe
2020-10-05
*
Remove another par-map call.
Mathieu Othacehe
2020-10-03
*
Do not use par-map in fiberized context.
Mathieu Othacehe
2020-10-03
*
Add a timeout on database worker query send.
Mathieu Othacehe
2020-10-03
*
Improve logging message.
Mathieu Othacehe
2020-10-03
*
Print evaluation number.
Mathieu Othacehe
2020-10-03
*
Print the caller name in timeout message.
Mathieu Othacehe
2020-10-03
*
Add date to SQL queries log file.
Mathieu Othacehe
2020-10-03
*
Do not browse the store during registration.
Mathieu Othacehe
2020-10-01
*
Add evaluation database workers.
Mathieu Othacehe
2020-10-01
*
Register all new outputs in one worker.
Mathieu Othacehe
2020-10-01
*
Expect nix-name and system to be part of the evaluation.
Mathieu Othacehe
2020-10-01
*
metrics: Optimize queries.
Mathieu Othacehe
2020-09-29
*
Add watchdog support.
Mathieu Othacehe
2020-09-29
*
Optimize database queries.
Mathieu Othacehe
2020-09-28
*
Limit builds insertion queries.
Mathieu Othacehe
2020-09-28
*
Do not raise an exception at gcroot directory creation.
Mathieu Othacehe
2020-09-24
*
Add SQL query logging support.
Mathieu Othacehe
2020-09-24
*
Fix GC race-condition in spawn-builds.
Mathieu Othacehe
2020-09-18
*
metrics: Order evaluation metrics by ascending evaluation id.
Mathieu Othacehe
2020-09-17
*
metrics: Rename "Builds speed" section to "Builds completion".
Mathieu Othacehe
2020-09-17
*
metrics: Fix tests.
Mathieu Othacehe
2020-09-17
*
metrics: Add graph legends.
Mathieu Othacehe
2020-09-17
*
templates: Do not display chart title.
Mathieu Othacehe
2020-09-17
*
metrics: Display more metrics.
Mathieu Othacehe
2020-09-17
*
metrics: Change evaluation-completion-speed unit.
Mathieu Othacehe
2020-09-17
[next]