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.
- 07 May, 2016 10 commits
-
-
Sean Chittenden authored
cgroup's are applicable to Windows and will require a more specific abstraction. Stub out the difference. The *NIX exec drivers will likely be broken out over time (e.g. *BSD and Solaris).
-
Sean Chittenden authored
Exclude broken build targets from gox
-
Sean Chittenden authored
-
Sean Chittenden authored
-
Sean Chittenden authored
-
Sean Chittenden authored
-
Sean Chittenden authored
-
Sean Chittenden authored
Favor the `unix` package on *NIX platforms vs the now frozen `syscall` package.
-
Sean Chittenden authored
`!windows` was being used as the synonym for `darwin dragonfly freebsd linux netbsd openbsd solaris`. While I don't imagine `android` will be a prime target for Nomad in the near term, favor explicit build targets. List of build targets generated by Go 1.7's dist command: `go tool dist list | sort | cut -d '/' -f 1 | sort | uniq`
-
Sean Chittenden authored
Use the `_unix` file suffix to denote *NIX-like semantics in order to parallel the designation given by the package `golang.org/x/sys/unix`.
-
- 06 May, 2016 1 commit
-
-
Alex Dadgar authored
-
- 05 May, 2016 11 commits
-
-
Diptanu Choudhury authored
Added logs to indicate when checks timeout
-
Diptanu Choudhury authored
-
Sean Chittenden authored
Update Vagrantfile to support multiple nodes. Bump Go to 1.6.2. dadgar: "LGTM"
-
Sean Chittenden authored
`vagrant up` just works and only one VM is spun-up by default, however there are up to 5x VMs available for cluster testing. `nomad-server%02d` and `nomad-client%02d`.
-
Alex Dadgar authored
Include the current version along side the available version.
-
Diptanu Choudhury authored
-
Sean Chittenden authored
date, include the current version along with the available version according to checkpoint. Inspired by: log output in hashicorp/consul#993
-
Diptanu Choudhury authored
Use govendor
-
Sean Chittenden authored
``` govendor remove +unused git add vendor/ ```
-
Sean Chittenden authored
No functional change. ``` govendor update github.com/ugorji/go/codec govendor update github.com/ugorji/go/codec/codecgen ```
-
Sean Chittenden authored
-
- 03 May, 2016 6 commits
-
-
Diptanu Choudhury authored
-
Diptanu Choudhury authored
Ensuring check names are unique
-
Diptanu Choudhury authored
-
Diptanu Choudhury authored
Ensuring service names are unique
-
Diptanu Choudhury authored
Added docs for json representation of service discovery objects
-
Diptanu Choudhury authored
Track enhanced links
-
- 02 May, 2016 2 commits
-
-
Diptanu Choudhury authored
-
Seth Vargo authored
-
- 01 May, 2016 2 commits
-
-
iverberk authored
Fix typo in force-leave docs
-
Pete Shima authored
-
- 26 Apr, 2016 3 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
Task is not eligible for update if User, Meta, or Resources change
-
Alex Dadgar authored
-
- 25 Apr, 2016 2 commits
-
-
iverberk authored
Docker labels configuration should be of type "array" in schema
-
Ivo Verberk authored
-
- 23 Apr, 2016 2 commits
-
-
Diptanu Choudhury authored
Do not allow referrer to modify the sender
-
-
- 22 Apr, 2016 1 commit
-
-
Diptanu Choudhury authored
-