Armon Dadgar
a611f447eb
Update CL
2015-05-18 14:04:07 -07:00
Armon Dadgar
e05431323e
Merge pull request #951 from carlanton/http-user-agent
...
Set the User Agent for HTTP health checks
2015-05-18 13:58:35 -07:00
Anton Lindström
ce93fdd76b
Set the User Agent for HTTP health checks
2015-05-18 19:12:10 +02:00
Armon Dadgar
9417fd3768
Merge pull request #941 from highlyunavailable/remove-DefaultSemaphoreRetryTime
...
Remove unused DefaultSemaphoreRetryTime
2015-05-15 16:15:12 -07:00
Armon Dadgar
0e1fb284ff
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
ed3b0dd9ee
Include DC in the members command output
2015-05-15 23:26:34 +02:00
Ryan Breen
cf9d499e94
Merge pull request #945 from highlyunavailable/cdotnet
...
Add Consul.NET to the tools page
2015-05-15 17:08:45 -04:00
highlyunavailable
825ef1d6bc
Add Consul.NET to the tools page
...
Fixes #944
2015-05-15 14:07:16 -07:00
Seth Vargo
1e70da7314
Merge pull request #943 from hashicorp/sethvargo/update_middleman
...
Use new middleman-hashicorp
2015-05-15 16:32:06 -04:00
Seth Vargo
549f959ab4
Use new middleman-hashicorp
2015-05-15 16:06:10 -04:00
highlyunavailable
16de0a909b
Remove unused DefaultSemaphoreRetryTime
...
Fixes #932
DefaultSemaphoreRetryTime is actually unused, unlike DefaultLockRetryTime.
2015-05-15 08:25:02 -07:00
Armon Dadgar
c559023d81
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
cee5b53423
consul: adding StopWatch test
2015-05-14 18:32:19 -07:00
Armon Dadgar
ab3632e409
consul: lower default query time and add small stagger
2015-05-14 17:59:43 -07:00
Armon Dadgar
c51c888142
consul: adding randomStagger util method
2015-05-14 17:59:11 -07:00
Armon Dadgar
926b8bc7fa
consul: proactively clear timers
2015-05-14 17:42:47 -07:00
Armon Dadgar
e62ff966a3
consul: ensure blocking query cleans any lingering state
2015-05-14 17:38:42 -07:00
Armon Dadgar
1a50225911
consul: Adding methods to stop watching for changes
2015-05-14 17:33:02 -07:00
Armon Dadgar
c54ab04794
consul: adding Clear to NotifyGroup
2015-05-14 17:30:30 -07:00
Ryan Breen
c69077092c
Merge pull request #936 from ceh/intro-getting-started-join-typo
...
website: fix typo
2015-05-14 08:57:59 -04:00
Emil Hessman
f5ed15a860
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
9fb235a98d
Cutting 0.5.1
2015-05-13 09:28:32 -07:00
Ryan Uber
2b98ebca78
agent: log a message when data migrations start
2015-05-12 12:58:44 -07:00
Ryan Breen
b96849ccf7
Merge pull request #931 from colinrymer/patch-1
...
Typo fix
2015-05-12 15:55:18 -04:00
Colin Rymer
a111719d23
Typo fix
2015-05-12 15:54:32 -04:00
Armon Dadgar
dc6795a55a
api: improve test reliability
2015-05-12 12:10:25 -07:00
Armon Dadgar
86198b9ce7
Cutting v0.5.1
2015-05-12 11:48:16 -07:00
Ryan Uber
72ee584df3
Fix tests after merge
2015-05-11 18:53:09 -07:00
Armon Dadgar
d9f35c7eac
Tagging as 0.5.1 RC
2015-05-11 18:16:30 -07:00
Armon Dadgar
24089a872b
CL updates
2015-05-11 18:16:18 -07:00
Armon Dadgar
ebf961ef8b
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
d3dee0d06c
CL updates
2015-05-11 17:05:28 -07:00
Armon Dadgar
ef8027ae2a
Merge branch 'Heuriskein-master'
2015-05-11 16:48:24 -07:00
Armon Dadgar
8d86290ebf
Fixing merge conflict
2015-05-11 16:48:10 -07:00
Armon Dadgar
90d6204a1a
website: document the new TLS changes
2015-05-11 16:22:10 -07:00
Armon Dadgar
75d2701a1a
test: Adding hostname certs
2015-05-11 16:06:34 -07:00
Armon Dadgar
53f2d8868c
tlsutil: Testing hostname verification
2015-05-11 16:05:39 -07:00
Armon Dadgar
7665b65834
tlsutil: Testing VerifyServerHostname on OutgoingConfig
2015-05-11 15:27:09 -07:00
Armon Dadgar
a485eb8447
agent: copy config into consul config
2015-05-11 15:16:13 -07:00
Armon Dadgar
beec4972de
consul: support the new TLS wrapper
2015-05-11 15:15:36 -07:00
Armon Dadgar
cfe788646d
tlsutil: Adding wrappers for hostname verification
2015-05-11 15:14:56 -07:00
Armon Dadgar
59d5992355
agent: Adding new VerifyHostname config
2015-05-11 15:13:58 -07:00
Armon Dadgar
6cf2efca0c
consul: thread the target DC through the RPC path
2015-05-11 13:09:19 -07:00
Armon Dadgar
92e5548b23
consul: use tlsutil.Wrapper instead of tls.Config directly
2015-05-11 13:09:19 -07:00
Armon Dadgar
6b2390833d
tls: define wrapper type
2015-05-11 13:09:19 -07:00
Ryan Breen
9a2f04ea73
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
587cd35c6c
Adding docs about configuration directory sub-directories
2015-05-11 10:36:50 -07:00
Cameron Ruatta
9271d94532
Adding documentation about specifying multiple configuration directories
2015-05-11 10:19:04 -07:00
Ryan Uber
ecf43cf14e
command: fix configtest help format
2015-05-11 09:42:26 -07:00
Ryan Uber
8f79a964cd
website: link and formatting adjustments for configtest command
2015-05-11 09:42:06 -07:00