Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Disable submitting builds for riscv64-linux | Christopher Baines | 2025-03-02 |
| | | | | As the build farm isn't keeping up at the moment. | ||
* | Use an appropriate URL for the patches repository | Christopher Baines | 2025-02-27 |
| | | | | | | Fixes an issue identified by Noé Lopez, since people attempting to run QA locally won't have SSH access to the patches Git repository, a https url should be used instead. | ||
* | Update references to guix environment | Noé Lopez | 2025-02-27 |
| | | | | Signed-off-by: Christopher Baines <mail@cbaines.net> | ||
* | Log the URL when requesting branch derivations | Christopher Baines | 2025-02-27 |
| | |||
* | Use non-blocking-open-socket-for-uri | Christopher Baines | 2025-02-27 |
| | |||
* | Replace with-throw-handler | Christopher Baines | 2025-02-27 |
| | |||
* | Add some crude exception handling to the package changes view | Christopher Baines | 2025-02-27 |
| | |||
* | Give 404 responses for the issue package changes views | Christopher Baines | 2025-02-27 |
| | |||
* | Don't print backtraces unless there's an error | Christopher Baines | 2025-02-27 |
| | | | | When fetching derivation changes for an issue. | ||
* | Stop printing backtraces within call-with-thread | Christopher Baines | 2025-02-27 |
| | | | | Knots should add the stack to the exception (not implemented yet). | ||
* | Use knots for printing exception and backtraces | Christopher Baines | 2025-02-26 |
| | |||
* | Try and avoid using https | Christopher Baines | 2025-02-26 |
| | | | | | As GnuTLS is currently implicated in all of the segfaults I've looked at, so hopefully less https will mean less segfaults. | ||
* | Update README | Christopher Baines | 2025-02-26 |
| | | | | | Remove the item on revision processing, as this is somewhat undefined. Mark the item on beid as DONE. | ||
* | Enable and instrument core dumps | Christopher Baines | 2025-02-25 |
| | |||
* | Increase patch-issues-to-show | Christopher Baines | 2025-02-24 |
| | | | | As data.qa.guix.gnu.org might be able to handle more revisions. | ||
* | Fix the knots web server exception handler | Christopher Baines | 2025-02-19 |
| | | | | And remove the duplicate import. | ||
* | Add missing newline | Christopher Baines | 2025-02-19 |
| | |||
* | Unify the cancel builds procedures | Christopher Baines | 2025-02-19 |
| | | | | | This also removes querying by the category tag, since I think that's redundant. | ||
* | Mark armhf-linux as having expected low substitute availabilityHEADmaster | Christopher Baines | 2025-02-19 |
| | | | | Maybe this'll change once more machines are available. | ||
* | Make blocked_by a vector | Christopher Baines | 2025-02-11 |
| | | | | As this works better for the JSON output. | ||
* | Remove duplicate "master" from the branches list | Christopher Baines | 2025-02-11 |
| | |||
* | Link to the guidance for reviewing patches | Christopher Baines | 2025-02-06 |
| | |||
* | Use the data service for the list of branches | Christopher Baines | 2025-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 feature | Christopher Baines | 2025-01-26 |
| | |||
* | Update information flow diagram | Christopher Baines | 2025-01-26 |
| | |||
* | Guard against issue titles having unmatched square brackets | Christopher Baines | 2025-01-17 |
| | |||
* | Add a robots.txt file | Christopher Baines | 2025-01-15 |
| | | | | | To try and discourage scraping the pages that change often and aren't worth indexing. | ||
* | Add missing import | Christopher Baines | 2025-01-15 |
| | | | | For fiberize. | ||
* | 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 | Christopher Baines | 2025-01-12 |
| | | | | At least in the data service. | ||
* | Use the git repository for listing branches | Christopher Baines | 2025-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 page | Christopher Baines | 2025-01-06 |
| | | | | And add a JSON repsonse. | ||
* | Use more from knots | Christopher Baines | 2025-01-06 |
| | |||
* | Cache connections when talking to mumi | Christopher Baines | 2025-01-06 |
| | |||
* | Use Guile Knots | Christopher Baines | 2024-12-17 |
| | | | | Rather than the build coordinator for fibers utilties. | ||
* | Revert "Fix a couple of undefined variables" | Christopher Baines | 2024-12-17 |
| | | | | This reverts commit 439a6a8a2ef9aa3e6541f7077070255b5db1e1be. | ||
* | Improve matching build servers | Christopher Baines | 2024-12-17 |
| | | | | | Just use the host from the URL, rather than depending on the whole thing matching. | ||
* | Fix a couple of undefined variables | Christopher Baines | 2024-12-15 |
| | |||
* | Update and refactor the data service details | Christopher Baines | 2024-12-15 |
| | | | | The repository id has changed in the database, so update. | ||
* | 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 | Christopher Baines | 2024-08-15 |
| | | | | To try and avoid overloading the QA data service. | ||
* | Instrument the time to submit builds | Christopher Baines | 2024-07-12 |
| | |||
* | Retry fetching branch changes from the data service | Christopher Baines | 2024-07-08 |
| | | | | As these requests can sometimes time out. | ||
* | 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 | Christopher Baines | 2024-06-25 |
| | | | | As I think this can be skipped without affecting the derived priorities. |