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 Jun, 2021 10 commits
  2. 23 Jun, 2021 4 commits
  3. 22 Jun, 2021 2 commits
    • DerekStrickland's avatar
      progress checkin · 787653fc
      DerekStrickland authored
      787653fc
    • Tim Gross's avatar
      structs generation skeleton · 23a151f0
      Tim Gross authored
      Skeleton setup for struct method generate for Copy, Equals, Diff, etc. This
      commit gives a starting point for building out single method generator tools
      that can all get called during `make generate-all`.
      23a151f0
  4. 21 Jun, 2021 5 commits
  5. 18 Jun, 2021 6 commits
  6. 17 Jun, 2021 4 commits
  7. 16 Jun, 2021 4 commits
  8. 15 Jun, 2021 5 commits
    • Seth Hoenig's avatar
      Merge pull request #10765 from hashicorp/b-java-fp-version · e16a3516
      Seth Hoenig authored
      client/fingerprint/java: improve java version string regex matching
      e16a3516
    • Seth Hoenig's avatar
      client/fingerprint/java: improve java version string regex matching · 674183c3
      Seth Hoenig authored
      This PR improves the regular expression used for matching the java
      version string, which varies a lot depending on the java vendor and
      version.
      
      These are the example strings we now test for:
      
      java version "1.7.0_80"
      openjdk version "11.0.1" 2018-10-16
      openjdk version "11.0.1" 2018-10-16
      java version "1.6.0_36"
      openjdk version "1.8.0_192"
      openjdk 11.0.11 2021-04-20 LTS
      
      The last one is a new test added on behalf of #6081, which is
      still broken on today's CentOS 7 default JDK package.
      
      openjdk 11.0.11 2021-04-20 LTS
      OpenJDK Runtime Environment 18.9 (build 11.0.11+9-LTS)
      OpenJDK 64-Bit Server VM 18.9 (build 11.0.11+9-LTS, mixed mode, sharing)
      
      ==> Evaluation "21c6caf7" finished with status "complete" but failed to place all allocations:
          Task Group "example" (failed to place 1 allocation):
            * Constraint "${driver.java.version} >= 11.0.0": 1 nodes excluded by filter
          Evaluation "2b737d48" waiting for additional capacity to place remainder
      
      Fixes #6081
      674183c3
    • Seth Hoenig's avatar
      Merge pull request #10764 from hashicorp/b-passfail-lost · 52bf1977
      Seth Hoenig authored
      consul: make failures_before_critical and success_before_passing work with group services
      52bf1977
    • Seth Hoenig's avatar
      docs: add bugfix note to 1.0.8 · 0ef0b2ef
      Seth Hoenig authored
      0ef0b2ef
    • Seth Hoenig's avatar
      consul: make failures_before_critical and success_before_passing work with group services · b4a631c1
      Seth Hoenig authored
      This PR fixes some job submission plumbing to make sure the Consul Check parameters
      - failure_before_critical
      - success_before_passing
      
      work with group-level services. They already work with task-level services.
      b4a631c1