summaryrefslogtreecommitdiff
path: root/ick2/persistent.py
AgeCommit message (Collapse)AuthorFilesLines
2018-05-17Change: how controller stores persistent dataLars Wirzenius1-0/+153
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.