Alex Dadgar
d8f385362c
changelog
2017-02-14 11:05:44 -08:00
Alex Dadgar
cdce86251e
Merge pull request #2308 from hashicorp/f-leader-task
...
Leader task
2017-02-14 11:03:32 -08:00
Alex Dadgar
ddffaac7c8
changelog
2017-02-14 11:02:40 -08:00
Alex Dadgar
d0cc49d904
Merge pull request #2305 from hashicorp/f-operator
...
Add nomad operator command for interacting with Raft configuration
2017-02-14 11:01:41 -08:00
Alex Dadgar
2b746b94f4
Respond to feedback
2017-02-14 11:01:12 -08:00
Alex Dadgar
486b49c6f3
Changelog
2017-02-14 10:46:09 -08:00
Alex Dadgar
a513c50c02
Merge pull request #2311 from hashicorp/f-no-interval
...
Validate the interval within a restart policy
2017-02-14 10:43:05 -08:00
Michael Schurter
0758ce7738
Merge pull request #2306 from greenboxal/improve-doc
...
Improve interpolation docs
2017-02-14 10:31:37 -08:00
Alex Dadgar
9a9cb8de10
Validate the interval within a restart policy
...
This PR ensures that the interval specified is not less than 5 seconds.
Fixes https://github.com/hashicorp/nomad/issues/2286
2017-02-13 15:27:36 -08:00
Alex Dadgar
a9d0c2ce3a
Fix test
2017-02-13 14:31:22 -08:00
Alex Dadgar
826fb96799
Remove old vault status
2017-02-13 10:44:10 -08:00
Alex Dadgar
81c412cda0
Api Leader becomes a pointer
2017-02-13 10:43:33 -08:00
Alex Dadgar
b1f062f1b0
Documentation
2017-02-13 10:18:34 -08:00
Jonathan Lima
966ad77e9b
Improve interpolation docs
2017-02-12 01:47:17 -02:00
Alex Dadgar
edbc84087c
Add Leader support to client
2017-02-10 17:55:19 -08:00
Alex Dadgar
a22f1647f9
Add leader task to api and server side
2017-02-10 16:57:47 -08:00
Jeff Mitchell
f4a08a193d
Update go-cleanhttp
2017-02-10 19:41:28 -05:00
Alex Dadgar
6487deb533
Merge branch 'master' of github.com:hashicorp/nomad
2017-02-10 16:29:36 -08:00
Alex Dadgar
60d1e80461
Add guard
2017-02-10 16:29:28 -08:00
Michael Schurter
87a126b017
Merge pull request #2301 from hashicorp/b-fix-nil-resources
...
Fix upgrade path for created resources
2017-02-10 16:24:55 -08:00
Alex Dadgar
0c67c8ba81
Remove todos
2017-02-10 15:41:23 -08:00
Alex Dadgar
17ea89db9f
Add outage guide and move bootstrapping
2017-02-10 15:30:34 -08:00
Michael Schurter
c6e78e2939
Fix test to assert new never-nil behavior
2017-02-10 10:11:15 -08:00
Alex Dadgar
63cc163918
Merge branch 'add-guides' into f-operator
2017-02-09 18:11:07 -08:00
Alex Dadgar
24995a6749
Operator command/endpoint/documentation
2017-02-09 18:04:46 -08:00
Michael Schurter
a760fbcea6
Use getters & setters with nil guards
2017-02-09 17:44:58 -08:00
Michael Schurter
c961e751ec
Fix upgrade path for created resources
...
This *might* be a fix for #2295 -- I've been unable to reproduce the
bug. However, this guard seems wise regardless. I should never be
overwriting an intialized created resources with a nil.
2017-02-09 13:54:33 -08:00
Seth Vargo
a16709ef43
Merge pull request #2298 from hashicorp/sethvargo-patch-1
...
Change cache to 4h
2017-02-09 14:38:51 -05:00
Seth Vargo
a10a0a40f6
Cache assets longer
2017-02-09 14:38:46 -05:00
Seth Vargo
d1d9e5ab30
Change cache to 4h
2017-02-09 14:37:36 -05:00
Michael Schurter
a703bcfede
Merge pull request #2297 from hashicorp/b-fix-arm-build
...
Fix 32bit arm build
2017-02-09 11:32:32 -08:00
Michael Schurter
5bb805cc5e
Fix 32bit arm build
...
Had to use the hack from https://github.com/golang/go/issues/12443
2017-02-09 11:22:17 -08:00
Alex Dadgar
c1bc077d32
Vendor memberlist fixes
2017-02-08 16:07:33 -08:00
Alex Dadgar
15b2697288
Merge pull request #2282 from hashicorp/f-raft-v2-stage-one
...
Update to Raft V2 stage one
2017-02-08 15:26:16 -08:00
Alex Dadgar
4f84eec2bb
Merge pull request #2293 from hashicorp/f-vendor-memdb
...
Vendor MemDB
2017-02-08 14:51:01 -08:00
Alex Dadgar
e0c2221e07
Respond to comments
2017-02-08 14:50:19 -08:00
Alex Dadgar
ff5c22acaa
Fix missing summary restoration
2017-02-08 11:51:48 -08:00
Alex Dadgar
9ff8517392
Add abandon tests and use snapshot for blocking queries
2017-02-08 11:18:03 -08:00
Sean Chittenden
a5cb376f9d
Update vendor/vendor.json to reflect shiriou/gopsutil#313 being merged.
2017-02-07 22:41:43 -08:00
Alex Dadgar
658c1eeb43
Fix nomad tests
2017-02-07 22:10:33 -08:00
Alex Dadgar
43ab32f96c
Tests compile
2017-02-07 21:30:57 -08:00
Alex Dadgar
5b75b29af4
Nomad builds
2017-02-07 20:31:23 -08:00
Alex Dadgar
ff2d929e2b
Fix test
2017-02-07 11:35:38 -08:00
Alex Dadgar
a29f6e82da
Fix state store tests
2017-02-06 16:46:23 -08:00
Alex Dadgar
8d189a5dcc
Merge pull request #2288 from hashicorp/b-lower-hostid
...
Lowercase NodeID
2017-02-06 16:26:04 -08:00
Sean Chittenden
c3c44d27fc
Unconditionally lowercase the node ID read from disk.
2017-02-06 16:20:17 -08:00
Sean Chittenden
cf9c432dd8
Update shirou/gopsutil to shiriou/gopsutil#313 to pull in the lowercase HostID bits
2017-02-06 16:16:20 -08:00
Alex Dadgar
55da5c16e1
Merge pull request #2287 from hashicorp/sethvargo/comments
...
Fix comments on parameterized jobs
2017-02-06 11:25:19 -08:00
Seth Vargo
0394abacc7
Fix comments on parameterized jobs
2017-02-06 13:59:07 -05:00
Alex Dadgar
5c73b84fb0
Merge pull request #2284 from tomclegg/patch-1
...
fix typo
2017-02-06 10:26:19 -08:00