Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Further tweak managing patch branches | Christopher Baines | 2023-02-14 | |
| | ||||
* | Fix deleting patch branches | Christopher Baines | 2023-02-14 | |
| | | | | | | Previously this wasn't working as getting the refs for the comparison was broken, this approach with just checking the revision details should be faster though. | |||
* | Make get-commit indifferent to the current working directory | Christopher Baines | 2023-02-14 | |
| | ||||
* | Add a way of fetching the revision details from the data service | Christopher Baines | 2023-02-14 | |
| | ||||
* | Add response codes to the guix-data-service errors | Christopher Baines | 2023-02-14 | |
| | ||||
* | Drop the concurrency for fetching branch changes | Christopher Baines | 2023-02-03 | |
| | | | | As that's quite expensive. | |||
* | Improve Guix Data Service requests | Christopher Baines | 2023-02-03 | |
| | | | | Make sure to raise exceptions when the Guix Data Service reports an error. | |||
* | Add a thread to refresh data for branches | Christopher Baines | 2023-02-03 | |
| | ||||
* | Drop the number of times to retry fetching branch derivation changes | Christopher Baines | 2023-02-03 | |
| | | | | | As these requests are quite slow, so there isn't much value in retrying so many times. | |||
* | Specify systems when fetching derivation changes for branches | Christopher Baines | 2023-02-03 | |
| | ||||
* | Make the refresh data thread more specific | Christopher Baines | 2023-02-03 | |
| | | | | As I want to add another thread for non-patch branches. | |||
* | Switch to just submitting builds for i686-linux system tests | Christopher Baines | 2023-02-03 | |
| | | | | | As there are blocked builds for the x86_64-linux and aarch64-linux system tests. | |||
* | Fix typo | Julien Lepiller | 2023-02-02 | |
| | ||||
* | Tag builds for system tests | Christopher Baines | 2022-12-15 | |
| | ||||
* | Start submitting builds for system tests | Christopher Baines | 2022-12-15 | |
| | | | | | | This'll enable getting system test information in to the data service, which will in turn enable starting running system tests for patches when appropriate. | |||
* | Add more procedures for getting Guix Data Service information | Christopher Baines | 2022-12-15 | |
| | ||||
* | Stop looking at i686-linux builds | Christopher Baines | 2022-12-12 | |
| | | | | As they're unreliable at the moment. | |||
* | Improve the badges | Christopher Baines | 2022-12-11 | |
| | | | | Make them bigger and a consistent size, also increase the font size. | |||
* | Ignore derivation lint warnings | Christopher Baines | 2022-12-10 | |
| | | | | As the data service doesn't process these any longer. | |||
* | Don't cache missing refs for issue branches | Christopher Baines | 2022-12-09 | |
| | ||||
* | Enable selecting which values to cache with with-sqlite-cache | Christopher Baines | 2022-12-09 | |
| | ||||
* | Fix some variable issues | Christopher Baines | 2022-12-09 | |
| | ||||
* | Make sure to delete branches when applying patches fails | Christopher Baines | 2022-12-09 | |
| | | | | | As it's important not to leave a branch around that doesn't correspond to the latest set of patches. | |||
* | Guard against missing patchwork series dates | Christopher Baines | 2022-12-09 | |
| | ||||
* | Make sure to process series for branches that already exist | Christopher Baines | 2022-12-09 | |
| | ||||
* | Treat issue numbers as numbers when managing patch branches | Christopher Baines | 2022-12-09 | |
| | ||||
* | Log more about recreating branches | Christopher Baines | 2022-12-09 | |
| | | | | As this isn't currently working. | |||
* | Clear relevant cache entries when recreating branches | Christopher Baines | 2022-12-08 | |
| | ||||
* | Support clearing cache entries | Christopher Baines | 2022-12-08 | |
| | ||||
* | Add "View Git branch" link to the issue page | Christopher Baines | 2022-12-06 | |
| | ||||
* | Improve caching of the base and target refs | Christopher Baines | 2022-12-06 | |
| | ||||
* | Fix string to number | Christopher Baines | 2022-12-05 | |
| | ||||
* | Pull more get-issue-branch-base-and-target-refs calls out | Christopher Baines | 2022-12-05 | |
| | ||||
* | Add a orange medium badge for "needs investigation" issues | Christopher Baines | 2022-12-05 | |
| | | | | The text should be improved later. | |||
* | Try to handle the case with more failures better | Christopher Baines | 2022-12-05 | |
| | | | | | | If more builds are failing in the target revision, but because those builds were previously blocked, this shouldn't be treated the same as if these packages are broken. | |||
* | Pull get-issue-branch-base-and-target-refs out | Christopher Baines | 2022-12-05 | |
| | ||||
* | Increase the parallelism for refreshing data | Christopher Baines | 2022-11-28 | |
| | ||||
* | Increase the number of database reader threads | Christopher Baines | 2022-11-28 | |
| | | | | | These are used for running the proc's in with-sqlite-cache, so quite a few are needed. | |||
* | Fix colspan | Christopher Baines | 2022-11-24 | |
| | ||||
* | Display more information if the comparison is unavailable | Christopher Baines | 2022-11-22 | |
| | ||||
* | Improve linking to the Guix Data Service comparison | Christopher Baines | 2022-11-22 | |
| | ||||
* | Stop looking at the succeeding count for the overall issue status | Christopher Baines | 2022-11-21 | |
| | | | | | Since if you remove some packages, the number of succeeding builds will be lower, but this isn't strictly a bad thing. | |||
* | Add some symbols in to show the status | Christopher Baines | 2022-11-21 | |
| | | | | This helps in text only browsers. | |||
* | Switch the patches page back to using styling for the patch statuses | Christopher Baines | 2022-11-21 | |
| | | | | | | Rather than SVG images. This should be faster, and work better in textual browsers. | |||
* | Stop creating patchwork checks when applying patches | Christopher Baines | 2022-11-21 | |
| | | | | As the status of these checks doesn't reflect anything useful. | |||
* | Try to fix an issue with the cwd being changed by different threads | Christopher Baines | 2022-11-20 | |
| | ||||
* | Tweak changing directory | Christopher Baines | 2022-11-20 | |
| | ||||
* | Switch to using the git repository for comparison information | Christopher Baines | 2022-11-20 | |
| | | | | Rather than storing the revisions in Patchwork checks. | |||
* | Extract out the git repository procetures from manage branches module | Christopher Baines | 2022-11-20 | |
| | ||||
* | Also submit builds for i586-gnu | Christopher Baines | 2022-11-20 | |
| |