aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/model
Commit message (Expand)AuthorAge
* WIPwip-derivation-historyChristopher 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
* Add a new table guix_revision_lint_checkersChristopher Baines2019-09-01
* Handle a change in guix with the <derivation-input> recordChristopher Baines2019-09-01
* Add lint-warnings-for-guix-revision to the lint-warning moduleChristopher Baines2019-09-01
* Add lint-warning-count-by-lint-checker-for-revisionChristopher Baines2019-09-01
* Store lint warnings in the databaseChristopher Baines2019-09-01
* Add insert-missing-data-and-return-all-ids to the model utils moduleChristopher Baines2019-08-31
* Use $STR$ for better quoting in quote-stringChristopher Baines2019-08-31
* Add value->sql-boolean to (guix-data-service model utils)Christopher Baines2019-08-31
* Fix insert-guix-revision to return an idChristopher Baines2019-08-31
* Fix some duplicated values in tablesChristopher Baines2019-08-04
* Add a function to get the cgit URL bases for revisionsChristopher Baines2019-07-29
* Fix the latest-processed-revision pagesChristopher Baines2019-07-27
* Show links to the cgit pages for repositories on the index pageChristopher Baines2019-07-22
* Link from a revision to the git repository pageChristopher Baines2019-07-19
* Improve how repositories and branches are handledChristopher Baines2019-07-19
* Fix a bug where the list of 0 licenses wasn't handled correctlyChristopher Baines2019-07-12
* Use revision labels on the index page as wellChristopher Baines2019-06-19
* Add labels to revisions on the branches and branch pagesChristopher Baines2019-06-19
* Use line buffering for the input and output portsChristopher Baines2019-06-17
* Support accessing the latest processed revision for a branchChristopher Baines2019-06-13
* Don't show failing jobs on the index pageChristopher Baines2019-06-13
* Add more detailed new revision job handlingChristopher Baines2019-06-02
* Add git-branches-with-repository-details-for-commitChristopher Baines2019-05-18
* Add a utility to group list valuesChristopher Baines2019-05-18
* Allow specifying the fields on the packages pageChristopher Baines2019-05-16