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. 14 Jan, 2019 2 commits
  2. 12 Jan, 2019 4 commits
  3. 09 Jan, 2019 3 commits
  4. 08 Jan, 2019 4 commits
    • Michael Schurter's avatar
      client: emit Killing/Killed task events · 1ae82611
      Michael Schurter authored
      We were just emitting Killed/Terminated events before. In v0.8 we
      emitted Killing/Killed, but lacked Terminated when explicitly stopping
      a task. This change makes it so Terminated is always included, whether
      explicitly stopping a task or it exiting on its own.
      
      New output:
      
      2019-01-04T14:58:51-08:00  Killed            Task successfully killed
      2019-01-04T14:58:51-08:00  Terminated        Exit Code: 130, Signal: 2
      2019-01-04T14:58:51-08:00  Killing           Sent interrupt
      2019-01-04T14:58:51-08:00  Leader Task Dead  Leader Task in Group dead
      2019-01-04T14:58:49-08:00  Started           Task started by client
      2019-01-04T14:58:49-08:00  Task Setup        Building Task Directory
      2019-01-04T14:58:49-08:00  Received          Task received by client
      
      Old (v0.8.6) output:
      
      2019-01-04T22:14:54Z  Killed            Task successfully killed
      2019-01-04T22:14:54Z  Killing           Sent interrupt. Waiting 5s before force killing
      2019-01-04T22:14:54Z  Leader Task Dead  Leader Task in Group dead
      2019-01-04T22:14:53Z  Started           Task started by client
      2019-01-04T22:14:53Z  Task Setup        Building Task Directory
      2019-01-04T22:14:53Z  Received          Task received by client
      1ae82611
    • Mahmood Ali's avatar
      move cstructs.DeviceNetwork to drivers pkg · c0162fab
      Mahmood Ali authored
      c0162fab
    • Mahmood Ali's avatar
      use drivers.FSIsolation · 694e3010
      Mahmood Ali authored
      694e3010
    • Mahmood Ali's avatar
      remove always false parameter · 607e7f2d
      Mahmood Ali authored
      Simplify allocDir.Build() function to avoid depending on client/structs,
      and remove a parameter that's always set to `false`.
      
      The motivation here is to avoid a dependency cycle between
      drivers/cstructs and alloc_dir.
      607e7f2d
  5. 07 Jan, 2019 7 commits
  6. 04 Jan, 2019 1 commit
  7. 03 Jan, 2019 2 commits
  8. 20 Dec, 2018 1 commit
  9. 19 Dec, 2018 10 commits
  10. 18 Dec, 2018 6 commits