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.
- 15 Feb, 2019 1 commit
-
-
Michael Schurter authored
During the 0.9 client refactor the code to fail a deployment when the deadline was reached was broken. This restores and tests that behavior.
-
- 14 Feb, 2019 9 commits
-
-
Michael Schurter authored
Fix Consul Service PreKill Hook
-
Danielle Tomlinson authored
api: Fix compatibility with pre 0.9 API jobs
-
Mahmood Ali authored
Co-Authored-By:
dantoml <dani@tomlinson.io>
-
Danielle Tomlinson authored
drivers/docker: SIGTERM to stop containers
-
Danielle Tomlinson authored
-
Mahmood Ali authored
Co-Authored-By:
schmichael <michael.schurter@gmail.com>
-
Mahmood Ali authored
Co-Authored-By:
schmichael <michael.schurter@gmail.com>
-
Danielle Tomlinson authored
Windows Docker daemon does not support SIGINT, SIGTERM is the semantic equivalent that allows for graceful shutdown before being followed up by a SIGKILL.
-
Danielle Tomlinson authored
* Includes fixes for handling null blocks https://github.com/hashicorp/hcl2/pull/87 * Updates go-cty as a newer version is required by hcl2
-
- 12 Feb, 2019 7 commits
-
-
Michael Schurter authored
-
Michael Schurter authored
Broke ShutdownDelay but the test was timing dependent so it just appeared flaky. Made the test slower so that it should never incorrectly pass.
-
Michael Schurter authored
-
Michael Schurter authored
Also fix race conditions in the mock vault client.
-
Mahmood Ali authored
* drivers: add config parsing tests Add basic tests for parsing and encoding task config. * drivers/docker: fix some config declarations * refactor and document config parse helpers
-
Mahmood Ali authored
Restore 0.8.x behavior where java driver is marked as detected when `java -version` exits with 0 but returns unexpected output. Furthermore, we restore behavior when `java -version` where we parse the first three lines of `java -version` but ignore rest. If `java -version` returns less than 3 lines, Nomad 0.8.7 would panic. In this implementation, we'd still mark java as detected but returns empty version. The 0.8.7 logic for detecting java version is found in https://github.com/hashicorp/nomad/blob/v0.8.7/client/driver/java.go#L132-L172 . I punt on revamping how we can be more resilient to java -version syntax, and aimed for preserving existing behavior instead.
-
Preetha authored
docs: fixed some affinity examples
-
- 11 Feb, 2019 2 commits
-
-
Michael Schurter authored
Docker: Fix logging config parsing
-
Gertjan Roggemans authored
Fixes #5308
-
- 08 Feb, 2019 4 commits
-
-
Danielle Tomlinson authored
Fix executable check on windows
-
mnachury authored
-
Nick Ethier authored
Issue #4649: Remove the systemd process and threads limit
-
Arno B authored
systemd limits the number of process and threads you can create within the cgroup it creates for a given service. This is especially limiting if you have a high number of keys Nomad watches from Consul. Fixes #4649
-
- 06 Feb, 2019 2 commits
-
-
Cathy Chang authored
-
Chris Baker authored
-
- 04 Feb, 2019 5 commits
-
-
-
Michael Schurter authored
The test used old local copies of Docker structs and appeared to be testing an outdated approach to task config decoding. Updated to use real Docker structs so we can do end-to-end unit testing of real Docker task configs.
-
Michael Schurter authored
No need to pass in the entire eval context
-
Michael Schurter authored
Only log when syncing actually did something.
-
Michael Schurter authored
Will hopefully help us catch deadlocks/livelocks/slowdowns in the add/remove allocs pipeline which should be fast.
-
- 02 Feb, 2019 2 commits
-
-
Danielle Tomlinson authored
nomad/command: fix strings.Contains args order
-
Iskander (Alex) Sharipov authored
Swapped call args order to meet the expected behavior. Signed-off-by:
Iskander Sharipov <quasilyte@gmail.com>
-
- 01 Feb, 2019 8 commits
-
-
Omar Khawaja authored
-
Michael Lange authored
UI: Always show an absolute timestamp tooltip when showing relative dates
-
Michael Schurter authored
cli: do not duplicate reschedule headers per group
-
Michael Schurter authored
Fixes #5291
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-
Michael Schurter authored
-