aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service
Commit message (Expand)AuthorAge
* Catch the guix available when builtChristopher Baines2019-06-13
* Rework creating /etc when building the derivation for a revisionChristopher Baines2019-06-13
* Don't show failing jobs on the index pageChristopher Baines2019-06-13
* Display the request in one goChristopher Baines2019-06-13
* Add --port and --host as options to the guix-data-serviceChristopher Baines2019-06-13
* Pass the --db-client option to sqitch deployChristopher Baines2019-06-11
* Add sqitch and asset related config valuesChristopher Baines2019-06-08
* Add a --update-database optionChristopher Baines2019-06-07
* Add a healthcheck endpointChristopher Baines2019-06-06
* Extract the database connection handling from the serverChristopher Baines2019-06-06
* Add more detailed new revision job handlingChristopher Baines2019-06-02
* Record job success without deleting the job recordChristopher Baines2019-06-02
* Fix #:no-default-when in the query-parameters moduleChristopher Baines2019-05-20
* Handle the 404 case when viewing store itemsChristopher Baines2019-05-20
* Add missing revision handlingChristopher Baines2019-05-19
* Add #:code to render-jsonChristopher Baines2019-05-19
* Add #:code option to render-htmlChristopher Baines2019-05-19
* Add an all results option to the packages pageChristopher Baines2019-05-19
* Add #:no-default-when option to parse-query-parametersChristopher Baines2019-05-19
* Improve the query-parameters module for checkbox supportChristopher Baines2019-05-19
* Add type support to form-horizontal-controlChristopher Baines2019-05-19
* Cache the pages which don't really change for a dayChristopher Baines2019-05-18
* Enable passing extra headers for JSON responsesChristopher Baines2019-05-18
* Remove the HTTP headers from the html moduleChristopher Baines2019-05-18
* Show the branches for a revisionChristopher Baines2019-05-18
* Add git-branches-with-repository-details-for-commitChristopher Baines2019-05-18
* Add a utility to group list valuesChristopher Baines2019-05-18
* Fix the table headers on the Branches pageChristopher Baines2019-05-18
* Add a View JSON button to the packages pageChristopher Baines2019-05-16
* Fix query-parameters->string for multi-valued parametersChristopher Baines2019-05-16
* Allow specifying the fields on the packages pageChristopher Baines2019-05-16
* Add support to multi-value fields with defaultsChristopher 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 textual search to the packages pageChristopher Baines2019-05-12
* Add a function for making query parameters mutually exclusiveChristopher Baines2019-05-12
* 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 initial JSON output for the package pageChristopher Baines2019-05-12
* Add a JSON variant of the packages pageChristopher Baines2019-05-12
* Add a JSON variant of the revision pageChristopher Baines2019-05-12
* Fix extension handling a bit moreChristopher Baines2019-05-12
* Fix a request->path-components-and-mime-type bugChristopher Baines2019-05-11
* Improve the content negotiation handling in generalChristopher Baines2019-05-11
* Update the derivation comparison implementationChristopher Baines2019-05-11
* Add support for select elements to form-horizontal-controlChristopher Baines2019-05-11