This project is mirrored from https://gitee.com/mirrors/nomad.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 02 Dec, 2016 1 commit
    • Michael Schurter's avatar
      Add Driver.Prestart method · ee17940d
      Michael Schurter authored
      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.
      ee17940d
  2. 01 Dec, 2016 5 commits
  3. 30 Nov, 2016 4 commits
  4. 29 Nov, 2016 9 commits
  5. 28 Nov, 2016 16 commits
  6. 26 Nov, 2016 1 commit
  7. 24 Nov, 2016 1 commit
  8. 23 Nov, 2016 1 commit
  9. 22 Nov, 2016 2 commits