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. 12 Apr, 2021 2 commits
  2. 06 Apr, 2021 4 commits
  3. 30 Mar, 2021 1 commit
  4. 09 Mar, 2021 1 commit
  5. 28 Jan, 2021 1 commit
  6. 14 Jan, 2021 1 commit
  7. 13 Jan, 2021 1 commit
    • Mahmood Ali's avatar
      build binaries with UI enabled (#9796) · 852fc10e
      Mahmood Ali authored
      Have the build-binary bundle the UI by default. This eases getting "alpha pre-releases" out for support without compiling locally, and engineer's experience with e2e test clusters.
      852fc10e
  8. 04 Jan, 2021 1 commit
  9. 16 Dec, 2020 3 commits
  10. 09 Dec, 2020 2 commits
    • Mahmood Ali's avatar
      Tweak early return website workflow (#9593) · 09a30565
      Mahmood Ali authored
      * ci: only spin up a docker engine if necessary
      
      Halt the website-docker-image job early if no changes are detected. We
      halt early before spinning up the remote docker engine, as the remote
      docker engine step can add some delay (seconds to minutes) and is more
      likely to suffer circleci instability.
      
      * ci: Only run website workflow in OSS repo
      
      Add a CircleCI conditional to avoid running website worklows on forks.
      09a30565
    • Kris Hicks's avatar
      circleci: Remove GO_TAGS from build-binaries job (#9579) · 0c03202c
      Kris Hicks authored
      These tags default to the same value in GNUMakefile. This will also help
      fix a discrepancy between the build-binaries job in OSS and Ent.
      0c03202c
  11. 08 Dec, 2020 1 commit
  12. 17 Nov, 2020 1 commit
  13. 12 Nov, 2020 1 commit
  14. 10 Nov, 2020 1 commit
  15. 04 Nov, 2020 1 commit
  16. 02 Nov, 2020 1 commit
  17. 14 Oct, 2020 1 commit
    • Tim Gross's avatar
      ci: make split between e2e and integration tests explicit (#9091) · b2fb40ec
      Tim Gross authored
      Currently we compile (but don't run) the e2e tests as part of `test-other`,
      which is skipped for branches named `e2e-*`. Move this check into the
      `test-e2e` job. Split out the vault compatibility integration check as its own
      makefile target for clarity.
      b2fb40ec
  18. 24 Sep, 2020 1 commit
  19. 18 Sep, 2020 1 commit
    • Tim Gross's avatar
      ci: exclude unit test runs from e2e branches (#8909) · 810b43b0
      Tim Gross authored
      Branches for the e2e code base can't have impact on the unit tests, so running
      those tests just extends the time it takes to ship e2e updates. This changeset
      updates the CircleCI config so that e2e branches run linting, build the
      binary, and run the e2e unit tests (currently just vault compatibility).
      810b43b0
  20. 09 Sep, 2020 1 commit
  21. 24 Aug, 2020 1 commit
  22. 06 Aug, 2020 1 commit
  23. 20 Jul, 2020 1 commit
  24. 15 Jul, 2020 1 commit
  25. 25 Jun, 2020 1 commit
  26. 24 Jun, 2020 2 commits
  27. 16 Jun, 2020 1 commit
  28. 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
  29. 04 Jun, 2020 1 commit
  30. 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
  31. 16 May, 2020 1 commit
  32. 15 May, 2020 1 commit