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. 18 Jan, 2019 1 commit
    • Mahmood Ali's avatar
      api: avoid codegen for syncing · 5e185386
      Mahmood Ali authored
      Given that the values will rarely change, specially considering that any
      changes would be backward incompatible change.  As such, it's simpler to
      keep syncing manually in the rare occasion and avoid the syncing code
      overhead.
      5e185386
  2. 08 Nov, 2018 1 commit
  3. 30 Oct, 2018 1 commit
  4. 16 Oct, 2018 2 commits
  5. 03 Oct, 2018 1 commit
  6. 04 Sep, 2018 3 commits
  7. 07 May, 2018 2 commits
  8. 01 May, 2018 1 commit
  9. 21 Mar, 2018 3 commits
  10. 14 Mar, 2018 1 commit
  11. 15 Feb, 2018 1 commit
    • Alex Dadgar's avatar
      Enhance API pkg to utilize Server's Client Tunnel · 4f2725bb
      Alex Dadgar authored
      This PR enhances the API package by having client only RPCs route
      through the server when they are low cost and for filesystem access to
      first attempt a direct connection to the node and then falling back to
      a server routed request.
      4f2725bb
  12. 31 Jan, 2018 4 commits
  13. 24 Jan, 2018 1 commit
  14. 01 Nov, 2017 1 commit
  15. 13 Oct, 2017 1 commit
  16. 08 Sep, 2017 1 commit
  17. 28 Aug, 2017 2 commits
    • Michael Schurter's avatar
      Refactor GetNodeClient weirdness · 2f308272
      Michael Schurter authored
      - No need to for a pointer to a pointer
      - Properly set and use QueryOptions.Region
      2f308272
    • Michael Schurter's avatar
      Fix TLS support in api pkg / cli · 1bb8a54f
      Michael Schurter authored
      Fixes #3013
      
      It's a little weird that Client now has a method for returning a
      NewClient, but it's a convenient way to dedupe the logic to
      connect-directly-to-a-node which is nontrivial and had sutble
      differences between locations.
      1bb8a54f
  18. 07 Jul, 2017 4 commits
  19. 13 Jan, 2017 1 commit
  20. 08 Jan, 2017 1 commit
  21. 28 Oct, 2016 1 commit
  22. 26 Oct, 2016 1 commit
  23. 25 Oct, 2016 1 commit
  24. 21 Oct, 2016 1 commit
  25. 12 Jun, 2016 1 commit
  26. 08 Jun, 2016 1 commit
  27. 29 May, 2016 1 commit