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 Feb, 2019 3 commits
  2. 27 Feb, 2019 2 commits
  3. 26 Feb, 2019 9 commits
  4. 25 Feb, 2019 4 commits
  5. 23 Feb, 2019 1 commit
  6. 22 Feb, 2019 19 commits
  7. 21 Feb, 2019 2 commits
    • Michael Schurter's avatar
      logmon: fix reattach configuration · 55cbbded
      Michael Schurter authored
      There were multiple bugs here:
      
      1. Reattach unmarshalling always returned an error because you can't
         unmarshal into a nil pointer.
      2. The hook data wasn't being saved because it was put on the request
         struct, not the response struct.
      3. The plugin configuration should only have reattach *or* a command
         set. Not both.
      4. Setting Done=true meant the hook was never re-run on agent restart so
         reattaching was never attempted.
      55cbbded
    • Michael Schurter's avatar
      fingerprint: improve initial fingerpint message · 4119767b
      Michael Schurter authored
      The initial fingerprint message is actually fairly useful, so I bumped
      it to Debug and fixed the output formatting.
      4119767b