aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage
Commit message (Collapse)AuthorAge
...
* Look at a subset of the systems for the overall issue statusChristopher Baines2022-11-20
|
* Submit powerpc64le-linux builds for patchesChristopher Baines2022-11-20
|
* Increase the build limit for patchesChristopher Baines2022-11-20
| | | | Making it per-system, rather than absolute.
* Improve error handling around creating patch branchesChristopher Baines2022-11-19
|
* Improve the derivation changes error handlingChristopher Baines2022-11-19
|
* Slightly drop the number of series to refreshChristopher Baines2022-11-19
| | | | So that it's closer to the 300 series displayed on the patches page.
* Remove some noise from querying derivation changesChristopher Baines2022-11-19
|
* Increase the number of series to submit builds forChristopher Baines2022-11-19
|
* Reduce the number of series to create branches forChristopher Baines2022-11-18
|
* Add more exception handling around creating patch branchesChristopher Baines2022-11-18
|
* Don't crash if git am --skip failsChristopher Baines2022-11-18
|
* Increase the number of series to create branches forChristopher Baines2022-11-18
|
* Sort out some variable naming for patchwork seriesChristopher Baines2022-11-18
| | | | And correct logging output.
* Fix missing variable errorChristopher Baines2022-11-18
|
* Add more logging around creating patch branchesChristopher Baines2022-11-18
|
* Stop logging so much about cache missesChristopher Baines2022-11-18
|
* Fix the dig procedure and uses of itChristopher Baines2022-11-17
|
* Don't log guix-data-service-error'sChristopher Baines2022-11-17
| | | | As these are to be expected.
* Use a custom exception type in patch-series-derivation-changesChristopher Baines2022-11-17
|
* Delete branches if the basis of the comparison is goneChristopher Baines2022-11-17
|
* Guard against errors in get-git-branch-head-committer-dateChristopher Baines2022-11-17
|
* Raise errors from patch-series-comparisonChristopher Baines2022-11-17
| | | | When the response indicates a problem.
* Add more exception handling for derivation changesChristopher Baines2022-11-17
|
* Extend ttl for derivation-changes when managing buildsChristopher Baines2022-11-17
|
* Add missing #:unwind? #tChristopher Baines2022-11-17
|
* Simplify data refresh code and add some parallelismChristopher Baines2022-11-17
|
* Handle exceptions when fetching derivation changes for submitting buildsChristopher Baines2022-11-17
|
* Improve exception handling for patch-series-derivation-changesChristopher Baines2022-11-17
| | | | Also remove retrying, as this is handled elsewhere.
* Fix issues with unknown builds being seen as goodChristopher Baines2022-11-17
|
* Start highlighting build issues in the overall patch statusChristopher Baines2022-11-17
|
* Tweak builds-missing-for-derivation-changes?Christopher Baines2022-11-17
| | | | Consider any build, not just scheduled, started and succeeded ones.
* Skip inserting build if any build existsChristopher Baines2022-11-17
| | | | | Otherwise there will be repeated attempts to submit builds if the builds previously submitted have failed.
* Visually separate the base and target in the issue package tableChristopher Baines2022-11-16
|
* Handle not being able to fetch derivation changes when refreshing dataChristopher Baines2022-11-16
|
* Tweak Guix Data Service request retries and delaysChristopher Baines2022-11-16
|
* Don't display misleading package comparison informationChristopher Baines2022-11-15
| | | | Only display if the builds are not missing for the derivation changes.
* Pick the latest comparison checkChristopher Baines2022-11-15
|
* Split out blocked builds from unknown buildsChristopher Baines2022-11-15
|
* Improve the bug number regexChristopher Baines2022-11-10
|
* Handle re-creating branches when new Patchwork series are presentChristopher Baines2022-11-07
| | | | By checking when the HEAD commit on the branch was committed.
* Add missing newlineChristopher Baines2022-11-07
|
* Add missing bracketChristopher Baines2022-11-05
|
* Fix the badge imgChristopher Baines2022-11-05
|
* Improve the wording on the patches pageChristopher Baines2022-11-05
|
* Show the issue badge on the pageChristopher Baines2022-11-05
| | | | To make it easier to discover.
* Add some information about how the patches page is orderedChristopher Baines2022-11-05
|
* Make the data refresh thread smarterChristopher Baines2022-11-03
| | | | | Sleep for a variable amount of time, dependent on how long the refresh process has taken.
* Make moreinfo tagging smarterChristopher Baines2022-11-01
|
* Add link to tag issue as moreinfoChristopher Baines2022-11-01
|
* Adopt managing patch branchesChristopher Baines2022-10-25
| | | | | This previously happened with some scripts run through Laminar, this commit moves the functionality here.