aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service
Commit message (Expand)AuthorAge
* Support request timeouts in the thread poolChristopher Baines2023-04-27
* Change par-mapper' to use fetch-result-of-defered-thunksChristopher Baines2023-04-27
* Split the thread pool used for database connectionsChristopher Baines2023-04-27
* Include distribution counts table in data deletionChristopher Baines2023-04-07
* Improve performance of select-fixed-output-package-derivations-in-revisionChristopher Baines2023-03-11
* Fix query in get-count-for-next-levelChristopher Baines2023-03-09
* Reorder some vacuum operations when loading revisionsChristopher Baines2023-03-09
* Avoid a recursive CTE for finding blocked builds where possibleChristopher Baines2023-03-09
* Store the distribution of derivations related to packagesChristopher Baines2023-03-09
* Avoid logging when there are no processes to wait forChristopher Baines2023-03-09
* Fix counting derivations when there are lotsChristopher Baines2023-03-09
* Tweak the comparision queryChristopher Baines2023-03-05
* Remove peekChristopher Baines2023-03-05
* Set current-guix-package when computing system test derivationsChristopher Baines2023-02-28
* Speed up deleting blocked_builds entriesChristopher Baines2023-02-27
* Move the delete-unreferenced-derivations advisory lockChristopher Baines2023-02-27
* Comparing package derivations: Fix inconsistent verbage.Leo Famulari2023-02-17
* Include some useful numbers on the package derivations comparisonChristopher Baines2023-02-15
* Remove redundant postgresql connection when deleting derivationsChristopher Baines2023-02-14
* Delete blocked_builds entries when deleting derivationsChristopher Baines2023-02-14
* Delete git_branches entriesChristopher Baines2023-02-14
* Avoid errors dropping partition tables if they don't existChristopher Baines2023-02-13
* Improve dropping package_derivation_by_guix_revision_range partitionsChristopher Baines2023-02-13
* Adjust render procedures to not use procedures for responsesChristopher Baines2023-02-09
* Tweak behaviour when the response body is a procedureChristopher Baines2023-02-09
* Allow skipping processing system testsChristopher Baines2023-02-08
* Skip some metrics that apply for each branchChristopher Baines2023-02-02
* Enable database connection instrumentation in the serverChristopher Baines2023-01-01
* Support instrumenting the number of database connectionsChristopher Baines2023-01-01
* Pull the metrics registry out of the controllerChristopher Baines2023-01-01
* Expose metrics from pg_statsChristopher Baines2022-11-29
* Only sometimes attempt manually computing n_distinct valuesChristopher Baines2022-11-29
* Guard against divide by 0 in update-derivation-outputs-statisticsChristopher Baines2022-11-28
* Do derivation inputs and outputs housekeeping at the end of each jobChristopher Baines2022-11-28
* Use advisory locks to avoid deadlocks during data deletionChristopher Baines2022-11-28
* Improve the inferior cleanup when computing package derivationsChristopher Baines2022-11-24
* Skip the derivation linterChristopher Baines2022-11-24
* Fix calling insert-blocked-buildsChristopher Baines2022-11-20
* Render a branch not found page if the branch doesn't existChristopher Baines2022-11-19
* Fix quasiquotingChristopher Baines2022-11-19
* Better guard against exceptions in the build event handlersChristopher Baines2022-11-19
* Fix closing thread postgresql connectionsChristopher Baines2022-11-17
* Include more information about invalid query parametersChristopher Baines2022-11-17
* Drop the chunk size when gathering lint warningsChristopher Baines2022-11-14
* Include blocked_builds information in comparison responsesChristopher Baines2022-11-14
* Remove Build status field from blocking builds pageChristopher Baines2022-11-12
* Make backfilling blocked_builds a bit smarterChristopher Baines2022-11-12
* Handle deleting from blocked_builds when builds are scheduledChristopher Baines2022-11-12
* View scheduled builds like succeeded builds in terms of blockingChristopher Baines2022-11-12
* Tweak backfilling the blocked buildsChristopher Baines2022-11-12