Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Fix 1+ procedure | Christopher Baines | 2023-08-15 | |
| | ||||
* | Fix issues-with-builds-to-cancel in the patch builds thread | Christopher Baines | 2023-08-15 | |
| | ||||
* | Fix insert statement | Christopher Baines | 2023-08-12 | |
| | ||||
* | Track when builds are submitted, and cancel them later | Christopher Baines | 2023-08-08 | |
| | | | | | | This housekeeping helps avoid building things unnecessarily, as well as avoiding builds that can't happen since the derivation might no longer be available. | |||
* | Switch to using i686-linux for checking whether to rebase issues | Christopher Baines | 2023-08-01 | |
| | | | | | As this will detect cases where the base or target revision is missing most i686-linux and armhf-linux derivations. | |||
* | Always cancel builds not for revision | Christopher Baines | 2023-08-01 | |
| | | | | Rather than doing this only after submitting new builds. | |||
* | Set thread names | Christopher Baines | 2023-07-25 | |
| | | | | To help with debugging. | |||
* | Switch to run-server/patched | Christopher Baines | 2023-07-25 | |
| | | | | As run-server was just leading to two schedulers. | |||
* | Name the database worker threads | Christopher Baines | 2023-07-25 | |
| | ||||
* | Reduce the fibers parallelism | Christopher Baines | 2023-07-25 | |
| | | | | To avoid having too many threads. | |||
* | Make sure to include more builds on the package changes pages | Christopher Baines | 2023-07-21 | |
| | | | | | As previously builds that went from an unknown or blocked status wouldn't appear. | |||
* | Fix "View comparison" links on the issue pages | Christopher Baines | 2023-07-21 | |
| | ||||
* | Provide more information on the selected options | Christopher Baines | 2023-07-21 | |
| | | | | On the package changes pages. | |||
* | Improve the styling of the package changes page | Christopher Baines | 2023-07-21 | |
| | ||||
* | Port the package changes functionality from branches to issues | Christopher Baines | 2023-07-21 | |
| | ||||
* | Have mumi-bulk-issues not fail on some errors from Mumi | Christopher Baines | 2023-07-21 | |
| | | | | Since that seems to happen quite a lot at the moment. | |||
* | Use nonblocking sockets for data service requests | Christopher Baines | 2023-07-21 | |
| | ||||
* | 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. |