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
/
datastore
/
sqlite.scm
Commit message (
Expand
)
Author
Age
*
Implement and extend the agent status functionality
Christopher Baines
2023-03-22
*
Tweak updating derived priorities when canceling builds
Christopher Baines
2023-02-21
*
Provide a mechanism to gracefully abort transactions
Christopher Baines
2023-02-21
*
Port datastore-call-with-transaction improvements from the nar-herder
Christopher Baines
2023-02-21
*
Support multiple return values in call-with-time-tracking
Christopher Baines
2023-02-21
*
Store build and build results counts in the database
Christopher Baines
2022-10-28
*
Switch to using = for testing numerical equality
Christopher Baines
2022-10-22
*
Log the time for parts of the datastore metric initialisation
Christopher Baines
2022-10-21
*
Guard against canceling builds required by others
Christopher Baines
2022-10-11
*
Support listing builds and including/excluding builds by relationship
Christopher Baines
2022-10-11
*
Add system information in to listing the build allocation plan
Christopher Baines
2022-10-10
*
Include priority information in the allocation plan output
Christopher Baines
2022-10-09
*
Improve listing agent build allocation plans
Christopher Baines
2022-10-09
*
Send more information on derivation outputs to the Guix Data Service
Christopher Baines
2022-07-07
*
Record the details of derivation outputs
Christopher Baines
2022-07-07
*
Update the derived priorities when a build is cancelled
Christopher Baines
2022-07-07
*
Support updating the priorities of builds
Christopher Baines
2022-07-07
*
Support listing builds by priority
Christopher Baines
2022-07-07
*
Support processing hook events in parallel
Christopher Baines
2022-06-30
*
Guard against inserting unnecessary related builds
Christopher Baines
2022-04-23
*
Take the max of the derived priority and priority
Christopher Baines
2022-04-23
*
Guarantee the order of related derivations when listing them
Christopher Baines
2022-04-23
*
Fix binding the agent_id when querying for output conflicts
Christopher Baines
2022-02-02
*
Rewrite datastore-fetch-builds-to-allocate
Christopher Baines
2022-02-01
*
Fix the selecting of builds from the allocation plan
Christopher Baines
2022-01-31
*
More efficiently filter and select builds in the allocator
Christopher Baines
2022-01-31
*
Don't use the SQLite shared cache
Christopher Baines
2022-01-19
*
Switch around some SQLite stuff
Christopher Baines
2022-01-19
*
Delete processed hook events using a prepared statement
Christopher Baines
2022-01-19
*
Improve the speed of initialising metrics
Christopher Baines
2022-01-19
*
Add some extra delay logging
Christopher Baines
2022-01-12
*
Fix the get-derived-priority query
Christopher Baines
2022-01-12
*
Add some delay logging when inserting derivations
Christopher Baines
2022-01-11
*
Remove use of last-insert-rowid in insert-build
Christopher Baines
2022-01-07
*
Skip updating other build priorities for some builds
Christopher Baines
2022-01-07
*
Add LIMIT 1 to a couple of queries
Christopher Baines
2022-01-07
*
Fix insert-derivation-outputs returning the wrong ids
Christopher Baines
2022-01-04
*
Make some SQLite configuration tweaks
Christopher Baines
2021-12-30
*
Optimise inserting derivations
Christopher Baines
2021-12-30
*
Fix unprocessed_builds_with_derived_priorities
Christopher Baines
2021-12-22
*
Log delays for procedures involved in handling build results
Christopher Baines
2021-12-20
*
Log delays in fetch builds to allocate
Christopher Baines
2021-12-20
*
Reduce the time in the transaction when replacing the allocation plan
Christopher Baines
2021-12-20
*
Log delay from select allocated builds
Christopher Baines
2021-12-20
*
Log delays for entering transactions
Christopher Baines
2021-12-20
*
Log delays with datastore-insert-build
Christopher Baines
2021-11-20
*
Improve delay logging in datastore-call-with-transaction
Christopher Baines
2021-11-20
*
Log delays in insert-derivation-and-return-outputs
Christopher Baines
2021-11-20
*
Use prepared statements when inserting derivations
Christopher Baines
2021-11-20
*
Always reset the statement in db-output->output-id
Christopher Baines
2021-11-20
[next]