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.
- 29 Apr, 2019 2 commits
-
-
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 7 commits
-
-
Lang Martin 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 16 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
-
Danielle Lancashire authored
This command will be used to send a signal to either a single task within an allocation, or all of the tasks if <task-name> is omitted. If the sent signal terminates the allocation, it will be treated as if the allocation has crashed, rather than as if it was operator-terminated. Signal validation is currently handled by the driver itself and nomad does not attempt to restrict or validate them.
-
Danielle authored
Documentation for `nomad alloc stop`
-
Mahmood Ali authored
Fixes https://github.com/hashicorp/nomad/issues/5475 When container is a tty container, we need to get raw terminal output without any additional processing.
-
- 24 Apr, 2019 8 commits
-
-
Arshneet Singh authored
Normalize plan to increase the plan apply throughput
-
Michael Schurter authored
singularity_path -> singularity_cache
-
Chris Baker authored
-
Arshneet Singh authored
-
Arshneet Singh authored
-
Michael Lange authored
UI: Preemptions
-
Eduardo Arango authored
Signed-off-by:
Eduardo Arango <eduardo@sylabs.io>
-
Preetha authored
Docs ea update 0.9
-
- 23 Apr, 2019 4 commits
-
-
Lang Martin authored
-
Arshneet Singh authored
-
Arshneet Singh authored
-
Arshneet Singh authored
-