aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Add a JSON variant of the revision pageChristopher Baines2019-05-12
|
* Fix extension handling a bit moreChristopher Baines2019-05-12
| | | | | Previously, it was spliting versions up for the package pages. To stop this, now it just matches the extensions it knows about (currently .html and .json).
* Fix a request->path-components-and-mime-type bugChristopher Baines2019-05-11
| | | | The first value should always be a list.
* Improve the content negotiation handling in generalChristopher Baines2019-05-11
| | | | | | | | | | | Previously, the routing layer handled the content negotiation, and the Accept header was ignored. Now, the extension if one is provided in the URL is still used, and more widely than before, but the Accept header is also taken in to account. This all now happens before the routing decisions are made, so the routing is now pretty much extension independant (with the exception of the /gnu/store/... routes).
* Update the derivation comparison implementationChristopher Baines2019-05-11
| | | | | This adds more query parameter validation, and uses form-horizontal-control to neaten up the view code.
* Add support for select elements to form-horizontal-controlChristopher Baines2019-05-11
|
* Add query-parameters->stringChristopher Baines2019-05-11
|
* Add #:required and #:multi-value support to parse-query-parametersChristopher Baines2019-05-11
|
* Add ("") to parse-query-stringChristopher Baines2019-05-11
| | | | Otherwise a URL like https://example.com? will cause this to fail.
* Add a guix-commit-exists? functionChristopher Baines2019-05-11
|
* Add some options to the branch pageChristopher Baines2019-05-11
| | | | | | Add handling for some query parameters to the branch page. This takes advantage of the improvements for building forms and query parameter validation.
* Add a form-horizontal-control function to better handle formsChristopher Baines2019-05-11
| | | | Each input is pretty complex, and this function helps handle that complexity.
* Add some word handling utilitiesChristopher Baines2019-05-11
| | | | These are useful for constructing HTML ids and similar things.
* Add a new query-parameters moduleChristopher Baines2019-05-11
| | | | | | | | | The query parameters feed in to the results shown, but also forms on pages. Validation is important to avoid errors and security issues, but it's also important to provide appropriate feedback to the user. This module provides some utilities and structure around handling query parameters.
* Don't enqueue jobs when branches are deletedChristopher Baines2019-05-05
|
* Start to handle information about Git branchesChristopher Baines2019-05-05
| | | | | | Add some new pages /branches and /branch/... as well as a new git_branches table. Also extend the email processing to enter the branch information in to the database.
* Switch to storing Git repositories in a tableChristopher Baines2019-05-05
| | | | | | Rather than just storing the URL in the guix_revisions and load_new_guix_revision_jobs tables. This will help when storing more information like tags and branches in the future.
* Add a with-postgresql-transaction procedureChristopher Baines2019-05-05
| | | | To help with running tests.
* Try harder to handle errors when loading new revisionsChristopher Baines2019-05-01
| | | | | If the repl enters a bad state, attempt to exit, and catch failures in the parent process, and rollback the open transaction.
* Fix "More information" link for target packagesChristopher Baines2019-04-21
| | | | On the packages comparison page.
* Add missing (guix-data-service database) importChristopher Baines2019-04-17
|
* Add sqitch to guix-dev.scmChristopher Baines2019-04-16
| | | | As it's used to manage the database schema.
* Add missing build-aux filesChristopher Baines2019-04-16
| | | | | And tweak the .gitignore to reduce the chance that similar files are missed in the future.
* Add .dir-locals.elChristopher Baines2019-04-14
|
* Add an initial testChristopher Baines2019-04-14
| | | | Along with the buildsystem changes to make `make check` work.
* Add some initial Sqitch migrationsChristopher Baines2019-04-14
| | | | These are based on the state of the current manually managed database.
* Tweak the Sqitch configurationChristopher Baines2019-04-14
|
* Extract out some database functionality to another moduleChristopher Baines2019-04-14
|
* Add a .gitattributes fileChristopher Baines2019-04-14
| | | | This is recommended by the Sqitch docs.
* Move the sqitch files in to the sqitch directoryChristopher Baines2019-04-13
| | | | To keep them together, and leave the top level repository directory clearer.
* Initialise SqitchChristopher Baines2019-04-13
| | | | It's a tool for managing the database schema.
* Clear the packages derivation cacheChristopher Baines2019-04-10
| | | | | As this should help prevent issues when the previously cached derivation is removed from the store.
* Improve the job processingChristopher Baines2019-04-10
| | | | Speed up checking for new jobs, and remove debugging output.
* Add a statistics pageChristopher Baines2019-04-08
| | | | To show the total number of derivations, and guix revisions.
* 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
|
* Remove built guix-data-service-process-branch-updated-email fileChristopher Baines2019-04-08
| | | | It should never have been committed.
* More easily support stopping guix-data-service-process-jobsChristopher Baines2019-03-29
|
* Better handle failures when computing the transative supported inputsChristopher Baines2019-03-29
|
* Deduplicate inferior packagesChristopher Baines2019-03-29
| | | | As sometimes there can be duplicates, for example with deprecated packages.
* Delete duplicate entries in the package-entries listChristopher Baines2019-03-28
| | | | | This can happen when the same package is defined with two names, for example, with deprecated-package.
* Support displaying builtin:download derivationsChristopher Baines2019-03-28
|
* Try to handle the guix store item being garbage collectedChristopher Baines2019-03-28
|
* Handle missing derivations when rendering the comparisonChristopher Baines2019-03-24
|
* Switch parts of the comparison code to use hash tablesChristopher Baines2019-03-24
| | | | | Rather than vhashes. This removes the need for the expensive vhash-delete calls.
* Switch dynamic-wind for with-throw-handlerChristopher Baines2019-03-24
| | | | | Not sure why, but dynamic-wind was causing issues by closing the database connection too early, but with-throw-handler seems to work OK.
* Remove redundant lambda from deduplicate-stringsChristopher Baines2019-03-24
|
* Handle 0 derivations in package-data-vhash->derivations-and-build-statusChristopher Baines2019-03-24
|
* Differentiate filtering better for select-derivations-and-build-statusChristopher Baines2019-03-24
| | | | | | An empty list of derivation-file-names should result in no results, but in the case of the systems, targets and build-statuses, we want all of the results.
* Improve the query in select-derivations-and-build-statusChristopher Baines2019-03-24
| | | | Fix handling derivations which target multiple systems (somehow?).