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.
- 30 Apr, 2019 6 commits
-
-
Mahmood Ali authored
This helper returns the token as well as the ACL policy, to be used in a later commit for logging the token info associated with nomad exec invocation.
-
Charlie Voiselle authored
Fixed typo
-
Mahmood Ali authored
-
Danielle authored
Update CHANGELOG and version.go to reflect 0.9.1/0.9.2 split
-
Danielle Lancashire authored
-
Justin Weissig authored
Fixed typo: "dots wil be"/"dots will be".
-
- 29 Apr, 2019 5 commits
-
-
Yishan Lin authored
yishan/revised readme
-
Yishan Lin authored
-
Preetha Appan authored
-
Danielle authored
Fixed Typo
-
Justin Weissig authored
Fixed typo: scheduilng/scheduling.
-
- 28 Apr, 2019 3 commits
-
-
Mahmood Ali authored
divest /api from rest of nomad internal packages
-
Mahmood Ali authored
The API package needs to be independent from rest of nomad packages, to avoid leaking internal packages and dependencies (e.g. raft, ugorji, etc)
-
Mahmood Ali authored
-
- 26 Apr, 2019 13 commits
-
-
Lang Martin authored
-
Yishan Lin authored
-
Yishan Lin authored
-
Yishan Lin authored
-
Yishan Lin authored
-
Yishan Lin authored
-
Yishan Lin authored
-
Lang Martin authored
client fingerprinter doesn't overwrite manual configuration
-
Mahmood Ali authored
drivers/docker: Support volumes field in Windows
-
Danielle authored
Docs for `nomad alloc signal`
-
Danielle authored
allocs: Add nomad alloc signal command
-
Danielle Lancashire authored
-
Mahmood Ali authored
logmon: recover from shutting down call locally
-
- 25 Apr, 2019 13 commits
-
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Mahmood Ali authored
Retry if we detect shutting down during Start() api call is started, locally.
-
Mahmood Ali authored
-
Preetha authored
-
Mahmood Ali authored
Support Docker `volumes` field in Windows. Previously, volumes parser assumed some Unix-ism (e.g. didn't expect `:` in mount paths). Here, we use the Docker parser to identify host and container paths. Docker parsers use different validation logic from our previous unix implementation: Docker parser accepts single path as a volume entry (parsing it as a container path with auto-created volume) and enforces additional checks (e.g. validity of mode). Thereforce, I opted to use Docker parser only for Windows, and keep Nomad's linux parser to preserve current behavior.
-
Mahmood Ali authored
-
Danielle Lancashire authored
-
Danielle Lancashire authored
-
Mahmood Ali authored
driver/docker: collect tty container logs
-