aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/web
Commit message (Collapse)AuthorAge
* Add JSON representation for the Jobs pageDanjela Lura2020-04-20
| | | | Signed-off-by: Christopher Baines <mail@cbaines.net>
* Add missing locale parameter to the latest revision lint warningsChristopher Baines2020-04-15
|
* Set a description for the index pageChristopher Baines2020-04-08
|
* Make it possible to set descriptions for pagesChristopher Baines2020-04-08
|
* Remove the meta author tagChristopher Baines2020-04-08
| | | | As I'm not the only author :)
* Specify the language on the html tagChristopher Baines2020-04-08
| | | | Rather than using a meta tag, apparently this is better.
* Add option to change language of lint messages for the revision pageDanjela lura2020-04-04
| | | | Signed-off-by: Christopher Baines <mail@cbaines.net>
* Improve filtering for no targetChristopher Baines2020-03-31
| | | | | | Previously, the select option label was empty that's not particularly informative. These changes also fix the next page link behaviour for the target parameter.
* Store output of most-recent-commits-for-branch in a local variableDanjela lura2020-03-29
| | | | Signed-off-by: Christopher Baines <mail@cbaines.net>
* Include data in JSON response for the branch pagespf502020-03-28
| | | | Signed-off-by: Christopher Baines <mail@cbaines.net>
* Add an unimplemented JSON response for the branch pageChristopher Baines2020-03-26
|
* Say that there are no lint warningsChristopher Baines2020-03-21
| | | | Rather than having an empty table.
* Add a page for package output history on a branchChristopher Baines2020-03-21
| | | | | | | This complements the existing pages for the version history, and derivation history. As well as the new page, the buttons and styling of the two existing pages has been made to match better to enable easier navigation between the pages.
* Generate and store system test derivations for all supported systemsChristopher Baines2020-03-20
| | | | | | | Rather than just the native system. I'm not quite sure of the value here, as I guess system tests should behave the same regardless of the way the software is compiled, but this seems like it could be useful, and being explicit about the system the derivation is for is good.
* Provide more information if the server can't bind the portChristopher Baines2020-03-14
| | | | As this could be a common problem.
* Improve the 404 pagesChristopher Baines2020-03-14
| | | | Render some HTML rather than the plain response.
* Improve handling of errorsChristopher Baines2020-03-14
| | | | | Adjust the previously unused error page code, and start to use it. Only show the error if configured to do so, to avoid leaking secret information.
* Make the dumps page work when dumps is a symlinkChristopher Baines2020-03-01
|
* Redirect to the latest version of a fileChristopher Baines2020-02-29
|
* Add a page listing the available database dumpsChristopher Baines2020-02-22
|
* Add another 0 to the job default character limitChristopher Baines2020-02-16
| | | | | This seems to work fine, and now because of the channel-instances, it's useful to display more data by default.
* Fix target handling on the package derivation history pageChristopher Baines2020-02-16
|
* Fix some functions being called with the wrong number of argumentsChristopher Baines2020-02-15
|
* Set a default target for the revision builds pageChristopher Baines2020-02-15
| | | | | This solves the build stats showing up incorrectly, as without this there was no filtering on target.
* Improve system and target query parameter handlingChristopher Baines2020-02-13
|
* Remove the target query parameter from some linksChristopher Baines2020-02-12
| | | | As the system is no longer a valid value.
* Add a page for channel instance derivationsChristopher Baines2020-02-12
|
* Switch to using more correct targets on the build pageChristopher Baines2020-02-11
|
* Remove peek callChristopher Baines2020-02-08
|
* Rework cross derivations supportChristopher Baines2020-02-08
| | | | | | | | | | | | | | Stop using the system values as targets, and remove package derivation entries where this is the case. Switch the non-cross derivation case to have a target of "", rather than matching the system, as this makes more sense, and is more consistent now that the target values no longer match the system values. Hardcode some more correct target values, and use these instead. Hopefully this can be better integrated with Guix in the future. This commit also includes a migration attempting to shrink some indexes.
* Add a page to show system tests for a revisionChristopher Baines2020-02-03
|
* Add a very basic repositories pageChristopher Baines2020-02-01
|
* Add a build servers pageChristopher Baines2020-02-01
|
* Fix indentationChristopher Baines2020-02-01
|
* Add a job events pageChristopher Baines2020-01-20
|
* Tweak the recent events table on the jobs pageChristopher Baines2020-01-20
|
* Improve the compare-invalid-parameters messagesChristopher Baines2020-01-18
|
* Add a small table of recent job eventsChristopher Baines2020-01-12
| | | | To make it easier to see what recently happened.
* Delete unused assoc-ref-multiple functionChristopher Baines2020-01-10
|
* Add a basic page for build serversChristopher Baines2020-01-05
|
* Don't hardcode the system and target for the derivation history pageChristopher Baines2020-01-05
|
* Extract out the derivation-history rendering codeChristopher Baines2020-01-05
|
* Fix the help text on the derivation outputs pageChristopher Baines2020-01-04
|
* Implement the search query input on the derivation outputs pageChristopher Baines2020-01-04
|
* Support the search query input on the revision derivations pageChristopher Baines2020-01-04
|
* Fix the help text on the revision derivations pageChristopher Baines2020-01-04
|
* Fix some missing arguments to view-revision-derivationsChristopher Baines2020-01-04
|
* Drop bottom margin of the dl's on the revision derivations pageChristopher Baines2020-01-04
| | | | This makes the table display better.
* Add missing headings to the revision derivations page tableChristopher Baines2020-01-04
|
* Remove the outputs from the query behind the revision derivationsChristopher Baines2020-01-04
| | | | As that data is now unused.