aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/model
Commit message (Expand)AuthorAge
* Add a function to select the outputs in a revisionChristopher Baines2019-12-08
* WIP speed up associating derivations with buildsChristopher Baines2019-12-07
* Add a function to select derivations in a revisionChristopher Baines2019-12-05
* Fix and improve fetching outputs to fetch from build serversChristopher Baines2019-12-05
* Fix the match statement in select-build-by-build-server-and…Christopher Baines2019-12-05
* Populate the narinfo_fetch_records tableChristopher Baines2019-12-05
* WIP add a new page for the narinfos associated with an outputChristopher Baines2019-12-02
* Add a page for each signing keyChristopher Baines2019-12-02
* Support querying builds by build serversChristopher Baines2019-12-01
* Support querying builds by statusChristopher Baines2019-12-01
* Support handling jsonb in insert-missing-data-and-return-all-idsChristopher Baines2019-11-30
* Begin to add support for importing narinfo filesChristopher Baines2019-11-30
* Fix some queries relating to the build_status table changesChristopher Baines2019-11-28
* Rework the builds and build_status tables as well as related codeChristopher Baines2019-11-24
* Add a new module to handle build server token seedsChristopher Baines2019-11-23
* Improve select-build-servers to convert strings to appropriate typesChristopher Baines2019-11-23
* Include the datetime in select-guix-revision-for-branch-and-datetimeChristopher Baines2019-11-21
* Fix select-guix-revision-for-branch-and-datetimeChristopher Baines2019-11-21
* Add a function to get the channel news entries in a revisionChristopher Baines2019-11-21
* Add a new channel-news module, along with tables the relevant dataChristopher Baines2019-11-21
* Add a function for selecting derivation source filesChristopher Baines2019-11-21
* Improve select-derivation-outputs-by-derivation-idChristopher Baines2019-11-10
* Add a function to select derivation sourcesChristopher Baines2019-11-09
* Improve some derivation model functionsChristopher Baines2019-11-09
* Add a function to help parse PostgreSQL arraysChristopher Baines2019-11-09
* Add first version of a page with the history of package derivationsChristopher Baines2019-11-09
* Sort the derivation inputs by derivation file nameChristopher Baines2019-11-03
* Fix some missing branch constraints in package-versions-for-branchChristopher Baines2019-10-17
* Fix some long lines in the package-versions-for-branch queryChristopher Baines2019-10-17
* Add select-guix-revision-for-branch-and-datetimeChristopher Baines2019-10-13
* Sort package versions on a branch by version as wellChristopher Baines2019-10-08
* Add a package page, showing versions for a revisionChristopher Baines2019-10-03
* Remove a redundant query conditionChristopher Baines2019-09-29
* Add a new page to show package versions available on a branchChristopher Baines2019-09-27
* Tweak the textual search to rank exact name matches higherChristopher Baines2019-09-26
* Use numeric ids for git repositoriesChristopher Baines2019-09-05
* Use numbers for ids in the derivation modelChristopher Baines2019-09-05
* Fix data input for package-metadataChristopher Baines2019-09-05
* Improve error handling for insert-missing-data-and-return-all-idsChristopher Baines2019-09-05
* Support deleting duplicates in insert-missing-data-and-return-all-idsChristopher Baines2019-09-05
* Improve the package and package-metadata modulesChristopher Baines2019-09-05
* Start handling ids as numbers, rather than stringsChristopher Baines2019-09-05
* Reduce code duplication in the package moduleChristopher Baines2019-09-05
* Reduce code duplication in the package-derivation moduleChristopher Baines2019-09-04
* Change license code to use insert-missing-data-and-return-all-idsChristopher Baines2019-09-04
* Improve insert-missing-data-and-return-all-idsChristopher Baines2019-09-04
* Change normalise-database-values to normalise-valuesChristopher Baines2019-09-02
* Add lint warnings to the package pageChristopher Baines2019-09-01
* Support filtering lint warnings by linterChristopher Baines2019-09-01
* Add lint-checkers-for-revision to the lint-checker moduleChristopher Baines2019-09-01