Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Guard against not determining the branch name from an issue | Christopher Baines | 2023-07-21 |
| | |||
* | Tweak priorities for branch builds | Christopher Baines | 2023-07-11 |
| | | | | | It will probably be good to update the priorities as well, to handle when the 2nd branch in the queue becomes the 1st one. | ||
* | Add a new package changes page | Christopher Baines | 2023-07-05 |
| | | | | And make some refactoring to make this easier. | ||
* | Stop catching exceptions in guix-data-service-request | Christopher Baines | 2023-07-05 |
| | | | | As this doesn't help debugging. | ||
* | Add more error handling to branch-data | Christopher Baines | 2023-07-03 |
| | |||
* | Improve display of too many changes for branches | Christopher Baines | 2023-07-03 |
| | |||
* | Stop retrying guix-data-service reqeusts by default | Christopher Baines | 2023-07-03 |
| | |||
* | Add guix-data-service-error->sexp | Christopher Baines | 2023-07-03 |
| | |||
* | Add internal time metrics | Christopher Baines | 2023-06-30 |
| | | | | As this helps monitor for crashes. | ||
* | Guard against exceptions fetching branch derivation changes | Christopher Baines | 2023-06-28 |
| | |||
* | Improve support for redirecting to the branch pages | Christopher Baines | 2023-06-28 |
| | |||
* | Submit builds for the first two branches | Christopher Baines | 2023-06-28 |
| | | | | Rather than the first 1. | ||
* | 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. | ||
* | Increase the build limit for patches | Christopher Baines | 2023-06-19 |
| | |||
* | Style the branch packages information red when it's unavailable | Christopher Baines | 2023-06-17 |
| | |||
* | Add some links to the branch pages | Christopher Baines | 2023-06-17 |
| | |||
* | Fix displaying error information on the branch page | Christopher Baines | 2023-06-17 |
| | |||
* | Handle the cached exceptions in the issue view | Christopher Baines | 2023-06-17 |
| | |||
* | Prune the git repository when updating | Christopher Baines | 2023-06-17 |
| | |||
* | Improve error reporting on the issue page | Christopher Baines | 2023-06-16 |
| | | | | | | This regressed when more data started to be cached, since the exceptions couldn't be stored in the db, but now some of the information makes it through. | ||
* | Move issue related code from the server module | Christopher Baines | 2023-06-15 |
| | |||
* | Tweak the home page | Christopher Baines | 2023-06-15 |
| | | | | | Move the contributing information to the bottom, and move the patches link above branches. | ||
* | 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 |
| | |||
* | Use the right to/too | Christopher Baines | 2023-06-09 |
| | | | | Thanks Andreas. | ||
* | Increase the priority of branch builds | Christopher Baines | 2023-06-08 |
| | | | | To match that of the lower priority patch builds. | ||
* | 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. | ||
* | Improve messaging around low substitute availability | Christopher Baines | 2023-06-03 |
| | |||
* | 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 |
| | |||
* | Highlight low master branch substitute availability on the issue page | Christopher Baines | 2023-06-02 |
| | |||
* | Use a single connection for mumi-bulk-issues | Christopher Baines | 2023-06-01 |
| | | | | As this might upset the MDC firewall less. | ||
* | Fix for-each-build | Christopher Baines | 2023-06-01 |
| | | | | Use stream-fold as intended, rather than stream-for-each. | ||
* | Try to reduce the frequency of the requests to issues.guix.gnu.org | Christopher Baines | 2023-05-31 |
| | | | | To avoid the DoS protection. | ||
* | Remove mumi-issue-tags as it's unused | Christopher Baines | 2023-05-31 |
| | |||
* | Set a more sensible #:ttl on list-non-master-branches | Christopher Baines | 2023-05-25 |
| | |||
* | Sort branches by the issue date | Christopher Baines | 2023-05-25 |
| | | | | Useful as the blocking information isn't available yet. | ||
* | Add mumi-issue-blocking-info | Christopher Baines | 2023-05-25 |
| | | | | Although it doesn't work yet. | ||
* | Automate submitting builds for branches | Christopher Baines | 2023-05-25 |
| | | | | Based on the guix-patches issues. | ||
* | Redirect from the issue page to a branch | Christopher Baines | 2023-05-24 |
| | | | | When this issue is a request to merge a branch. | ||
* | Show a table of branches on the homepage | Christopher Baines | 2023-05-24 |
| | |||
* | Add a way of listing branches with associated issues | Christopher Baines | 2023-05-24 |
| | |||
* | Add mumi-search-issues | Christopher Baines | 2023-05-24 |
| | |||
* | Memoize checking for changes against the latest master revision | Christopher Baines | 2023-05-23 |
| | | | | To speed this up. | ||
* | Improve message | Christopher Baines | 2023-05-23 |
| | |||
* | Delete patch branches where master has changed too much | Christopher Baines | 2023-05-23 |
| | | | | | | Since the patches were applied. This will help clear out patch branches after big changes (e.g. core-updates) so that the patch branches can be regenerated against an up to date master branch commit. | ||
* | Make patch testing conditional on master branch substitute availability | Christopher Baines | 2023-05-23 |
| | | | | | | | | | Patch testing has been disabled manually recently as master branch substitute availability has been low, but this change automates that. While this check is quite rough, it's generally not worth submitting builds when the substitute availability for the master branch is low since the build farm will be busy with master branch builds. | ||
* | Extract out branch related code | Christopher Baines | 2023-05-23 |
| | |||
* | Drop the build limit for patch testing | Christopher Baines | 2023-05-23 |
| | | | | This will avoid a flood of builds when re-enabling this. |