Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Use --ignore-whitespace when applying patches | Christopher Baines | 2023-09-30 | |
| | ||||
* | Add some more issue statuses | Christopher Baines | 2023-09-27 | |
| | | | | So it's easier to find issues that have specific problems. | |||
* | Add a mechanism to add the reviewed-looks-good usertag to issues | Christopher Baines | 2023-09-26 | |
| | | | | | As a way of trying to prioritise merging patches that have been reviewed by someone. | |||
* | Make reviewed-looks-good an issue status | Christopher Baines | 2023-09-26 | |
| | ||||
* | Show the guix usertags on the issue page | Christopher Baines | 2023-09-26 | |
| | ||||
* | Better handle patches that don't apply | Christopher Baines | 2023-09-19 | |
| | ||||
* | Pull some divs out of the issue view | Christopher Baines | 2023-09-19 | |
| | | | | To make it easier to read. | |||
* | Add a command to apply patches | Christopher Baines | 2023-09-19 | |
| | | | | Mostly for testing the code. | |||
* | Rework applying patches | Christopher Baines | 2023-09-19 | |
| | | | | To capture the output from git am. | |||
* | Ignore canceled builds when looking at changes | Christopher Baines | 2023-09-17 | |
| | ||||
* | Fix uri encoding of derivation filenames | Christopher Baines | 2023-09-16 | |
| | ||||
* | Use the new fold-builds procedure from the build coordinator | Christopher Baines | 2023-09-16 | |
| | ||||
* | Add more logging around submitting builds for issues | Christopher Baines | 2023-09-15 | |
| | | | | As I don't know where it's getting stuck. | |||
* | Fix some links to derivations | Christopher Baines | 2023-09-15 | |
| | ||||
* | Add missing #:timeout | Christopher Baines | 2023-09-15 | |
| | ||||
* | Guard against #:timeout not being set | Christopher Baines | 2023-09-15 | |
| | ||||
* | Fix timeout being seconds | Christopher Baines | 2023-09-15 | |
| | | | | Not ms. | |||
* | Add missing #:unwind? #t | Christopher Baines | 2023-09-15 | |
| | ||||
* | Add port timeouts around canceling builds | Christopher Baines | 2023-09-15 | |
| | ||||
* | Use timeouts for talking to the data service and build coordinator | Christopher Baines | 2023-09-13 | |
| | ||||
* | Copy with-fibers-port-timeouts from the nar-herder | Christopher Baines | 2023-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 fiber | Christopher Baines | 2023-09-13 | |
| | | | | As this should help improve reliability and parallelism (eventually). | |||
* | Remove subject: prefix from branch issue search | Christopher Baines | 2023-09-12 | |
| | | | | As it seems to miss the current emacs-team issue with this. | |||
* | Stop the patch issues to show | Christopher Baines | 2023-09-11 | |
| | | | | As beid is running low on disk space. | |||
* | Add metrics around the submit builds threads | Christopher Baines | 2023-09-07 | |
| | | | | Mostly so I can see if they get stuck. | |||
* | Include port metrics | Christopher Baines | 2023-09-07 | |
| | | | | To help identity if there are issues with too many file descriptors. | |||
* | Fix the doc-dir | Christopher Baines | 2023-09-04 | |
| | ||||
* | Display the README as a page | Christopher Baines | 2023-09-04 | |
| | | | | Like the data service. | |||
* | Fix populating the docdir | Christopher Baines | 2023-09-04 | |
| | ||||
* | Generate a HTML version of the README | Christopher Baines | 2023-09-04 | |
| | ||||
* | Add some more TODO list thoughts | Christopher Baines | 2023-09-04 | |
| | ||||
* | More TODO list tweaks | Christopher Baines | 2023-09-04 | |
| | ||||
* | Refresh the TODO list | Christopher Baines | 2023-09-04 | |
| | ||||
* | Update README.org | Christopher Baines | 2023-09-04 | |
| | | | | As I think the new package changes page has improved this. | |||
* | Ignore exceptions when deleting the base-for-issue- tag | Christopher Baines | 2023-08-29 | |
| | | | | As it might have already been deleted. | |||
* | Avoid take not working when there are less than 2 merge requests | Christopher Baines | 2023-08-25 | |
| | ||||
* | Only consider branches with merge requests | Christopher Baines | 2023-08-24 | |
| | ||||
* | Fix number to string issue | Christopher Baines | 2023-08-24 | |
| | ||||
* | Skip updating derived priorities when canceling builds | Christopher Baines | 2023-08-19 | |
| | | | | As this should be unnecessary. | |||
* | Always look at canceling branch builds | Christopher Baines | 2023-08-17 | |
| | ||||
* | Remove now unnecessary number->string | Christopher Baines | 2023-08-16 | |
| | ||||
* | Map over the issue numbers | Christopher Baines | 2023-08-15 | |
| | ||||
* | Fix handling of issue numbers | Christopher Baines | 2023-08-15 | |
| | ||||
* | Fix 1+ procedure | Christopher Baines | 2023-08-15 | |
| | ||||
* | Fix issues-with-builds-to-cancel in the patch builds thread | Christopher Baines | 2023-08-15 | |
| | ||||
* | Fix insert statement | Christopher Baines | 2023-08-12 | |
| | ||||
* | Track when builds are submitted, and cancel them later | Christopher Baines | 2023-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 issues | Christopher Baines | 2023-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 revision | Christopher Baines | 2023-08-01 | |
| | | | | Rather than doing this only after submitting new builds. | |||
* | Set thread names | Christopher Baines | 2023-07-25 | |
| | | | | To help with debugging. |