aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Add a place for some notesChristopher Baines2023-03-01
|
* Increase the number of additional series to refreshChristopher Baines2023-02-17
|
* Don't look at the version- branchesChristopher Baines2023-02-17
| | | | As these don't represent changes to check.
* Tweak the ttl handling when refreshing dataChristopher Baines2023-02-17
| | | | | So that unnecessary refreshing doesn't happen when restarting the qa-frontpage.
* Add a commentChristopher Baines2023-02-17
|
* Stop submitting builds for master branch system testsChristopher Baines2023-02-17
| | | | | These aren't really happening at the moment as there's limited i686-linux build capacity, plus some blocking builds. So stop submitting new ones.
* Tweak and join up how many patch series are processedChristopher Baines2023-02-17
| | | | By different parts of the code.
* Increase the number of series to create branches forChristopher Baines2023-02-14
|
* Further tweak managing patch branchesChristopher Baines2023-02-14
|
* Fix deleting patch branchesChristopher Baines2023-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 directoryChristopher Baines2023-02-14
|
* Add a way of fetching the revision details from the data serviceChristopher Baines2023-02-14
|
* Add response codes to the guix-data-service errorsChristopher Baines2023-02-14
|
* Drop the concurrency for fetching branch changesChristopher Baines2023-02-03
| | | | As that's quite expensive.
* Improve Guix Data Service requestsChristopher Baines2023-02-03
| | | | Make sure to raise exceptions when the Guix Data Service reports an error.
* Add a thread to refresh data for branchesChristopher Baines2023-02-03
|
* Drop the number of times to retry fetching branch derivation changesChristopher Baines2023-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 branchesChristopher Baines2023-02-03
|
* Make the refresh data thread more specificChristopher Baines2023-02-03
| | | | As I want to add another thread for non-patch branches.
* Switch to just submitting builds for i686-linux system testsChristopher Baines2023-02-03
| | | | | As there are blocked builds for the x86_64-linux and aarch64-linux system tests.
* Fix typoJulien Lepiller2023-02-02
|
* Have the Makefile install assetsChristopher Baines2023-01-14
|
* Tag builds for system testsChristopher Baines2022-12-15
|
* Start submitting builds for system testsChristopher Baines2022-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 informationChristopher Baines2022-12-15
|
* Stop looking at i686-linux buildsChristopher Baines2022-12-12
| | | | As they're unreliable at the moment.
* Improve the badgesChristopher Baines2022-12-11
| | | | Make them bigger and a consistent size, also increase the font size.
* Ignore derivation lint warningsChristopher Baines2022-12-10
| | | | As the data service doesn't process these any longer.
* Don't cache missing refs for issue branchesChristopher Baines2022-12-09
|
* Enable selecting which values to cache with with-sqlite-cacheChristopher Baines2022-12-09
|
* Fix some variable issuesChristopher Baines2022-12-09
|
* Make sure to delete branches when applying patches failsChristopher Baines2022-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 datesChristopher Baines2022-12-09
|
* Make sure to process series for branches that already existChristopher Baines2022-12-09
|
* Treat issue numbers as numbers when managing patch branchesChristopher Baines2022-12-09
|
* Log more about recreating branchesChristopher Baines2022-12-09
| | | | As this isn't currently working.
* Clear relevant cache entries when recreating branchesChristopher Baines2022-12-08
|
* Support clearing cache entriesChristopher Baines2022-12-08
|
* Add TODO item about running on bayfrontChristopher Baines2022-12-06
|
* Update the TODO listChristopher Baines2022-12-06
|
* Add "View Git branch" link to the issue pageChristopher Baines2022-12-06
|
* Improve caching of the base and target refsChristopher Baines2022-12-06
|
* Fix string to numberChristopher Baines2022-12-05
|
* Pull more get-issue-branch-base-and-target-refs calls outChristopher Baines2022-12-05
|
* Add a orange medium badge for "needs investigation" issuesChristopher Baines2022-12-05
| | | | The text should be improved later.
* Try to handle the case with more failures betterChristopher Baines2022-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 outChristopher Baines2022-12-05
|
* Increase the parallelism for refreshing dataChristopher Baines2022-11-28
|
* Increase the number of database reader threadsChristopher Baines2022-11-28
| | | | | These are used for running the proc's in with-sqlite-cache, so quite a few are needed.
* Fix colspanChristopher Baines2022-11-24
|