Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Generate a reproducible.json file | Christopher Baines | 2023-10-31 |
| | | | | Which can hopefully be consumed by https://ismypackagereproducibleyet.org/ | ||
* | Fix calling create-branch-for-issue | Christopher Baines | 2023-10-19 |
| | |||
* | 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. | ||
* | Instrument the refresh patch data thread | Christopher Baines | 2023-10-16 |
| | |||
* | Fix issues with submit-issue-builds | Christopher Baines | 2023-10-10 |
| | |||
* | Instrument manage patch branches | Christopher Baines | 2023-10-06 |
| | |||
* | Add a command to apply patches | Christopher Baines | 2023-09-19 |
| | | | | Mostly for testing the code. | ||
* | Move submitting patch builds in to a fiber | Christopher Baines | 2023-09-13 |
| | | | | As this should help improve reliability and parallelism (eventually). | ||
* | Stop the patch issues to show | Christopher Baines | 2023-09-11 |
| | | | | As beid is running low on disk space. | ||
* | Add metrics around the submit builds threads | Christopher Baines | 2023-09-07 |
| | | | | Mostly so I can see if they get stuck. | ||
* | Fix the doc-dir | Christopher Baines | 2023-09-04 |
| | |||
* | Display the README as a page | Christopher Baines | 2023-09-04 |
| | | | | Like the data service. | ||
* | Set GC_RETRY_SIGNALS=0 | Christopher Baines | 2023-06-30 |
| | | | | To work around the "Signals delivery fails constantly" crashes. | ||
* | Move issue related code from the server module | Christopher Baines | 2023-06-15 |
| | |||
* | Fix incorrect priority handling in the guix-qa-frontpage script | Christopher Baines | 2023-05-30 |
| | |||
* | Extract out branch related code | Christopher Baines | 2023-05-23 |
| | |||
* | Support submitting branch builds manually | Christopher Baines | 2023-05-16 |
| | |||
* | Instrument the substitute availability of branches | Christopher Baines | 2023-05-06 |
| | | | | So that it's possible to get an idea of how this changes over time. | ||
* | Add the ability to submit builds manually for an issue | Christopher Baines | 2023-04-09 |
| | | | | Without a limit for the number of builds. | ||
* | Increase the number of patch series to show/process | Christopher Baines | 2023-03-15 |
| | | | | Also increase the parallelism for refreshing the data. | ||
* | Increase the number of patches to process | Christopher Baines | 2023-03-12 |
| | |||
* | Add repl related options | Christopher Baines | 2023-03-09 |
| | |||
* | Increase the number of additional series to refresh | Christopher Baines | 2023-02-17 |
| | |||
* | Tweak and join up how many patch series are processed | Christopher Baines | 2023-02-17 |
| | | | | By different parts of the code. | ||
* | Add a thread to refresh data for branches | Christopher Baines | 2023-02-03 |
| | |||
* | Make the refresh data thread more specific | Christopher Baines | 2023-02-03 |
| | | | | As I want to add another thread for non-patch branches. | ||
* | Start submitting builds for system tests | Christopher Baines | 2022-12-15 |
| | | | | | | This'll enable getting system test information in to the data service, which will in turn enable starting running system tests for patches when appropriate. | ||
* | Clear relevant cache entries when recreating branches | Christopher Baines | 2022-12-08 |
| | |||
* | Pull more get-issue-branch-base-and-target-refs calls out | Christopher Baines | 2022-12-05 |
| | |||
* | Try to fix an issue with the cwd being changed by different threads | Christopher Baines | 2022-11-20 |
| | |||
* | Adopt managing patch branches | Christopher Baines | 2022-10-25 |
| | | | | | This previously happened with some scripts run through Laminar, this commit moves the functionality here. | ||
* | Refresh some data regularly | Christopher Baines | 2022-09-18 |
| | |||
* | Expose prometheus metrics | Christopher Baines | 2022-09-14 |
| | |||
* | Start adding support for branches | Christopher Baines | 2022-09-14 |
| | |||
* | Add lots more functionality | Christopher Baines | 2022-09-03 |
| | |||
* | Initial commit | Christopher Baines | 2022-08-12 |