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. 24 Feb, 2022 1 commit
  2. 23 Feb, 2022 3 commits
  3. 17 Feb, 2022 1 commit
  4. 16 Feb, 2022 1 commit
  5. 03 Feb, 2022 2 commits
  6. 31 Jan, 2022 1 commit
    • Seth Hoenig's avatar
      deps: import libtime the normal way · 97176a56
      Seth Hoenig authored
      Previously we copied this library by hand to avoid vendor-ing a bunch of
      files related to minimock. Now that we no longer vendor, just import the
      library normally.
      
      Also we might use more of the library for handling `time.After` uses,
      for which this library provides a Context-based solution.
      97176a56
  7. 27 Jan, 2022 1 commit
  8. 25 Jan, 2022 1 commit
  9. 24 Jan, 2022 3 commits
  10. 19 Jan, 2022 3 commits
  11. 18 Jan, 2022 1 commit
  12. 13 Jan, 2022 2 commits
  13. 12 Jan, 2022 2 commits
  14. 23 Dec, 2021 1 commit
    • Tim Gross's avatar
      deps: upgrade go-getter to 1.5.10 (#11740) · 000354a7
      Tim Gross authored
      The `go-getter` library was updated to 1.5.9 in #11481 to pick up a
      bug fix for automatically unpacking uncompressed tar archives. But
      this version had a regression in git `ref` param behavior and was
      patched in 1.5.10.
      000354a7
  15. 17 Nov, 2021 6 commits
  16. 15 Nov, 2021 1 commit
  17. 05 Nov, 2021 1 commit
  18. 27 Oct, 2021 1 commit
  19. 14 Oct, 2021 1 commit
  20. 07 Oct, 2021 1 commit
  21. 05 Oct, 2021 1 commit
  22. 01 Oct, 2021 1 commit
  23. 29 Sep, 2021 1 commit
  24. 16 Sep, 2021 1 commit
    • James Rasell's avatar
      allow configuration of Docker hostnames in bridge mode (#11173) · e34fa583
      James Rasell authored
      Add a new hostname string parameter to the network block which
      allows operators to specify the hostname of the network namespace.
      Changing this causes a destructive update to the allocation and it
      is omitted if empty from API responses. This parameter also supports
      interpolation.
      
      In order to have a hostname passed as a configuration param when
      creating an allocation network, the CreateNetwork func of the
      DriverNetworkManager interface needs to be updated. In order to
      minimize the disruption of future changes, rather than add another
      string func arg, the function now accepts a request struct along with
      the allocID param. The struct has the hostname as a field.
      
      The in-tree implementations of DriverNetworkManager.CreateNetwork
      have been modified to account for the function signature change.
      In updating for the change, the enhancement of adding hostnames to
      network namespaces has also been added to the Docker driver, whilst
      the default Linux manager does not current implement it.
      e34fa583
  25. 15 Sep, 2021 1 commit
  26. 07 Sep, 2021 1 commit