aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service
Commit message (Expand)AuthorAge
* 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
* Return 503 for the /healthcheck if the service is starting upChristopher Baines2022-07-15
* Fix missing NULL variableChristopher Baines2022-07-09
* Improve deleting derivationsChristopher Baines2022-07-08
* Set builds derivation output details set id if information availableChristopher Baines2022-07-08
* Sort derivation output details idsChristopher Baines2022-07-08
* Split out inserting derivation output details setsChristopher Baines2022-07-08
* Split out inserting into derivation_output_detailsChristopher Baines2022-07-08
* Handle migrations and server startup betterChristopher Baines2022-06-17
* Fix ambiguous id column in delete-guix-revisions queryChristopher Baines2022-06-16
* Fix DELETE query in delete-revisions-from-branchChristopher Baines2022-06-16
* Fix ambiguous id column in delete-from-git-commitsChristopher Baines2022-06-16
* Remove duplicate AND from delete-from-git-commits queryChristopher Baines2022-06-16
* Fix the select-guix-revision-for-branch-and-datetime queryChristopher Baines2022-05-30
* Remove cross derivation targets that don't make senseChristopher Baines2022-05-27
* Take advantage of the new (guix platform) moduleChristopher Baines2022-05-26
* Improve the package derivation by guix revision range insert queriesChristopher Baines2022-05-26
* Add missing comma in queryChristopher Baines2022-05-24
* Fix delete-guix-revision-package-derivation-entriesChristopher Baines2022-05-24
* Fix expected exec-query value when no branch existsChristopher Baines2022-05-24
* Fix more issues with the git_commits introductionChristopher Baines2022-05-23
* Allow filtering package derivations based on build server buildsChristopher Baines2022-05-23
* Fix more of rebuilding one of the tablesChristopher Baines2022-05-23
* Add missing git_branches query part to insert queryChristopher Baines2022-05-23