Kyle Havlovitz
114ee0755a
Fix race condition in TestClient_WatchList and TestClient_WatchGet
2016-10-25 17:48:11 -07:00
Kyle Havlovitz
2379b822ad
Add wait logic to TestClient_RPC_Pool
2016-10-25 17:48:11 -07:00
Kyle Havlovitz
107f4ff878
Agent anti-entropy test fixes
2016-10-25 17:48:11 -07:00
James Phillips
fa4a29ae7c
Merge pull request #2437 from hashicorp/f-travis-pr-lite
...
Only builds the binary stuff under master branch CI.
2016-10-25 13:58:35 -07:00
James Phillips
44f7ebce05
Only builds the binary stuff under master branch CI.
2016-10-25 13:49:57 -07:00
Kyle Havlovitz
61311cff80
Test fixes ( #2434 )
...
* Test fixes in health_endpoint_test.go, agent_endpoint_test.go and rtt_test.go
* Don't reuse the same agent config in TestAgent_ReconnectConfigSettings
2016-10-25 13:46:54 -07:00
James Phillips
dace771f06
Merge pull request #2389 from hashicorp/jbs-2019
...
Lower Service tag DNS warning to DEBUG for #2019
2016-10-24 17:05:02 -07:00
James Phillips
1adbcff059
Merge pull request #2383 from hashicorp/jbs-1462
...
Clarify retry_join addresses for #1462
2016-10-20 11:40:03 -07:00
Brian Shumate
fd794ec0b4
Reworded and applied to -retry-join also
2016-10-20 14:14:55 -04:00
James Phillips
14c90e9aa6
Merge pull request #2382 from zaunerc/master
...
Add info about return values for function Get().
2016-10-20 09:40:58 -07:00
James Phillips
03f121faf3
Merge pull request #2381 from bluefeet/master
...
Add the Perl Consul client library to the list of SDKs on the web site.
2016-10-20 09:39:39 -07:00
James Phillips
51f0d91efb
Adds a version note for the consul kv command.
...
Closes #2410 .
2016-10-13 08:02:20 -07:00
James Phillips
fc5ce4047e
Merge pull request #2408 from Kourkis/patch-1
...
Fix typo
2016-10-11 07:55:52 -07:00
Michel Lebeau
4ea1f2e613
Fix typo
...
The double "to" was distracting
2016-10-11 15:51:49 +01:00
James Phillips
03027260dc
Update CHANGELOG.md
2016-10-06 22:11:48 -07:00
James Phillips
b76add8509
Update CHANGELOG.md
2016-10-06 22:10:11 -07:00
James Phillips
48a35d7aa6
Update CHANGELOG.md
2016-10-06 21:55:36 -07:00
James Phillips
377ce12e53
Removes reap config option.
2016-10-06 21:45:18 -07:00
James Phillips
8c6439d379
Update CHANGELOG.md
2016-10-06 21:41:49 -07:00
James Phillips
78815ea44d
Adds a note about child process reaping going away.
2016-10-06 21:38:29 -07:00
James Phillips
9a36cd4bbf
Merge pull request #2394 from adamwg/reap-the-reaper
...
Remove the child process reaper (resolve #1988 )
2016-10-06 21:35:03 -07:00
James Phillips
69eb0f75e5
Update community.html.erb
2016-10-06 17:38:34 -07:00
James Phillips
0dfa88488c
Update README.md
2016-10-06 17:31:40 -07:00
James Phillips
c535950e92
Update README.md
2016-10-06 17:30:59 -07:00
James Phillips
73af9e3e3a
Merge pull request #2395 from gitter-badger/gitter-badge
...
Add a Gitter chat badge to README.md
2016-10-06 17:30:38 -07:00
The Gitter Badger
9a87d9b45a
Add Gitter badge
2016-10-07 00:29:26 +00:00
James Phillips
420220fdb2
Merge pull request #2392 from Tecsisa/Fix_DNS_Cache_doc
...
Doc fix - allow_stale enabled by default in v0.7
2016-10-06 08:31:52 -07:00
Adrián López Gómez
6e41d53871
Doc fix - allow_stale enabled by default in v0.7
2016-10-06 15:00:28 +02:00
James Phillips
acb071b4f2
Merge pull request #2386 from aboettger-tuhh/patch-1
...
json syntax corrected
2016-10-05 20:01:54 -07:00
James Phillips
92d44e0067
Update CHANGELOG.md
2016-10-05 18:11:35 -07:00
James Phillips
ee610c89c1
Merge pull request #2391 from hashicorp/b-peers-docs
...
Fixes port numbers in peers.info.
2016-10-05 18:10:04 -07:00
James Phillips
b423dee303
Fixes port numbers in peers.info.
2016-10-05 18:09:15 -07:00
James Phillips
5bc24986b4
Update CHANGELOG.md
2016-10-05 17:55:04 -07:00
James Phillips
0f35f08b6a
Adds comment about SessionOpts.
2016-10-05 17:53:27 -07:00
James Phillips
dc60027e6d
Merge pull request #2372 from HotelsDotCom/flexible-lock-sessions
...
More flexible Session configuration when using api.Lock
2016-10-05 17:52:12 -07:00
Brian Shumate
36e1a194c2
Lower Service tag DNS warning to DEBUG for #2019
2016-10-05 08:45:01 -04:00
Adam Wolfe Gordon
fa08665ad2
vendor: Remove go-reap
...
go-reap is no longer used since we no longer reap child processes.
2016-10-04 09:41:29 -06:00
Adam Wolfe Gordon
ae5bd0f2cc
agent: Stop reaping child processes ( resolves #1988 )
...
The consul docker image now uses dumb-init to reap child processes, so
there's no need to reap them ourselves.
2016-10-04 09:36:41 -06:00
Andreas Böttger
13c1315916
json syntax corrected
2016-10-04 15:40:53 +02:00
Brian Shumate
7fbec39f1f
Clarify retry_join addresses for #1462
...
- Initial pass at adding note about address formats for retry_join;
IPv4 is a list of IPs only, whereas IPv6 are bracketed IPs + port
2016-10-03 12:15:24 -04:00
Christoph Zauner
79287ef280
Add info about return values for function Get().
2016-10-03 08:24:04 +00:00
Aran Deltac
fb48da4558
Add the Perl Consul client library to the list of SDKs on the web site.
2016-10-01 17:52:45 -07:00
James Phillips
4053bd3dea
Merge pull request #2369 from hashicorp/jbs-2204
...
Update getting started/join to address #2204
2016-09-30 07:51:30 -07:00
James Phillips
51409f3ab4
Merge pull request #2377 from hashicorp/jbs-2210
...
Update variable value information, fixes #2210
2016-09-30 07:50:52 -07:00
Brian Shumate
df41000a94
Update variable value information as port must also be specified, fixes #2210
2016-09-29 12:50:00 -04:00
Brian Shumate
86db05c973
correction
2016-09-29 12:42:22 -04:00
Maxim Ivanov
d45b0cc68c
More flexible Session configuration when using api.Lock
2016-09-29 14:07:54 +01:00
Brian Shumate
dae5b932da
Update getting started/join to address #2204
2016-09-28 12:20:36 -04:00
James Phillips
1830d86127
Merge pull request #2364 from hashicorp/jbs-docs
...
Correct inaccurate bind reference, closes #2234
2016-09-28 08:32:28 -07:00
Brian Shumate
a470c4901a
Finalize update for -bind
2016-09-27 18:36:19 -04:00