aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Tweak retrying code to not catch the exception on the last tryChristopher Baines2022-01-19
* Don't use the SQLite shared cacheChristopher Baines2022-01-19
* Add some extra exception handling around processing hook eventsChristopher Baines2022-01-19
* Switch around some SQLite stuffChristopher Baines2022-01-19
* Delete processed hook events using a prepared statementChristopher Baines2022-01-19
* Actually increment the build counts when submitting buildsChristopher Baines2022-01-19
* Improve the speed of initialising metricsChristopher Baines2022-01-19
* Add letpar&Christopher Baines2022-01-19
* Don't require reading the derivation after the build has happenedChristopher Baines2022-01-19
* Add some extra delay loggingChristopher Baines2022-01-12
* Fix the get-derived-priority queryChristopher Baines2022-01-12
* Add some delay logging when inserting derivationsChristopher Baines2022-01-11
* Add correct guard to deleting compressed outputsChristopher Baines2022-01-09
* Move UUID generation out of the insert builds transactionChristopher Baines2022-01-07
* Remove use of last-insert-rowid in insert-buildChristopher Baines2022-01-07
* Skip updating other build priorities for some buildsChristopher Baines2022-01-07
* Add LIMIT 1 to a couple of queriesChristopher Baines2022-01-07
* Fix insert-derivation-outputs returning the wrong idsChristopher Baines2022-01-04
* Don't create the guix-build-coordinator script for a minimal buildChristopher Baines2022-01-02
* Hack the autotools stuff to try and allow minimal buildsChristopher Baines2022-01-02
* Make some SQLite configuration tweaksChristopher Baines2021-12-30
* Optimise inserting derivationsChristopher Baines2021-12-30
* Delete compressed outputs after a build finishes successfullyChristopher Baines2021-12-27
* Remove bodies from responses to HEAD requestsChristopher Baines2021-12-27
* Have the agent add temporary roots on various store itemsChristopher Baines2021-12-24
* Log unknown store protocol error messagesChristopher Baines2021-12-24
* Fix route for getting the bytes uploaded for an outputChristopher Baines2021-12-24
* Improve still more to send log messageChristopher Baines2021-12-22
* Only show delay lines where the time is non 0Christopher Baines2021-12-22
* Fix unprocessed_builds_with_derived_prioritiesChristopher Baines2021-12-22
* Store a build before storing builds that it depends onChristopher Baines2021-12-22
* Improve logging when submitting outputsChristopher Baines2021-12-22
* Increase parallelism for the substitutes worker thread channelChristopher Baines2021-12-21
* Log delays for the coordinator thread channelsChristopher Baines2021-12-21
* Log delays for procedures involved in handling build resultsChristopher Baines2021-12-20
* Log delays in fetch builds to allocateChristopher Baines2021-12-20
* Log delays when worker thread calls occur inside worker threadsChristopher Baines2021-12-20
* Reduce the time in the transaction when replacing the allocation planChristopher Baines2021-12-20
* Log delay from select allocated buildsChristopher Baines2021-12-20
* Log delays for entering transactionsChristopher Baines2021-12-20
* Increase precision of delay loggingChristopher Baines2021-12-20
* Fix displaying the total bytes for uploads in progressChristopher Baines2021-12-19
* Fix logging deleting temporary filesChristopher Baines2021-12-19
* Cleanup temporary files on startupChristopher Baines2021-12-19
* Compress outputs in the thread for the buildChristopher Baines2021-12-19
* Change the post build actions thread pool sizeChristopher Baines2021-12-19
* Report the total bytes when reporting upload progressChristopher Baines2021-12-19
* Stop using with-upload-slot for queuing uploadsChristopher Baines2021-12-19
* Increase the number of chunked request worker threadsChristopher Baines2021-12-19
* Don't use an unlimited number of threads for post build actionsChristopher Baines2021-12-19