aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* Drop the thread pool idle secondsChristopher 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
* Use latest_build_status rather than build_statusChristopher Baines2022-11-12
* Spawn specific PostgreSQL connections for the blocked_builds updatesChristopher Baines2022-11-12
* Add index on derivation_outputs id and derivation_id fieldsChristopher Baines2022-11-12
* Add extended statistics on package_derivationsChristopher Baines2022-11-12
* Have insert-blocked-builds cache when the partitions existChristopher Baines2022-11-11
* Rework insert-blocked-builds to make it more efficientChristopher Baines2022-11-11
* Stop using exception handling when inserting blocked_builds entriesChristopher Baines2022-11-11
* Add missing test descriptionChristopher Baines2022-11-11
* Add a blocking builds pageChristopher Baines2022-11-11
* Add support for incrementally tracking blocked buildsChristopher Baines2022-11-11
* Log heap size when computing system testsChristopher Baines2022-11-06
* Add more granular logging for computing system test derivationsChristopher Baines2022-11-06
* Close postgresql connections when the thread pool thread is idleChristopher Baines2022-10-23
* Fix JSON response for unknown revisionsChristopher Baines2022-10-17
* Expose Guile GC metricsChristopher Baines2022-10-09
* Make it possible to increase the number of thread pool threadsChristopher Baines2022-10-02
* Log delays in the thread pool channelChristopher Baines2022-10-02
* Insert guix revision lint warnings in chunksChristopher Baines2022-09-17
* Improve chunking when inserting derivation inputsChristopher Baines2022-09-17