index
:
guix/build-coordinator
master
post-build-prioritisation
wip-fix-missing-items
wip-s3
wip-upload-slots
Guix
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
guix-build-coordinator
Commit message (
Expand
)
Author
Age
*
Reverse the atomic-box-set! and vector-set! when storing events
Christopher Baines
2023-04-24
*
Set a custom printer for the build-coordinator record
Christopher Baines
2023-04-24
*
Make sure the writer thread sets up before the reader threads
Christopher Baines
2023-04-24
*
Use an in memory table for the build_allocation_plan
Christopher Baines
2023-04-23
*
Enable SQLite URI support
Christopher Baines
2023-04-23
*
Add delay logging for list related derivations with no build
Christopher Baines
2023-04-23
*
Fix hook processing error message
Christopher Baines
2023-04-23
*
Tweak the wal truncation again
Christopher Baines
2023-04-22
*
Drop the wal checkpointing attempts
Christopher Baines
2023-04-22
*
Further tune the wal checkpointing
Christopher Baines
2023-04-22
*
Remove some thread pool logging
Christopher Baines
2023-04-22
*
Don't block writes for as long when attempting checkpoints
Christopher Baines
2023-04-22
*
Tune the extreme WAL truncating
Christopher Baines
2023-04-22
*
Try much harder to truncate the WAL
Christopher Baines
2023-04-22
*
Instrument the closing of writer threads
Christopher Baines
2023-04-22
*
Add some more exception handling around hooks
Christopher Baines
2023-04-22
*
Tweak the busy timeouts for reading and writing
Christopher Baines
2023-04-22
*
Re-enable (backtrace) for the allocator thread
Christopher Baines
2023-04-22
*
Don't use exceptions for blocked wal checkpoints
Christopher Baines
2023-04-22
*
Call sqlite step and reset/finalize together in most places
Christopher Baines
2023-04-22
*
Make datastore-call-with-transaction error messages more useful
Christopher Baines
2023-04-21
*
Fix agent-details
Christopher Baines
2023-04-21
*
Deallocate canceled builds from agents when they startup
Christopher Baines
2023-04-21
*
Include the submit_outputs information in the agent status response
Christopher Baines
2023-04-21
*
Include whether the build is canceled when listing agent builds
Christopher Baines
2023-04-21
*
Add some delay between optimize attempts
Christopher Baines
2023-04-21
*
Add some error handling to datastore-find-build-derivation-system
Christopher Baines
2023-04-21
*
Add error handling around some date parsing
Christopher Baines
2023-04-21
*
Handle COMMIT erroring with busy in datastore-call-with-transaction
Christopher Baines
2023-04-21
*
Turns out COMMIT can return busy, so increase the timeout
Christopher Baines
2023-04-21
*
Add missing sqlite-step and sqlite-reset
Christopher Baines
2023-04-20
*
Improve datastore-call-with-transaction
Christopher Baines
2023-04-20
*
Don't truncate the wal from reader threads
Christopher Baines
2023-04-20
*
Revert "Retry inside the worker thread"
Christopher Baines
2023-04-20
*
Drop the busy timeout for the write connection
Christopher Baines
2023-04-20
*
Instrument datastore-fetch-builds-to-allocate
Christopher Baines
2023-04-20
*
Retry inside the worker thread
Christopher Baines
2023-04-20
*
Raise an error on blocked wal checkpoints
Christopher Baines
2023-04-20
*
Look at the output from running the wal checkpoint
Christopher Baines
2023-04-20
*
Use set-car! when sorting the prioritised work queue
Christopher Baines
2023-04-20
*
Increase frequency of database maintenance
Christopher Baines
2023-04-20
*
More reliably delete the compressed outputs
Christopher Baines
2023-04-20
*
Remove redundant append
Christopher Baines
2023-04-20
*
Log more about temporary files in the agent
Christopher Baines
2023-04-18
*
Attempt to make with-port-timeouts handle the GC restarting poll
Christopher Baines
2023-04-17
*
Remove the GC protection mechanism
Christopher Baines
2023-04-17
*
Guard against the hash file being empty
Christopher Baines
2023-04-13
*
Prioritise post build actions
Christopher Baines
2023-04-11
*
Add priority support to create-work-queue
Christopher Baines
2023-04-11
*
Change - to _ to fix listing post build job derivations
Christopher Baines
2023-04-11
[next]