aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/web/controller.scm
Commit message (Expand)AuthorAge
* WIPrefactor-revision-controllerChristopher Baines2019-10-13
* Remove the query-parameters from controller-with-database-connectionChristopher Baines2019-10-13
* Refactor the jobs pages codeChristopher Baines2019-10-13
* Add a compare-by-datetime pageChristopher Baines2019-10-13
* Add a variant of compare/derivations to work with a branch and datetimeChristopher Baines2019-10-13
* Improve error handling for comparison pagesChristopher Baines2019-10-12
* Add a page for queued jobsChristopher Baines2019-10-12
* Remove the now redundant with-base-and-target-commits functionChristopher 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
* Handle potentially serving assets from the storeChristopher Baines2019-10-06
* 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
* Rename render-revision-package to render-revision-package-versionChristopher Baines2019-10-03
* Add JSON output for the branch package versions pageChristopher Baines2019-09-27
* Add a new page to show package versions available on a branchChristopher Baines2019-09-27
* Handle the README.html file being missingChristopher Baines2019-09-23
* Serve the README.html file on the siteChristopher Baines2019-09-21
* Fix the repository pageChristopher Baines2019-09-14
* Show lint warnings on the comparison pageChristopher Baines2019-09-07
* Use numeric ids for git repositoriesChristopher Baines2019-09-05
* Fix a couple of GET's in the controller match expressionChristopher Baines2019-09-01
* Add lint warnings to the package pageChristopher Baines2019-09-01
* Support filtering lint warnings by linterChristopher Baines2019-09-01
* Add a page to show the lint warnings for a revisionChristopher Baines2019-09-01
* Display counts of lint warnings on the revision pageChristopher Baines2019-09-01
* Support filtering by systems and targets when comparing derivationsChristopher Baines2019-08-06
* Improve derivation comparison to show more changesChristopher Baines2019-08-06
* Properly handle not finding a matching derivationChristopher Baines2019-08-05
* Link to cgit on the comparison pageChristopher Baines2019-07-29
* Fix the JSON compare outputChristopher Baines2019-07-29
* Fix the latest-processed-revision pagesChristopher Baines2019-07-27
* Switch the index page to show branches for a repositoryChristopher Baines2019-07-22
* Display the jobs related to a revision on the revision pageChristopher Baines2019-07-22
* Improve how repositories and branches are handledChristopher Baines2019-07-19
* Fix match expressionChristopher Baines2019-07-19
* Associate a name with database connectionsChristopher Baines2019-07-12
* Add some missing arguments to view-revision-packagesChristopher Baines2019-07-07
* Iterate the log viewingChristopher Baines2019-06-24
* Add a job pageChristopher Baines2019-06-22
* Move the derivations off the compare pageChristopher Baines2019-06-20
* Use revision labels on the index page as wellChristopher Baines2019-06-19
* Improve the Unknown revision pageChristopher Baines2019-06-19
* Add a new page listing jobsChristopher Baines2019-06-17
* Remove some peek calls that have crept inChristopher Baines2019-06-16
* Make some pages around revisions more genericChristopher Baines2019-06-16
* Support accessing the latest processed revision for a branchChristopher Baines2019-06-13
* Add a healthcheck endpointChristopher Baines2019-06-06
* Extract the database connection handling from the serverChristopher Baines2019-06-06
* Handle the 404 case when viewing store itemsChristopher Baines2019-05-20