Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add a Guix logo to the header | Christopher Baines | 2023-11-01 |
| | |||
* | Properly handle multiple package outputs in reproducible.json.gz | Christopher Baines | 2023-11-01 |
| | |||
* | Add a simple package page | Christopher Baines | 2023-10-31 |
| | |||
* | Generate a reproducible.json file | Christopher Baines | 2023-10-31 |
| | | | | Which can hopefully be consumed by https://ismypackagereproducibleyet.org/ | ||
* | Add a reproducible-builds page to display data and issues | Christopher Baines | 2023-10-30 |
| | | | | Maybe this will be a useful starting point. | ||
* | Sort and filter the branch package reproducibility table | Christopher Baines | 2023-10-30 |
| | | | | Removing systems for which substitutes aren't available. | ||
* | Fetch and display package reproducibility information for branches | Christopher Baines | 2023-10-29 |
| | | | | This involved some refactoring of branch data in general. | ||
* | Make "large-number-of-builds" an issue status | Christopher Baines | 2023-10-29 |
| | | | | Rather than these falling within the unknown status. | ||
* | Avoid timeouts blocking creating issue branches | Christopher Baines | 2023-10-27 |
| | |||
* | Delete the create branch for issue logs | Christopher Baines | 2023-10-27 |
| | | | | | When looking at creating the branch, to ensure the log inserted (if any) is fresh. | ||
* | Fix checking for changes against master | Christopher Baines | 2023-10-22 |
| | |||
* | Support filtering by branch | Christopher Baines | 2023-10-21 |
| | |||
* | Handle the case when a series has no patches | Christopher Baines | 2023-10-21 |
| | | | | In patchwork-series->branch. | ||
* | Highlight the intended branch on the issue page | Christopher Baines | 2023-10-21 |
| | |||
* | Start applying patches to non-master branches | Christopher Baines | 2023-10-21 |
| | | | | If this is indicated when the patch is submitted. | ||
* | Check if all patches have been received earlier | Christopher Baines | 2023-10-21 |
| | |||
* | Add parse-patch-name | Vivien Kraus | 2023-10-21 |
| | | | | | | | This is a cut down version of the original patch. Using this information will require some refactoring first. Signed-off-by: Christopher Baines <mail@cbaines.net> | ||
* | Fix calling create-branch-for-issue | Christopher Baines | 2023-10-19 |
| | |||
* | 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 | Christopher Baines | 2023-10-18 |
| | | | | | Delete branches which no longer appear in the latest patchwork series and simplify some of the code. | ||
* | Take the last count patch series | Christopher Baines | 2023-10-17 |
| | | | | | | Rather than the first, as the list grows from the front. Also remove the peek. | ||
* | Refactor fetching data from patchwork | Christopher Baines | 2023-10-17 |
| | | | | | | | | | 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. | ||
* | Make ensure-repository-exist! work in fibers | Christopher Baines | 2023-10-16 |
| | | | | Assuming the repository exists, which it generally will. | ||
* | 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 | Christopher Baines | 2023-10-15 |
| | | | | | Where the comparison between the master branch isn't available, but the branch revision has been processed. | ||
* | Refactor submit-builds-for-category | Christopher Baines | 2023-10-15 |
| | | | | | | 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. | ||
* | 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 |
| | |||
* | 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 |
| |