aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/model/lint-warning.scm
Commit message (Collapse)AuthorAge
* Improve insert-missing-data-and-return-all-idsChristopher Baines2019-09-04
| | | | | | Use exec-query-with-null-handling to distinguish NULL values, change it to just take a list of fields and remove the handlers. Also, add a sets-of-data? parameter so that this can be used licenses.
* Add lint warnings to the package pageChristopher Baines2019-09-01
|
* Support filtering lint warnings by linterChristopher Baines2019-09-01
|
* Add lint-warnings-for-guix-revision to the lint-warning moduleChristopher Baines2019-09-01
|
* Store lint warnings in the databaseChristopher Baines2019-09-01
This commit adds the relevant tables and code to store lint warnings in the database. Currently, only lint checkers which don't require access to the network will be run, as this allows the processing to happen without network access. Also, this functionality won't work in older versions of Guix which don't expose the lint warnings in a compatible way.