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. 06 Feb, 2018 2 commits
  2. 02 Feb, 2018 1 commit
  3. 31 Jan, 2018 2 commits
  4. 30 Jan, 2018 2 commits
  5. 29 Jan, 2018 1 commit
  6. 23 Jan, 2018 3 commits
  7. 22 Jan, 2018 1 commit
  8. 19 Jan, 2018 1 commit
  9. 18 Jan, 2018 3 commits
  10. 12 Jan, 2018 1 commit
  11. 10 Jan, 2018 1 commit
  12. 09 Jan, 2018 3 commits
    • Michael Schurter's avatar
      Fix HTTP code for permission denied errors · ae61f730
      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).
      ae61f730
    • Michael Schurter's avatar
      Move changelog entry from bug fix to feature · 566abcbe
      Michael Schurter authored
      It was never really implemented to begin with
      566abcbe
    • Michael Schurter's avatar
      Fix service.check_restart stanza propagation · 304a037e
      Michael Schurter authored
      There was a bug in jobspec parsing, a bug in CheckRestart merging, and a
      bug in CheckRestart canonicalization. All are now tested.
      304a037e
  13. 08 Jan, 2018 3 commits
  14. 04 Jan, 2018 3 commits
  15. 03 Jan, 2018 3 commits
  16. 21 Dec, 2017 1 commit
  17. 20 Dec, 2017 2 commits
  18. 19 Dec, 2017 1 commit
  19. 12 Dec, 2017 2 commits
  20. 11 Dec, 2017 1 commit
  21. 08 Dec, 2017 2 commits
    • Michael Schurter's avatar
      Hash fields used in task service IDs · 65bfbe54
      Michael Schurter authored
      Fixes #3620
      
      Previously we concatenated tags into task service IDs. This could break
      deregistration of tag names that contained double //s like some Fabio
      tags.
      
      This change breaks service ID backward compatibility so on upgrade all
      users services and checks will be removed and re-added with new IDs.
      
      This change has the side effect of including all service fields in the
      ID's hash, so we no longer have to track PortLabel and AddressMode
      changes independently.
      65bfbe54
    • Michael Schurter's avatar
      f2d47156
  22. 07 Dec, 2017 1 commit