aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage/view/branch.scm
Commit message (Collapse)AuthorAge
* Update and refactor the data service detailsChristopher Baines2024-12-15
| | | | The repository id has changed in the database, so update.
* 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.
* Fix the package changes table on the branch pageChristopher Baines2023-11-03
| | | | And only display the "below systems" message if there are any.
* Add a reproducible-builds page to display data and issuesChristopher Baines2023-10-30
| | | | Maybe this will be a useful starting point.
* Sort and filter the branch package reproducibility tableChristopher Baines2023-10-30
| | | | Removing systems for which substitutes aren't available.
* Fetch and display package reproducibility information for branchesChristopher Baines2023-10-29
| | | | This involved some refactoring of branch data in general.
* Improve error reporting around branchesChristopher Baines2023-10-10
|
* Port the package changes functionality from branches to issuesChristopher Baines2023-07-21
|
* Add a new package changes pageChristopher Baines2023-07-05
| | | | And make some refactoring to make this easier.
* Improve display of too many changes for branchesChristopher Baines2023-07-03
|
* Style the branch packages information red when it's unavailableChristopher Baines2023-06-17
|
* Add some links to the branch pagesChristopher Baines2023-06-17
|
* Fix displaying error information on the branch pageChristopher Baines2023-06-17
|
* Use the right to/tooChristopher Baines2023-06-09
| | | | Thanks Andreas.
* 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.
* Highlight when branches are out of dateChristopher Baines2023-06-02
|
* Change branch comparisons to work on more specific commit rangesChristopher Baines2023-05-22
| | | | | | Rather than just comparing against the latest master revision. This includes changes to improve request handling to the data service.
* Use orange color for the non-master branch pages tooChristopher Baines2023-05-12
|
* Don't show substitute availability of cross build packagesChristopher Baines2023-05-03
| | | | At least in this table.
* Add missing styles to the branch pageChristopher Baines2023-03-12
|
* Show more information about branches, including substitute availabilityChristopher Baines2023-03-12
|
* Rework the branch page and dataChristopher Baines2023-03-11
| | | | | This should address the performance problems, and begin to make this page useful.
* Remove duplication in the branch moduleChristopher Baines2022-09-17
|
* Speed up viewing branchesChristopher Baines2022-09-14
|
* Start adding support for branchesChristopher Baines2022-09-14