Alex Dadgar
633dbb81d1
fix blocking query due to ctx change
2017-08-31 15:34:55 -07:00
Alex Dadgar
394567fc5e
vendor go-memdb
2017-08-31 15:16:11 -07:00
Alex Dadgar
473e003b41
Merge pull request #3142 from hashicorp/f-deployment-watcher
...
Deployment watcher takes state store
2017-08-31 10:45:17 -07:00
Alex Dadgar
334234ebdd
Remove panic from testing
2017-08-31 10:42:58 -07:00
Alex Dadgar
309303b968
Merge pull request #3146 from jolexa/patch-1
...
Update peers.info message for operators
2017-08-31 09:46:47 -07:00
Jeremy Olexa
8b337836d9
Update peers.info message for operators
2017-08-31 08:51:04 -05:00
Alex Dadgar
05aebbb394
Deployment watcher takes state store
2017-08-30 18:51:59 -07:00
Alex Dadgar
2a7c30b343
changelog
2017-08-30 13:36:24 -07:00
Alex Dadgar
b42eac1ddc
Merge pull request #3135 from clinta/docker-log-retry
...
fix logging re-init
2017-08-30 13:34:47 -07:00
Alex Dadgar
ea4f1c236b
Merge pull request #3137 from hashicorp/b-deployment-ordering
...
Sort task groups when displaying a deployment
2017-08-30 13:33:28 -07:00
Alex Dadgar
84c46cb141
Merge branch 'master' into b-deployment-ordering
2017-08-30 13:33:19 -07:00
Alex Dadgar
2f10b9f2b5
Merge pull request #3139 from hashicorp/b-copied-update
...
Don't merge empty update from job into task groups
2017-08-30 13:32:43 -07:00
Alex Dadgar
98bb9a212b
Merge pull request #3138 from hashicorp/b-status-length
...
Search handles prefix longer than allowed UUIDs
2017-08-30 13:32:33 -07:00
Alex Dadgar
d1e2950173
Merge pull request #3136 from hashicorp/b-distinct-host
...
Allow distinct_host to have L/RTarget set
2017-08-30 13:32:20 -07:00
Alex Dadgar
d0139c05d3
changelog
2017-08-30 11:39:33 -07:00
Alex Dadgar
6723bade37
Don't merge empty update from job into task groups
...
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
2017-08-30 11:35:19 -07:00
Alex Dadgar
d76b5bedba
changelog
2017-08-30 10:54:19 -07:00
Alex Dadgar
0583d032ee
Search handles prefix longer than allowed UUIDs
...
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
2017-08-30 10:51:05 -07:00
Alex Dadgar
c06304a14f
changelog
2017-08-30 10:42:57 -07:00
Alex Dadgar
0aec2c7399
Sort task groups when displaying a deployment
...
Fixes https://github.com/hashicorp/nomad/issues/3131
2017-08-30 10:41:34 -07:00
Alex Dadgar
84c86513b9
changelog
2017-08-30 10:33:03 -07:00
Alex Dadgar
23dfbfa52a
Allow distinct_host to have L/RTarget set
...
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
2017-08-30 10:30:01 -07:00
Clint Armstrong
cfffce07a0
fix logging re-init
2017-08-30 12:36:31 -04:00
Alex Dadgar
aa9bb3316f
vendor template
2017-08-29 16:57:40 -07:00
Alex Dadgar
54b6ff3daa
Merge pull request #3129 from hashicorp/b-zsh-complete
...
Fix path completions on zsh
2017-08-29 16:50:47 -07:00
Alex Dadgar
707c56d322
changelog
2017-08-29 16:50:27 -07:00
Alex Dadgar
58776f1cdd
Fix path completions on zsh
...
This PR fixes autocompletion of paths that include folders on zsh.
2017-08-29 16:39:44 -07:00
Alex Dadgar
28468c6305
Merge pull request #3124 from hashicorp/b-windows-binary-missing-extension
...
Add .exe file extensions for windows builds
2017-08-29 16:23:18 -07:00
Alex Dadgar
5201b5fcb9
Merge pull request #3128 from hashicorp/d-all-at-once
...
Clarify all_at_once parameter
2017-08-29 16:21:07 -07:00
Alex Dadgar
914ed9ffeb
Clarify all_at_once parameter
...
Fixes https://github.com/hashicorp/nomad/issues/3125
2017-08-29 16:20:28 -07:00
Alex Dadgar
9fb459668b
changelog
2017-08-29 16:12:44 -07:00
Alex Dadgar
c85e8aa02f
Merge pull request #3127 from hashicorp/b-tls-api
...
Fix TLSServerName for Node API Client
2017-08-29 16:10:58 -07:00
Alex Dadgar
40a8efb6ac
Merge branch 'b-tls-api' of github.com:hashicorp/nomad into b-tls-api
2017-08-29 16:10:14 -07:00
Alex Dadgar
d759dc8100
Address feedback
2017-08-29 16:09:53 -07:00
Alex Dadgar
0fa161be22
Update README.md
2017-08-29 15:50:52 -07:00
Alex Dadgar
9e63e7b7ce
Add readmes
2017-08-29 15:49:39 -07:00
Alex Dadgar
734a73ee4e
tls cluster
2017-08-29 14:33:19 -07:00
Alex Dadgar
5d65af523d
Check for errors initializing client for autocomplete
2017-08-29 14:29:32 -07:00
Alex Dadgar
f5fb62c7cc
Node Client doesn't share HTTP client
2017-08-29 14:22:11 -07:00
Chelsea Holland Komlo
2bfc47a6cf
add .exe file extensions for windows builds
2017-08-29 19:15:55 +00:00
Alex Dadgar
4d3b75d867
Fix TLSServerName for Node API Client
...
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
2017-08-29 11:11:19 -07:00
Chelsea Komlo
75221f9808
Merge pull request #3119 from jippi/patch-3
...
Error message for search API does not include the "all" option
2017-08-29 13:23:44 -04:00
Alex Dadgar
99d5c643f7
changelog
2017-08-29 10:19:31 -07:00
Alex Dadgar
8fb23c3a20
Merge pull request #3120 from hashicorp/b-multi-match
...
Fix exact job match when prefix of other job
2017-08-29 10:15:48 -07:00
Alex Dadgar
4692d1f78f
bump down version
2017-08-29 10:13:09 -07:00
Alex Dadgar
f5d80c6bf8
Merge pull request #3122 from hashicorp/b-even-uuids
...
status commands handle uuid prefixes with hyphens
2017-08-29 10:10:43 -07:00
Alex Dadgar
e3710a991e
add prefix tests
2017-08-29 10:09:30 -07:00
Alex Dadgar
b86e05b4a0
use helper
2017-08-29 10:04:02 -07:00
Alex Dadgar
cd5a54bc74
respond to comments
2017-08-29 09:46:14 -07:00
Alex Dadgar
0852c0ab3a
status commands handle uuid prefixes with hyphens
2017-08-29 09:43:28 -07:00