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 Aug, 2017 17 commits
-
-
Alex Dadgar authored
This PR adds a test that does: 1) nomad init 2) nomad run example.nomad 3) nomad inspect example 4) Equivalent of `curl -XPUT -d @job.json nomad/v1/job/example
-
Alex Dadgar authored
-
Alex Dadgar authored
fix logging re-init
-
Alex Dadgar authored
Sort task groups when displaying a deployment
-
Alex Dadgar authored
-
Alex Dadgar authored
Don't merge empty update from job into task groups
-
Alex Dadgar authored
Search handles prefix longer than allowed UUIDs
-
Alex Dadgar authored
Allow distinct_host to have L/RTarget set
-
Alex Dadgar authored
-
Alex Dadgar authored
This PR fixes an issue in which we would merge an update stanza from the job into the task groups even if it was empty. This broke round tripping a job (reading from the api and resubmitting as JSON) Fixes https://github.com/hashicorp/nomad/issues/3132
-
Alex Dadgar authored
-
Alex Dadgar authored
This PR fixes an issue in which the Search endpoint would error if the prefix was longer than the allowed 36 characters of a UUID. Fixes https://github.com/hashicorp/nomad/issues/3134
-
Alex Dadgar authored
-
Alex Dadgar authored
Fixes https://github.com/hashicorp/nomad/issues/3131
-
Alex Dadgar authored
-
Alex Dadgar authored
This PR removes validation that could break job backwards compatibility. The targets are ignored so there is no side effects. Fixes https://github.com/hashicorp/nomad/issues/3130
-
Clint Armstrong authored
-
- 29 Aug, 2017 23 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
Fix path completions on zsh
-
Alex Dadgar authored
-
Alex Dadgar authored
This PR fixes autocompletion of paths that include folders on zsh.
-
Alex Dadgar authored
Add .exe file extensions for windows builds
-
Alex Dadgar authored
Clarify all_at_once parameter
-
Alex Dadgar authored
Fixes https://github.com/hashicorp/nomad/issues/3125
-
Alex Dadgar authored
-
Alex Dadgar authored
Fix TLSServerName for Node API Client
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Chelsea Holland Komlo authored
-
Alex Dadgar authored
This PR fixes the construction of the TLSServerName when connecting to a node that has TLS enabled and adds tests for all possible permutations. Fixes https://github.com/hashicorp/nomad/issues/3013
-
Chelsea Komlo authored
Error message for search API does not include the "all" option
-
Alex Dadgar authored
-
Alex Dadgar authored
Fix exact job match when prefix of other job
-
Alex Dadgar authored
-
Alex Dadgar authored
status commands handle uuid prefixes with hyphens
-