aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/web/controller.scm
Commit message (Expand)AuthorAge
* Include tablespace as a label for table metricsChristopher Baines2020-10-09
* Remove some unnecessary parallel-via-thread-pool-channel callsChristopher Baines2020-10-04
* Completely rework the way db connections are handled during requestsChristopher Baines2020-10-03
* Stop opening a PostgreSQL connection per requestChristopher Baines2020-10-03
* Track some pg_stat metricsChristopher Baines2020-10-01
* Add some new metrics about load new revision jobsChristopher Baines2020-09-20
* Add a metric for the number of revisionsChristopher Baines2020-09-20
* Return a number from count-guix-revisionsChristopher Baines2020-09-20
* Add a Prometheus metrics page, with some database metricsChristopher Baines2020-09-06
* Add JSON representation for the store item pageDanjela Lura2020-08-26
* Add JSON representation for the derivation pageDanjela Lura2020-08-26
* Add builds to the store item pageChristopher Baines2020-07-04
* Set a statement timeout of 60 seconds for web requestsChristopher Baines2020-04-24
* Improve the 404 pagesChristopher Baines2020-03-14
* Improve handling of errorsChristopher Baines2020-03-14
* Add a page listing the available database dumpsChristopher Baines2020-02-22
* Add a very basic repositories pageChristopher Baines2020-02-01
* Add a build servers pageChristopher Baines2020-02-01
* Add a job events pageChristopher Baines2020-01-20
* Delete unused assoc-ref-multiple functionChristopher Baines2020-01-10
* Display details for the derivation source filesChristopher Baines2019-12-30
* Serve narinfo files for derivationsChristopher Baines2019-12-26
* Render nar files for derivationsChristopher Baines2019-12-26
* Add a "plain" view for derivationsChristopher Baines2019-12-26
* Include nars on the output pageChristopher Baines2019-12-12
* Add a new page for the narinfos associated with an outputChristopher Baines2019-12-12
* Stop setting a long max-age for the viewing store itemsChristopher Baines2019-12-12
* Extract the builds page in to it's own set of modulesChristopher Baines2019-11-24
* Respond to any method with a 404, if the request is unrecognisedChristopher Baines2019-11-24
* Rework the builds and build_status tables as well as related codeChristopher Baines2019-11-24
* Add a basic page for derivation source filesChristopher Baines2019-11-21
* Add a page to show a formatted derivation representationChristopher Baines2019-11-09
* Handle unknown requests better within controllersChristopher Baines2019-10-18
* Extract the comparison pages out from the main modulesChristopher Baines2019-10-14
* Refactor the repository pages codeChristopher Baines2019-10-14
* Refactor the revision pagesChristopher Baines2019-10-14
* 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