Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Get more data from mumi | Christopher Baines | 2022-10-25 | |
| | | | | | Query the open status so that Patchwork isn't relied on for that. Also switch to querying the tags in bulk. | |||
* | Stop building staging | Christopher Baines | 2022-10-17 | |
| | | | | As it's now been merged. | |||
* | Stop canceling builds for now | Christopher Baines | 2022-10-17 | |
| | | | | I think this needs a bit more testing. | |||
* | Just include the badge SVGs three times | Christopher Baines | 2022-10-16 | |
| | | | | | I don't understand enough about the structure to construct it, so just include the full SVGs for each status. | |||
* | Fix an issue with the issue number for badge requests | Christopher Baines | 2022-10-16 | |
| | ||||
* | Add some bigger badges for issues | Christopher Baines | 2022-10-16 | |
| | | | | With help from Arun. | |||
* | Increase the build limit for patches | Christopher Baines | 2022-10-14 | |
| | ||||
* | Tweak issue overall status criteria | Christopher Baines | 2022-10-14 | |
| | | | | Don't require some succeeding builds for every tested system. | |||
* | Add a simple "review checklist" to the issue page | Christopher Baines | 2022-10-13 | |
| | | | | Similar to what Arun proposed for the Mumi issue pages. | |||
* | Add some important caveats to some messages | Christopher Baines | 2022-10-13 | |
| | ||||
* | Add some colour to the lint warning table | Christopher Baines | 2022-10-13 | |
| | ||||
* | Move the tags up to the heading on the issue page | Christopher Baines | 2022-10-13 | |
| | ||||
* | Add some headings on the issue page | Christopher Baines | 2022-10-13 | |
| | ||||
* | Only cancel builds without any dependants | Christopher Baines | 2022-10-12 | |
| | | | | Otherwise, builds relied on by others can be cancelled. | |||
* | Tweak the priorities for patch and branch builds | Christopher Baines | 2022-10-08 | |
| | ||||
* | Consider if builds haven't been submitted when computing overall status | Christopher Baines | 2022-10-05 | |
| | ||||
* | Fix computing the overall status | Christopher Baines | 2022-10-05 | |
| | | | | Pick the highest index, since this corresponds to the "worst" state. | |||
* | Remove peek call | Christopher Baines | 2022-10-05 | |
| | ||||
* | Improve overall statuses to take tags in to account | Christopher Baines | 2022-10-05 | |
| | ||||
* | Increase the number of issues to process the status for | Christopher Baines | 2022-10-05 | |
| | ||||
* | Try to make the patches list more useful | Christopher Baines | 2022-10-04 | |
| | | | | | | Sort so that the oldest patch series with a good status comes first. Also limit the number of issues displayed. | |||
* | Use SVG images for the overall patch statuses | Christopher Baines | 2022-10-04 | |
| | | | | This will make them easy to include in issues.guix.gnu.org. | |||
* | Enable calling with-sqlite-cache and not storing the computed value | Christopher Baines | 2022-10-04 | |
| | | | | | This allows fetching cached items without populating the cache, for example if you want to fallback to a fixed value if there's no cached one available. | |||
* | Handle when issues.guix.gnu.org is down | Christopher Baines | 2022-09-21 | |
| | ||||
* | Initialise the database schema for empty databases | Christopher Baines | 2022-09-20 | |
| | ||||
* | Remove random graphql-http-get call from mumi module | Christopher Baines | 2022-09-20 | |
| | ||||
* | Restore the build limit for issues | Christopher Baines | 2022-09-18 | |
| | ||||
* | Fix a patch-series-derivation-changes-url call | Christopher Baines | 2022-09-18 | |
| | ||||
* | Fix patch-series-derivation-changes-url in manage-builds module | Christopher Baines | 2022-09-18 | |
| | ||||
* | Speed up the /patches page | Christopher Baines | 2022-09-18 | |
| | | | | And add more debugging for slowness. | |||
* | Refresh some data regularly | Christopher Baines | 2022-09-18 | |
| | ||||
* | Add missing mumi.scm | Christopher Baines | 2022-09-17 | |
| | ||||
* | Increase TTL for the drv change info used for patches page | Christopher Baines | 2022-09-17 | |
| | ||||
* | Display the issue tags on the issue page | Christopher Baines | 2022-09-17 | |
| | ||||
* | Try to start highlighting patch issues which pass some checks | Christopher Baines | 2022-09-17 | |
| | ||||
* | Remove duplication in the branch module | Christopher Baines | 2022-09-17 | |
| | ||||
* | Improve the performance of the derivation changes procedures | Christopher Baines | 2022-09-17 | |
| | | | | By incorporating the changes made in the branch module. | |||
* | Extract out derivation changes related procedures from issue module | Christopher Baines | 2022-09-17 | |
| | ||||
* | Conditionally show the Guix Data Service link on the issue page | Christopher Baines | 2022-09-17 | |
| | | | | So that a broken link isn't shown. | |||
* | Fix an issue with or not handling multiple values | Christopher Baines | 2022-09-17 | |
| | ||||
* | Avoid errors when various URLs can't be found | Christopher Baines | 2022-09-17 | |
| | ||||
* | Remove left over peek call | Christopher Baines | 2022-09-17 | |
| | ||||
* | Refactor submitting builds | Christopher Baines | 2022-09-17 | |
| | | | | | Consolidate the code for branches and issues, and improve build cancellation to use build IDs rather than derivation names. | |||
* | Add missing import | Christopher Baines | 2022-09-16 | |
| | ||||
* | Use a set for derivations in cancel-builds-not-for-revision | Christopher Baines | 2022-09-16 | |
| | | | | Since the list of derivations may be very long. | |||
* | Print backtraces for exceptions when submitting builds | Christopher Baines | 2022-09-16 | |
| | ||||
* | Catch exceptions in the submit builds threads | Christopher Baines | 2022-09-15 | |
| | ||||
* | Add missing #:unwind? #t | Christopher Baines | 2022-09-15 | |
| | ||||
* | Remove some left in peek calls | Christopher Baines | 2022-09-15 | |
| | ||||
* | Improve issue links display on smaller screens | Christopher Baines | 2022-09-15 | |
| |