Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add a new package changes page | Christopher Baines | 2023-07-05 |
| | | | | And make some refactoring to make this easier. | ||
* | Try to reduce the frequency of the requests to issues.guix.gnu.org | Christopher Baines | 2023-05-31 |
| | | | | To avoid the DoS protection. | ||
* | Memoize checking for changes against the latest master revision | Christopher Baines | 2023-05-23 |
| | | | | To speed this up. | ||
* | Delete patch branches where master has changed too much | Christopher Baines | 2023-05-23 |
| | | | | | | Since the patches were applied. This will help clear out patch branches after big changes (e.g. core-updates) so that the patch branches can be regenerated against an up to date master branch commit. | ||
* | Improve checking for patch branches to delete | Christopher Baines | 2023-03-03 |
| | | | | | Lock the repository for shorter periods, and only when necessary. Plus improve exception handling and logging. | ||
* | Tweak and join up how many patch series are processed | Christopher Baines | 2023-02-17 |
| | | | | By different parts of the code. | ||
* | Increase the number of series to create branches for | Christopher Baines | 2023-02-14 |
| | |||
* | Further tweak managing patch branches | Christopher Baines | 2023-02-14 |
| | |||
* | Fix deleting patch branches | Christopher Baines | 2023-02-14 |
| | | | | | | Previously this wasn't working as getting the refs for the comparison was broken, this approach with just checking the revision details should be faster though. | ||
* | Fix some variable issues | Christopher Baines | 2022-12-09 |
| | |||
* | Make sure to delete branches when applying patches fails | Christopher Baines | 2022-12-09 |
| | | | | | As it's important not to leave a branch around that doesn't correspond to the latest set of patches. | ||
* | Guard against missing patchwork series dates | Christopher Baines | 2022-12-09 |
| | |||
* | Make sure to process series for branches that already exist | Christopher Baines | 2022-12-09 |
| | |||
* | Treat issue numbers as numbers when managing patch branches | Christopher Baines | 2022-12-09 |
| | |||
* | Log more about recreating branches | Christopher Baines | 2022-12-09 |
| | | | | As this isn't currently working. | ||
* | Clear relevant cache entries when recreating branches | Christopher Baines | 2022-12-08 |
| | |||
* | Fix string to number | Christopher Baines | 2022-12-05 |
| | |||
* | Pull more get-issue-branch-base-and-target-refs calls out | Christopher Baines | 2022-12-05 |
| | |||
* | Stop creating patchwork checks when applying patches | Christopher Baines | 2022-11-21 |
| | | | | As the status of these checks doesn't reflect anything useful. | ||
* | Switch to using the git repository for comparison information | Christopher Baines | 2022-11-20 |
| | | | | Rather than storing the revisions in Patchwork checks. | ||
* | Extract out the git repository procetures from manage branches module | Christopher Baines | 2022-11-20 |
| | |||
* | Improve error handling around creating patch branches | 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 |
| | |||
* | Fix the dig procedure and uses of it | 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 |
| | |||
* | 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 |
| | |||
* | Adopt managing patch branches | Christopher Baines | 2022-10-25 |
This previously happened with some scripts run through Laminar, this commit moves the functionality here. |