Ryan Uber
|
692e9078cb
|
website: rebundle
|
2015-08-27 11:29:47 -07:00 |
Ryan Uber
|
c468acf222
|
command: atlas endpoint can be passed
|
2015-08-27 11:11:05 -07:00 |
Ryan Uber
|
1cc2429364
|
agent: atlas_endpoint is configurable
|
2015-08-27 11:08:01 -07:00 |
Ryan Uber
|
b0fcb6c234
|
Merge pull request #1199 from hashicorp/f-scada-reload
SCADA client is reload-able
|
2015-08-26 11:46:50 -07:00 |
Ryota Arai
|
33a6cde7dd
|
command/lock: Pass stdin to child process when -pass-stdin passed.
|
2015-08-26 16:27:21 +09:00 |
Ryan Uber
|
5ad8bfbd41
|
agent: log a message when making a new scada connection
|
2015-08-25 21:03:16 -07:00 |
Ryan Uber
|
4b715a7d2c
|
agent: don't reload scada client if there is no config change
|
2015-08-25 20:43:57 -07:00 |
Ryan Uber
|
ed70720d55
|
agent: testing scada client creation in command
|
2015-08-25 20:22:22 -07:00 |
Ryan Uber
|
52a7206ff3
|
agent: test scada HTTP server creation
|
2015-08-25 18:51:04 -07:00 |
Ryan Uber
|
eb8974160f
|
agent: clean up scada connection manager
|
2015-08-25 18:27:07 -07:00 |
Ryan Uber
|
96e7b1869c
|
website: add atlas token/infra to reloadable config
|
2015-08-25 17:21:29 -07:00 |
Ryan Uber
|
87c1e4fcd3
|
agent: document the scada http creation func
|
2015-08-25 17:19:11 -07:00 |
Ryan Uber
|
2e6ccded2c
|
agent: scada client and HTTP server are tracked separately
|
2015-08-25 16:59:53 -07:00 |
Ryan Breen
|
6ad48dbfa3
|
Merge pull request #1197 from hashicorp/b-doc-fix
Clarifies services docs a bit.
|
2015-08-25 19:30:47 -04:00 |
James Phillips
|
103fe83b4a
|
Clarifies services docs a bit.
|
2015-08-25 16:12:19 -07:00 |
James Phillips
|
a1ff6c09f8
|
Merge pull request #1175 from macb/testing_getPrivateIP
consul: refactor GetPrivateIP for testability
|
2015-08-25 15:00:14 -07:00 |
Ryan Breen
|
714dc8a557
|
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
|
f06ae16648
|
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
|
85321301e1
|
Remove duplicate code
|
2015-08-20 20:46:20 +02:00 |
Andy Lo-A-Foe
|
3e046d3efc
|
Use Ports.HTTP directly
|
2015-08-20 20:27:20 +02:00 |
Andy Lo-A-Foe
|
4e2c3373bc
|
Add documentation for http-port option
|
2015-08-20 20:19:35 +02:00 |
Shawn Cook
|
c8b4e3252d
|
Merge remote-tracking branch 'hashicorp/master' into enable_tag_drift_03
|
2015-08-20 09:15:45 -07:00 |
Shawn Cook
|
ab91590bcb
|
Update tests - NodeService init needs bool
|
2015-08-20 09:09:26 -07:00 |
Armon Dadgar
|
7c4b767e4e
|
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
|
96785edd9a
|
Add EnableTagDrift logic to command/agent/local.go
|
2015-08-18 14:03:48 -07:00 |
Shawn Cook
|
a0f8c0a2a0
|
Remove from command/agent/config_test.go
|
2015-08-18 10:42:25 -07:00 |
Shawn Cook
|
152eca3a37
|
Remove from testutil/server.go
|
2015-08-18 10:41:17 -07:00 |
Shawn Cook
|
6a835939b8
|
EnableTagDrift in NodeService struct
|
2015-08-18 10:34:55 -07:00 |
Mac Browning
|
6b59226f0a
|
consul: refactor GetPrivateIP for testability
|
2015-08-15 17:44:32 -04:00 |
Ryan Uber
|
134db62937
|
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
|
58fd18b477
|
Merge pull request #1161 from hashicorp/b-website-vagrantfile
website/Vagrantfile works again.
|
2015-08-13 18:26:22 -07:00 |
James Phillips
|
88c15e5bbd
|
Fixes a typo in the event docs, and twiddles the formatting.
|
2015-08-13 17:26:41 -07:00 |
James Phillips
|
009f0fb023
|
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
|
614bf446fc
|
Changes to an unbuffered channel, since we just close it.
|
2015-08-13 11:38:02 -07:00 |
James Phillips
|
1e8937b52b
|
Cleans up locking and factors markForUse into a Conn method.
|
2015-08-13 10:01:05 -07:00 |
James Phillips
|
072811f289
|
Gets rid of follow up attempts if the lead thread can't connect.
|
2015-08-12 20:14:48 -07:00 |
James Phillips
|
8bca3eb644
|
Adds missing ref count for the race condition case.
|
2015-08-12 19:26:01 -07:00 |
James Phillips
|
40c5af6f73
|
Fixes #1165 by having threads wait for any outstanding connect to finish.
|
2015-08-12 18:48:15 -07:00 |
Ryan Uber
|
05216d3cc4
|
agent: log network address of DNS clients
|
2015-08-11 10:33:27 -07:00 |
Andy Lo-A-Foe
|
7b5da2a240
|
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
|
00e35cdc41
|
revert 8bf8871 , fc2aad3 , 503d338 .
some misplaced UI development changes
|
2015-08-07 16:40:49 -07:00 |
Jack Pearkes
|
8bf88712a1
|
ui: update development config to not use ACLs to simplify life
|
2015-08-07 16:36:39 -07:00 |
Jack Pearkes
|
fc2aad3cf8
|
ui: update gems for development
|
2015-08-07 16:36:29 -07:00 |
Jack Pearkes
|
503d3384d4
|
ui: add 'map' route and button, tighten up the nav to give space
|
2015-08-07 16:36:02 -07:00 |
Ryan Breen
|
47ea4939de
|
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
|
212ff4b163
|
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
|
23db28a5db
|
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
|
066e772536
|
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
|
6875e8d6b4
|
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
|
3846dea370
|
Merge pull request #1146 from hashicorp/website-broken-link
website: fix broken link on acl page
|
2015-07-31 15:15:40 -04:00 |