aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Use --ignore-whitespace when applying patchesChristopher Baines2023-09-30
|
* Add some more issue statusesChristopher Baines2023-09-27
| | | | So it's easier to find issues that have specific problems.
* Add a mechanism to add the reviewed-looks-good usertag to issuesChristopher Baines2023-09-26
| | | | | As a way of trying to prioritise merging patches that have been reviewed by someone.
* Make reviewed-looks-good an issue statusChristopher Baines2023-09-26
|
* Show the guix usertags on the issue pageChristopher Baines2023-09-26
|
* Better handle patches that don't applyChristopher Baines2023-09-19
|
* Pull some divs out of the issue viewChristopher Baines2023-09-19
| | | | To make it easier to read.
* Add a command to apply patchesChristopher Baines2023-09-19
| | | | Mostly for testing the code.
* Rework applying patchesChristopher Baines2023-09-19
| | | | To capture the output from git am.
* Ignore canceled builds when looking at changesChristopher Baines2023-09-17
|
* Fix uri encoding of derivation filenamesChristopher Baines2023-09-16
|
* Use the new fold-builds procedure from the build coordinatorChristopher Baines2023-09-16
|
* Add more logging around submitting builds for issuesChristopher Baines2023-09-15
| | | | As I don't know where it's getting stuck.
* Fix some links to derivationsChristopher Baines2023-09-15
|
* Add missing #:timeoutChristopher Baines2023-09-15
|
* Guard against #:timeout not being setChristopher Baines2023-09-15
|
* Fix timeout being secondsChristopher Baines2023-09-15
| | | | Not ms.
* Add missing #:unwind? #tChristopher Baines2023-09-15
|
* Add port timeouts around canceling buildsChristopher Baines2023-09-15
|
* Use timeouts for talking to the data service and build coordinatorChristopher Baines2023-09-13
|
* Copy with-fibers-port-timeouts from the nar-herderChristopher Baines2023-09-13
| | | | | As this is state of the art stuff for having Guile not hang while talking to the network.
* Move submitting patch builds in to a fiberChristopher Baines2023-09-13
| | | | As this should help improve reliability and parallelism (eventually).
* Remove subject: prefix from branch issue searchChristopher Baines2023-09-12
| | | | As it seems to miss the current emacs-team issue with this.
* Stop the patch issues to showChristopher Baines2023-09-11
| | | | As beid is running low on disk space.
* Add metrics around the submit builds threadsChristopher Baines2023-09-07
| | | | Mostly so I can see if they get stuck.
* Include port metricsChristopher Baines2023-09-07
| | | | To help identity if there are issues with too many file descriptors.
* Fix the doc-dirChristopher Baines2023-09-04
|
* Display the README as a pageChristopher Baines2023-09-04
| | | | Like the data service.
* Fix populating the docdirChristopher Baines2023-09-04
|
* Generate a HTML version of the READMEChristopher Baines2023-09-04
|
* Add some more TODO list thoughtsChristopher Baines2023-09-04
|
* More TODO list tweaksChristopher Baines2023-09-04
|
* Refresh the TODO listChristopher Baines2023-09-04
|
* Update README.orgChristopher Baines2023-09-04
| | | | As I think the new package changes page has improved this.
* Ignore exceptions when deleting the base-for-issue- tagChristopher Baines2023-08-29
| | | | As it might have already been deleted.
* Avoid take not working when there are less than 2 merge requestsChristopher Baines2023-08-25
|
* Only consider branches with merge requestsChristopher Baines2023-08-24
|
* Fix number to string issueChristopher Baines2023-08-24
|
* Skip updating derived priorities when canceling buildsChristopher Baines2023-08-19
| | | | As this should be unnecessary.
* Always look at canceling branch buildsChristopher Baines2023-08-17
|
* Remove now unnecessary number->stringChristopher Baines2023-08-16
|
* Map over the issue numbersChristopher Baines2023-08-15
|
* Fix handling of issue numbersChristopher Baines2023-08-15
|
* Fix 1+ procedureChristopher Baines2023-08-15
|
* Fix issues-with-builds-to-cancel in the patch builds threadChristopher Baines2023-08-15
|
* Fix insert statementChristopher Baines2023-08-12
|
* Track when builds are submitted, and cancel them laterChristopher Baines2023-08-08
| | | | | | This housekeeping helps avoid building things unnecessarily, as well as avoiding builds that can't happen since the derivation might no longer be available.
* Switch to using i686-linux for checking whether to rebase issuesChristopher Baines2023-08-01
| | | | | As this will detect cases where the base or target revision is missing most i686-linux and armhf-linux derivations.
* Always cancel builds not for revisionChristopher Baines2023-08-01
| | | | Rather than doing this only after submitting new builds.
* Set thread namesChristopher Baines2023-07-25
| | | | To help with debugging.