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. 06 Aug, 2020 1 commit
  2. 20 Jul, 2020 1 commit
  3. 15 Jul, 2020 1 commit
  4. 25 Jun, 2020 1 commit
  5. 24 Jun, 2020 2 commits
  6. 16 Jun, 2020 1 commit
  7. 09 Jun, 2020 1 commit
    • Buck Doyle's avatar
      Add Ember ESLint plugin (#8134) · 11d80ae4
      Buck Doyle authored
      This is extracted from #8094, where I have run into some snags. Since
      these ESLint fixes aren’t actually connected to the Ember 3.16 update
      but involve changes to many files, we might as well address them
      separately. Where possible I fixed the problems but in cases where
      a fix seemed too involved, I added per-line or -file exceptions.
      11d80ae4
  8. 04 Jun, 2020 1 commit
  9. 02 Jun, 2020 1 commit
    • Seth Hoenig's avatar
      deps: Switch to Go modules for dependency management · 15fb4c99
      Seth Hoenig authored
      This PR switches the Nomad repository from using govendor to Go modules
      for managing dependencies. Aspects of the Nomad workflow remain pretty
      much the same. The usual Makefile targets should continue to work as
      they always did. The API submodule simply defers to the parent Nomad
      version on the repository, keeping the semantics of API versioning that
      currently exists.
      15fb4c99
  10. 16 May, 2020 1 commit
  11. 15 May, 2020 7 commits
  12. 01 Apr, 2020 1 commit
    • Buck Doyle's avatar
      CI: add xUnit reporting for UI tests (#7585) · 88ff339f
      Buck Doyle authored
      This surfaces test failures more clearly on CircleCI by adding
      testem-multi-reporter to report both via the default TAP reporter
      as well as an xUnit reporter whose output is stored as an artefact.
      88ff339f
  13. 25 Mar, 2020 1 commit
    • Mahmood Ali's avatar
      ci: collect json file · c31dbc24
      Mahmood Ali authored
      Start collecting raw `go test -json` output to help with debugging odd
      CI failures.
      c31dbc24
  14. 23 Mar, 2020 4 commits
  15. 20 Mar, 2020 1 commit
  16. 15 Mar, 2020 1 commit
  17. 05 Mar, 2020 1 commit
  18. 02 Mar, 2020 1 commit
  19. 27 Feb, 2020 1 commit
  20. 19 Feb, 2020 2 commits
  21. 18 Feb, 2020 1 commit
  22. 06 Feb, 2020 1 commit
  23. 29 Jan, 2020 1 commit
  24. 16 Jan, 2020 1 commit
  25. 22 Nov, 2019 4 commits
  26. 21 Nov, 2019 1 commit
    • Mahmood Ali's avatar
      ci: match ci timeout to go test timeout · 720b41c4
      Mahmood Ali authored
      make test-nomad sets 15 minute time out for build.  Increase the ci
      timeout to 20m, so we can get meaningful output and goroutine stack
      traces rather than have test be simply killed by CircleCI.
      
      The extra 5 minutes is a buffer for generating-structs and some
      unnecessary padding.
      720b41c4