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. 21 Feb, 2018 1 commit
  2. 14 Feb, 2018 1 commit
  3. 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
  4. 17 Jan, 2018 1 commit
  5. 03 Jan, 2018 1 commit
  6. 12 Dec, 2017 2 commits
  7. 07 Dec, 2017 1 commit
  8. 06 Dec, 2017 2 commits
  9. 04 Dec, 2017 1 commit
  10. 13 Nov, 2017 1 commit
  11. 10 Nov, 2017 1 commit
  12. 03 Nov, 2017 1 commit
  13. 01 Nov, 2017 1 commit
  14. 31 Oct, 2017 2 commits
  15. 26 Oct, 2017 2 commits
  16. 24 Oct, 2017 2 commits
  17. 23 Oct, 2017 2 commits
  18. 19 Oct, 2017 2 commits
  19. 17 Oct, 2017 2 commits
  20. 16 Oct, 2017 1 commit
  21. 27 Sep, 2017 1 commit
  22. 26 Sep, 2017 1 commit
  23. 19 Sep, 2017 2 commits
  24. 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
  25. 08 Sep, 2017 1 commit
  26. 06 Sep, 2017 1 commit
  27. 29 Aug, 2017 2 commits
  28. 22 Aug, 2017 2 commits