aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Update README.orgChristopher Baines2023-09-04
| | | | As I think the new package changes page has improved this.
* Ignore exceptions when deleting the base-for-issue- tagChristopher Baines2023-08-29
| | | | As it might have already been deleted.
* Avoid take not working when there are less than 2 merge requestsChristopher Baines2023-08-25
|
* Only consider branches with merge requestsChristopher Baines2023-08-24
|
* Fix number to string issueChristopher Baines2023-08-24
|
* Skip updating derived priorities when canceling buildsChristopher Baines2023-08-19
| | | | As this should be unnecessary.
* Always look at canceling branch buildsChristopher Baines2023-08-17
|
* Remove now unnecessary number->stringChristopher Baines2023-08-16
|
* Map over the issue numbersChristopher Baines2023-08-15
|
* Fix handling of issue numbersChristopher Baines2023-08-15
|
* Fix 1+ procedureChristopher Baines2023-08-15
|
* Fix issues-with-builds-to-cancel in the patch builds threadChristopher Baines2023-08-15
|
* Fix insert statementChristopher Baines2023-08-12
|
* Track when builds are submitted, and cancel them laterChristopher Baines2023-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 issuesChristopher Baines2023-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 revisionChristopher Baines2023-08-01
| | | | Rather than doing this only after submitting new builds.
* Set thread namesChristopher Baines2023-07-25
| | | | To help with debugging.
* Switch to run-server/patchedChristopher Baines2023-07-25
| | | | As run-server was just leading to two schedulers.
* Name the database worker threadsChristopher Baines2023-07-25
|
* Reduce the fibers parallelismChristopher Baines2023-07-25
| | | | To avoid having too many threads.
* Make sure to include more builds on the package changes pagesChristopher Baines2023-07-21
| | | | | As previously builds that went from an unknown or blocked status wouldn't appear.
* Fix "View comparison" links on the issue pagesChristopher Baines2023-07-21
|
* Provide more information on the selected optionsChristopher Baines2023-07-21
| | | | On the package changes pages.
* Improve the styling of the package changes pageChristopher Baines2023-07-21
|
* Port the package changes functionality from branches to issuesChristopher Baines2023-07-21
|
* Have mumi-bulk-issues not fail on some errors from MumiChristopher Baines2023-07-21
| | | | Since that seems to happen quite a lot at the moment.
* Use nonblocking sockets for data service requestsChristopher Baines2023-07-21
|
* Guard against not determining the branch name from an issueChristopher Baines2023-07-21
|
* Add some local development instructionsChristopher Baines2023-07-12
|
* Tweak priorities for branch buildsChristopher Baines2023-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 pageChristopher Baines2023-07-05
| | | | And make some refactoring to make this easier.
* Stop catching exceptions in guix-data-service-requestChristopher Baines2023-07-05
| | | | As this doesn't help debugging.
* Add more error handling to branch-dataChristopher Baines2023-07-03
|
* Improve display of too many changes for branchesChristopher Baines2023-07-03
|
* Stop retrying guix-data-service reqeusts by defaultChristopher Baines2023-07-03
|
* Add guix-data-service-error->sexpChristopher Baines2023-07-03
|
* Set GC_RETRY_SIGNALS=0Christopher Baines2023-06-30
| | | | To work around the "Signals delivery fails constantly" crashes.
* Add internal time metricsChristopher Baines2023-06-30
| | | | As this helps monitor for crashes.
* Guard against exceptions fetching branch derivation changesChristopher Baines2023-06-28
|
* Improve support for redirecting to the branch pagesChristopher Baines2023-06-28
|
* Submit builds for the first two branchesChristopher Baines2023-06-28
| | | | Rather than the first 1.
* Fix and improve the branch issue codeChristopher Baines2023-06-28
|
* Better handle systems with expected low substitute availabilityChristopher Baines2023-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 patchesChristopher Baines2023-06-19
|
* Update the READMEChristopher Baines2023-06-17
|
* Style the branch packages information red when it's unavailableChristopher Baines2023-06-17
|
* Add some links to the branch pagesChristopher Baines2023-06-17
|
* Fix displaying error information on the branch pageChristopher Baines2023-06-17
|
* Handle the cached exceptions in the issue viewChristopher Baines2023-06-17
|
* Prune the git repository when updatingChristopher Baines2023-06-17
|