aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
|
* Set %file-port-name-canonicalization 'noneChristopher 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.
* Don't submit system test buildsChristopher Baines2024-05-17
| | | | | 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.
* Retry canceling buildsChristopher Baines2024-05-17
| | | | As sometimes this times out.
* Increase timeout when canceling buildsChristopher Baines2024-05-17
|
* Handle 404's while processing branch buildsChristopher Baines2024-05-17
|
* Avoid issue with accessing the Git repo from fibersChristopher Baines2024-05-17
|
* Process the issue builds in parallelChristopher Baines2024-05-15
|
* Add a way of controling the fibers for-each batch sizeChristopher Baines2024-05-15
|
* Submit builds in parallel via fibersChristopher Baines2024-05-15
|
* Submit branch builds via a fiberChristopher Baines2024-05-15
| | | | Rather than a thread.
* Add some fibers utils from the bffeChristopher Baines2024-05-15
|
* Just use with-fibers-port-timeouts from the build coordinatorChristopher Baines2024-05-15
|
* Show the branch on the patches pageChristopher Baines2024-05-15
|
* Switch to Mumi/Debbugs issue titlesChristopher Baines2024-05-15
| | | | | Rather than using the data from Patchwork, this change also strips the [...] prefix.
* Pre-compute the branch, and use the issue title as wellChristopher Baines2024-05-15
| | | | | This allows changing the branch that QA applies the patches to by changing the title of the issue.
* Do less in the with-sqlite-cache transactionChristopher Baines2024-05-12
|
* Simplify patches-viewChristopher Baines2024-05-12
|
* Increase timeout for submitting buildsChristopher Baines2024-05-12
|
* Fix non-master branch orderingChristopher Baines2024-05-09
|
* Update the metrics approachChristopher Baines2024-04-26
|
* Handle issues.guix GraphQL queries failing betterChristopher Baines2024-04-23
|
* Sort the patches before applying them to the git branch.Vivien Kraus2024-04-16
| | | | | | | | | | | | | | | | | By default, the patches are not ordered. Because of the unreliability of e-mail delivery, they can be received completely out of order. Patchwork may also re-order them, and they may get ordered by commit author date (or, equivalently, e-mail Date header). Both possibilities lead to failure to apply patches if the order is incorrect for two patches that do not commute. The patch name contains a header: [bug#xxx,v12,i/n] where "i" is the variable part and indicates the patch number. Git pads "i" with zeros if needed. The string order of the names is thus the true commit order. * guix-qa-frontpage/manage-patch-branches.scm (create-branch-for-issue): Sort patches according to their "name".
* Fix checking for unknown commitsChristopher Baines2024-04-02
|
* Fix ordering of simple-format callChristopher Baines2024-04-02
|
* Add more logging around checking base branch changesChristopher Baines2024-04-02
|
* Enable checking for base revision changes for all branchesChristopher Baines2024-04-02
|
* Fix not deleting some patch branchesChristopher Baines2024-04-01
| | | | When the patches were for a non-master branch.