Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add more logging around submitting builds for issues | Christopher Baines | 2023-09-15 |
| | | | | As I don't know where it's getting stuck. | ||
* | Fix some links to derivations | Christopher Baines | 2023-09-15 |
| | |||
* | Add missing #:timeout | Christopher Baines | 2023-09-15 |
| | |||
* | Guard against #:timeout not being set | Christopher Baines | 2023-09-15 |
| | |||
* | Fix timeout being seconds | Christopher Baines | 2023-09-15 |
| | | | | Not ms. | ||
* | Add missing #:unwind? #t | Christopher Baines | 2023-09-15 |
| | |||
* | Add port timeouts around canceling builds | Christopher Baines | 2023-09-15 |
| | |||
* | Use timeouts for talking to the data service and build coordinator | Christopher Baines | 2023-09-13 |
| | |||
* | Copy with-fibers-port-timeouts from the nar-herder | Christopher Baines | 2023-09-13 |
| | | | | | As this is state of the art stuff for having Guile not hang while talking to the network. | ||
* | Move submitting patch builds in to a fiber | Christopher Baines | 2023-09-13 |
| | | | | As this should help improve reliability and parallelism (eventually). | ||
* | Remove subject: prefix from branch issue search | Christopher Baines | 2023-09-12 |
| | | | | As it seems to miss the current emacs-team issue with this. | ||
* | Add metrics around the submit builds threads | Christopher Baines | 2023-09-07 |
| | | | | Mostly so I can see if they get stuck. | ||
* | Include port metrics | Christopher Baines | 2023-09-07 |
| | | | | To help identity if there are issues with too many file descriptors. | ||
* | Display the README as a page | Christopher Baines | 2023-09-04 |
| | | | | Like the data service. | ||
* | Ignore exceptions when deleting the base-for-issue- tag | Christopher Baines | 2023-08-29 |
| | | | | As it might have already been deleted. | ||
* | Avoid take not working when there are less than 2 merge requests | Christopher Baines | 2023-08-25 |
| | |||
* | Only consider branches with merge requests | Christopher Baines | 2023-08-24 |
| | |||
* | Fix number to string issue | Christopher Baines | 2023-08-24 |
| | |||
* | Skip updating derived priorities when canceling builds | Christopher Baines | 2023-08-19 |
| | | | | As this should be unnecessary. | ||
* | Always look at canceling branch builds | Christopher Baines | 2023-08-17 |
| | |||
* | Remove now unnecessary number->string | Christopher Baines | 2023-08-16 |
| | |||
* | Map over the issue numbers | Christopher Baines | 2023-08-15 |
| | |||
* | Fix handling of issue numbers | Christopher Baines | 2023-08-15 |
| | |||
* | 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 |
| |