summaryrefslogtreecommitdiff
path: root/ick2/persistent_tests.py
AgeCommit message (Collapse)AuthorFilesLines
2019-07-25Drop: unused PersistentState.get_resource_kinds methodLars Wirzenius1-5/+1
2018-05-17Change: how controller stores persistent dataLars Wirzenius1-0/+66
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.