Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Query for branch changes by system | Christopher Baines | 2024-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 pages | Christopher Baines | 2023-10-15 |
| | |||
* | Add a new package changes page | Christopher Baines | 2023-07-05 |
| | | | | And make some refactoring to make this easier. | ||
* | Rework how processing the derivation comparisons happens | Christopher Baines | 2023-03-12 |
| | | | | | Focus on packages rather than builds, this fixes the unknown count when there are missing builds. | ||
* | Rework the branch page and data | Christopher Baines | 2023-03-11 |
| | | | | | This should address the performance problems, and begin to make this page useful. | ||
* | Split out blocked builds from unknown builds | Christopher Baines | 2022-11-15 |
| | |||
* | Improve the performance of the derivation changes procedures | Christopher Baines | 2022-09-17 |
| | | | | By incorporating the changes made in the branch module. | ||
* | Extract out derivation changes related procedures from issue module | Christopher Baines | 2022-09-17 |