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. 02 May, 2018 3 commits
  2. 15 Feb, 2018 8 commits
  3. 01 Dec, 2017 3 commits
  4. 09 Oct, 2017 2 commits
  5. 26 Sep, 2017 1 commit
  6. 11 Sep, 2017 1 commit
  7. 07 Aug, 2017 1 commit
  8. 11 May, 2017 1 commit
  9. 01 May, 2017 1 commit
    • Alex Dadgar's avatar
      Don't deepcopy job when retrieving copy of Alloc · 9def7e1a
      Alex Dadgar authored
      This PR removes deepcopying of the job attached to the allocation in the
      alloc runner. This operation is called very often so removing reflect
      from the code path and the potentially large number of mallocs need to
      create a job reduced memory and cpu pressure.
      9def7e1a
  10. 31 Mar, 2017 1 commit
  11. 28 Feb, 2017 1 commit
    • Alex Dadgar's avatar
      Fix vet script and fix vet problems · 07f7e195
      Alex Dadgar authored
      This PR fixes our vet script and fixes all the missed vet changes.
      
      It also fixes pointers being printed in `nomad stop <job>` and `nomad
      node-status <node>`.
      07f7e195
  12. 24 Jan, 2017 3 commits
  13. 23 Jan, 2017 1 commit
  14. 13 Jan, 2017 1 commit
  15. 10 Dec, 2016 2 commits
  16. 09 Dec, 2016 2 commits
  17. 18 Nov, 2016 1 commit
    • Alex Dadgar's avatar
      Fixes race on StreamFramer Destroy · 81e2d53e
      Alex Dadgar authored
      This PR:
      * Fixes a race in which StreamFramer could panic while closing.
      * Simplifies the logic of the StreamFramer
      * Removes a potentially leaked goroutine
      81e2d53e
  18. 03 Oct, 2016 1 commit
  19. 12 Aug, 2016 1 commit
  20. 25 Jul, 2016 5 commits