Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | Get more data from mumi | Christopher Baines | 2022-10-25 |
| | | | | | Query the open status so that Patchwork isn't relied on for that. Also switch to querying the tags in bulk. | ||
* | Stop building staging | Christopher Baines | 2022-10-17 |
| | | | | As it's now been merged. | ||
* | Stop canceling builds for now | Christopher Baines | 2022-10-17 |
| | | | | I think this needs a bit more testing. | ||
* | Just include the badge SVGs three times | Christopher Baines | 2022-10-16 |
| | | | | | I don't understand enough about the structure to construct it, so just include the full SVGs for each status. | ||
* | Fix an issue with the issue number for badge requests | Christopher Baines | 2022-10-16 |
| | |||
* | Add some bigger badges for issues | Christopher Baines | 2022-10-16 |
| | | | | With help from Arun. | ||
* | Increase the build limit for patches | Christopher Baines | 2022-10-14 |
| | |||
* | Tweak issue overall status criteria | Christopher Baines | 2022-10-14 |
| | | | | Don't require some succeeding builds for every tested system. | ||
* | Add a simple "review checklist" to the issue page | Christopher Baines | 2022-10-13 |
| | | | | Similar to what Arun proposed for the Mumi issue pages. | ||
* | Add some important caveats to some messages | Christopher Baines | 2022-10-13 |
| | |||
* | Add some colour to the lint warning table | Christopher Baines | 2022-10-13 |
| | |||
* | Move the tags up to the heading on the issue page | Christopher Baines | 2022-10-13 |
| | |||
* | Add some headings on the issue page | Christopher Baines | 2022-10-13 |
| | |||
* | Only cancel builds without any dependants | Christopher Baines | 2022-10-12 |
| | | | | Otherwise, builds relied on by others can be cancelled. |