aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Use the %processed-commits-file variable in place of the stringChristopher Baines2020-06-02
* Add in some extra information about worker thread exceptionsChristopher Baines2020-06-01
* Fix the missing tags argument in the queue builds scriptChristopher Baines2020-06-01
* Fix the builds with blocking countsChristopher Baines2020-06-01
* Support adding tags to buildsChristopher Baines2020-05-31
* Improve worker exception handlingChristopher Baines2020-05-31
* Implement more processing on metric labels and valuesChristopher Baines2020-05-26
* Use one thread for each type of hook eventChristopher Baines2020-05-25
* Use mutexes for the metrics to add some thread safetyChristopher Baines2020-05-25
* Improve the job processing outputChristopher Baines2020-05-24
* Handle build allocation in a transactionChristopher Baines2020-05-24
* Unlock the mutex when deq! fails unexpectedlyChristopher Baines2020-05-24
* Guard against deq! erroring because the queue is emptyChristopher Baines2020-05-24
* Increase waiting time for log filesChristopher Baines2020-05-24
* Handle log files not being immediately availableChristopher Baines2020-05-23
* Add some additional logging around the uploading of build logsChristopher Baines2020-05-23
* Add a build failure hook to retry buildsChristopher Baines2020-05-23
* Fix re-queuing jobsChristopher Baines2020-05-23
* Count hook successes and failuresChristopher Baines2020-05-23
* Track unprocessed hook events by eventChristopher Baines2020-05-23
* Better handle failures to delete substitute cache filesChristopher Baines2020-05-23
* Re-queue jobs if they failChristopher Baines2020-05-23
* Fix some variable namingChristopher Baines2020-05-22
* Support showing blocking buildsChristopher Baines2020-05-22
* Report the number of unprocessed hook eventsChristopher Baines2020-05-21
* Make sure to count all the jobsChristopher Baines2020-05-21
* Stop using futures for running buildsChristopher Baines2020-05-21
* Fetch the unprocessed builds after the priorititesChristopher Baines2020-05-20
* Add some more debugging output to retry-on-errorChristopher Baines2020-05-20
* Try to better handle/avoid http related failuresChristopher Baines2020-05-20
* Add to .dir-locals.elChristopher Baines2020-05-20
* Guard against garbage collecting in multiple threadsChristopher Baines2020-05-20
* Print out a message when retrying succeedsChristopher Baines2020-05-20
* Include retrying when submitting buildsChristopher Baines2020-05-20
* Switch to using threads for running builds in parallelChristopher Baines2020-05-20
* Add more error handling in to call-with-streaming-http-requestChristopher Baines2020-05-20
* Start counting allocation successes and failuresChristopher Baines2020-05-20
* Add support for counter metricsChristopher Baines2020-05-20
* Send requests directly to the coordinator for submitting buildsChristopher Baines2020-05-20
* Fix zeroing the right metricChristopher Baines2020-05-19
* Zero the allocated build counts as wellChristopher Baines2020-05-19
* Zero the allocated build counts for each agentChristopher Baines2020-05-19
* Fetch substitutes in a separate channelChristopher Baines2020-05-19
* Improve handling of submitting buildsChristopher Baines2020-05-19
* Fix the build show missing inputs functionalityChristopher Baines2020-05-19
* Make it possible to show builds for an outputChristopher Baines2020-05-19
* Don't check for child processes in the agent if there are noneChristopher Baines2020-05-18
* Move sleeping when there are no new builds availableChristopher Baines2020-05-18
* Sleep for 30 seconds if no new builds are availableChristopher Baines2020-05-18
* Fix gc being disabled in the agent processes post forkChristopher Baines2020-05-18