-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rework how we create/save revisions and desired state #318
Comments
Decided that:
|
Also, taking last policy and new revision = last revision + 1 logic is currently incorrect when you have policies without any revisions. So, e.g. when deleting a dependency this happens:
|
romangithub1024
added a commit
that referenced
this issue
Jun 12, 2018
- store revision on policy update/delete/enforce - enforces just takes a revision and applies it Fixes #336 - state enforce creates a new special revision instead of erasing actual state
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to start saving desired state, so that:
We should also consider creating revisions on policy upload.
Need to figure out to do this efficiently in Bolt.
The text was updated successfully, but these errors were encountered: