Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Allow customising the pg_dump command used | Christopher Baines | 2021-01-03 |
| | | | | As this | ||
* | Fix broken build links in view-revision-package-and-version | Christopher Baines | 2021-01-03 |
| | |||
* | Fix a regression in the metrics page | Christopher Baines | 2021-01-03 |
| | | | | From the squee NULL handling change. | ||
* | Add missing build server build ids to various queries | Christopher Baines | 2021-01-03 |
| | |||
* | Fix various issues linking to builds | Christopher Baines | 2021-01-03 |
| | |||
* | Fix another squee upgrade issue | Christopher Baines | 2021-01-03 |
| | |||
* | Fix squee upgrade issues in the load-new-guix-revision module | Christopher Baines | 2021-01-02 |
| | |||
* | Fix squee compatability issues for serving derivations | Christopher Baines | 2021-01-02 |
| | |||
* | Fix indentation in (tests model-license-set) | Christopher Baines | 2021-01-02 |
| | |||
* | Start to add compatibility with squee returning #f for null values | Christopher Baines | 2021-01-02 |
| | | | | While maintaining compatibility for older versions of squee. | ||
* | Improve select-fixed-output-package-derivations-in-revision | Christopher Baines | 2020-12-29 |
| | | | | Refactor the query to make it more performant. | ||
* | Increase statistics targets for the derivation_inputs table | Christopher Baines | 2020-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 events | Christopher Baines | 2020-12-27 |
| | | | | As it uses a transaction with a wider scope. | ||
* | Support inserting build statuses without a transaction | Christopher Baines | 2020-12-27 |
| | | | | In case this code is run as part of a bigger transaction. | ||
* | Add latest revision version of the fixed output package derivations | Christopher Baines | 2020-12-27 |
| | |||
* | Add parse-build-status to the query-parameters module | Christopher Baines | 2020-12-27 |
| | |||
* | Support finding fixed output derivations for packages | Christopher Baines | 2020-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-revision | Christopher Baines | 2020-12-26 |
| | |||
* | Support strings or symbol keys in build-status-alist->build | Christopher Baines | 2020-12-26 |
| | |||
* | Tweak the select-required-builds-that-failed query | Christopher Baines | 2020-12-26 |
| | | | | I think this makes a little more sense. | ||
* | Fix status in select-builds-with-context-by-derivation-file-name | Christopher Baines | 2020-12-21 |
| | | | | The latest_build_status table should be used, not build_status. | ||
* | Include the revision details for package dervation comparisons | Christopher Baines | 2020-12-20 |
| | | | | I'm wanting the commits for tagging builds. | ||
* | Stop package metadata changes being included | Christopher Baines | 2020-12-20 |
| | | | | In the package-derivation-differences-data. | ||
* | Tell the user how to specify a datetime. | Leo Famulari | 2020-12-19 |
| | | | | Also correct a mistake in the error message for invalid datetime formats. | ||
* | Improve build links on the package derivations page | Christopher Baines | 2020-12-09 |
| | |||
* | Support showing package derivations by build status | Christopher Baines | 2020-12-09 |
| | | | | I'm particularly thinking about listing packages which fail to build. | ||
* | Support querying package derivations by build status | Christopher Baines | 2020-12-09 |
| | |||
* | Improve the parse-commit invalid parameter handling | Christopher Baines | 2020-11-28 |
| | |||
* | Make it possible to show HTML for the invalid parameter messages | Christopher Baines | 2020-11-28 |
| | | | | So that they can include links. | ||
* | Add system and target controls to the package derivation comparison | Christopher Baines | 2020-11-25 |
| | | | | By datetime, as these parameters are supported. | ||
* | Fix typo with build_change parameter | Christopher Baines | 2020-11-21 |
| | | | | For the compare by datetime package derivations page. | ||
* | Fix the JSON link on the compare package derivations page | Christopher Baines | 2020-11-21 |
| | |||
* | Consolidate the package derivation comparison code | Christopher Baines | 2020-11-21 |
| | |||
* | Start merging the package derivation comparison code | Christopher Baines | 2020-11-21 |
| | |||
* | Extract out the compare form controls | Christopher Baines | 2020-11-21 |
| | | | | So they can be used for the package derivations page | ||
* | Fix some links on the compare page | Christopher Baines | 2020-11-21 |
| | |||
* | Add default datetimes for compare-by-datetime | Christopher Baines | 2020-11-21 |
| | | | | As this makes it easy to compare the current state of two branches. | ||
* | Improve the comparison page interface | Christopher Baines | 2020-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-datetime | Christopher Baines | 2020-11-21 |
| | |||
* | Avoid errors in form-horizontal-control | Christopher Baines | 2020-11-21 |
| | | | | When invalid parameters don't have a message. | ||
* | Avoid crashing when no compare arguments are provided | Christopher Baines | 2020-11-21 |
| | |||
* | Fix build links on the derivation page | Christopher Baines | 2020-11-20 |
| | | | | | In the case where the build is for a different derivation with the same outputs. | ||
* | Improve the headings on the compare derivations page | Christopher Baines | 2020-11-20 |
| | |||
* | Don't show all results on the compare package derivation page | Christopher Baines | 2020-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 data | Christopher Baines | 2020-11-20 |
| | | | | By adding after-name and limit-results parameters. | ||
* | Fix typo | Christopher Baines | 2020-11-19 |
| | |||
* | Include a "Build change" filter on the package derivations page | Christopher Baines | 2020-11-19 |
| | | | | This helps determine what things a change broke or fixed for example. | ||
* | Support selecting compared package derivations by build change | Christopher Baines | 2020-11-19 |
| | |||
* | Clean up some unused code in the compare controller | Christopher Baines | 2020-11-19 |
| | |||
* | Fix compare by datetime URL | Christopher Baines | 2020-11-19 |
| | | | | Use package-derivations rather than derivations, as this is more accurate. |