Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Add a new patches missing status | Christopher Baines | 2023-10-18 | |
* | Log more when patches haven't been received | Christopher Baines | 2023-10-18 | |
* | Rework managing patch branches•••Delete branches which no longer appear in the latest patchwork series and simplify some of the code. | Christopher Baines | 2023-10-18 | |
* | Take the last count patch series•••Rather than the first, as the list grows from the front. Also remove the peek. | Christopher Baines | 2023-10-17 | |
* | Refactor fetching data from patchwork•••Fetch pages one at a time until the required number of patch series has been fetched. This commit also changes the ordering from issue number to the series ID, which will mean that series associated with older issues will be prefered over newer issues with older series. | Christopher Baines | 2023-10-17 | |
* | Make ensure-repository-exist! work in fibers•••Assuming the repository exists, which it generally will. | Christopher Baines | 2023-10-16 | |
* | Guard against using monitor inside fibers | Christopher Baines | 2023-10-16 | |
* | Use #:unwind-for-type to simplify some exception handling | Christopher Baines | 2023-10-16 | |
* | Instrument the refresh patch data thread | Christopher Baines | 2023-10-16 | |
* | Improve cache clearing when recreating issue branches | Christopher Baines | 2023-10-16 | |
* | Handle versions in clear-sqlite-cache-entry | Christopher Baines | 2023-10-16 | |
* | Provide a fallback approach for branch builds•••Where the comparison between the master branch isn't available, but the branch revision has been processed. | Christopher Baines | 2023-10-15 | |
* | Refactor submit-builds-for-category•••Pull out the handling of the derivation-changes data, so that submit-builds-for-category can be used when you're not dealing with data service comparisons. | Christopher Baines | 2023-10-15 | |
* | Show the changes to cross derivations on issue pages | Christopher Baines | 2023-10-15 | |
* | Fix an issue with applying patches•••The base commit hash was being fetched before it had been created. | Christopher Baines | 2023-10-13 | |
* | Show the merged with issues | Christopher Baines | 2023-10-13 | |
* | Only display merged issues once•••Using the merged_with data now available from Mumi. | Christopher Baines | 2023-10-13 | |
* | Include more statuses in the badges | Christopher Baines | 2023-10-12 | |
* | Fix issues with submit-issue-builds | Christopher Baines | 2023-10-10 | |
* | 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 | |
* | Add some done items to the TODO list | Christopher Baines | 2023-10-02 | |
* | 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•••So it's easier to find issues that have specific problems. | Christopher Baines | 2023-09-27 | |
* | Add a mechanism to add the reviewed-looks-good usertag to issues•••As a way of trying to prioritise merging patches that have been reviewed by someone. | Christopher Baines | 2023-09-26 | |
* | 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•••To make it easier to read. | Christopher Baines | 2023-09-19 | |
* | Add a command to apply patches•••Mostly for testing the code. | Christopher Baines | 2023-09-19 | |
* | Rework applying patches•••To capture the output from git am. | Christopher Baines | 2023-09-19 | |
* | 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•••As I don't know where it's getting stuck. | Christopher Baines | 2023-09-15 | |
* | 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•••Not ms. | Christopher Baines | 2023-09-15 | |
* | Add missing #:unwind? #t | Christopher Baines | 2023-09-15 | |
* | Add port timeouts around canceling builds | Christopher Baines | 2023-09-15 |