aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage/view
Commit message (Collapse)AuthorAge
* Provide more information on the selected optionsChristopher Baines2023-07-21
| | | | On the package changes pages.
* Improve the styling of the package changes pageChristopher Baines2023-07-21
|
* Port the package changes functionality from branches to issuesChristopher Baines2023-07-21
|
* Add a new package changes pageChristopher Baines2023-07-05
| | | | And make some refactoring to make this easier.
* Improve display of too many changes for branchesChristopher Baines2023-07-03
|
* 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
|
* 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.
* Tweak the home pageChristopher Baines2023-06-15
| | | | | Move the contributing information to the bottom, and move the patches link above branches.
* Use the right to/tooChristopher Baines2023-06-09
| | | | Thanks Andreas.
* 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
|
* Highlight when branches are out of dateChristopher Baines2023-06-02
|
* Highlight low master branch substitute availability on the issue pageChristopher Baines2023-06-02
|
* Show a table of branches on the homepageChristopher Baines2023-05-24
|
* Improve messageChristopher Baines2023-05-23
|
* 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.
* 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.
* 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
|
* Don't show substitute availability of cross build packagesChristopher Baines2023-05-03
| | | | At least in this table.
* Update the branches listed on the home pageChristopher Baines2023-04-25
| | | | As core-updates has now been merged.
* Remove staging from the home pageChristopher Baines2023-04-18
| | | | As the branch no longer exists.
* Remove links from the table on the issue pageChristopher Baines2023-03-12
| | | | | They Guix Data Service pages don't directly match up with the numbers in the table.
* Add missing styles to the branch pageChristopher Baines2023-03-12
|
* Show more information about branches, including substitute availabilityChristopher Baines2023-03-12
|
* Better manage the data for issuesChristopher Baines2023-03-11
| | | | | | Don't use the full derivation changes data when trying to render the page, as that might be quite large. Instead, compute and cache the counts, and then use this for rendering.
* Rework the branch page and dataChristopher Baines2023-03-11
| | | | | This should address the performance problems, and begin to make this page useful.
* Add a place for some notesChristopher Baines2023-03-01
|
* Fix typoJulien Lepiller2023-02-02
|
* Ignore derivation lint warningsChristopher Baines2022-12-10
| | | | As the data service doesn't process these any longer.
* Add "View Git branch" link to the issue pageChristopher Baines2022-12-06
|
* Fix colspanChristopher Baines2022-11-24
|
* Display more information if the comparison is unavailableChristopher Baines2022-11-22
|
* Improve linking to the Guix Data Service comparisonChristopher Baines2022-11-22
|
* Add some symbols in to show the statusChristopher Baines2022-11-21
| | | | This helps in text only browsers.
* Switch the patches page back to using styling for the patch statusesChristopher Baines2022-11-21
| | | | | | Rather than SVG images. This should be faster, and work better in textual browsers.
* Raise errors from patch-series-comparisonChristopher Baines2022-11-17
| | | | When the response indicates a problem.
* Visually separate the base and target in the issue package tableChristopher Baines2022-11-16
|
* Don't display misleading package comparison informationChristopher Baines2022-11-15
| | | | Only display if the builds are not missing for the derivation changes.
* Split out blocked builds from unknown buildsChristopher Baines2022-11-15
|
* Add missing bracketChristopher Baines2022-11-05
|
* Fix the badge imgChristopher Baines2022-11-05
|
* Improve the wording on the patches pageChristopher Baines2022-11-05
|
* Show the issue badge on the pageChristopher Baines2022-11-05
| | | | To make it easier to discover.
* Add some information about how the patches page is orderedChristopher Baines2022-11-05
|
* Make moreinfo tagging smarterChristopher Baines2022-11-01
|