aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service
Commit message (Expand)AuthorAge
* Make with-postgresql-connection work with multiple valuesChristopher Baines2020-10-02
* Reformat lint warning related queryChristopher Baines2020-10-02
* Speed up a query for derivation buildsChristopher Baines2020-10-02
* COALESCE a couple more pg_stat fieldsChristopher Baines2020-10-01
* Track some pg_stat metricsChristopher Baines2020-10-01
* Drop default thread count for make-postgresql-connection-channelChristopher Baines2020-10-01
* Delete derivations in parallelChristopher Baines2020-10-01
* Remove the deleting derivations progress outputChristopher Baines2020-10-01
* Delete derivations through a channelChristopher Baines2020-10-01
* Add some utilities to use PostgreSQL/Squee through a channelChristopher Baines2020-10-01
* Remove a now redundant part of the maybe-delete-derivation queryChristopher Baines2020-09-30
* Stop recursing now that derivation deletion selection is smarterChristopher Baines2020-09-30
* Attempt to speed up derivation deletionChristopher Baines2020-09-30
* Add a JSON page for repository branchesChristopher Baines2020-09-27
* Add a JSON representation for repositoriesChristopher Baines2020-09-27
* Fix delete builds for derivation output details setChristopher Baines2020-09-27
* Implement the JSON representation for system testsChristopher Baines2020-09-27
* Delete builds for unreferenced derivationsChristopher Baines2020-09-27
* Further data deletion improvementsChristopher Baines2020-09-27
* Add delete-revisions-from-branch-except-most-recent-nChristopher Baines2020-09-26
* Split off delete-revisions-from-branch from delete-data-for-branchChristopher Baines2020-09-26
* Better handle loading the (guix i18n) module in the inferiorChristopher Baines2020-09-26
* Fix some package search issuesChristopher Baines2020-09-26
* Change the locale codeset representationChristopher Baines2020-09-26
* 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 dependency on Guile-lzlib.Ludovic Courtès2020-08-26
* Postpone the execution of the query that displays locale optionsDanjela Lura2020-08-14
* Guard against null package metadata idsDanjela Lura2020-08-13
* Modify the search-packages-in-revision query to make it fasterDanjela Lura2020-08-12
* Make call-with-time-logging handle multiple return valuesDanjela Lura2020-08-12
* Update the package_metadata_tsvectors with new entriesDanjela Lura2020-08-12
* Avoid problems with lint warnings for duplicate packagesChristopher Baines2020-08-09
* Fix rendering the required failed builds for builds by idChristopher Baines2020-07-13
* Change select-required-builds-that-failed to exclude succeeded buildsChristopher Baines2020-07-13
* Also show related failed builds for scheduled buildsChristopher Baines2020-07-13
* Add builds to the store item pageChristopher Baines2020-07-04
* Improve the revision builds pageChristopher Baines2020-07-03
* Improve select-builds-with-contextChristopher Baines2020-07-03
* Fix the builds table headersChristopher Baines2020-07-02
* Fix a bug with the derivation and output history JSON representationChristopher Baines2020-07-01
* Improve the linking to build serversChristopher Baines2020-07-01
* Change select-build procedures to avoid join issuesChristopher Baines2020-07-01
* Avoid duplicate build status entriesChristopher Baines2020-07-01
* Implement more support for builds from the Guix Build CoordinatorChristopher Baines2020-07-01
* Fix match in render-buildsChristopher Baines2020-06-28