summaryrefslogtreecommitdiff
path: root/ick2/workerapi.py
AgeCommit message (Collapse)AuthorFilesLines
2019-10-18Revert "Add: TokenGetter"Lars Wirzenius1-2/+1
This reverts commit 7a6bc2f7749c10c1d3344ea0196e81ae95b7f0d7.
2019-08-03Add: TokenGetterLars Wirzenius1-1/+2
2018-05-17Change: how controller stores persistent dataLars Wirzenius1-3/+0
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-8/+11
2018-04-23Change: all actions must have a "where"Lars Wirzenius1-24/+0
2018-04-23Fix: copyright yearLars Wirzenius1-1/+1
2018-04-23Add: don't have a PUT for workers, log created workerLars Wirzenius1-0/+36
2017-11-18Refactor: move WorkerAPI to its own moduleLars Wirzenius1-0/+25