aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service
Commit message (Expand)AuthorAge
* Support not querying pending buildsChristopher Baines2020-11-01
* Allow only fetching builds for a specific systemChristopher Baines2020-11-01
* Support limiting fetching pending builds to specific revisionsChristopher Baines2020-11-01
* Only query recent pending buildsChristopher Baines2020-11-01
* Improve verbose output for fetching build informationChristopher Baines2020-11-01
* Fix call-with-time-logging in (guix-data-service utils)Christopher Baines2020-11-01
* Show build information when comparing package derivationsChristopher Baines2020-10-31
* Remove a few peek calls that snuck inChristopher Baines2020-10-31
* Add a way of displaying build statuses as small labelsChristopher Baines2020-10-31
* Rename some derivation comparison proceduresChristopher Baines2020-10-31
* Add default "none" target to the package derivation outputs pageChristopher Baines2020-10-31
* Improve the failed comparison pageChristopher Baines2020-10-23
* Fix compare package derivations JSON linkChristopher Baines2020-10-23
* Sort the pending builds by timestampChristopher Baines2020-10-21
* Update insert-new-latest-status-entriesChristopher Baines2020-10-21
* Increase the limit on pending builds to queryChristopher Baines2020-10-21
* Fix rendering of the /builds pageChristopher Baines2020-10-21
* Limit the builds displayed on the /builds pageChristopher Baines2020-10-21
* Use the status for ordering, as well as timestampChristopher Baines2020-10-21
* Add a view build link on the build pageChristopher Baines2020-10-21
* Cleanup scheduled and started builds with "0" timestampsChristopher Baines2020-10-21
* Fix broken links to buildsChristopher Baines2020-10-21
* Update delete-unreferenced-derivationsChristopher Baines2020-10-13
* Remove unnecessary join in select-outputs-without-known-nar-entriesChristopher Baines2020-10-13
* Display backtraces when exceptions occur for fetching buildsChristopher Baines2020-10-13
* Switch queries across to use latest_build_statusChristopher Baines2020-10-13
* 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
* 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