Ryan Breen
|
70906effbe
|
Merge pull request #1192 from kikitux/master
update: add consul-cli to downloads_tools.html.erb
|
2015-08-24 21:43:49 -04:00 |
Alvaro Miranda
|
c4bd148bfb
|
update: add consul-cli to downloads_tools.html.erb
update: add consul-cli to downloads_tools.html.erb
|
2015-08-25 13:38:25 +12:00 |
Andy Lo-A-Foe
|
325b54649a
|
Remove duplicate code
|
2015-08-20 20:46:20 +02:00 |
Andy Lo-A-Foe
|
3d133ab78c
|
Use Ports.HTTP directly
|
2015-08-20 20:27:20 +02:00 |
Andy Lo-A-Foe
|
7e2ecf6a3c
|
Add documentation for http-port option
|
2015-08-20 20:19:35 +02:00 |
Shawn Cook
|
b9f70c7486
|
Merge remote-tracking branch 'hashicorp/master' into enable_tag_drift_03
|
2015-08-20 09:15:45 -07:00 |
Shawn Cook
|
d4ec6aa630
|
Update tests - NodeService init needs bool
|
2015-08-20 09:09:26 -07:00 |
Armon Dadgar
|
f58bbd3c31
|
Merge pull request #1174 from hashicorp/b-fix-typo
Fixes a typo in the event docs, and twiddles the formatting.
|
2015-08-18 18:58:48 -07:00 |
Shawn Cook
|
854ff1eb41
|
Add EnableTagDrift logic to command/agent/local.go
|
2015-08-18 14:03:48 -07:00 |
Shawn Cook
|
3a740ac07b
|
Remove from command/agent/config_test.go
|
2015-08-18 10:42:25 -07:00 |
Shawn Cook
|
7ce8d3ec13
|
Remove from testutil/server.go
|
2015-08-18 10:41:17 -07:00 |
Shawn Cook
|
f6814c89ed
|
EnableTagDrift in NodeService struct
|
2015-08-18 10:34:55 -07:00 |
Mac Browning
|
04eb37ffb6
|
consul: refactor GetPrivateIP for testability
|
2015-08-15 17:44:32 -04:00 |
Ryan Uber
|
5024e7c3c7
|
Merge pull request #1166 from hashicorp/f-dns-log
Log network address of DNS clients
|
2015-08-13 18:32:32 -07:00 |
James Phillips
|
f9c30fa140
|
Merge pull request #1161 from hashicorp/b-website-vagrantfile
website/Vagrantfile works again.
|
2015-08-13 18:26:22 -07:00 |
James Phillips
|
c6b4ba12a7
|
Fixes a typo in the event docs, and twiddles the formatting.
|
2015-08-13 17:26:41 -07:00 |
James Phillips
|
7dcacea9c3
|
Merge pull request #1170 from hashicorp/b-connection-spam
Fixes #1165 by having threads wait for any outstanding connect to finish.
|
2015-08-13 11:38:39 -07:00 |
James Phillips
|
8df55b6964
|
Changes to an unbuffered channel, since we just close it.
|
2015-08-13 11:38:02 -07:00 |
James Phillips
|
1c6414e806
|
Cleans up locking and factors markForUse into a Conn method.
|
2015-08-13 10:01:05 -07:00 |
James Phillips
|
18711b40b8
|
Gets rid of follow up attempts if the lead thread can't connect.
|
2015-08-12 20:14:48 -07:00 |
James Phillips
|
7d9db86b03
|
Adds missing ref count for the race condition case.
|
2015-08-12 19:26:01 -07:00 |
James Phillips
|
0efc49b510
|
Fixes #1165 by having threads wait for any outstanding connect to finish.
|
2015-08-12 18:48:15 -07:00 |
Ryan Uber
|
07299a61dc
|
agent: log network address of DNS clients
|
2015-08-11 10:33:27 -07:00 |
Andy Lo-A-Foe
|
7a3da7db26
|
Add -http-port option to change the HTTP API port
This is useful when pushing consul to PaaS like
Cloud Foundry making the HTTP API easily routable.
|
2015-08-11 14:14:21 +02:00 |
Jack Pearkes
|
1584b35e3b
|
revert 8bf8871, fc2aad3, 503d338.
some misplaced UI development changes
|
2015-08-07 16:40:49 -07:00 |
Jack Pearkes
|
5bbc336a25
|
ui: update development config to not use ACLs to simplify life
|
2015-08-07 16:36:39 -07:00 |
Jack Pearkes
|
694285b596
|
ui: update gems for development
|
2015-08-07 16:36:29 -07:00 |
Jack Pearkes
|
2b05a38ede
|
ui: add 'map' route and button, tighten up the nav to give space
|
2015-08-07 16:36:02 -07:00 |
Ryan Breen
|
54b4bea277
|
Merge pull request #1160 from hashicorp/docs-reaping-left-nodes
Added detail about left/failed nodes and 72h reaping
|
2015-08-06 20:40:52 -04:00 |
Cameron Stokes
|
b34662a87b
|
website/Vagrantfile works again.
- Added gpg key
- Updated to ruby 2.2.2
- bundle -> bundle update
|
2015-08-06 17:39:48 -07:00 |
Cameron Stokes
|
92b86f0631
|
Added detail about left/failed nodes and 72h reaping
Ref: https://groups.google.com/forum/#!searchin/consul-tool/left/consul-tool/KVl0u91uCdw/bfzrUO4r-1QJ
|
2015-08-06 17:37:48 -07:00 |
Armon Dadgar
|
c2a865686c
|
Merge pull request #1158 from mfischer-zd/fix_1155
lock.go: fix race condition
|
2015-08-05 14:56:13 -07:00 |
Michael S. Fischer
|
9e0e9e389d
|
lock.go: fix race condition
Fix a race condition between startChild() and killChild() that could
lead to an orphaned managed process.
Fixes #1155
|
2015-08-05 09:06:51 -07:00 |
Ryan Breen
|
401f8f373a
|
Merge pull request #1146 from hashicorp/website-broken-link
website: fix broken link on acl page
|
2015-07-31 15:15:40 -04:00 |
Jack Pearkes
|
49181fce76
|
website: fix broken link on acl page
|
2015-07-31 12:14:28 -07:00 |
Armon Dadgar
|
cebac0d7bb
|
Merge pull request #1145 from jrgarcia/trim-trailing-slash-lock
Remove trailing slash from lock
|
2015-07-30 10:20:31 -07:00 |
J.R. Garcia
|
f95ba4b8eb
|
Remove trailing slash from lock
Lock command will remove trailing slash from path (as it is invalid).
Fixes #1136.
|
2015-07-30 12:14:17 -05:00 |
Ryan Breen
|
b13ba78651
|
Merge pull request #1143 from hashicorp/GH-1142
Check NXDOMAIN after filtering nodes
|
2015-07-29 18:56:08 -04:00 |
Ryan Breen
|
20f17a0cc8
|
Test for GH-1142.
|
2015-07-29 18:21:16 -04:00 |
Armon Dadgar
|
0a853bca2e
|
Merge pull request #1137 from 42wim/fix-1124
Recurse when PTR answer is empty
|
2015-07-29 14:39:04 -07:00 |
Ryan Breen
|
dbb5ad1316
|
Check NXDOMAIN after filtering nodes
Move the check for NXDOMAIN below the service health filter.
|
2015-07-29 17:16:48 -04:00 |
Kevin Fishner
|
19b7099af3
|
update analytics
|
2015-07-28 15:59:05 -07:00 |
Ryan Uber
|
6e38497ce9
|
Merge pull request #1141 from hashicorp/f-travis
Try moving to newer Travis-CI infrastructure
|
2015-07-28 10:42:56 -07:00 |
Ryan Uber
|
f48bc65e62
|
travis-ci: skip syslog tests for container-based travis infra
|
2015-07-28 09:58:43 -07:00 |
Ryan Uber
|
8f321ca0ba
|
Merge pull request #1140 from hashicorp/h-acl
Filter services when using ChecksInState.
|
2015-07-28 09:34:40 -07:00 |
Ryan Uber
|
3d86a969ee
|
travis-ci: use newer build infra
|
2015-07-28 09:13:25 -07:00 |
Ryan Uber
|
36bddeca25
|
consul: filter services by ACL when using ChecksInState.
|
2015-07-27 16:57:56 -07:00 |
Wim
|
a6734ab4b8
|
Recurse when PTR answer is empty
|
2015-07-27 23:22:36 +02:00 |
Armon Dadgar
|
2017c95d13
|
Merge pull request #1130 from pdf/check_socket
Add Socket check type
|
2015-07-27 14:21:24 -07:00 |
Peter Fern
|
403b42af99
|
Document `TCP` check type
|
2015-07-27 10:53:52 +10:00 |