summaryrefslogtreecommitdiff
path: root/yarns/900-local.yarn
AgeCommit message (Collapse)AuthorFilesLines
2019-07-05Change: make yarns run against a remote Ick instance, not localLars Wirzenius1-121/+0
2019-04-06Refactor: move tricky Python code into lib.pyLars Wirzenius1-76/+6
2019-04-06Refactor: use name V instead of vars in yarn implementsLars Wirzenius1-45/+45
vars is a Python builtin, and as such it's not a great name.
2018-09-17Change: worker-manager gets APT server from controllerLars Wirzenius1-0/+1
2018-07-23Change: allow projects, pipelines, etc, have a foo/bar/baz syntaxLars Wirzenius1-0/+2
2018-06-10Add: notification serviceLars Wirzenius1-0/+14
2018-05-17Change: how controller stores persistent dataLars Wirzenius1-2/+4
Replace old State class with new FilePersistentState and TransactionalState classes. Use new Resource class instead of raw dicts. Use context managers for creating, updating resources, to avoid mistakes from accidentally not saving changes. Overall persistence should now be rather simpler. This should open up a possibility for changing the controller to insert more actions into the build graph, to trigger notifcations via the workers.
2018-04-25Change: GET /work, POST /worker use access token to identify workerLars Wirzenius1-1/+2
2018-04-06Add: authentication URL to controller /versionLars Wirzenius1-0/+12
2018-03-24Change: rename blob service to artifact storeLars Wirzenius1-16/+16
2018-02-09Change: make all .service units be conditional on configLars Wirzenius1-0/+13
If the config file is missing, the unit won't start.
2018-01-19Update: copyright yearsLars Wirzenius1-1/+1
2018-01-19Change: builds are now numbered foo/123, as are logsLars Wirzenius1-2/+4
2017-12-03Add: scenario for testing blob serviceLars Wirzenius1-0/+42
2017-11-05Refactor: change token generation to name the userLars Wirzenius1-14/+1
2017-11-05Add: implement getting access token for named userLars Wirzenius1-1/+12
2017-10-31Add: stub IMPLEMENTS for new scenario stepsLars Wirzenius1-0/+3
These will need to be implemented for real, but at least it's clear now what needs to be implemented.
2017-10-16Add: implement new scenario stepLars Wirzenius1-0/+5
2017-10-14Add: run yarns against locallly started instance, or remoteLars Wirzenius1-0/+96