6246 Commits

Author SHA1 Message Date
Preetha Appan
82b88cb92d Minor tweaks, fixed spacing issue with docker run examples 2017-08-01 16:38:34 -05:00
Preetha Appan
7e58245d4d Address more review comments 2017-08-01 15:25:13 -05:00
Preetha Appan
d4fb271a3d Added links to new containers guide to navbar and index pages 2017-08-01 11:48:25 -05:00
Preetha Appan
9c7cde36da Added a section on configuration 2017-08-01 11:36:34 -05:00
Preetha Appan
aa64d4bc61 More tweaks and grammar corrections 2017-08-01 11:13:24 -05:00
Preetha Appan
fb28d552da More review feedback 2017-08-01 10:38:43 -05:00
Preetha Appan
5dc07f2322 Addressed review comments 2017-07-31 19:56:42 -05:00
Preetha Appan
857a8e200e Capitalize Consul and Docker throughout 2017-07-31 17:54:03 -05:00
Preetha Appan
d45ceff4b7 First pass at a consul containers guide 2017-07-31 17:19:15 -05:00
James Phillips
b97ae36896 Adds a Guides link to the nav. (#3337) 2017-07-28 16:56:57 -07:00
James Phillips
ca50cc30c5 s/nodes/keys/ 2017-07-28 16:42:15 -07:00
Preetha Appan
a86e87d8ed Updated CHANGELOG.md to include GH#3322, and moved recursive delete fix to the improvements section. 2017-07-28 18:01:11 -05:00
preetapan
0f494d8b86 Merge pull request #3332 from hashicorp/issue_3322
This fixes #3322
2017-07-28 17:54:30 -05:00
Preetha Appan
2d84cd2330 Tweaked parsing error message to quote properly 2017-07-28 17:52:35 -05:00
James Phillips
10b660d77a Adds missing autopilot snapshot test and avoids snapshotting nil. (#3333) 2017-07-28 15:48:42 -07:00
Preetha Appan
5aeab1463b Validate unix sockets and ip addresses as needed, more test cases 2017-07-28 17:18:10 -05:00
Preetha Appan
4cec55e8db Modify ResolveTmplAddrs to parse advertise IPs, added test cases that fail to parse correctly 2017-07-28 15:01:32 -05:00
James Phillips
9810c18591 Update area.html.md 2017-07-28 09:28:11 -07:00
James Phillips
b589d8c4a1 Update area.html.md 2017-07-28 09:27:43 -07:00
Preetha Appan
13c118ea51 Removed extra newlines 2017-07-28 10:51:11 -05:00
Preetha Appan
840749db7e Fix comments, and remove redundant TestConfig init from a couple of unit tests 2017-07-28 10:40:43 -05:00
Frank Schroeder
b19b062194
add tests for go-sockaddr template parsing 2017-07-28 15:40:22 +02:00
Frank Schroeder
ac9602e798
agent: unix sockets are not ip addrs 2017-07-28 14:53:21 +02:00
Frank Schroeder
2fcdb35cbb
config: refactor tmpl resolution fn 2017-07-28 12:20:49 +02:00
Preetha Appan
aa98aeb4b1 Moved handling advertise address to readConfig and out of the agent's constructor, plus unit test fixes 2017-07-27 22:06:31 -05:00
Preetha Appan
25acd1534a Move go-socketaddr template parsing into config package to make it happen before creating a new agent. Also removed redundant parsetemplate calls from agent.go. 2017-07-27 16:17:35 -05:00
James Phillips
07ae7bc2e1 Update CHANGELOG.md 2017-07-26 22:49:22 -07:00
James Phillips
6250cd70f5 Adds option to prepared queries to remove empty tags. (#3330) 2017-07-26 22:46:43 -07:00
James Phillips
3fc1b8fa47 Update CHANGELOG.md 2017-07-26 22:10:27 -07:00
James Phillips
08a8d9f2a7 command/lock: Add -child-exitcode, return 2 on child error (#3329)
* Exit 2 if -child-exit-code and the child returned with an error.
* There is no platform independent way to check the exact return code of
* the child, so on error always return 2.
* Closes #947
* Closes #1503
2017-07-26 22:09:19 -07:00
James Phillips
9f10566314 Update geo-failover.html.md 2017-07-26 16:42:35 -07:00
James Phillips
44128e5bbb Update geo-failover.html.md 2017-07-26 15:44:17 -07:00
James Phillips
ab4d51df25 Update CHANGELOG.md 2017-07-26 15:42:30 -07:00
James Phillips
59b9164142 Adds a geo failover guide using prepared queries. (#3328) 2017-07-26 15:40:01 -07:00
James Phillips
4e8fd78957 Update CHANGELOG.md 2017-07-26 11:12:04 -07:00
James Phillips
d62438da74 Update CHANGELOG.md 2017-07-26 11:07:41 -07:00
James Phillips
496b0bcf07 Adds support for agent-side ACL token management via API instead of config files. (#3324)
* Adds token store and removes all runtime use of config for ACL tokens.
* Adds a new API for changing agent tokens on the fly.
2017-07-26 11:03:43 -07:00
preetapan
f2bc2b8d07 Merge pull request #3313 from hashicorp/delete_prefix
This fixes #1278
2017-07-26 09:52:07 -05:00
Preetha Appan
a4487b2742 Update CHANGELOG.md 2017-07-26 09:42:28 -05:00
Preetha Appan
b94617b281 Add extra test case for deleting entire tree with empty prefix 2017-07-26 09:42:07 -05:00
Preetha Appan
4498814843 Don't insert tombstone for empty prefix delete. Other minor unit test fixes 2017-07-25 21:54:11 -05:00
Preetha Appan
fee418d378 Removed redundant comments and unit test 2017-07-25 20:39:33 -05:00
Preetha Appan
b772c477c2 Removed redundant call to reap tombstone from unit test 2017-07-25 19:39:05 -05:00
Preetha Appan
ae443e21d6 Improved unit test per code review 2017-07-25 19:17:40 -05:00
Preetha Appan
b841c99b87 Govendor update go-memdb and go-immutable-radix to pick up changes for DeletePrefix 2017-07-25 17:28:43 -05:00
Preetha Appan
36acf8d6a4 Use new DeletePrefixMethod for implementing KVSDeleteTree operation. This makes deletes on sub trees larger than one million nodes about 100 times faster. Added unit tests. 2017-07-25 17:21:18 -05:00
Omar Jatoi
2cd7408c06 Update consul to version 0.9.0 2017-07-25 16:06:14 +02:00
James Phillips
240c40deb8 Update options.html.md 2017-07-24 22:37:12 -07:00
James Phillips
338b49fe66 Update catalog.html.md 2017-07-24 22:14:51 -07:00
James Phillips
c413a9161e Removes an unnecessary close. 2017-07-24 21:41:18 -07:00