aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Reduce some chunk sizesChristopher Baines2022-09-17
* Chunk inserting guix revision package derivation entriesChristopher Baines2022-09-15
* Further reduce some chunk sizesChristopher Baines2022-09-15
* Chunk the data for some queries in insert-missing-data-and-return-all-idsChristopher Baines2022-09-15
* Format some queries generated in insert-missing-data-and-return-all-idsChristopher Baines2022-09-14
* Reduce some chunk sizesChristopher Baines2022-09-14
* Implement the JSON response for package reproducibilityChristopher Baines2022-09-14
* Implement the JSON response for package substitute availabilityChristopher Baines2022-09-14
* Speed up finding the locales for a revisionChristopher Baines2022-09-14
* Reduce chunk size for inserting dervation inputsChristopher Baines2022-09-14
* Reduce the chunk size for querying related derivation idsChristopher Baines2022-09-13
* Support per repository configuration for fetching substitutesChristopher Baines2022-09-09
* Make caching exceptions when querying for substitutes more reliableChristopher Baines2022-09-09
* Log more information about heap size when loading derivation infoChristopher Baines2022-09-05
* Use much smaller chunks when trying to run the derivation linterChristopher Baines2022-09-05
* Compute lint warnings for packages in chunksChristopher Baines2022-09-05
* Include lint warnings in the JSON /compare responseChristopher Baines2022-08-22