Armon Dadgar
a8a5905d21
consul: less aggressive deadlock timer. Fixes #389
2014-10-14 12:00:25 -07:00
Armon Dadgar
5c46544e7e
consul: Improve variable name
2014-10-14 11:04:43 -07:00
Armon Dadgar
e33b6683aa
consul: Reap left members ignoring state. Fixes #371
2014-10-14 11:02:26 -07:00
Armon Dadgar
8afbab60cb
consul: Log why invalidation happened. Fixes #390
2014-10-14 10:54:57 -07:00
Armon Dadgar
b6c5d77cf8
consul: Fixing graceful leave of current leader. Fixes #360 .
2014-10-13 22:14:43 -07:00
Armon Dadgar
b1d0611e0e
website: Document Checkpoint. Fixes #340 .
2014-10-13 18:03:39 -07:00
Armon Dadgar
8ee22d7fc4
agent: Fixing multiple headers for /v1/event/list endpoint. Fixes #361
2014-10-13 17:53:54 -07:00
Armon Dadgar
f11396efaf
agent: Fixing tests
2014-10-13 17:52:51 -07:00
Armon Dadgar
6755044e02
website: Adding FAQ page. Fixes #363 .
2014-10-13 17:46:41 -07:00
Armon Dadgar
2c1add1c67
Merge pull request #396 from ryanuber/f-retry-join
...
agent: Retry failed joins on agent start
2014-10-13 10:46:10 -07:00
Ryan Uber
b78e063ea7
command: formatting
2014-10-12 12:45:40 -07:00
Ryan Uber
c75539560f
agent: test max retries in config
2014-10-12 12:40:52 -07:00
Ryan Uber
1ec68be726
command/agent: add help for retry join
2014-10-12 12:35:25 -07:00
Ryan Uber
984ea76e6b
website: document retry join
2014-10-12 12:31:47 -07:00
Ryan Uber
92e79f51a5
agent: add retry join tests
2014-10-12 12:27:03 -07:00
Ryan Uber
0249700bff
agent: test retry join config
2014-10-12 11:20:33 -07:00
Ryan Uber
f476166fe4
agent: merge RetryInterval in config merger
2014-10-12 10:54:53 -07:00
Ryan Uber
0266592205
agent: first pass at join retry
2014-10-12 10:50:15 -07:00
Armon Dadgar
13bb6ef317
Merge pull request #394 from iconara/patch-1
...
Fix mistake in the watches documentation
2014-10-11 19:11:12 -07:00
Mitchell Hashimoto
f01ce2668a
terraform modules (for TF 0.3)
2014-10-11 17:10:05 -07:00
Theo Hultberg
c78bd6db63
Fix mistake in the watches documentation
2014-10-11 17:04:52 +02:00
Armon Dadgar
70d5a32a86
CHANGELOG updates
2014-10-09 12:30:16 -07:00
Armon Dadgar
e51f9da84b
consul: Deprecate ACLForceSet
2014-10-09 12:28:07 -07:00
Armon Dadgar
1177a9bf11
consul: Fix non-deterministic ACL IDs
2014-10-09 12:23:32 -07:00
Armon Dadgar
a80478594a
consul: Fix non-deterministic session IDs
2014-10-09 11:54:47 -07:00
Armon Dadgar
8f85c977bf
Ensure FSM also does not use UUIDs
2014-10-09 11:33:25 -07:00
Armon Dadgar
1deccbe074
Adding script to verify no UUID generation done in state store
2014-10-09 11:31:28 -07:00
Seth Vargo
7682ba3495
Use middleman-hashicorp for docs generation
2014-10-08 21:13:54 -04:00
Seth Vargo
3b570e8f7a
Consul does not have prefixed packages (yet)
2014-10-06 20:31:57 -04:00
Seth Vargo
c0483af15f
Update extension version
2014-10-06 19:32:37 -04:00
Seth Vargo
4df0d41aaf
Update WebUI download link
2014-10-06 19:22:50 -04:00
Seth Vargo
62c87b333e
Remove glyphicons (vendored in extension)
2014-10-06 19:22:39 -04:00
Seth Vargo
86760874f0
Use middleman-hashicorp :)
2014-10-06 19:15:01 -04:00
Seth Vargo
7aea5c4f0d
Move sidebar helper inline
2014-10-06 19:13:22 -04:00
Seth Vargo
9a40bc0e54
Include one javascript file and use sprockets
2014-10-06 19:13:08 -04:00
Seth Vargo
1b95be0149
Update config.ru to cache everything at /assets
2014-10-06 19:12:53 -04:00
Seth Vargo
60daaa3955
Pre-process Consul UI docs as ERB for image tags
2014-10-06 19:12:34 -04:00
Seth Vargo
651f559380
Pre-process sessions docs as ERB for image tags
2014-10-06 19:12:25 -04:00
Seth Vargo
ab75771eb6
Pre-process architecture docs as ERB for image tags
2014-10-06 19:12:17 -04:00
Seth Vargo
179d960003
Remove Gruntfile
2014-10-06 19:11:52 -04:00
Seth Vargo
4f5d25aab4
Remove download_helpers helper
2014-10-06 19:00:51 -04:00
Armon Dadgar
e84048398b
Merge pull request #385 from sarlalian/master
...
In FreeBSD bash is located at /usr/local/bin/bash instead of /bin/bash
2014-10-06 10:48:49 -07:00
Will Fife
9c21df0f04
Removed the FreeBSD export CGO_LDFLAGS option, as the workaround listed is no longer needed,
...
and breaks the build using any recent go on FreeBSD 10.
2014-10-06 10:23:29 -07:00
Will Fife
749b375feb
Altered the /bin/bash line to use the /usr/bin/env command to
...
acquire the location of bash from the environment. This should
work on Linux/OS X/FreeBSD. FreeBSD puts bash in /usr/local/bin
instead of /bin/ so builds don't work without modification there.
2014-10-06 09:58:23 -07:00
Jack Pearkes
6eeb922d11
Merge pull request #378 from hashicorp/sethvargo/update_middleman
...
Update website to use latest middleman
2014-10-04 09:50:55 -07:00
Jack Pearkes
7fea587a32
Merge pull request #379 from hashicorp/f-ui-deregister-node
...
Deregister node button in web UI
2014-10-04 09:37:36 -07:00
William Tisäter
06bf0bb728
Remove node from node list after deregristration
2014-10-04 18:14:36 +02:00
William Tisäter
5ce77e0aee
Drop debug `console.log`
2014-10-04 11:52:27 +02:00
William Tisäter
cb74d3efbb
Fix leaking `objs` variables
2014-10-04 11:45:09 +02:00
William Tisäter
dfd8967843
Add deregister node button
2014-10-04 11:44:50 +02:00