aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/model/build.scm
Commit message (Expand)AuthorAge
* Set builds derivation output details set id if information availableChristopher Baines2022-07-08
* Move the builds.derivation_output_details_set_id updateChristopher Baines2022-04-16
* Use derivations.system_id in select-builds-with-contextChristopher Baines2021-06-09
* Fix incorrect query parameters in a couple of builds queriesChristopher Baines2021-05-12
* Create a table for systemsChristopher Baines2021-04-23
* Support more query parameters on the /builds pageChristopher Baines2021-02-08
* Tweak the select-required-builds-that-failed queryChristopher Baines2020-12-26
* Fix status in select-builds-with-context-by-derivation-file-nameChristopher Baines2020-12-21
* Fix build links on the derivation pageChristopher Baines2020-11-20
* Use the status for ordering, as well as timestampChristopher Baines2020-10-21
* Add a view build link on the build pageChristopher Baines2020-10-21
* Switch queries across to use latest_build_statusChristopher Baines2020-10-13
* Speed up a query for derivation buildsChristopher Baines2020-10-02
* Change select-required-builds-that-failed to exclude succeeded buildsChristopher Baines2020-07-13
* Add builds to the store item pageChristopher Baines2020-07-04
* Improve select-builds-with-contextChristopher Baines2020-07-03
* Improve the linking to build serversChristopher Baines2020-07-01
* Change select-build procedures to avoid join issuesChristopher Baines2020-07-01
* Implement more support for builds from the Guix Build CoordinatorChristopher Baines2020-07-01
* Order build statuses by id, not timestampChristopher Baines2020-03-01
* Enhance ensure-build-existsChristopher Baines2020-02-15
* Remove the restriction on cross build derivation queryingChristopher Baines2020-02-11
* Fix insert-build when derivation_output_details_set_id is NULLChristopher Baines2020-01-16
* Fix select-build-id-by-build-server-and-derivation-file-nameChristopher Baines2020-01-16
* Fix more cases where equivalent builds were missedChristopher Baines2019-12-26
* Add copyright and license headers to a bunch of source filesChristopher Baines2019-12-26
* Fix the derivations list on the builds pageChristopher Baines2019-12-23
* Fix the unknown build counts on the builds pagesChristopher Baines2019-12-23
* Allow filtering the revision builds page by systemChristopher Baines2019-12-22
* Filter builds on the revision builds page by revisionChristopher Baines2019-12-22
* Ignore cross built derivations for the build statsChristopher Baines2019-12-22
* Fix matching equivalent derivations in another functionChristopher Baines2019-12-16
* Add a function to find the builds required for a build that failedChristopher Baines2019-12-16
* Link to the build pages from the derivation pageChristopher Baines2019-12-16
* Add a page for each buildChristopher Baines2019-12-16
* Split out select-build-by-build-server-and-derivation-file-nameChristopher Baines2019-12-15
* Improve select-builds-with-context-by-derivation-file-nameChristopher Baines2019-12-15
* Extend select-build-stats to allow filtering by revisionChristopher Baines2019-12-14
* Break down the build stats by build serverChristopher Baines2019-12-14
* Improve the select-build-stats functionChristopher Baines2019-12-12
* Add new derivation_output_details_set_id column to the builds tableChristopher Baines2019-12-12
* Fix the match statement in select-build-by-build-server-and…Christopher Baines2019-12-12
* Support querying builds by build serversChristopher Baines2019-12-12
* Support querying builds by statusChristopher Baines2019-12-12
* Rework the builds and build_status tables as well as related codeChristopher Baines2019-11-24
* Improve some derivation model functionsChristopher Baines2019-11-09
* Continue improving pages and linking things togetherChristopher Baines2019-03-07
* Add new models relating to builds and build serversChristopher Baines2019-03-06