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. 11 Sep, 2017 1 commit
  2. 06 Sep, 2017 2 commits
  3. 05 Sep, 2017 7 commits
  4. 04 Sep, 2017 3 commits
  5. 14 Aug, 2017 1 commit
  6. 11 Aug, 2017 2 commits
  7. 07 Jul, 2017 1 commit
  8. 06 Jul, 2017 1 commit
  9. 05 Jul, 2017 1 commit
  10. 03 Jul, 2017 2 commits
  11. 04 Jun, 2017 1 commit
  12. 03 Jun, 2017 1 commit
  13. 31 May, 2017 1 commit
  14. 25 May, 2017 1 commit
  15. 23 May, 2017 1 commit
  16. 12 May, 2017 2 commits
  17. 11 May, 2017 1 commit
  18. 09 May, 2017 1 commit
  19. 03 May, 2017 1 commit
  20. 02 May, 2017 1 commit
  21. 01 May, 2017 4 commits
  22. 19 Apr, 2017 1 commit
    • Michael Schurter's avatar
      Refactor Consul Syncer into new ServiceClient · 10cb924b
      Michael Schurter authored
      Fixes #2478 #2474 #1995 #2294
      
      The new client only handles agent and task service advertisement. Server
      discovery is mostly unchanged.
      
      The Nomad client agent now handles all Consul operations instead of the
      executor handling task related operations. When upgrading from an
      earlier version of Nomad existing executors will be told to deregister
      from Consul so that the Nomad agent can re-register the task's services
      and checks.
      
      Drivers - other than qemu - now support an Exec method for executing
      abritrary commands in a task's environment. This is used to implement
      script checks.
      
      Interfaces are used extensively to avoid interacting with Consul in
      tests that don't assert any Consul related behavior.
      10cb924b
  23. 10 Apr, 2017 1 commit
  24. 31 Mar, 2017 1 commit
  25. 26 Mar, 2017 1 commit