aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add a latest_build_status tableChristopher Baines2020-10-13
* Include the revision in the package derivation outputs JSONChristopher Baines2020-10-13
* Include package details for the package derivation outputs JSONChristopher Baines2020-10-13
* Tweak linking to build serversChristopher Baines2020-10-11
* Improve latest processed revision pages for reproducibility stuffChristopher Baines2020-10-11
* Add a very rough JSON output for the package derivation outputs pageChristopher Baines2020-10-11
* Make it easier to get to a replChristopher Baines2020-10-10
* Add another guard clause in to the data deletion codeChristopher Baines2020-10-10
* Split the jobs metric in to succeede, queued and failedChristopher Baines2020-10-09
* Add Prometheus metrics for indexes specificallyChristopher Baines2020-10-09
* Include the base commit and target commit in the compare outputChristopher Baines2020-10-09
* Include tablespace as a label for table metricsChristopher Baines2020-10-09
* Improve select-job-for-commitChristopher Baines2020-10-09
* Clarify that the derivations comparison only is for packagesChristopher Baines2020-10-09
* Use letpar& for systems and targets in render-compare/derivationsChristopher Baines2020-10-09
* Change the derivation comparison targetsChristopher Baines2020-10-09
* Link to the revisions in the comparison headerChristopher Baines2020-10-09
* Guard against errors when recording job stderr outputChristopher Baines2020-10-09
* Guard against derivation IDs that aren't numbersChristopher Baines2020-10-09
* Change table-schema to detect when there are no resultsChristopher Baines2020-10-08
* Just use map rather than par-map& for deleting derivationsChristopher Baines2020-10-08
* Make the derivation deletion batch size configurableChristopher Baines2020-10-08
* Reduce the derivation deletion batch sizeChristopher Baines2020-10-08
* Use the git repository fetch with authentication valueChristopher Baines2020-10-07
* Support storing whether to authenticate commits by git repositoryChristopher Baines2020-10-07
* Avoid locking up the thread pool channel on letpar& exceptionsChristopher Baines2020-10-04
* Fix the no latest revision behaviour for the latest revision linksChristopher Baines2020-10-04
* Actually delete more of the data for a revisionChristopher Baines2020-10-04
* Fix delete-unreferenced-derivationsChristopher Baines2020-10-04
* Fix the implementation of par-map&Christopher Baines2020-10-04
* Remove some non-existent importsChristopher Baines2020-10-04
* Extract out the ability to delete a range of commitsChristopher Baines2020-10-04
* Remove some unnecessary parallel-via-thread-pool-channel callsChristopher Baines2020-10-04
* Avoid fiber deadlocksChristopher Baines2020-10-04
* Bump the copyright date in the footerChristopher Baines2020-10-03
* Completely rework the way db connections are handled during requestsChristopher Baines2020-10-03
* Rework the shortlived PostgreSQL specific connection channelChristopher Baines2020-10-03
* Stop opening a PostgreSQL connection per requestChristopher Baines2020-10-03
* Add some utilities to work with PostgreSQL connections in threadsChristopher Baines2020-10-03
* Extract out opening PostgreSQL connectionsChristopher Baines2020-10-03
* Delete derivation_source_files that are unreferencedChristopher Baines2020-10-02
* Add an index for derivation_sources.derivation_source_file_idChristopher Baines2020-10-02
* Make with-postgresql-connection work with multiple valuesChristopher Baines2020-10-02
* Change a constraint to add ON DELETE CASCADEChristopher Baines2020-10-02
* Reformat lint warning related queryChristopher Baines2020-10-02
* Speed up a query for derivation buildsChristopher Baines2020-10-02
* Change the autovacuum config for some tablesChristopher Baines2020-10-01
* COALESCE a couple more pg_stat fieldsChristopher Baines2020-10-01
* Track some pg_stat metricsChristopher Baines2020-10-01
* Drop default thread count for make-postgresql-connection-channelChristopher Baines2020-10-01