aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/model
Commit message (Expand)AuthorAge
* 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
* Fix how email dates are inserted in to PostgreSQLChristopher Baines2019-05-16
* Store license information for packagesChristopher Baines2019-05-15
* Fix type issues with the location idsChristopher Baines2019-05-14
* Order the all-git-repositories resultsChristopher Baines2019-05-13
* Store and display the location of packagesChristopher Baines2019-05-13
* Add a function for searching for packagesChristopher Baines2019-05-12
* Add some basic pagination to the packages pageChristopher Baines2019-05-12
* Remove the sha1_hash from the package_metadata tableChristopher Baines2019-05-12
* Add a guix-commit-exists? functionChristopher Baines2019-05-11
* Add some options to the branch pageChristopher Baines2019-05-11
* Start to handle information about Git branchesChristopher Baines2019-05-05
* Switch to storing Git repositories in a tableChristopher Baines2019-05-05
* Add a function to get a count of Guix revisionsChristopher Baines2019-04-08
* Add a function to get a count of derivationsChristopher Baines2019-04-08
* Delete duplicate entries in the package-entries listChristopher Baines2019-03-28
* Remove redundant lambda from deduplicate-stringsChristopher Baines2019-03-24