aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/datastore/abstract.scm
Commit message (Collapse)AuthorAge
* Remove non-existent exportChristopher Baines2021-04-20
|
* Support listing builds allocated for an agentChristopher Baines2020-04-11
|
* Add allocation methods to the datastoreChristopher Baines2020-04-10
|
* Add sqlite datastore methods for allocating buildsChristopher Baines2020-04-10
|
* Add datastore-agent-password-exists?Christopher Baines2020-04-10
|
* Implement finding agentsChristopher Baines2020-04-10
|
* Support creating passwords for agentsChristopher Baines2020-04-10
| | | | | This should support generating the passwords off the value stored in the database, and the secret key base value, but that can be implemented later.
* Add the ability to list agentsChristopher Baines2020-04-10
|
* Support creating agentsChristopher Baines2020-04-10
| | | | By running guix-build-coordinator agent new
* Implement a generic datastore-update methodChristopher Baines2020-04-10
|
* Use define-generic for some datastore methodsChristopher Baines2020-04-10
| | | | Maybe this is the right thing to do.
* Implement storing derivationsChristopher Baines2020-04-06