Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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. | |||
* | Update and re-enable cancelling builds | Christopher Baines | 2023-05-23 | |
| | | | | | This will need some monitoring to make sure it doesn't negatively affect the build coordinator. | |||
* | Adjust build code for derivation changes refactoring | Christopher Baines | 2023-05-23 | |
| | ||||
* | Change branch comparisons to work on more specific commit ranges | Christopher Baines | 2023-05-22 | |
| | | | | | | Rather than just comparing against the latest master revision. This includes changes to improve request handling to the data service. | |||
* | Add get-git-merge-base helper | Christopher Baines | 2023-05-22 | |
| | ||||
* | Fix the guix.git repository not fetching all origin branches | Christopher Baines | 2023-05-22 | |
| | ||||
* | Support submitting branch builds manually | Christopher Baines | 2023-05-16 | |
| | ||||
* | Use orange color for the non-master branch pages too | Christopher Baines | 2023-05-12 | |
| | ||||
* | Remove requirement of builds for showing the issue package changes | Christopher Baines | 2023-05-09 | |
| | | | | | | Previously this was needed as the table wouldn't show things as "unknown" unless there were builds. Now the processing of the data has changed such that this is no longer an issue. | |||
* | Update contribution details | Christopher Baines | 2023-05-09 | |
| | ||||
* | Instrument the substitute availability of branches | Christopher Baines | 2023-05-06 | |
| | | | | So that it's possible to get an idea of how this changes over time. |