aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage
Commit message (Collapse)AuthorAge
...
* 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.
* Update and re-enable cancelling buildsChristopher Baines2023-05-23
| | | | | This will need some monitoring to make sure it doesn't negatively affect the build coordinator.
* Adjust build code for derivation changes refactoringChristopher Baines2023-05-23
|
* Change branch comparisons to work on more specific commit rangesChristopher Baines2023-05-22
| | | | | | Rather than just comparing against the latest master revision. This includes changes to improve request handling to the data service.
* Add get-git-merge-base helperChristopher Baines2023-05-22
|
* Fix the guix.git repository not fetching all origin branchesChristopher Baines2023-05-22
|
* Support submitting branch builds manuallyChristopher Baines2023-05-16
|
* Use orange color for the non-master branch pages tooChristopher Baines2023-05-12
|
* Remove requirement of builds for showing the issue package changesChristopher Baines2023-05-09
| | | | | | Previously this was needed as the table wouldn't show things as "unknown" unless there were builds. Now the processing of the data has changed such that this is no longer an issue.
* Update contribution detailsChristopher Baines2023-05-09
|
* Instrument the substitute availability of branchesChristopher Baines2023-05-06
| | | | So that it's possible to get an idea of how this changes over time.