Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Look at a subset of the systems for the overall issue status | Christopher Baines | 2022-11-20 | |
| | ||||
* | Submit powerpc64le-linux builds for patches | Christopher Baines | 2022-11-20 | |
| | ||||
* | Increase the build limit for patches | Christopher Baines | 2022-11-20 | |
| | | | | Making it per-system, rather than absolute. | |||
* | Improve error handling around creating patch branches | Christopher Baines | 2022-11-19 | |
| | ||||
* | Improve the derivation changes error handling | Christopher Baines | 2022-11-19 | |
| | ||||
* | Slightly drop the number of series to refresh | Christopher Baines | 2022-11-19 | |
| | | | | So that it's closer to the 300 series displayed on the patches page. | |||
* | Remove some noise from querying derivation changes | Christopher Baines | 2022-11-19 | |
| | ||||
* | Increase the number of series to submit builds for | Christopher Baines | 2022-11-19 | |
| | ||||
* | Reduce the number of series to create branches for | Christopher Baines | 2022-11-18 | |
| | ||||
* | Add more exception handling around creating patch branches | Christopher Baines | 2022-11-18 | |
| | ||||
* | Don't crash if git am --skip fails | Christopher Baines | 2022-11-18 | |
| | ||||
* | Increase the number of series to create branches for | Christopher Baines | 2022-11-18 | |
| | ||||
* | Sort out some variable naming for patchwork series | Christopher Baines | 2022-11-18 | |
| | | | | And correct logging output. | |||
* | Fix missing variable error | Christopher Baines | 2022-11-18 | |
| | ||||
* | Add more logging around creating patch branches | Christopher Baines | 2022-11-18 | |
| | ||||
* | Stop logging so much about cache misses | Christopher Baines | 2022-11-18 | |
| | ||||
* | Fix the dig procedure and uses of it | Christopher Baines | 2022-11-17 | |
| | ||||
* | Don't log guix-data-service-error's | Christopher Baines | 2022-11-17 | |
| | | | | As these are to be expected. | |||
* | Use a custom exception type in patch-series-derivation-changes | Christopher Baines | 2022-11-17 | |
| | ||||
* | Delete branches if the basis of the comparison is gone | Christopher Baines | 2022-11-17 | |
| | ||||
* | Guard against errors in get-git-branch-head-committer-date | Christopher Baines | 2022-11-17 | |
| | ||||
* | Raise errors from patch-series-comparison | Christopher Baines | 2022-11-17 | |
| | | | | When the response indicates a problem. | |||
* | Add more exception handling for derivation changes | Christopher Baines | 2022-11-17 | |
| | ||||
* | Extend ttl for derivation-changes when managing builds | Christopher Baines | 2022-11-17 | |
| | ||||
* | Add missing #:unwind? #t | Christopher Baines | 2022-11-17 | |
| | ||||
* | Simplify data refresh code and add some parallelism | Christopher Baines | 2022-11-17 | |
| | ||||
* | Handle exceptions when fetching derivation changes for submitting builds | Christopher Baines | 2022-11-17 | |
| | ||||
* | Improve exception handling for patch-series-derivation-changes | Christopher Baines | 2022-11-17 | |
| | | | | Also remove retrying, as this is handled elsewhere. | |||
* | Fix issues with unknown builds being seen as good | Christopher Baines | 2022-11-17 | |
| | ||||
* | Start highlighting build issues in the overall patch status | Christopher Baines | 2022-11-17 | |
| | ||||
* | Tweak builds-missing-for-derivation-changes? | Christopher Baines | 2022-11-17 | |
| | | | | Consider any build, not just scheduled, started and succeeded ones. | |||
* | Skip inserting build if any build exists | Christopher Baines | 2022-11-17 | |
| | | | | | Otherwise there will be repeated attempts to submit builds if the builds previously submitted have failed. | |||
* | Visually separate the base and target in the issue package table | Christopher Baines | 2022-11-16 | |
| | ||||
* | Handle not being able to fetch derivation changes when refreshing data | Christopher Baines | 2022-11-16 | |
| | ||||
* | Tweak Guix Data Service request retries and delays | Christopher Baines | 2022-11-16 | |
| | ||||
* | Don't display misleading package comparison information | Christopher Baines | 2022-11-15 | |
| | | | | Only display if the builds are not missing for the derivation changes. | |||
* | Pick the latest comparison check | Christopher Baines | 2022-11-15 | |
| | ||||
* | Split out blocked builds from unknown builds | Christopher Baines | 2022-11-15 | |
| | ||||
* | Improve the bug number regex | Christopher Baines | 2022-11-10 | |
| | ||||
* | Handle re-creating branches when new Patchwork series are present | Christopher Baines | 2022-11-07 | |
| | | | | By checking when the HEAD commit on the branch was committed. | |||
* | Add missing newline | Christopher Baines | 2022-11-07 | |
| | ||||
* | Add missing bracket | Christopher Baines | 2022-11-05 | |
| | ||||
* | Fix the badge img | Christopher Baines | 2022-11-05 | |
| | ||||
* | Improve the wording on the patches page | Christopher Baines | 2022-11-05 | |
| | ||||
* | Show the issue badge on the page | Christopher Baines | 2022-11-05 | |
| | | | | To make it easier to discover. | |||
* | Add some information about how the patches page is ordered | Christopher Baines | 2022-11-05 | |
| | ||||
* | Make the data refresh thread smarter | Christopher Baines | 2022-11-03 | |
| | | | | | Sleep for a variable amount of time, dependent on how long the refresh process has taken. | |||
* | Make moreinfo tagging smarter | Christopher Baines | 2022-11-01 | |
| | ||||
* | Add link to tag issue as moreinfo | Christopher Baines | 2022-11-01 | |
| | ||||
* | Adopt managing patch branches | Christopher Baines | 2022-10-25 | |
| | | | | | This previously happened with some scripts run through Laminar, this commit moves the functionality here. |