Armon Dadgar
af4a955037
consul: Improve variable name
2014-10-14 11:04:43 -07:00
Armon Dadgar
e39d2ee675
consul: Reap left members ignoring state. Fixes #371
2014-10-14 11:02:26 -07:00
Armon Dadgar
93b209db50
consul: Log why invalidation happened. Fixes #390
2014-10-14 10:54:57 -07:00
Ryan Uber
7e598d8545
website: re-word a few things
2014-10-13 22:59:35 -07:00
Ryan Uber
b9977338fd
agent: Filter messages logged to syslog. Fixes #272
2014-10-13 22:38:12 -07:00
Armon Dadgar
d3c3d9a1be
consul: Fixing graceful leave of current leader. Fixes #360 .
2014-10-13 22:14:43 -07:00
Armon Dadgar
d5e1c30d9b
website: Document Checkpoint. Fixes #340 .
2014-10-13 18:03:39 -07:00
Armon Dadgar
84649b5423
agent: Fixing multiple headers for /v1/event/list endpoint. Fixes #361
2014-10-13 17:53:54 -07:00
Armon Dadgar
3e32e906d1
agent: Fixing tests
2014-10-13 17:52:51 -07:00
Armon Dadgar
e7326d089e
website: Adding FAQ page. Fixes #363 .
2014-10-13 17:46:41 -07:00
Ryan Uber
06cb3774ab
website: add 0.4 to compatibility chart
2014-10-13 14:22:57 -07:00
Armon Dadgar
bee5fe280c
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
b35578a917
command: formatting
2014-10-12 12:45:40 -07:00
Ryan Uber
599d0558e7
agent: test max retries in config
2014-10-12 12:40:52 -07:00
Ryan Uber
62b4752804
command/agent: add help for retry join
2014-10-12 12:35:25 -07:00
Ryan Uber
bec34b0c46
website: document retry join
2014-10-12 12:31:47 -07:00
Ryan Uber
67e1f363e1
agent: add retry join tests
2014-10-12 12:27:03 -07:00
Ryan Uber
4bc4ba2d09
agent: test retry join config
2014-10-12 11:20:33 -07:00
Ryan Uber
6d75fc8fb2
agent: merge RetryInterval in config merger
2014-10-12 10:54:53 -07:00
Ryan Uber
7c91c08457
agent: first pass at join retry
2014-10-12 10:50:15 -07:00
Armon Dadgar
a3b6f32b47
Merge pull request #394 from iconara/patch-1
...
Fix mistake in the watches documentation
2014-10-11 19:11:12 -07:00
Mitchell Hashimoto
c4b4f5e9f5
terraform modules (for TF 0.3)
2014-10-11 17:10:05 -07:00
Theo Hultberg
5560d2700b
Fix mistake in the watches documentation
2014-10-11 17:04:52 +02:00
Armon Dadgar
ebc7285c1f
CHANGELOG updates
2014-10-09 12:30:16 -07:00
Armon Dadgar
e6ed387f42
consul: Deprecate ACLForceSet
2014-10-09 12:28:07 -07:00
Armon Dadgar
c832ea8aa3
consul: Fix non-deterministic ACL IDs
2014-10-09 12:23:32 -07:00
Armon Dadgar
39e8b1ffaa
consul: Fix non-deterministic session IDs
2014-10-09 11:54:47 -07:00
Armon Dadgar
93f17736fd
Ensure FSM also does not use UUIDs
2014-10-09 11:33:25 -07:00
Armon Dadgar
f3063b25c1
Adding script to verify no UUID generation done in state store
2014-10-09 11:31:28 -07:00
Seth Vargo
fe125992fe
Use middleman-hashicorp for docs generation
2014-10-08 21:13:54 -04:00
Seth Vargo
eacb324188
Consul does not have prefixed packages (yet)
2014-10-06 20:31:57 -04:00
Seth Vargo
40e8bfb54b
Update extension version
2014-10-06 19:32:37 -04:00
Seth Vargo
956b81f788
Update WebUI download link
2014-10-06 19:22:50 -04:00
Seth Vargo
2277137560
Remove glyphicons (vendored in extension)
2014-10-06 19:22:39 -04:00
Seth Vargo
fcd86a4721
Use middleman-hashicorp :)
2014-10-06 19:15:01 -04:00
Seth Vargo
13ca50102c
Move sidebar helper inline
2014-10-06 19:13:22 -04:00
Seth Vargo
fb5aa46b76
Include one javascript file and use sprockets
2014-10-06 19:13:08 -04:00
Seth Vargo
0b35de2db7
Update config.ru to cache everything at /assets
2014-10-06 19:12:53 -04:00
Seth Vargo
fd3e4f8040
Pre-process Consul UI docs as ERB for image tags
2014-10-06 19:12:34 -04:00
Seth Vargo
0771499761
Pre-process sessions docs as ERB for image tags
2014-10-06 19:12:25 -04:00
Seth Vargo
7903a55dd1
Pre-process architecture docs as ERB for image tags
2014-10-06 19:12:17 -04:00
Seth Vargo
1927f48598
Remove Gruntfile
2014-10-06 19:11:52 -04:00
Seth Vargo
2d01fce61a
Remove download_helpers helper
2014-10-06 19:00:51 -04:00
Armon Dadgar
24ac68b4f6
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
4002ed0db0
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
52576e5b00
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
26acfc77cd
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
c9bb3d4dcd
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
509820be45
Remove node from node list after deregristration
2014-10-04 18:14:36 +02:00
William Tisäter
68bf19dcdb
Drop debug `console.log`
2014-10-04 11:52:27 +02:00