aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/web/view
Commit message (Expand)AuthorAge
* Improve system and target query parameter handlingChristopher Baines2020-02-13
* Remove the reset.css stylesheet•••This was copied over from Mumi, but I've noticed some styling issues with lists, and I'm not sure how well it interacts with Bootstrap. Simpler is better, so lets just try removing it. Christopher Baines2020-01-02
* Display details for the derivation source files•••If the nar file is available. Christopher Baines2019-12-30
* Add a "plain" view for derivationsChristopher Baines2019-12-26
* Group derivation input outputs together by derivation•••Both in terms of the code fetching the data from the database, as well as the formatted and detail outputs. This corrects an error in the formatted output for derivations where inputs would be duplicated. Christopher Baines2019-12-26
* Link to the build pages from the derivation pageChristopher Baines2019-12-16
* Add a parameter to form-horizontal-control affect multiple values•••Previously, the behaviour was to accept multiple values, but enable just allowing one value to be entered. Christopher Baines2019-12-14
* Move build-status helpers to the html-utils moduleChristopher Baines2019-12-12
* Include nars on the output pageChristopher Baines2019-12-12
* Add a new page for the narinfos associated with an outputChristopher Baines2019-12-12
* Add a page for each signing keyChristopher Baines2019-12-12
* Support querying builds by statusChristopher Baines2019-12-12
* Handle multiple invalid values for a single form fieldChristopher Baines2019-12-12
* Extract the builds page in to it's own set of modules•••To allow for expanding it, without cluttering the root controller. Christopher Baines2019-11-24
* Rework the builds and build_status tables as well as related code•••Allow for build status information to be submitted by POST request. This required some changes to the builds and build_status tables, as for example, the Cuirass build id may not be available, and the derivation may not be know yet, so just record the derivation file name. Christopher Baines2019-11-24
* Add a basic page for derivation source files•••Just so that the links work. Christopher Baines2019-11-21
* Add more links to store items•••On the formatted derivation and derivation comparison pages. Christopher Baines2019-11-21
* Add a generic way of presenting values that may be store itemsChristopher Baines2019-11-21
* Link to the formatted derivation pageChristopher Baines2019-11-21
* Add a basic derivation comparison pageChristopher Baines2019-11-21
* Remove a couple of peek calls that snuck inChristopher Baines2019-11-21
* Include the hash algorithm and hash on the formatted derivation pageChristopher Baines2019-11-10
* Add a page to show a formatted derivation representation•••The HTML is very rough, and the way it's displayed is also rough, but it does provide a way to understand the derivation. I'm also unsure it's a perfect representation, but it's a start at least. Christopher Baines2019-11-09
* Extract the comparison pages out from the main modules•••In to their own modules. This should help make the code more understandable, and allow future refactoring for readability. Christopher Baines2019-10-14
* Move the unknown-revision function to the correct moduleChristopher Baines2019-10-14
* Refactor the repository pages code•••Move it out of the main controller and html modules to better separate the code, which should allow to make it easier to read in the future. Christopher Baines2019-10-14
* Refactor the revision pages•••Move the code to a more specific controller and html module. There's a lot of code related to the revision pages, and having it separated will help with refactoring it. Christopher Baines2019-10-14
* Refactor the jobs pages code•••Move the code out of the main controller and html modules. There's now too much code in these modules, so begin to separate the functionality, starting with the small amount of code for the jobs pages. Christopher Baines2019-10-13
* Add a variant of compare/derivations to work with a branch and datetimeChristopher Baines2019-10-13
* Improve linking between the Jobs and Job queue pagesChristopher Baines2019-10-12
* Improve error handling for comparison pagesChristopher Baines2019-10-12
* Add a page for queued jobsChristopher Baines2019-10-12
* Switch the compare page to use parse-query-parametersChristopher Baines2019-10-12
* Switch the compare/packages page to use parse-query-parametersChristopher Baines2019-10-12
* Add "No lint warning changes" message to compare pageChristopher Baines2019-10-05
* Link from the revision package page to the version history pageChristopher Baines2019-10-03
* Add a package page, showing versions for a revisionChristopher Baines2019-10-03
* Hide deleted branches on the index page•••To keep the page length down. All branches can still be seen on the page for specific repositories. Christopher Baines2019-09-29
* Fix the 'NULL' values in git_branches for the commits•••The git_branches table had 'NULL' values for some commits where the branch was deleted, importantly this was the string 'NULL', not an actual NULL value. This commit fixes that, migrating the existing values to be '', and changing the relevant code. The primary key is also extended to include the datetime field, as this is important to allow a branch to be deleted twice. Christopher Baines2019-09-29
* Provide the job id for jobs on the revision page•••Using the title element, as the identifier is internal, but it's useful for development to be able to find it out, if you want to run the job for testing. Christopher Baines2019-09-28
* Add JSON output for the branch package versions pageChristopher Baines2019-09-27
* Add some bars to the table on the branch package versions page•••To provide a more visual view of when the package versions were available. Christopher Baines2019-09-27
* Add a new page to show package versions available on a branch•••This is useful when looking back through history at what package versions were previously available. Christopher Baines2019-09-27
* Handle the README.html file being missingChristopher Baines2019-09-23
* Serve the README.html file on the siteChristopher Baines2019-09-21
* Update the "source code here" linkChristopher Baines2019-09-10
* Show lint warnings on the comparison pageChristopher Baines2019-09-07
* Use numeric ids for git repositoriesChristopher Baines2019-09-05
* Fix the after link on the packages pageChristopher Baines2019-09-01
* Add a header for the derivations on the package pageChristopher Baines2019-09-01