aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/model
Commit message (Expand)AuthorAge
* Fix package replacement handling on the revision packages pageChristopher Baines2024-04-28
* Move backfilling in to the server module and use the connection poolChristopher Baines2024-04-01
* Speed up loading package metadataChristopher Baines2024-02-01
* Split up handling of package description dataChristopher Baines2024-01-31
* Remove even more time loggingChristopher Baines2024-01-28
* Remove some time loggingChristopher Baines2024-01-27
* Fixup testsChristopher Baines2024-01-18
* Split and instrument parts of inferior-packages->package-metadata-idsChristopher Baines2024-01-18
* Rewrite part of insert-missing-data-and-return-all-ids to avoid filterChristopher Baines2024-01-18
* Have delete-duplicates/sort! take a equality procedureChristopher Baines2024-01-18
* Use delete-duplicates/sort! in inferior-packages->license-set-idsChristopher Baines2024-01-18
* Use delete-duplicates/sort! in insert-missing-data-and-return-all-idsChristopher Baines2024-01-18
* Memoize computing tokensChristopher Baines2023-11-24
* Handle derivations with no sourcesChristopher Baines2023-11-05
* Include output information in the package page responseChristopher Baines2023-11-05
* Use fibers when processing new revisionsChristopher Baines2023-11-05
* Make some sweeping changes to loading new revisionsChristopher Baines2023-11-02
* Remove redundant joins from the select build queryChristopher Baines2023-10-16
* Support polling git repositories for new branches/revisionsChristopher Baines2023-10-09
* Try to fix backfilling blocked_buildsChristopher Baines2023-07-02
* Filter out duplicate ids for blocking buildsChristopher Baines2023-07-02
* Query for outputs when build events arriveChristopher Baines2023-06-09
* Fix ignoring canceled buildsChristopher Baines2023-05-18
* Ignore canceled builds when querying package derivationsChristopher Baines2023-05-18
* Ensure the known and unknown keys appearChristopher Baines2023-05-09
* Remove redundant match-lambda in select-package-output-availability-for-revisionChristopher Baines2023-05-09
* Use the package_derivations system id in a queryChristopher Baines2023-05-04
* Further tweak fetching narinfosChristopher Baines2023-04-28
* Improve performance of select-fixed-output-package-derivations-in-revisionChristopher Baines2023-03-11
* Fix query in get-count-for-next-levelChristopher 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
* 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
* Fix calling insert-blocked-buildsChristopher Baines2022-11-20
* 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
* 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 a blocking builds pageChristopher Baines2022-11-11
* Add support for incrementally tracking blocked buildsChristopher Baines2022-11-11
* Improve chunking when inserting derivation inputsChristopher Baines2022-09-17
* Reduce some chunk sizesChristopher Baines2022-09-17
* 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