aboutsummaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAge
* Set %patchwork-series-default-count earlier•••So it's set for the database threads. Christopher Baines2024-06-08
* Move starting all threads to start-guix-qa-frontpageChristopher Baines2024-06-08
* Set %file-port-name-canonicalization 'noneChristopher Baines2024-05-17
* Use fibers for refreshing issue and branch dataChristopher Baines2024-05-17
* Don't submit system test builds•••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. Christopher Baines2024-05-17
* Submit branch builds via a fiber•••Rather than a thread. Christopher Baines2024-05-15
* Drop the number of patch issues to show/process•••As beid which currently runs data.qa.guix.gnu.org is running out of disk space. Christopher Baines2023-11-04
* Generate a reproducible.json file•••Which can hopefully be consumed by https://ismypackagereproducibleyet.org/ Christopher Baines2023-10-31
* Fix calling create-branch-for-issueChristopher Baines2023-10-19
* Refactor fetching data from patchwork•••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. Christopher Baines2023-10-17
* 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 patches•••Mostly for testing the code. Christopher Baines2023-09-19
* Move submitting patch builds in to a fiber•••As this should help improve reliability and parallelism (eventually). Christopher Baines2023-09-13
* Stop the patch issues to show•••As beid is running low on disk space. Christopher Baines2023-09-11
* Add metrics around the submit builds threads•••Mostly so I can see if they get stuck. Christopher Baines2023-09-07
* Fix the doc-dirChristopher Baines2023-09-04
* Display the README as a page•••Like the data service. Christopher Baines2023-09-04
* Set GC_RETRY_SIGNALS=0•••To work around the "Signals delivery fails constantly" crashes. Christopher Baines2023-06-30
* 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 branches•••So that it's possible to get an idea of how this changes over time. Christopher Baines2023-05-06
* Add the ability to submit builds manually for an issue•••Without a limit for the number of builds. Christopher Baines2023-04-09
* Increase the number of patch series to show/process•••Also increase the parallelism for refreshing the data. Christopher Baines2023-03-15
* 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 processed•••By different parts of the code. Christopher Baines2023-02-17
* Add a thread to refresh data for branchesChristopher Baines2023-02-03
* Make the refresh data thread more specific•••As I want to add another thread for non-patch branches. Christopher Baines2023-02-03
* Start submitting builds for system tests•••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. Christopher Baines2022-12-15
* 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 branches•••This previously happened with some scripts run through Laminar, this commit moves the functionality here. Christopher Baines2022-10-25
* 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