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. 28 Mar, 2019 2 commits
    • Preetha Appan's avatar
      fix linting · 7490af21
      Preetha Appan authored
      7490af21
    • Preetha Appan's avatar
      Fix json parsing bug with plugins that don't provide args · 1f88ccec
      Preetha Appan authored
      This fixes a bug with JSON agent configuration parsing where the AST
      for the plugin stanza had unnecessary flattening originating from hcl parsing
      library. The workaround fixes the AST by popping off the flattened element and wrapping
      it in a list. The workaround comes from similar code in terraform.
      
      There were no existing test cases for json parsing so I added a few.
      1f88ccec
  2. 26 Mar, 2019 2 commits
  3. 25 Mar, 2019 3 commits
  4. 22 Mar, 2019 6 commits
  5. 21 Mar, 2019 13 commits
  6. 20 Mar, 2019 13 commits
  7. 19 Mar, 2019 1 commit
    • Michael Schurter's avatar
      docs: sync systemd unit files; update deploy guide · 475bcaaf
      Michael Schurter authored
      The systemd configs spread across our repo were fairly out of sync. This
      should get them on our best practices.
      
      The deployment guide also had some strange things like running Nomad as
      a non-root user. It would be fine for servers but completely breaks
      clients. For simplicity I simply removed the non-root user references.
      475bcaaf