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

Add Driver.Prestart method #2054

Merged
merged 10 commits into from
Dec 21, 2016
Merged

Add Driver.Prestart method #2054

merged 10 commits into from
Dec 21, 2016

Commits on Dec 2, 2016

  1. Add Driver.Prestart method

    The Driver.Prestart method currently does very little but lays the
    foundation for where lifecycle plugins can interleave execution _after_
    task environment setup but _before_ the task starts.
    
    Currently Prestart does two things:
    
    * Any driver specific task environment building
    * Download Docker images
    
    This change also attaches a TaskEvent emitter to Drivers, so they can
    emit events during task initialization.
    schmichael committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    ee17940 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2016

  1. Configuration menu
    Copy the full SHA
    50934da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    750d597 View commit details
    Browse the repository at this point in the history
  3. Use startContainer wrapper

    schmichael committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    bbcc27e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6702813 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aaa70ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ad7eea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    630812b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    decee19 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2016

  1. Configuration menu
    Copy the full SHA
    904543e View commit details
    Browse the repository at this point in the history