aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Allow customising the pg_dump command usedChristopher Baines2021-01-03
| | | | As this
* Fix broken build links in view-revision-package-and-versionChristopher Baines2021-01-03
|
* Fix a regression in the metrics pageChristopher Baines2021-01-03
| | | | From the squee NULL handling change.
* Add missing build server build ids to various queriesChristopher Baines2021-01-03
|
* Fix various issues linking to buildsChristopher Baines2021-01-03
|
* Fix another squee upgrade issueChristopher Baines2021-01-03
|
* Fix squee upgrade issues in the load-new-guix-revision moduleChristopher Baines2021-01-02
|
* Fix squee compatability issues for serving derivationsChristopher Baines2021-01-02
|
* Fix indentation in (tests model-license-set)Christopher Baines2021-01-02
|
* Start to add compatibility with squee returning #f for null valuesChristopher Baines2021-01-02
| | | | While maintaining compatibility for older versions of squee.
* Improve select-fixed-output-package-derivations-in-revisionChristopher Baines2020-12-29
| | | | Refactor the query to make it more performant.
* Increase statistics targets for the derivation_inputs tableChristopher Baines2020-12-27
| | | | | | It has a lot of rows, and this seems to help the query planning for select-required-builds-that-failed, as I think it helps PostgreSQL better estimate the row counts that different parts of the query will produce.
* Don't try to start a new transaction inside processing build eventsChristopher Baines2020-12-27
| | | | As it uses a transaction with a wider scope.
* Support inserting build statuses without a transactionChristopher Baines2020-12-27
| | | | In case this code is run as part of a bigger transaction.
* Add latest revision version of the fixed output package derivationsChristopher Baines2020-12-27
|
* Add parse-build-status to the query-parameters moduleChristopher Baines2020-12-27
|
* Support finding fixed output derivations for packagesChristopher Baines2020-12-26
| | | | | | | This finds all the fixed output derivations in the graph of packages. I'm planning to use this to queue builds for these derivations on a regular basis, to monitor when fixed output derivations break (as the thing they download has disappeared for example).
* Add select-fixed-output-package-derivations-in-revisionChristopher Baines2020-12-26
|
* Support strings or symbol keys in build-status-alist->buildChristopher Baines2020-12-26
|
* Tweak the select-required-builds-that-failed queryChristopher Baines2020-12-26
| | | | I think this makes a little more sense.
* Fix status in select-builds-with-context-by-derivation-file-nameChristopher Baines2020-12-21
| | | | The latest_build_status table should be used, not build_status.
* Include the revision details for package dervation comparisonsChristopher Baines2020-12-20
| | | | I'm wanting the commits for tagging builds.
* Stop package metadata changes being includedChristopher Baines2020-12-20
| | | | In the package-derivation-differences-data.
* Tell the user how to specify a datetime.Leo Famulari2020-12-19
| | | | Also correct a mistake in the error message for invalid datetime formats.
* Improve build links on the package derivations pageChristopher Baines2020-12-09
|
* Support showing package derivations by build statusChristopher Baines2020-12-09
| | | | I'm particularly thinking about listing packages which fail to build.
* Support querying package derivations by build statusChristopher Baines2020-12-09
|
* Improve the parse-commit invalid parameter handlingChristopher Baines2020-11-28
|
* Make it possible to show HTML for the invalid parameter messagesChristopher Baines2020-11-28
| | | | So that they can include links.
* Add system and target controls to the package derivation comparisonChristopher Baines2020-11-25
| | | | By datetime, as these parameters are supported.
* Fix typo with build_change parameterChristopher Baines2020-11-21
| | | | For the compare by datetime package derivations page.
* Fix the JSON link on the compare package derivations pageChristopher Baines2020-11-21
|
* Consolidate the package derivation comparison codeChristopher Baines2020-11-21
|
* Start merging the package derivation comparison codeChristopher Baines2020-11-21
|
* Extract out the compare form controlsChristopher Baines2020-11-21
| | | | So they can be used for the package derivations page
* Fix some links on the compare pageChristopher Baines2020-11-21
|
* Add default datetimes for compare-by-datetimeChristopher Baines2020-11-21
| | | | As this makes it easy to compare the current state of two branches.
* Improve the comparison page interfaceChristopher Baines2020-11-21
| | | | | Try to unify the code for the different comparison modes, so that there's less of it.
* Specify an invalid parameter message in parse-datetimeChristopher Baines2020-11-21
|
* Avoid errors in form-horizontal-controlChristopher Baines2020-11-21
| | | | When invalid parameters don't have a message.
* Avoid crashing when no compare arguments are providedChristopher Baines2020-11-21
|
* Fix build links on the derivation pageChristopher Baines2020-11-20
| | | | | In the case where the build is for a different derivation with the same outputs.
* Improve the headings on the compare derivations pageChristopher Baines2020-11-20
|
* Don't show all results on the compare package derivation pageChristopher Baines2020-11-20
| | | | | By default. For comparisons involving lots of changed derivations, the page can take too long to render.
* Allow the package derivation data procedure to not return all dataChristopher Baines2020-11-20
| | | | By adding after-name and limit-results parameters.
* Fix typoChristopher Baines2020-11-19
|
* Include a "Build change" filter on the package derivations pageChristopher Baines2020-11-19
| | | | This helps determine what things a change broke or fixed for example.
* Support selecting compared package derivations by build changeChristopher Baines2020-11-19
|
* Clean up some unused code in the compare controllerChristopher Baines2020-11-19
|
* Fix compare by datetime URLChristopher Baines2020-11-19
| | | | Use package-derivations rather than derivations, as this is more accurate.