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.
- 09 Sep, 2020 1 commit
-
-
Mahmood Ali authored
Upgrade to golang 1.15 Starting with golang 1.5, setting Ctty value result in `Setctty set but Ctty not valid in child` error, as part of https://github.com/golang/go/issues/29458 . This commit lifts the fix in https://github.com/creack/pty/pull/97 .
-
- 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.
-
- 16 Jun, 2020 1 commit
-
-
Michael Schurter authored
-
- 16 May, 2020 1 commit
-
-
Michael Schurter authored
-
- 15 May, 2020 2 commits
- 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 2 commits
-
-
Mahmood Ali authored
build darwin binaries in CI as a basic check. Protects against cross compile issues.
-
Mahmood Ali authored
-
- 02 Mar, 2020 1 commit
-
-
Mahmood Ali authored
-
- 29 Jan, 2020 1 commit
-
-
Mahmood Ali authored
-
- 16 Jan, 2020 1 commit
-
-
Mahmood Ali authored
-
- 22 Nov, 2019 1 commit
-
-
Mahmood Ali authored
-
- 20 Nov, 2019 1 commit
-
-
Mahmood Ali authored
This adopts pattern used by Vault, where we split CircleCI yaml config into multiple files that get packed and translated to 2.0. This has two motivations: First, to ease translating config to CircleCI 2.0 so it can run on Enterprise private repository. Second and most importantly, it also adding Enterprise specific jobs in separate files with reduced config file merging conflict resolution.
-