aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Mark armhf-linux as having expected low substitute availabilityHEADmasterChristopher Baines2025-02-19
| | | | Maybe this'll change once more machines are available.
* Make blocked_by a vectorChristopher Baines2025-02-11
| | | | As this works better for the JSON output.
* Remove duplicate "master" from the branches listChristopher Baines2025-02-11
|
* Link to the guidance for reviewing patchesChristopher Baines2025-02-06
|
* Use the data service for the list of branchesChristopher Baines2025-02-06
| | | | | | | As it's custom configuration to limit the branches is causing issues here, patches are being applied on top of a branch when the data serivce doesn't have data for that branch, causing it to be re-created over and over again.
* Use knots web server exception handling featureChristopher Baines2025-01-26
|
* Update information flow diagramChristopher Baines2025-01-26
|
* Guard against issue titles having unmatched square bracketsChristopher Baines2025-01-17
|
* Add a robots.txt fileChristopher Baines2025-01-15
| | | | | To try and discourage scraping the pages that change often and aren't worth indexing.
* Add missing importChristopher Baines2025-01-15
| | | | For fiberize.
* Add proc argument to #:delay-loggerChristopher Baines2025-01-15
|
* Update Guile KnotsChristopher Baines2025-01-14
|
* Fix listing branches with open merge issuesChristopher Baines2025-01-13
|
* Avoid repeatedly recreating issue branches if the branch doesn't existChristopher Baines2025-01-12
| | | | At least in the data service.
* Use the git repository for listing branchesChristopher Baines2025-01-09
| | | | | As the QA data service is now fetching data from QA (maybe this should be changed in the future), this avoids a circular dependency.
* Improve the branches pageChristopher Baines2025-01-06
| | | | And add a JSON repsonse.
* Use more from knotsChristopher Baines2025-01-06
|
* Cache connections when talking to mumiChristopher Baines2025-01-06
|
* Use Guile KnotsChristopher Baines2024-12-17
| | | | Rather than the build coordinator for fibers utilties.
* Revert "Fix a couple of undefined variables"Christopher Baines2024-12-17
| | | | This reverts commit 439a6a8a2ef9aa3e6541f7077070255b5db1e1be.
* Improve matching build serversChristopher Baines2024-12-17
| | | | | Just use the host from the URL, rather than depending on the whole thing matching.
* Fix a couple of undefined variablesChristopher Baines2024-12-15
|
* Update and refactor the data service detailsChristopher Baines2024-12-15
| | | | The repository id has changed in the database, so update.
* Fix missing unquoteChristopher Baines2024-10-06
|
* Update domain for the patches repositoryChristopher Baines2024-09-11
|
* Try to fix exception handling for branch buildsChristopher Baines2024-08-31
|
* Refresh issues less often and reduce the parallelismChristopher Baines2024-08-15
| | | | To try and avoid overloading the QA data service.
* Instrument the time to submit buildsChristopher Baines2024-07-12
|
* Retry fetching branch changes from the data serviceChristopher Baines2024-07-08
| | | | As these requests can sometimes time out.
* Fix the branch package changes pageChristopher Baines2024-07-08
|
* Don't submit powerpc64le-linux builds for nowChristopher Baines2024-06-27
|
* Skip updating derived priorities for branch buildsChristopher Baines2024-06-25
| | | | As I think this can be skipped without affecting the derived priorities.
* Handle issues with the branch derivation changes dataChristopher Baines2024-06-25
|
* Increase port timeout for canceling buildsChristopher Baines2024-06-25
|
* Update use of with-port-timeoutsChristopher Baines2024-06-25
| | | | The timeout is now in seconds.
* Don't submit i586-gnu builds for the momentChristopher Baines2024-06-25
| | | | | The childhurd's connected to the bordeaux build farm just aren't reliable enough yet.
* Just shuffle by nameChristopher Baines2024-06-22
| | | | | | Otherwise the x86_64-linux builds and aarch64-linux builds will be submitted before everything else, which sort of makes sense, but doesn't load other machines early enough.
* Tweak derivation-changes-vectors->builds-to-keep-and-submitChristopher Baines2024-06-22
| | | | | Use a different variable name for the initial derivation-changes-vectors, and fix a index increment.
* Rework submitting builds for branchesChristopher Baines2024-06-22
| | | | | | Request the builds for each system separately as this reduces the load on the data service, and shuffle the builds before submitting to help ensure some builds for each system get submitted quickly.
* Handle more error cases in package-changes-summary-tableChristopher Baines2024-06-22
|
* Use guix-data-service-error->sexp in issue-dataChristopher Baines2024-06-22
|
* Handle non json responses in guix-data-service-requestChristopher Baines2024-06-22
|
* Handle more error cases in guix-data-service-error->sexpChristopher Baines2024-06-22
|
* Query for branch changes by systemChristopher Baines2024-06-22
| | | | | | And don't store the full data in the database, just the counts. This should avoid timeout issues with the data service and speed up storing and fetching the data from the cache.
* Reduce logging for some data service errorsChristopher Baines2024-06-21
|
* Remove brackets from no-additional-fieldsChristopher Baines2024-06-21
|
* Capture the URL in the guix-data-service-errorChristopher Baines2024-06-21
|
* Log the URL when failing to fetch derivation changesChristopher Baines2024-06-21
|
* Reduce issue-data parallelismChristopher Baines2024-06-20
| | | | To avoid overloading data.qa.guix.gnu.org.
* Don't keep requesting the latest processed master branch revisionChristopher Baines2024-06-12
|