Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Set thread names | Christopher Baines | 2023-07-25 |
| | | | | To help with debugging. | ||
* | Guard against not determining the branch name from an issue | Christopher Baines | 2023-07-21 |
| | |||
* | Add a new package changes page | Christopher Baines | 2023-07-05 |
| | | | | And make some refactoring to make this easier. | ||
* | 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 | Christopher Baines | 2023-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 page | Christopher Baines | 2023-06-17 |
| | |||
* | Improve ordering issues | Christopher Baines | 2023-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 branches | Christopher Baines | 2023-06-12 |
| | |||
* | Make branch builds conditional on master branch substitute availability | Christopher Baines | 2023-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 rebasing | Christopher Baines | 2023-06-02 |
| | | | | Actually compare the base revision against master. | ||
* | Highlight when branches are out of date | Christopher Baines | 2023-06-02 |
| | |||
* | Sort branches by the issue date | Christopher Baines | 2023-05-25 |
| | | | | Useful as the blocking information isn't available yet. | ||
* | Add a way of listing branches with associated issues | Christopher Baines | 2023-05-24 |
| | |||
* | Extract out branch related code | Christopher Baines | 2023-05-23 |