aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage
Commit message (Collapse)AuthorAge
* Fix missing unquoteChristopher Baines2024-10-06
|
* Update domain for the patches repositoryChristopher Baines2024-09-11
|
* Try to fix exception handling for branch buildsChristopher Baines2024-08-31
|
* Refresh issues less often and reduce the parallelismChristopher Baines2024-08-15
| | | | To try and avoid overloading the QA data service.
* Instrument the time to submit buildsChristopher Baines2024-07-12
|
* Retry fetching branch changes from the data serviceChristopher Baines2024-07-08
| | | | As these requests can sometimes time out.
* Fix the branch package changes pageChristopher Baines2024-07-08
|
* Don't submit powerpc64le-linux builds for nowChristopher Baines2024-06-27
|
* Skip updating derived priorities for branch buildsChristopher Baines2024-06-25
| | | | As I think this can be skipped without affecting the derived priorities.
* Handle issues with the branch derivation changes dataChristopher Baines2024-06-25
|
* Increase port timeout for canceling buildsChristopher Baines2024-06-25
|
* Update use of with-port-timeoutsChristopher Baines2024-06-25
| | | | The timeout is now in seconds.
* Don't submit i586-gnu builds for the momentChristopher Baines2024-06-25
| | | | | The childhurd's connected to the bordeaux build farm just aren't reliable enough yet.
* Just shuffle by nameChristopher Baines2024-06-22
| | | | | | Otherwise the x86_64-linux builds and aarch64-linux builds will be submitted before everything else, which sort of makes sense, but doesn't load other machines early enough.
* Tweak derivation-changes-vectors->builds-to-keep-and-submitChristopher Baines2024-06-22
| | | | | Use a different variable name for the initial derivation-changes-vectors, and fix a index increment.
* Rework submitting builds for branchesChristopher Baines2024-06-22
| | | | | | Request the builds for each system separately as this reduces the load on the data service, and shuffle the builds before submitting to help ensure some builds for each system get submitted quickly.
* Handle more error cases in package-changes-summary-tableChristopher Baines2024-06-22
|
* Use guix-data-service-error->sexp in issue-dataChristopher Baines2024-06-22
|
* Handle non json responses in guix-data-service-requestChristopher Baines2024-06-22
|
* Handle more error cases in guix-data-service-error->sexpChristopher Baines2024-06-22
|
* Query for branch changes by systemChristopher Baines2024-06-22
| | | | | | And don't store the full data in the database, just the counts. This should avoid timeout issues with the data service and speed up storing and fetching the data from the cache.
* Reduce logging for some data service errorsChristopher Baines2024-06-21
|
* Remove brackets from no-additional-fieldsChristopher Baines2024-06-21
|
* Capture the URL in the guix-data-service-errorChristopher Baines2024-06-21
|
* Log the URL when failing to fetch derivation changesChristopher Baines2024-06-21
|
* Reduce issue-data parallelismChristopher Baines2024-06-20
| | | | To avoid overloading data.qa.guix.gnu.org.
* Don't keep requesting the latest processed master branch revisionChristopher Baines2024-06-12
|
* Log the base commit hash usedChristopher Baines2024-06-12
|
* Just build one branch at a timeChristopher Baines2024-06-12
|
* Add riscv64-linux to %systems-to-submit-builds-forChristopher Baines2024-06-12
| | | | As I think we're now ready to start building patches and branches.
* Improve issue-data parallelisationChristopher Baines2024-06-08
|
* Add delay logging to issue-dataChristopher Baines2024-06-08
|
* Tweak fetching patchwork dataChristopher Baines2024-06-08
|
* Add a non dynamic-wind version of call-with-zlib-input-port*Christopher Baines2024-06-08
|
* Use open-socket-for-uri* from the build coordinatorChristopher Baines2024-06-08
| | | | As this makes the ports non-blocking by default.
* Set %patchwork-series-default-count earlierChristopher Baines2024-06-08
| | | | So it's set for the database threads.
* Move starting all threads to start-guix-qa-frontpageChristopher Baines2024-06-08
|
* Fix not passing #:count to latest-patchwork-series-by-issueChristopher Baines2024-05-22
|
* Add missing exportChristopher Baines2024-05-22
|
* Fix syntax issueChristopher Baines2024-05-21
|
* Note that the soap library uses blocking socketsChristopher Baines2024-05-18
|
* Use the individual issue series data cache for the issue pageChristopher Baines2024-05-18
|
* Cache series entries for each individual issueChristopher Baines2024-05-18
| | | | So that you don't have to load the whole list from the cache each time.
* Fix hardcoded issue numberChristopher Baines2024-05-18
|
* Fix log messagesChristopher Baines2024-05-17
|
* Use non-blocking when using zlibChristopher Baines2024-05-17
|
* Use fibers for refreshing issue and branch dataChristopher Baines2024-05-17
|
* Write metrics as a single stringChristopher Baines2024-05-17
| | | | To reduce the number of system calls.
* Queue writes since they seem to be delayedChristopher Baines2024-05-17
|
* Use cooperative scheduling for fibersChristopher Baines2024-05-17
| | | | To simplify things.