Skip to content
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
merged 23 commits into from
Jan 30, 2017

Commits on Jan 26, 2017

  1. 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.
    mitchellh committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    f8c7b63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e894c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96884ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2891bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1da59a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5b784c View commit details
    Browse the repository at this point in the history
  7. provisioners/local-exec: stoppable

    This modifies local-exec to be stoppable with the new Stop API call that
    provisioners can listen to.
    mitchellh committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    0fb87cd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    02a4adc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a2e0448 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    27c19af View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3c0c819 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f29845e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    487a37b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    447a5c8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cde458d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b486354 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    142df65 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a8f64cb View commit details
    Browse the repository at this point in the history
  19. updated generate output

    mitchellh committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    83cc54b View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2017

  1. Configuration menu
    Copy the full SHA
    5b42781 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00232f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e771a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3776d31 View commit details
    Browse the repository at this point in the history