Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Add a robots.txt file•••To try and discourage scraping the pages that change often and aren't worth indexing. | Christopher Baines | 2025-01-15 |
* | Add missing import•••For fiberize. | Christopher Baines | 2025-01-15 |
* | Add proc argument to #:delay-logger | Christopher Baines | 2025-01-15 |
* | Update Guile Knots | Christopher Baines | 2025-01-14 |
* | Fix listing branches with open merge issues | Christopher Baines | 2025-01-13 |
* | Avoid repeatedly recreating issue branches if the branch doesn't exist•••At least in the data service. | Christopher Baines | 2025-01-12 |
* | Use the git repository for listing branches•••As the QA data service is now fetching data from QA (maybe this should be changed in the future), this avoids a circular dependency. | Christopher Baines | 2025-01-09 |
* | Improve the branches page•••And add a JSON repsonse. | Christopher Baines | 2025-01-06 |
* | Use more from knots | Christopher Baines | 2025-01-06 |
* | Cache connections when talking to mumi | Christopher Baines | 2025-01-06 |
* | Use Guile Knots•••Rather than the build coordinator for fibers utilties. | Christopher Baines | 2024-12-17 |
* | Revert "Fix a couple of undefined variables"•••This reverts commit 439a6a8a2ef9aa3e6541f7077070255b5db1e1be. | Christopher Baines | 2024-12-17 |
* | Improve matching build servers•••Just use the host from the URL, rather than depending on the whole thing matching. | Christopher Baines | 2024-12-17 |
* | Fix a couple of undefined variables | Christopher Baines | 2024-12-15 |
* | Update and refactor the data service details•••The repository id has changed in the database, so update. | Christopher Baines | 2024-12-15 |
* | Fix missing unquote | Christopher Baines | 2024-10-06 |
* | Update domain for the patches repository | Christopher Baines | 2024-09-11 |
* | Try to fix exception handling for branch builds | Christopher Baines | 2024-08-31 |
* | Refresh issues less often and reduce the parallelism•••To try and avoid overloading the QA data service. | Christopher Baines | 2024-08-15 |
* | Instrument the time to submit builds | Christopher Baines | 2024-07-12 |
* | Retry fetching branch changes from the data service•••As these requests can sometimes time out. | Christopher Baines | 2024-07-08 |
* | Fix the branch package changes page | Christopher Baines | 2024-07-08 |
* | Don't submit powerpc64le-linux builds for now | Christopher Baines | 2024-06-27 |
* | Skip updating derived priorities for branch builds•••As I think this can be skipped without affecting the derived priorities. | Christopher Baines | 2024-06-25 |
* | Handle issues with the branch derivation changes data | Christopher Baines | 2024-06-25 |
* | Increase port timeout for canceling builds | Christopher Baines | 2024-06-25 |
* | Update use of with-port-timeouts•••The timeout is now in seconds. | Christopher Baines | 2024-06-25 |
* | Don't submit i586-gnu builds for the moment•••The childhurd's connected to the bordeaux build farm just aren't reliable enough yet. | Christopher Baines | 2024-06-25 |
* | Just shuffle by name•••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. | Christopher Baines | 2024-06-22 |
* | Tweak derivation-changes-vectors->builds-to-keep-and-submit•••Use a different variable name for the initial derivation-changes-vectors, and fix a index increment. | Christopher Baines | 2024-06-22 |
* | Rework submitting builds for branches•••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. | Christopher Baines | 2024-06-22 |
* | Handle more error cases in package-changes-summary-table | Christopher Baines | 2024-06-22 |
* | Use guix-data-service-error->sexp in issue-data | Christopher Baines | 2024-06-22 |
* | Handle non json responses in guix-data-service-request | Christopher Baines | 2024-06-22 |
* | Handle more error cases in guix-data-service-error->sexp | Christopher Baines | 2024-06-22 |
* | Query for branch changes by system•••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. | Christopher Baines | 2024-06-22 |
* | Reduce logging for some data service errors | Christopher Baines | 2024-06-21 |
* | Remove brackets from no-additional-fields | Christopher Baines | 2024-06-21 |
* | Capture the URL in the guix-data-service-error | Christopher Baines | 2024-06-21 |
* | Log the URL when failing to fetch derivation changes | Christopher Baines | 2024-06-21 |
* | Reduce issue-data parallelism•••To avoid overloading data.qa.guix.gnu.org. | Christopher Baines | 2024-06-20 |
* | Don't keep requesting the latest processed master branch revision | Christopher Baines | 2024-06-12 |
* | Log the base commit hash used | Christopher Baines | 2024-06-12 |
* | Just build one branch at a time | Christopher Baines | 2024-06-12 |
* | Add riscv64-linux to %systems-to-submit-builds-for•••As I think we're now ready to start building patches and branches. | Christopher Baines | 2024-06-12 |
* | Improve issue-data parallelisation | Christopher Baines | 2024-06-08 |
* | Add delay logging to issue-data | Christopher Baines | 2024-06-08 |
* | Tweak fetching patchwork data | Christopher Baines | 2024-06-08 |
* | Add a non dynamic-wind version of call-with-zlib-input-port* | Christopher Baines | 2024-06-08 |
* | Use open-socket-for-uri* from the build coordinator•••As this makes the ports non-blocking by default. | Christopher Baines | 2024-06-08 |