-
Notifications
You must be signed in to change notification settings - Fork 9.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
core: stoppable provisioners, helper/schema for provisioners #10934
Merged
Commits on Jan 26, 2017
-
terraform: switch to Context for stop, Stoppable provisioners
This switches to the Go "context" package for cancellation and threads the context through all the way to evaluation to allow behavior based on stopping deep within graph execution. This also adds the Stop API to provisioners so they can quickly exit when stop is called.
Configuration menu - View commit details
-
Copy full SHA for f8c7b63 - Browse repository at this point
Copy the full SHA f8c7b63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e894c4 - Browse repository at this point
Copy the full SHA 2e894c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96884ec - Browse repository at this point
Copy the full SHA 96884ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2891bc - Browse repository at this point
Copy the full SHA b2891bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1da59a - Browse repository at this point
Copy the full SHA a1da59aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5b784c - Browse repository at this point
Copy the full SHA c5b784cView commit details -
provisioners/local-exec: stoppable
This modifies local-exec to be stoppable with the new Stop API call that provisioners can listen to.
Configuration menu - View commit details
-
Copy full SHA for 0fb87cd - Browse repository at this point
Copy the full SHA 0fb87cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02a4adc - Browse repository at this point
Copy the full SHA 02a4adcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2e0448 - Browse repository at this point
Copy the full SHA a2e0448View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27c19af - Browse repository at this point
Copy the full SHA 27c19afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c0c819 - Browse repository at this point
Copy the full SHA 3c0c819View commit details -
Configuration menu - View commit details
-
Copy full SHA for f29845e - Browse repository at this point
Copy the full SHA f29845eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 487a37b - Browse repository at this point
Copy the full SHA 487a37bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 447a5c8 - Browse repository at this point
Copy the full SHA 447a5c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cde458d - Browse repository at this point
Copy the full SHA cde458dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b486354 - Browse repository at this point
Copy the full SHA b486354View commit details -
Configuration menu - View commit details
-
Copy full SHA for 142df65 - Browse repository at this point
Copy the full SHA 142df65View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8f64cb - Browse repository at this point
Copy the full SHA a8f64cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83cc54b - Browse repository at this point
Copy the full SHA 83cc54bView commit details
Commits on Jan 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5b42781 - Browse repository at this point
Copy the full SHA 5b42781View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00232f0 - Browse repository at this point
Copy the full SHA 00232f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e771a6 - Browse repository at this point
Copy the full SHA 3e771a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3776d31 - Browse repository at this point
Copy the full SHA 3776d31View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.