aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage
Commit message (Collapse)AuthorAge
...
* 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.
* Tweak the priorities for patch and branch buildsChristopher Baines2022-10-08
|
* Consider if builds haven't been submitted when computing overall statusChristopher Baines2022-10-05
|
* Fix computing the overall statusChristopher Baines2022-10-05
| | | | Pick the highest index, since this corresponds to the "worst" state.
* Remove peek callChristopher Baines2022-10-05
|
* Improve overall statuses to take tags in to accountChristopher Baines2022-10-05
|
* Increase the number of issues to process the status forChristopher Baines2022-10-05
|
* Try to make the patches list more usefulChristopher Baines2022-10-04
| | | | | | Sort so that the oldest patch series with a good status comes first. Also limit the number of issues displayed.
* Use SVG images for the overall patch statusesChristopher Baines2022-10-04
| | | | This will make them easy to include in issues.guix.gnu.org.
* Enable calling with-sqlite-cache and not storing the computed valueChristopher Baines2022-10-04
| | | | | This allows fetching cached items without populating the cache, for example if you want to fallback to a fixed value if there's no cached one available.
* Handle when issues.guix.gnu.org is downChristopher Baines2022-09-21
|
* Initialise the database schema for empty databasesChristopher Baines2022-09-20
|
* Remove random graphql-http-get call from mumi moduleChristopher Baines2022-09-20
|
* Restore the build limit for issuesChristopher Baines2022-09-18
|
* Fix a patch-series-derivation-changes-url callChristopher Baines2022-09-18
|
* Fix patch-series-derivation-changes-url in manage-builds moduleChristopher Baines2022-09-18
|
* Speed up the /patches pageChristopher Baines2022-09-18
| | | | And add more debugging for slowness.
* Refresh some data regularlyChristopher Baines2022-09-18
|
* Add missing mumi.scmChristopher Baines2022-09-17
|
* Increase TTL for the drv change info used for patches pageChristopher Baines2022-09-17
|
* Display the issue tags on the issue pageChristopher Baines2022-09-17
|
* Try to start highlighting patch issues which pass some checksChristopher Baines2022-09-17
|
* Remove duplication in the branch moduleChristopher Baines2022-09-17
|
* Improve the performance of the derivation changes proceduresChristopher Baines2022-09-17
| | | | By incorporating the changes made in the branch module.
* Extract out derivation changes related procedures from issue moduleChristopher Baines2022-09-17
|
* Conditionally show the Guix Data Service link on the issue pageChristopher Baines2022-09-17
| | | | So that a broken link isn't shown.
* Fix an issue with or not handling multiple valuesChristopher Baines2022-09-17
|
* Avoid errors when various URLs can't be foundChristopher Baines2022-09-17
|
* Remove left over peek callChristopher Baines2022-09-17
|
* Refactor submitting buildsChristopher Baines2022-09-17
| | | | | Consolidate the code for branches and issues, and improve build cancellation to use build IDs rather than derivation names.
* Add missing importChristopher Baines2022-09-16
|
* Use a set for derivations in cancel-builds-not-for-revisionChristopher Baines2022-09-16
| | | | Since the list of derivations may be very long.
* Print backtraces for exceptions when submitting buildsChristopher Baines2022-09-16
|
* Catch exceptions in the submit builds threadsChristopher Baines2022-09-15
|
* Add missing #:unwind? #tChristopher Baines2022-09-15
|
* Remove some left in peek callsChristopher Baines2022-09-15
|
* Improve issue links display on smaller screensChristopher Baines2022-09-15
|