aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage
Commit message (Expand)AuthorAge
* Add a Guix logo to the headerChristopher Baines2023-11-01
* Properly handle multiple package outputs in reproducible.json.gzChristopher Baines2023-11-01
* Add a simple package pageChristopher Baines2023-10-31
* Generate a reproducible.json file•••Which can hopefully be consumed by https://ismypackagereproducibleyet.org/ Christopher Baines2023-10-31
* Add a reproducible-builds page to display data and issues•••Maybe this will be a useful starting point. Christopher Baines2023-10-30
* Sort and filter the branch package reproducibility table•••Removing systems for which substitutes aren't available. Christopher Baines2023-10-30
* Fetch and display package reproducibility information for branches•••This involved some refactoring of branch data in general. Christopher Baines2023-10-29
* Make "large-number-of-builds" an issue status•••Rather than these falling within the unknown status. Christopher Baines2023-10-29
* Avoid timeouts blocking creating issue branchesChristopher Baines2023-10-27
* Delete the create branch for issue logs•••When looking at creating the branch, to ensure the log inserted (if any) is fresh. Christopher Baines2023-10-27
* Fix checking for changes against masterChristopher Baines2023-10-22
* Support filtering by branchChristopher Baines2023-10-21
* Handle the case when a series has no patches•••In patchwork-series->branch. Christopher Baines2023-10-21
* Highlight the intended branch on the issue pageChristopher Baines2023-10-21
* Start applying patches to non-master branches•••If this is indicated when the patch is submitted. Christopher Baines2023-10-21
* Check if all patches have been received earlierChristopher Baines2023-10-21
* Add parse-patch-name•••This is a cut down version of the original patch. Using this information will require some refactoring first. Signed-off-by: Christopher Baines <mail@cbaines.net> Vivien Kraus2023-10-21
* Fix calling create-branch-for-issueChristopher Baines2023-10-19
* Add a new patches missing statusChristopher Baines2023-10-18
* Log more when patches haven't been receivedChristopher Baines2023-10-18
* Rework managing patch branches•••Delete branches which no longer appear in the latest patchwork series and simplify some of the code. Christopher Baines2023-10-18
* Take the last count patch series•••Rather than the first, as the list grows from the front. Also remove the peek. Christopher Baines2023-10-17
* Refactor fetching data from patchwork•••Fetch pages one at a time until the required number of patch series has been fetched. This commit also changes the ordering from issue number to the series ID, which will mean that series associated with older issues will be prefered over newer issues with older series. Christopher Baines2023-10-17
* Make ensure-repository-exist! work in fibers•••Assuming the repository exists, which it generally will. Christopher Baines2023-10-16
* Guard against using monitor inside fibersChristopher Baines2023-10-16
* Use #:unwind-for-type to simplify some exception handlingChristopher Baines2023-10-16
* Instrument the refresh patch data threadChristopher Baines2023-10-16
* Improve cache clearing when recreating issue branchesChristopher Baines2023-10-16
* Handle versions in clear-sqlite-cache-entryChristopher Baines2023-10-16
* Provide a fallback approach for branch builds•••Where the comparison between the master branch isn't available, but the branch revision has been processed. Christopher Baines2023-10-15
* Refactor submit-builds-for-category•••Pull out the handling of the derivation-changes data, so that submit-builds-for-category can be used when you're not dealing with data service comparisons. Christopher Baines2023-10-15
* Show the changes to cross derivations on issue pagesChristopher Baines2023-10-15
* Fix an issue with applying patches•••The base commit hash was being fetched before it had been created. Christopher Baines2023-10-13
* Show the merged with issuesChristopher Baines2023-10-13
* Only display merged issues once•••Using the merged_with data now available from Mumi. Christopher Baines2023-10-13
* Include more statuses in the badgesChristopher Baines2023-10-12
* Fetch tags when updating guix.gitChristopher Baines2023-10-10
* Only show the create branch log if it's availableChristopher Baines2023-10-10
* Remove peekChristopher Baines2023-10-10
* Improve error reporting around branchesChristopher Baines2023-10-10
* Guard against missing substitute availability dataChristopher Baines2023-10-10
* Instrument manage patch branchesChristopher Baines2023-10-06
* Avoid exceptions when updating branch substitute availability metricsChristopher Baines2023-10-06
* Don't print backtraces for the request part of derivation changesChristopher Baines2023-10-06
* Rename to avoid conflict with procedureChristopher Baines2023-10-06
* Allow filtering issues by statusChristopher Baines2023-10-02
* Link and show some patches stats on the homepageChristopher Baines2023-09-30
* Use --ignore-whitespace when applying patchesChristopher Baines2023-09-30
* Add some more issue statuses•••So it's easier to find issues that have specific problems. Christopher Baines2023-09-27
* Add a mechanism to add the reviewed-looks-good usertag to issues•••As a way of trying to prioritise merging patches that have been reviewed by someone. Christopher Baines2023-09-26