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. 11 Jun, 2018 1 commit
  2. 26 Apr, 2018 1 commit
  3. 24 Apr, 2018 1 commit
    • Michael Schurter's avatar
      rkt: test Stats() and always run tests · a3dba1db
      Michael Schurter authored
      Remove the NOMAD_TEST_RKT flag as a guard for rkt tests. Still require
      Linux, root, and rkt to be installed. Only check for rkt installation
      once in hopes of speeding up rkt tests a bit.
      a3dba1db
  4. 18 Apr, 2018 1 commit
  5. 20 Mar, 2018 1 commit
  6. 19 Mar, 2018 1 commit
  7. 21 Feb, 2018 1 commit
  8. 14 Feb, 2018 1 commit
  9. 07 Feb, 2018 1 commit
    • Alex Dadgar's avatar
      Switches to HashiCorp fork of jteeuwen/go-bindata. · 5fad2288
      Alex Dadgar authored
      We make a HashiCorp hard fork of the jteeuwen/go-bindata hard fork that
      was replaced and diffed the code against a Dec 1, 2015 copy of the
      original repository we had as a cross-check of that hard fork.
      
      This replaces references to jteeuwen/go-bindata to point to the
      HashiCorp fork.
      5fad2288
  10. 17 Jan, 2018 1 commit
  11. 03 Jan, 2018 1 commit
  12. 12 Dec, 2017 2 commits
  13. 07 Dec, 2017 1 commit
  14. 06 Dec, 2017 2 commits
  15. 04 Dec, 2017 1 commit
  16. 13 Nov, 2017 1 commit
  17. 10 Nov, 2017 1 commit
  18. 03 Nov, 2017 1 commit
  19. 01 Nov, 2017 1 commit
  20. 31 Oct, 2017 2 commits
  21. 26 Oct, 2017 2 commits
  22. 24 Oct, 2017 2 commits
  23. 23 Oct, 2017 2 commits
  24. 19 Oct, 2017 2 commits
  25. 17 Oct, 2017 2 commits
  26. 16 Oct, 2017 1 commit
  27. 27 Sep, 2017 1 commit
  28. 26 Sep, 2017 1 commit
  29. 19 Sep, 2017 2 commits
  30. 09 Sep, 2017 2 commits
    • James Nugent's avatar
    • James Nugent's avatar
      build: Rework Vagrant to support multiple OS boxes · f8ff0463
      James Nugent authored
      This commit reworks the Vagrantfile for Nomad in order to support
      straightforward testing on more than one operating system, whilst
      retaining the ability to stand up a test cluster running Ubuntu.
      
      The following changes are made:
      
      - Scripts have been extracted from the Vagrantfile into their own shell
        script files, in order that editors lint them.
      
      - All scripts have been edited to lint with no warnings or errors for
        their respective shells.
      
      - Scripts are named according to the operating system and privilege
        level which they run. We prefer to run a whole shell script as root
        versus prefixing (essentially) every command with `sudo` or an
        equivalent.
      
      - The Linux development box has been separated from the test cluster,
        removing some of the more gnarly (and less portable) logic. The Linux
        development box is still primary and autostarts.
      
      - A FreeBSD target has been added. The base box works for both
        Virtualbox and VMWare Fusion.
      
      - A target...
      f8ff0463