Armon Dadgar
4b65265836
Merge pull request #941 from highlyunavailable/remove-DefaultSemaphoreRetryTime
...
Remove unused DefaultSemaphoreRetryTime
2015-05-15 16:15:12 -07:00
Armon Dadgar
28da9e567b
Merge pull request #946 from tgwizard/include-dc-in-members-output
...
Include DC in the members command output
2015-05-15 16:15:00 -07:00
Adam Renberg
450f66fd3c
Include DC in the members command output
2015-05-15 23:26:34 +02:00
Ryan Breen
ea0a599c79
Merge pull request #945 from highlyunavailable/cdotnet
...
Add Consul.NET to the tools page
2015-05-15 17:08:45 -04:00
highlyunavailable
e9bcfd6825
Add Consul.NET to the tools page
...
Fixes #944
2015-05-15 14:07:16 -07:00
Seth Vargo
5a17dc183c
Merge pull request #943 from hashicorp/sethvargo/update_middleman
...
Use new middleman-hashicorp
2015-05-15 16:32:06 -04:00
Seth Vargo
d46aac189e
Use new middleman-hashicorp
2015-05-15 16:06:10 -04:00
highlyunavailable
536db1fb9f
Remove unused DefaultSemaphoreRetryTime
...
Fixes #932
DefaultSemaphoreRetryTime is actually unused, unlike DefaultLockRetryTime.
2015-05-15 08:25:02 -07:00
Armon Dadgar
490c4e1f8c
Merge pull request #939 from hashicorp/f-leak
...
Fixing memory leak caused by blocking query
2015-05-14 18:32:30 -07:00
Armon Dadgar
f91069f9d5
consul: adding StopWatch test
2015-05-14 18:32:19 -07:00
Armon Dadgar
2c9592c5ee
consul: lower default query time and add small stagger
2015-05-14 17:59:43 -07:00
Armon Dadgar
e5c8fce96a
consul: adding randomStagger util method
2015-05-14 17:59:11 -07:00
Armon Dadgar
23a1df1548
consul: proactively clear timers
2015-05-14 17:42:47 -07:00
Armon Dadgar
2bc43844bc
consul: ensure blocking query cleans any lingering state
2015-05-14 17:38:42 -07:00
Armon Dadgar
6f433c9ad8
consul: Adding methods to stop watching for changes
2015-05-14 17:33:02 -07:00
Armon Dadgar
abbf4456f2
consul: adding Clear to NotifyGroup
2015-05-14 17:30:30 -07:00
Ryan Breen
40f60b1aa2
Merge pull request #936 from ceh/intro-getting-started-join-typo
...
website: fix typo
2015-05-14 08:57:59 -04:00
Emil Hessman
1b1854689e
website: fix typo
...
Clarify that the user is assured that Consul will listen to a
specific address when specifying a `bind` address, rather than
providing some kind of insurance policy.
2015-05-14 10:09:51 +02:00
Armon Dadgar
4507d8ac9b
Cutting 0.5.1
2015-05-13 09:28:32 -07:00
Sathiya Shunmugasundaram
87a583492d
Fixed typo in tag section
2015-05-13 09:59:05 -04:00
Ryan Uber
704f6343c3
agent: log a message when data migrations start
2015-05-12 12:58:44 -07:00
Ryan Breen
d5ed5d9439
Merge pull request #931 from colinrymer/patch-1
...
Typo fix
2015-05-12 15:55:18 -04:00
Colin Rymer
6e1e85036f
Typo fix
2015-05-12 15:54:32 -04:00
Armon Dadgar
d18d82885f
api: improve test reliability
2015-05-12 12:10:25 -07:00
Armon Dadgar
8c63fbb498
Cutting v0.5.1
2015-05-12 11:48:16 -07:00
Ryan Uber
3ce3c663ad
Fix tests after merge
2015-05-11 18:53:09 -07:00
Armon Dadgar
d3345ec9cb
Tagging as 0.5.1 RC
2015-05-11 18:16:30 -07:00
Armon Dadgar
0557e57d35
CL updates
2015-05-11 18:16:18 -07:00
Armon Dadgar
430100a0c8
Merge pull request #927 from hashicorp/f-tls
...
Add new `verify_server_hostname` to mitigate possibility of MITM
2015-05-11 18:15:16 -07:00
Armon Dadgar
03a307dd38
CL updates
2015-05-11 17:05:28 -07:00
Armon Dadgar
cdfb9945d6
Merge branch 'Heuriskein-master'
2015-05-11 16:48:24 -07:00
Armon Dadgar
f797130228
Fixing merge conflict
2015-05-11 16:48:10 -07:00
Armon Dadgar
97c87f4e4d
website: document the new TLS changes
2015-05-11 16:22:10 -07:00
Armon Dadgar
4c93091f45
test: Adding hostname certs
2015-05-11 16:06:34 -07:00
Armon Dadgar
7ab35416fb
tlsutil: Testing hostname verification
2015-05-11 16:05:39 -07:00
Armon Dadgar
b9d640aa3b
tlsutil: Testing VerifyServerHostname on OutgoingConfig
2015-05-11 15:27:09 -07:00
Armon Dadgar
1952083354
agent: copy config into consul config
2015-05-11 15:16:13 -07:00
Armon Dadgar
9642384429
consul: support the new TLS wrapper
2015-05-11 15:15:36 -07:00
Armon Dadgar
1f984dfea8
tlsutil: Adding wrappers for hostname verification
2015-05-11 15:14:56 -07:00
Armon Dadgar
c8fb9ab369
agent: Adding new VerifyHostname config
2015-05-11 15:13:58 -07:00
Armon Dadgar
3bf337a6ac
consul: thread the target DC through the RPC path
2015-05-11 13:09:19 -07:00
Armon Dadgar
a1de4b17c2
consul: use tlsutil.Wrapper instead of tls.Config directly
2015-05-11 13:09:19 -07:00
Armon Dadgar
0299278b5b
tls: define wrapper type
2015-05-11 13:09:19 -07:00
Ryan Breen
97d1a3b82d
Merge pull request #926 from cruatta/multiple-config-dir-help-text
...
Multiple config dir help text
2015-05-11 13:41:55 -04:00
Cameron Ruatta
dfbd466c71
Adding docs about configuration directory sub-directories
2015-05-11 10:36:50 -07:00
Cameron Ruatta
0b9bc7d2f5
Adding documentation about specifying multiple configuration directories
2015-05-11 10:19:04 -07:00
Ryan Uber
d4f805e800
command: fix configtest help format
2015-05-11 09:42:26 -07:00
Ryan Uber
b082d2f529
website: link and formatting adjustments for configtest command
2015-05-11 09:42:06 -07:00
Ryan Uber
27a4dc868c
Merge pull request #904 from josephholsten/configtest-clean
...
add minimal configtest command
2015-05-11 09:01:54 -07:00
Sathiya Shunmugasundaram
d93b7128d6
Added access/secret key variables and added Tag to instances, removed egress section since it comes by default
2015-05-09 16:50:11 -04:00