-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Applying package with a stack is idempotent #17434
Labels
Comments
This was referenced Mar 31, 2020
This was referenced Apr 8, 2020
jsteenb2
added a commit
that referenced
this issue
Apr 14, 2020
4 tasks
jsteenb2
added a commit
that referenced
this issue
Apr 14, 2020
jsteenb2
added a commit
that referenced
this issue
Apr 14, 2020
jsteenb2
added a commit
that referenced
this issue
Apr 14, 2020
4 tasks
jsteenb2
added a commit
that referenced
this issue
Apr 14, 2020
jsteenb2
added a commit
that referenced
this issue
Apr 14, 2020
4 tasks
jsteenb2
added a commit
that referenced
this issue
May 6, 2020
…latform and stateful pkg applications references: #17434
jsteenb2
added a commit
that referenced
this issue
May 6, 2020
…latform and stateful pkg applications references: #17434
jsteenb2
added a commit
that referenced
this issue
May 6, 2020
…latform and stateful pkg applications references: #17434
jsteenb2
added a commit
that referenced
this issue
May 6, 2020
…latform and stateful pkg applications references: #17434
3 tasks
3 tasks
3 tasks
3 tasks
3 tasks
3 tasks
3 tasks
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a user,
I want to create resources with pkgs and a stack,
so that I don't have to clean up duplicates resources and declare a state of the world
This card is to add idempotency to pkger via a stack. A stack is the state that tracks the side effects of creating a package. Using this, we want to be able to apply packages idempotently and always end up with the state declared in the package.
idempotent means the following:
AC
POST /api/v2/packages
withstack_id
fieldThe text was updated successfully, but these errors were encountered: