Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Add an information flow diagram | Christopher Baines | 2024-01-20 | |
* | Fix cancel-builds-not-for-revision•••To actually cancel all the builds. | Christopher Baines | 2023-12-13 | |
* | Cancel builds in a loop•••To ensure they're all canceled, since they might not all be returned initially when querying with #:relationship 'no-dependent-builds. | Christopher Baines | 2023-12-13 | |
* | Make sure builds are canceled | Christopher Baines | 2023-12-13 | |
* | Cancel builds before submitting new ones•••This should handle the case where we want to cancel a build then submit a new one for the same output. | Christopher Baines | 2023-11-26 | |
* | Cancel and resubmit builds where the derivation has changed•••But the output remains the same. This will hopefully avoid some instances where the data service deletes the derivation as it corresponds to a removed revision and the build can't start because of the missing derivation. | Christopher Baines | 2023-11-26 | |
* | Tweak error handling around talking to Mumi•••I think requests to Mumi were being responded to with 502's, and that led QA to delete all the patch branches. This should hopefully stop that happening in the future. | Christopher Baines | 2023-11-06 | |
* | Drop the number of patch issues to show/process•••As beid which currently runs data.qa.guix.gnu.org is running out of disk space. | Christopher Baines | 2023-11-04 | |
* | Fix the package changes table on the branch page•••And only display the "below systems" message if there are any. | Christopher Baines | 2023-11-03 | |
* | Use a different symbol when waiting for build results•••And group these issues towards the top of the patches list since they potentially can be merged if there's not too many builds remaining. | Christopher Baines | 2023-11-03 | |
* | Change text for the "waiting for build results" status | Christopher Baines | 2023-11-03 | |
* | Start to better describe when builds are waiting to happen•••Don't use the same styling as failed builds on the issue page, and also separate out the systems which don't count towards the issue status. | Christopher Baines | 2023-11-02 | |
* | Add "i686-linux" back to systems to consider•••As the substitute availability is better now. | Christopher Baines | 2023-11-02 | |
* | Set higher rebuild number limit for patch series.•••This allows building Java updates which impact 600 packages per architecture. | Julien Lepiller | 2023-11-02 | |
* | Add a few more items to the TODO list•••From the discussions at the Reproducible Builds summit. | Christopher Baines | 2023-11-02 | |
* | Use call-with-blocked-asyncs when calling call-with-zlib-input-port•••Since it uses dynamic-wind that's incompatible with fibers. | Christopher Baines | 2023-11-01 | |
* | Link to the /reproducible-builds page | Christopher Baines | 2023-11-01 | |
* | Make the branches table shorter | Christopher Baines | 2023-11-01 | |
* | 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•••Which can hopefully be consumed by https://ismypackagereproducibleyet.org/ | Christopher Baines | 2023-10-31 | |
* | Add a reproducible-builds page to display data and issues•••Maybe this will be a useful starting point. | Christopher Baines | 2023-10-30 | |
* | Sort and filter the branch package reproducibility table•••Removing systems for which substitutes aren't available. | Christopher Baines | 2023-10-30 | |
* | Fetch and display package reproducibility information for branches•••This involved some refactoring of branch data in general. | Christopher Baines | 2023-10-29 | |
* | Make "large-number-of-builds" an issue status•••Rather than these falling within the unknown status. | Christopher Baines | 2023-10-29 | |
* | Avoid timeouts blocking creating issue branches | Christopher Baines | 2023-10-27 | |
* | Delete the create branch for issue logs•••When looking at creating the branch, to ensure the log inserted (if any) is fresh. | Christopher Baines | 2023-10-27 | |
* | 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•••In patchwork-series->branch. | Christopher Baines | 2023-10-21 | |
* | Highlight the intended branch on the issue page | Christopher Baines | 2023-10-21 | |
* | Start applying patches to non-master branches•••If this is indicated when the patch is submitted. | Christopher Baines | 2023-10-21 | |
* | Check if all patches have been received earlier | Christopher Baines | 2023-10-21 | |
* | Add parse-patch-name•••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> | Vivien Kraus | 2023-10-21 | |
* | 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•••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 |