Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Remove requirement of builds for showing the issue package changes | Christopher Baines | 2023-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 details | Christopher Baines | 2023-05-09 | |
| | ||||
* | Don't show substitute availability of cross build packages | Christopher Baines | 2023-05-03 | |
| | | | | At least in this table. | |||
* | Update the branches listed on the home page | Christopher Baines | 2023-04-25 | |
| | | | | As core-updates has now been merged. | |||
* | Remove staging from the home page | Christopher Baines | 2023-04-18 | |
| | | | | As the branch no longer exists. | |||
* | Remove links from the table on the issue page | Christopher Baines | 2023-03-12 | |
| | | | | | They Guix Data Service pages don't directly match up with the numbers in the table. | |||
* | Add missing styles to the branch page | Christopher Baines | 2023-03-12 | |
| | ||||
* | Show more information about branches, including substitute availability | Christopher Baines | 2023-03-12 | |
| | ||||
* | Better manage the data for issues | Christopher Baines | 2023-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 data | Christopher Baines | 2023-03-11 | |
| | | | | | This should address the performance problems, and begin to make this page useful. | |||
* | Add a place for some notes | Christopher Baines | 2023-03-01 | |
| | ||||
* | Fix typo | Julien Lepiller | 2023-02-02 | |
| | ||||
* | Ignore derivation lint warnings | Christopher Baines | 2022-12-10 | |
| | | | | As the data service doesn't process these any longer. | |||
* | Add "View Git branch" link to the issue page | Christopher Baines | 2022-12-06 | |
| | ||||
* | Fix colspan | Christopher Baines | 2022-11-24 | |
| | ||||
* | Display more information if the comparison is unavailable | Christopher Baines | 2022-11-22 | |
| | ||||
* | Improve linking to the Guix Data Service comparison | Christopher Baines | 2022-11-22 | |
| | ||||
* | Add some symbols in to show the status | Christopher Baines | 2022-11-21 | |
| | | | | This helps in text only browsers. | |||
* | Switch the patches page back to using styling for the patch statuses | Christopher Baines | 2022-11-21 | |
| | | | | | | Rather than SVG images. This should be faster, and work better in textual browsers. | |||
* | Raise errors from patch-series-comparison | Christopher Baines | 2022-11-17 | |
| | | | | When the response indicates a problem. | |||
* | Visually separate the base and target in the issue package table | Christopher Baines | 2022-11-16 | |
| | ||||
* | Don't display misleading package comparison information | Christopher Baines | 2022-11-15 | |
| | | | | Only display if the builds are not missing for the derivation changes. | |||
* | Split out blocked builds from unknown builds | Christopher Baines | 2022-11-15 | |
| | ||||
* | Add missing bracket | Christopher Baines | 2022-11-05 | |
| | ||||
* | Fix the badge img | Christopher Baines | 2022-11-05 | |
| | ||||
* | Improve the wording on the patches page | Christopher Baines | 2022-11-05 | |
| | ||||
* | Show the issue badge on the page | Christopher Baines | 2022-11-05 | |
| | | | | To make it easier to discover. | |||
* | Add some information about how the patches page is ordered | Christopher Baines | 2022-11-05 | |
| | ||||
* | Make moreinfo tagging smarter | Christopher Baines | 2022-11-01 | |
| | ||||
* | Add link to tag issue as moreinfo | Christopher Baines | 2022-11-01 | |
| | ||||
* | Add a simple "review checklist" to the issue page | Christopher Baines | 2022-10-13 | |
| | | | | Similar to what Arun proposed for the Mumi issue pages. | |||
* | Add some important caveats to some messages | Christopher Baines | 2022-10-13 | |
| | ||||
* | Add some colour to the lint warning table | Christopher Baines | 2022-10-13 | |
| | ||||
* | Move the tags up to the heading on the issue page | Christopher Baines | 2022-10-13 | |
| | ||||
* | Add some headings on the issue page | Christopher Baines | 2022-10-13 | |
| | ||||
* | Use SVG images for the overall patch statuses | Christopher Baines | 2022-10-04 | |
| | | | | This will make them easy to include in issues.guix.gnu.org. | |||
* | Handle when issues.guix.gnu.org is down | Christopher Baines | 2022-09-21 | |
| | ||||
* | Display the issue tags on the issue page | Christopher Baines | 2022-09-17 | |
| | ||||
* | Try to start highlighting patch issues which pass some checks | Christopher Baines | 2022-09-17 | |
| | ||||
* | Remove duplication in the branch module | Christopher Baines | 2022-09-17 | |
| | ||||
* | Extract out derivation changes related procedures from issue module | Christopher Baines | 2022-09-17 | |
| | ||||
* | Conditionally show the Guix Data Service link on the issue page | Christopher Baines | 2022-09-17 | |
| | | | | So that a broken link isn't shown. | |||
* | Avoid errors when various URLs can't be found | Christopher Baines | 2022-09-17 | |
| | ||||
* | Improve issue links display on smaller screens | Christopher Baines | 2022-09-15 | |
| | ||||
* | Make the warning paragraph display better on small screens | Christopher Baines | 2022-09-15 | |
| | ||||
* | Fix some unbound variables | Christopher Baines | 2022-09-15 | |
| | ||||
* | Speed up viewing branches | Christopher Baines | 2022-09-14 | |
| | ||||
* | Start adding support for branches | Christopher Baines | 2022-09-14 | |
| | ||||
* | Fix the layout of the general-not-found and error-page pages | Christopher Baines | 2022-09-06 | |
| | ||||
* | Make the homepage more useful | Christopher Baines | 2022-09-06 | |
| | | | | | Link to the page with all the patches on it, and add a notice about this service being very new. |