aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage/derivation-changes.scm
Commit message (Collapse)AuthorAge
* 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.
* Show the changes to cross derivations on issue pagesChristopher Baines2023-10-15
|
* Add a new package changes pageChristopher Baines2023-07-05
| | | | And make some refactoring to make this easier.
* Rework how processing the derivation comparisons happensChristopher Baines2023-03-12
| | | | | Focus on packages rather than builds, this fixes the unknown count when there are missing builds.
* Rework the branch page and dataChristopher Baines2023-03-11
| | | | | This should address the performance problems, and begin to make this page useful.
* Split out blocked builds from unknown buildsChristopher Baines2022-11-15
|
* 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