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.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 06 Aug, 2020 1 commit
-
-
Michael Schurter authored
Go 1.14.7 fixes CVE-2020-16845 which is not believed to impact Nomad.
-
- 20 Jul, 2020 1 commit
-
-
Mahmood Ali authored
Pick up fixes [golang 1.14.6 bug fixes](https://github.com/golang/go/issues?q=milestone%3AGo1.14.6+label%3ACherryPickApproved), specially the one where reflect.DeepEqual returns true even if values don't match, affecting our tests integrity.
-
- 15 Jul, 2020 1 commit
-
-
Michael Schurter authored
Go 1.14.4 contains two CVEs which are fixed in 1.14.5: - [CVE-2020-15586](https://golang.org/issue/34902) - [CVE-2020-14039](https://golang.org/issue/39360) Upon consideration with HashiCorp security these CVEs are considered low severity for Nomad and no new security fix binary will be released.
-
- 25 Jun, 2020 1 commit
-
-
Mahmood Ali authored
-
- 24 Jun, 2020 2 commits
-
-
Mahmood Ali authored
Avoid running algolia job in forks or enterprise private repositories
-
Kevin Pruett authored
-
- 16 Jun, 2020 1 commit
-
-
Michael Schurter authored
-
- 09 Jun, 2020 1 commit
-
-
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.
-
- 04 Jun, 2020 1 commit
-
-
Mahmood Ali authored
These are used by release process, so add them to CI to notice if we break release scripts.
-
- 02 Jun, 2020 1 commit
-
-
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.
-
- 16 May, 2020 1 commit
-
-
Michael Schurter authored
-
- 15 May, 2020 7 commits
-
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Mahmood Ali authored
Mostly to ease conflict resolution with Enterprise fork, as Enterprise CI doesn't support windows.
-
Mahmood Ali authored
Always install go and vault: the check may accidentally use the CircleCI pre-installed go version instead of the cached version. Also, always install from sources without caching. Go/vault installation is basically a tarball download. That's equivalent to CirleCI caching without the complexity. These steps don't add much time either. Lastly, infer the OS when downloading tarball to avoid managing them in the job spec.
-
Michele authored
-
Michele authored
-
Michele authored
-
- 01 Apr, 2020 1 commit
-
-
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.
-
- 25 Mar, 2020 1 commit
-
-
Mahmood Ali authored
Start collecting raw `go test -json` output to help with debugging odd CI failures.
-
- 23 Mar, 2020 4 commits
-
-
Mahmood Ali authored
-
Mahmood Ali authored
It's installed by default in macOS unlike wget
-
Mahmood Ali authored
build darwin binaries in CI as a basic check. Protects against cross compile issues.
-
Mahmood Ali authored
-
- 20 Mar, 2020 1 commit
-
-
Kyle MacDonald authored
-
- 15 Mar, 2020 1 commit
-
-
Yoan Blanc authored
Signed-off-by:
Yoan Blanc <yoan@dosimple.ch>
-
- 05 Mar, 2020 1 commit
-
-
Buck Doyle authored
-
- 02 Mar, 2020 1 commit
-
-
Mahmood Ali authored
-
- 27 Feb, 2020 1 commit
-
-
Mahmood Ali authored
Rkt has been archived and is no longer an active project: * https://github.com/rkt/rkt * https://github.com/rkt/rkt/issues/4024 The rkt driver will continue to live as an external plugin.
-
- 19 Feb, 2020 2 commits
-
-
Drew Bailey authored
-
Drew Bailey authored
-
- 18 Feb, 2020 1 commit
-
-
Jeff Escalante authored
* circle-ci script updates
🎉 * trigger deploy as a test * remove testing items
-
- 06 Feb, 2020 1 commit
-
-
Jeff Escalante authored
-
- 29 Jan, 2020 1 commit
-
-
Mahmood Ali authored
-
- 16 Jan, 2020 1 commit
-
-
Mahmood Ali authored
-
- 22 Nov, 2019 4 commits
-
-
Mahmood Ali authored
This speeds up building and pushing releases
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Mahmood Ali authored
Skip running backend and UI changes for docs/website updates, as indicated by branch name.
-
- 21 Nov, 2019 1 commit
-
-
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.
-