aboutsummaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAge
* Set %file-port-name-canonicalization 'noneChristopher Baines4 days
|
* Use fibers for refreshing issue and branch dataChristopher Baines4 days
|
* Don't submit system test buildsChristopher Baines4 days
| | | | | As they don't really work currently, due to the agents not being able to GC things that they need to build for the system tests.
* Submit branch builds via a fiberChristopher Baines7 days
| | | | Rather than a thread.
* Drop the number of patch issues to show/processChristopher Baines2023-11-04
| | | | | As beid which currently runs data.qa.guix.gnu.org is running out of disk space.
* Generate a reproducible.json fileChristopher Baines2023-10-31
| | | | Which can hopefully be consumed by https://ismypackagereproducibleyet.org/
* Fix calling create-branch-for-issueChristopher Baines2023-10-19
|
* Refactor fetching data from patchworkChristopher Baines2023-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 threadChristopher Baines2023-10-16
|
* Fix issues with submit-issue-buildsChristopher Baines2023-10-10
|
* Instrument manage patch branchesChristopher Baines2023-10-06
|
* Add a command to apply patchesChristopher Baines2023-09-19
| | | | Mostly for testing the code.
* Move submitting patch builds in to a fiberChristopher Baines2023-09-13
| | | | As this should help improve reliability and parallelism (eventually).
* Stop the patch issues to showChristopher Baines2023-09-11
| | | | As beid is running low on disk space.
* Add metrics around the submit builds threadsChristopher Baines2023-09-07
| | | | Mostly so I can see if they get stuck.
* Fix the doc-dirChristopher Baines2023-09-04
|
* Display the README as a pageChristopher Baines2023-09-04
| | | | Like the data service.
* Set GC_RETRY_SIGNALS=0Christopher Baines2023-06-30
| | | | To work around the "Signals delivery fails constantly" crashes.
* Move issue related code from the server moduleChristopher Baines2023-06-15
|
* Fix incorrect priority handling in the guix-qa-frontpage scriptChristopher Baines2023-05-30
|
* Extract out branch related codeChristopher Baines2023-05-23
|
* Support submitting branch builds manuallyChristopher Baines2023-05-16
|
* Instrument the substitute availability of branchesChristopher Baines2023-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 issueChristopher Baines2023-04-09
| | | | Without a limit for the number of builds.
* Increase the number of patch series to show/processChristopher Baines2023-03-15
| | | | Also increase the parallelism for refreshing the data.
* Increase the number of patches to processChristopher Baines2023-03-12
|
* Add repl related optionsChristopher Baines2023-03-09
|
* Increase the number of additional series to refreshChristopher Baines2023-02-17
|
* Tweak and join up how many patch series are processedChristopher Baines2023-02-17
| | | | By different parts of the code.
* Add a thread to refresh data for branchesChristopher Baines2023-02-03
|
* Make the refresh data thread more specificChristopher Baines2023-02-03
| | | | As I want to add another thread for non-patch branches.
* Start submitting builds for system testsChristopher Baines2022-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 branchesChristopher Baines2022-12-08
|
* Pull more get-issue-branch-base-and-target-refs calls outChristopher Baines2022-12-05
|
* Try to fix an issue with the cwd being changed by different threadsChristopher Baines2022-11-20
|
* Adopt managing patch branchesChristopher Baines2022-10-25
| | | | | This previously happened with some scripts run through Laminar, this commit moves the functionality here.
* Refresh some data regularlyChristopher Baines2022-09-18
|
* Expose prometheus metricsChristopher Baines2022-09-14
|
* Start adding support for branchesChristopher Baines2022-09-14
|
* Add lots more functionalityChristopher Baines2022-09-03
|
* Initial commitChristopher Baines2022-08-12