aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage
Commit message (Collapse)AuthorAge
* Guard against not determining the branch name from an issueChristopher Baines2023-07-21
|
* Tweak priorities for branch buildsChristopher Baines2023-07-11
| | | | | It will probably be good to update the priorities as well, to handle when the 2nd branch in the queue becomes the 1st one.
* Add a new package changes pageChristopher Baines2023-07-05
| | | | And make some refactoring to make this easier.
* Stop catching exceptions in guix-data-service-requestChristopher Baines2023-07-05
| | | | As this doesn't help debugging.
* Add more error handling to branch-dataChristopher Baines2023-07-03
|
* Improve display of too many changes for branchesChristopher Baines2023-07-03
|
* Stop retrying guix-data-service reqeusts by defaultChristopher Baines2023-07-03
|
* Add guix-data-service-error->sexpChristopher Baines2023-07-03
|
* Add internal time metricsChristopher Baines2023-06-30
| | | | As this helps monitor for crashes.
* Guard against exceptions fetching branch derivation changesChristopher Baines2023-06-28
|
* Improve support for redirecting to the branch pagesChristopher Baines2023-06-28
|
* Submit builds for the first two branchesChristopher Baines2023-06-28
| | | | Rather than the first 1.
* Fix and improve the branch issue codeChristopher Baines2023-06-28
|
* Better handle systems with expected low substitute availabilityChristopher Baines2023-06-25
| | | | | And include powerpc64le-linux in this list, as the bordeaux build farm doesn't have consistent capacity for this system yet.
* Increase the build limit for patchesChristopher Baines2023-06-19
|
* Style the branch packages information red when it's unavailableChristopher Baines2023-06-17
|
* Add some links to the branch pagesChristopher Baines2023-06-17
|
* Fix displaying error information on the branch pageChristopher Baines2023-06-17
|
* Handle the cached exceptions in the issue viewChristopher Baines2023-06-17
|
* Prune the git repository when updatingChristopher Baines2023-06-17
|
* Improve error reporting on the issue pageChristopher Baines2023-06-16
| | | | | | This regressed when more data started to be cached, since the exceptions couldn't be stored in the db, but now some of the information makes it through.
* Move issue related code from the server moduleChristopher Baines2023-06-15
|
* Tweak the home pageChristopher Baines2023-06-15
| | | | | Move the contributing information to the bottom, and move the patches link above branches.
* Improve ordering issuesChristopher Baines2023-06-12
| | | | | | | Use the blocking information as well. I haven't really tested these changes yet as currently there is just one branch with an issue, but hopefully it's a step in the right direction.
* Don't associate closed issues with branchesChristopher Baines2023-06-12
|
* Use the right to/tooChristopher Baines2023-06-09
| | | | Thanks Andreas.
* Increase the priority of branch buildsChristopher Baines2023-06-08
| | | | To match that of the lower priority patch builds.
* Make branch builds conditional on master branch substitute availabilityChristopher Baines2023-06-03
| | | | | As is done for patches. While the build coordinator prioritises the builds, I think this can stil help make best use of the build farm.
* Improve messaging around low substitute availabilityChristopher Baines2023-06-03
|
* Fix highlighting which branches need rebasingChristopher Baines2023-06-02
| | | | Actually compare the base revision against master.
* Highlight when branches are out of dateChristopher Baines2023-06-02
|
* Highlight low master branch substitute availability on the issue pageChristopher Baines2023-06-02
|
* Use a single connection for mumi-bulk-issuesChristopher Baines2023-06-01
| | | | As this might upset the MDC firewall less.
* Fix for-each-buildChristopher Baines2023-06-01
| | | | Use stream-fold as intended, rather than stream-for-each.
* Try to reduce the frequency of the requests to issues.guix.gnu.orgChristopher Baines2023-05-31
| | | | To avoid the DoS protection.
* Remove mumi-issue-tags as it's unusedChristopher Baines2023-05-31
|
* Set a more sensible #:ttl on list-non-master-branchesChristopher Baines2023-05-25
|
* Sort branches by the issue dateChristopher Baines2023-05-25
| | | | Useful as the blocking information isn't available yet.
* Add mumi-issue-blocking-infoChristopher Baines2023-05-25
| | | | Although it doesn't work yet.
* Automate submitting builds for branchesChristopher Baines2023-05-25
| | | | Based on the guix-patches issues.
* Redirect from the issue page to a branchChristopher Baines2023-05-24
| | | | When this issue is a request to merge a branch.
* Show a table of branches on the homepageChristopher Baines2023-05-24
|
* Add a way of listing branches with associated issuesChristopher Baines2023-05-24
|
* Add mumi-search-issuesChristopher Baines2023-05-24
|
* Memoize checking for changes against the latest master revisionChristopher Baines2023-05-23
| | | | To speed this up.
* Improve messageChristopher Baines2023-05-23
|
* Delete patch branches where master has changed too muchChristopher Baines2023-05-23
| | | | | | Since the patches were applied. This will help clear out patch branches after big changes (e.g. core-updates) so that the patch branches can be regenerated against an up to date master branch commit.
* Make patch testing conditional on master branch substitute availabilityChristopher Baines2023-05-23
| | | | | | | | | Patch testing has been disabled manually recently as master branch substitute availability has been low, but this change automates that. While this check is quite rough, it's generally not worth submitting builds when the substitute availability for the master branch is low since the build farm will be busy with master branch builds.
* Extract out branch related codeChristopher Baines2023-05-23
|
* Drop the build limit for patch testingChristopher Baines2023-05-23
| | | | This will avoid a flood of builds when re-enabling this.