Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Use the git repository for listing branches•••As the QA data service is now fetching data from QA (maybe this should be changed in the future), this avoids a circular dependency. | Christopher Baines | 2025-01-09 |
* | Use Guile Knots•••Rather than the build coordinator for fibers utilties. | Christopher Baines | 2024-12-17 |
* | Improve matching build servers•••Just use the host from the URL, rather than depending on the whole thing matching. | Christopher Baines | 2024-12-17 |
* | Update and refactor the data service details•••The repository id has changed in the database, so update. | Christopher Baines | 2024-12-15 |
* | Fix the branch package changes page | Christopher Baines | 2024-07-08 |
* | Handle issues with the branch derivation changes data | Christopher Baines | 2024-06-25 |
* | Query for branch changes by system•••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. | Christopher Baines | 2024-06-22 |
* | Use fibers for refreshing issue and branch data | Christopher Baines | 2024-05-17 |
* | Fix non-master branch ordering | Christopher Baines | 2024-05-09 |
* | Handle issues.guix GraphQL queries failing better | Christopher Baines | 2024-04-23 |
* | Reduce the number of changes compared to master for branches•••As it was rather high, and it doesn't make sense to be merging a branch if there are lots of changes. | Christopher Baines | 2024-03-30 |
* | Fetch and display package reproducibility information for branches•••This involved some refactoring of branch data in general. | Christopher Baines | 2023-10-29 |
* | Use #:unwind-for-type to simplify some exception handling | Christopher Baines | 2023-10-16 |
* | Guard against missing substitute availability data | Christopher Baines | 2023-10-10 |
* | Avoid exceptions when updating branch substitute availability metrics | Christopher Baines | 2023-10-06 |
* | Don't print backtraces for the request part of derivation changes | Christopher Baines | 2023-10-06 |
* | Rename to avoid conflict with procedure | Christopher Baines | 2023-10-06 |
* | Remove subject: prefix from branch issue search•••As it seems to miss the current emacs-team issue with this. | Christopher Baines | 2023-09-12 |
* | Set thread names•••To help with debugging. | Christopher Baines | 2023-07-25 |
* | Guard against not determining the branch name from an issue | Christopher Baines | 2023-07-21 |
* | Add a new package changes page•••And make some refactoring to make this easier. | Christopher Baines | 2023-07-05 |
* | Add more error handling to branch-data | Christopher Baines | 2023-07-03 |
* | Fix and improve the branch issue code | Christopher Baines | 2023-06-28 |
* | Better handle systems with expected low substitute availability•••And include powerpc64le-linux in this list, as the bordeaux build farm doesn't have consistent capacity for this system yet. | Christopher Baines | 2023-06-25 |
* | Fix displaying error information on the branch page | Christopher Baines | 2023-06-17 |
* | Improve ordering issues•••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. | Christopher Baines | 2023-06-12 |
* | Don't associate closed issues with branches | Christopher Baines | 2023-06-12 |
* | Make branch builds conditional on master branch substitute availability•••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. | Christopher Baines | 2023-06-03 |
* | Fix highlighting which branches need rebasing•••Actually compare the base revision against master. | Christopher Baines | 2023-06-02 |
* | Highlight when branches are out of date | Christopher Baines | 2023-06-02 |
* | Sort branches by the issue date•••Useful as the blocking information isn't available yet. | Christopher Baines | 2023-05-25 |
* | Add a way of listing branches with associated issues | Christopher Baines | 2023-05-24 |
* | Extract out branch related code | Christopher Baines | 2023-05-23 |