aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage/view/issue.scm
Commit message (Collapse)AuthorAge
* Highlight the intended branch on the issue pageChristopher Baines2023-10-21
|
* Refactor fetching data from patchworkChristopher Baines2023-10-17
| | | | | | | | | Fetch pages one at a time until the required number of patch series has been fetched. This commit also changes the ordering from issue number to the series ID, which will mean that series associated with older issues will be prefered over newer issues with older series.
* Show the changes to cross derivations on issue pagesChristopher Baines2023-10-15
|
* Show the merged with issuesChristopher Baines2023-10-13
|
* Only show the create branch log if it's availableChristopher Baines2023-10-10
|
* Remove peekChristopher Baines2023-10-10
|
* Add a mechanism to add the reviewed-looks-good usertag to issuesChristopher Baines2023-09-26
| | | | | As a way of trying to prioritise merging patches that have been reviewed by someone.
* Show the guix usertags on the issue pageChristopher Baines2023-09-26
|
* Better handle patches that don't applyChristopher Baines2023-09-19
|
* Pull some divs out of the issue viewChristopher Baines2023-09-19
| | | | To make it easier to read.
* Fix "View comparison" links on the issue pagesChristopher 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.
* 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.
* Improve messaging around low substitute availabilityChristopher Baines2023-06-03
|
* Highlight low master branch substitute availability on the issue pageChristopher Baines2023-06-02
|
* 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.
* 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.
* 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.
* 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
|
* 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
|
* Show the issue badge on the pageChristopher Baines2022-11-05
| | | | To make it easier to discover.
* Make moreinfo tagging smarterChristopher Baines2022-11-01
|
* Add link to tag issue as moreinfoChristopher Baines2022-11-01
|
* Add a simple "review checklist" to the issue pageChristopher Baines2022-10-13
| | | | Similar to what Arun proposed for the Mumi issue pages.
* Add some important caveats to some messagesChristopher Baines2022-10-13
|
* Add some colour to the lint warning tableChristopher Baines2022-10-13
|
* Move the tags up to the heading on the issue pageChristopher Baines2022-10-13
|
* Add some headings on the issue pageChristopher Baines2022-10-13
|
* Handle when issues.guix.gnu.org is downChristopher Baines2022-09-21
|
* Display the issue tags on the issue pageChristopher Baines2022-09-17
|
* Extract out derivation changes related procedures from issue moduleChristopher Baines2022-09-17
|
* Conditionally show the Guix Data Service link on the issue pageChristopher Baines2022-09-17
| | | | So that a broken link isn't shown.
* Avoid errors when various URLs can't be foundChristopher Baines2022-09-17
|
* Improve issue links display on smaller screensChristopher Baines2022-09-15
|
* Start adding support for branchesChristopher Baines2022-09-14
|
* Lots of changesChristopher Baines2022-09-03
|
* Show lint warnings for a patch issueChristopher Baines2022-09-03
|