aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage/branch.scm
Commit message (Collapse)AuthorAge
* Make blocked_by a vectorChristopher Baines2025-02-11
| | | | As this works better for the JSON output.
* Use the git repository for listing branchesChristopher Baines2025-01-09
| | | | | As the QA data service is now fetching data from QA (maybe this should be changed in the future), this avoids a circular dependency.
* Use Guile KnotsChristopher Baines2024-12-17
| | | | Rather than the build coordinator for fibers utilties.
* Improve matching build serversChristopher Baines2024-12-17
| | | | | Just use the host from the URL, rather than depending on the whole thing matching.
* Update and refactor the data service detailsChristopher Baines2024-12-15
| | | | The repository id has changed in the database, so update.
* Fix the branch package changes pageChristopher Baines2024-07-08
|
* Handle issues with the branch derivation changes dataChristopher Baines2024-06-25
|
* Query for branch changes by systemChristopher Baines2024-06-22
| | | | | | And don't store the full data in the database, just the counts. This should avoid timeout issues with the data service and speed up storing and fetching the data from the cache.
* Use fibers for refreshing issue and branch dataChristopher Baines2024-05-17
|
* Fix non-master branch orderingChristopher Baines2024-05-09
|
* Handle issues.guix GraphQL queries failing betterChristopher Baines2024-04-23
|
* Reduce the number of changes compared to master for branchesChristopher Baines2024-03-30
| | | | | As it was rather high, and it doesn't make sense to be merging a branch if there are lots of changes.
* Fetch and display package reproducibility information for branchesChristopher Baines2023-10-29
| | | | This involved some refactoring of branch data in general.
* Use #:unwind-for-type to simplify some exception handlingChristopher Baines2023-10-16
|
* Guard against missing substitute availability dataChristopher Baines2023-10-10
|
* 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
|
* Remove subject: prefix from branch issue searchChristopher Baines2023-09-12
| | | | As it seems to miss the current emacs-team issue with this.
* Set thread namesChristopher Baines2023-07-25
| | | | To help with debugging.
* Guard against not determining the branch name from an issueChristopher Baines2023-07-21
|
* Add a new package changes pageChristopher Baines2023-07-05
| | | | And make some refactoring to make this easier.
* Add more error handling to branch-dataChristopher Baines2023-07-03
|
* Fix and improve the branch issue codeChristopher Baines2023-06-28
|
* Better handle systems with expected low substitute availabilityChristopher Baines2023-06-25
| | | | | And include powerpc64le-linux in this list, as the bordeaux build farm doesn't have consistent capacity for this system yet.
* Fix displaying error information on the branch pageChristopher Baines2023-06-17
|
* Improve ordering issuesChristopher Baines2023-06-12
| | | | | | | Use the blocking information as well. I haven't really tested these changes yet as currently there is just one branch with an issue, but hopefully it's a step in the right direction.
* Don't associate closed issues with branchesChristopher Baines2023-06-12
|
* Make branch builds conditional on master branch substitute availabilityChristopher Baines2023-06-03
| | | | | As is done for patches. While the build coordinator prioritises the builds, I think this can stil help make best use of the build farm.
* Fix highlighting which branches need rebasingChristopher Baines2023-06-02
| | | | Actually compare the base revision against master.
* Highlight when branches are out of dateChristopher Baines2023-06-02
|
* Sort branches by the issue dateChristopher Baines2023-05-25
| | | | Useful as the blocking information isn't available yet.
* Add a way of listing branches with associated issuesChristopher Baines2023-05-24
|
* Extract out branch related codeChristopher Baines2023-05-23