Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Show the changes to cross derivations on issue pages | Christopher Baines | 2023-10-15 | |
| | ||||
* | Fix an issue with applying patches | Christopher Baines | 2023-10-13 | |
| | | | | The base commit hash was being fetched before it had been created. | |||
* | Show the merged with issues | Christopher Baines | 2023-10-13 | |
| | ||||
* | Only display merged issues once | Christopher Baines | 2023-10-13 | |
| | | | | Using the merged_with data now available from Mumi. | |||
* | Include more statuses in the badges | Christopher Baines | 2023-10-12 | |
| | ||||
* | Fetch tags when updating guix.git | Christopher Baines | 2023-10-10 | |
| | ||||
* | Only show the create branch log if it's available | Christopher Baines | 2023-10-10 | |
| | ||||
* | Remove peek | Christopher Baines | 2023-10-10 | |
| | ||||
* | Improve error reporting around branches | Christopher Baines | 2023-10-10 | |
| | ||||
* | Guard against missing substitute availability data | Christopher Baines | 2023-10-10 | |
| | ||||
* | Instrument manage patch branches | Christopher Baines | 2023-10-06 | |
| | ||||
* | Avoid exceptions when updating branch substitute availability metrics | Christopher Baines | 2023-10-06 | |
| | ||||
* | Don't print backtraces for the request part of derivation changes | Christopher Baines | 2023-10-06 | |
| | ||||
* | Rename to avoid conflict with procedure | Christopher Baines | 2023-10-06 | |
| | ||||
* | Allow filtering issues by status | Christopher Baines | 2023-10-02 | |
| | ||||
* | Link and show some patches stats on the homepage | Christopher Baines | 2023-09-30 | |
| | ||||
* | 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. | |||
* | 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. | |||
* | 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. | |||
* | Display the README as a page | Christopher Baines | 2023-09-04 | |
| | | | | Like the data service. | |||
* | 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 | |
| |