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. 05 Jan, 2018 1 commit
    • Michael Schurter's avatar
      Fix HTTP code for permission denied errors · 08594b40
      Michael Schurter authored
      Fixes #3697
      
      The existing code and test case only covered the leader behavior. When
      querying against non-leaders the error has an "rpc error: " prefix.
      
      To provide consistency in HTTP error response I also strip the "rpc
      error: " prefix for 403 responses as they offer no beneficial additional
      information (and in theory disclose a tiny bit of data to unauthorized
      users, but it would be a pretty weird bit of data to use in a malicious
      way).
      08594b40
  2. 04 Jan, 2018 9 commits
  3. 03 Jan, 2018 11 commits
  4. 02 Jan, 2018 2 commits
    • Fabian Holler's avatar
      revert change to increase min. CPU resource value from 20 to 100 · 957712c5
      Fabian Holler authored
      In the commit 622d3ddb
      "Fixed test and moved constants into standalone func" the minimum CPU
      resource value for a job was increased from 100 to 20.
      
      This can break the nomad setup for people that used lower CPU
      values and are at the maximum MHz value of the available CPU on a
      machine.
      Change the minimum back to 20 MHz to ensure downwards compatibility.
      957712c5
    • Chris Kühl's avatar
      Change 'CoreOS rkt' to just 'rkt' · 3a6aba08
      Chris Kühl authored
      CoreOS initiated the project but it is now under the CNCF banner and includes many contributors and core maintainers that are not at CoreOS.
      Unverified
      3a6aba08
  5. 27 Dec, 2017 2 commits
  6. 21 Dec, 2017 4 commits
  7. 20 Dec, 2017 10 commits
  8. 19 Dec, 2017 1 commit