Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | Don't show substitute availability of cross build packages | Christopher Baines | 2023-05-03 |
| | | | | At least in this table. | ||
* | Update the branches listed on the home page | Christopher Baines | 2023-04-25 |
| | | | | As core-updates has now been merged. | ||
* | Stop canceling builds again | Christopher Baines | 2023-04-25 |
| | | | | | | | | The listing builds with no dependent builds is currently too expensive, and results in queries that take long enough to block regular build coordinator activity. This reverts commit 15ddc9c552207a7491824a539f99f9edfd3e51f0. | ||
* | Stop submitting builds for core-updates | Christopher Baines | 2023-04-25 |
| | | | | As I think the branch will be merged soon. | ||
* | Start canceling builds again | Christopher Baines | 2023-04-20 |
| | | | | As this should work better now. | ||
* | Submit branch builds in parallel | Christopher Baines | 2023-04-20 |
| | | | | As there can be quite a few, and this should speed things up. | ||
* | Reenable builds for core-updates | Christopher Baines | 2023-04-20 |
| | | | | Since hopefully the branch will be merged soon. | ||
* | Cap the number of patches read from patchwork | Christopher Baines | 2023-04-20 |
| | | | | So this doesn't keep growning. | ||
* | Correct database read and write delay logging | Christopher Baines | 2023-04-20 |
| | |||
* | Make some tweaks around refreshing patches data | Christopher Baines | 2023-04-20 |
| | |||
* | Move the cache entry version in to the key | Christopher Baines | 2023-04-20 |
| | | | | | This simplifies the database, and makes it easier to put an index on the key column. | ||
* | Remove staging from the home page | Christopher Baines | 2023-04-18 |
| | | | | As the branch no longer exists. | ||
* | Stop building core-updates | Christopher Baines | 2023-04-11 |
| | | | | | | | | While substitute availability was getting there, lots of changes were introduced in 2bde53c594aadca3df85d1011a41d8dfc183bb4b. There's only resources to build the branch while it's not changing a lot, so stop building it for now. | ||
* | Refactor submitting builds for issues | Christopher Baines | 2023-04-09 |
| | | | | So that the code may be used for an individual issue. | ||
* | Increase the number of patch series to show/process | Christopher Baines | 2023-03-15 |
| | | | | Also increase the parallelism for refreshing the data. | ||
* | Remove links from the table on the issue page | Christopher Baines | 2023-03-12 |
| | | | | | They Guix Data Service pages don't directly match up with the numbers in the table. | ||
* | Add missing styles to the branch page | Christopher Baines | 2023-03-12 |
| | |||
* | 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. | ||
* | Reduce the build limit for patches | Christopher Baines | 2023-03-12 |
| | | | | | As the bordeaux build farm doesn't have a lot of capacity, so I'm not sure it's sensible to have raised the limit so much. | ||
* | Show more information about branches, including substitute availability | Christopher Baines | 2023-03-12 |
| | |||
* | Simplify handling the derivation-changes in issue-data | Christopher Baines | 2023-03-11 |
| |