aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage
Commit message (Collapse)AuthorAge
* 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.
* Get more data from mumiChristopher Baines2022-10-25
| | | | | Query the open status so that Patchwork isn't relied on for that. Also switch to querying the tags in bulk.
* Stop building stagingChristopher Baines2022-10-17
| | | | As it's now been merged.
* Stop canceling builds for nowChristopher Baines2022-10-17
| | | | I think this needs a bit more testing.
* Just include the badge SVGs three timesChristopher Baines2022-10-16
| | | | | I don't understand enough about the structure to construct it, so just include the full SVGs for each status.
* Fix an issue with the issue number for badge requestsChristopher Baines2022-10-16
|
* Add some bigger badges for issuesChristopher Baines2022-10-16
| | | | With help from Arun.
* Increase the build limit for patchesChristopher Baines2022-10-14
|
* Tweak issue overall status criteriaChristopher Baines2022-10-14
| | | | Don't require some succeeding builds for every tested system.
* Add a simple "review checklist" to the issue pageChristopher Baines2022-10-13
| | | | Similar to what Arun proposed for the Mumi issue pages.
* Add some important caveats to some messagesChristopher Baines2022-10-13
|
* Add some colour to the lint warning tableChristopher Baines2022-10-13
|
* Move the tags up to the heading on the issue pageChristopher Baines2022-10-13
|
* Add some headings on the issue pageChristopher Baines2022-10-13
|
* Only cancel builds without any dependantsChristopher Baines2022-10-12
| | | | Otherwise, builds relied on by others can be cancelled.