Seth Vargo
c7496c5652
Change delete CAS behavior to require ModifyIndex
2016-09-26 16:06:55 -07:00
Seth Vargo
55f1b4ac44
Rename session name to session ID
2016-09-26 16:06:55 -07:00
Seth Vargo
12e46503f7
Update ModifyIndex comment
2016-09-26 16:06:55 -07:00
Seth Vargo
b3c280772f
Gemfile was wonky
2016-09-26 16:06:54 -07:00
Seth Vargo
6cdf354270
Fix copy-paste comments
2016-09-26 16:06:54 -07:00
Seth Vargo
de7fc2c7ac
Fix styles
2016-09-26 16:06:54 -07:00
Seth Vargo
a6262c863b
Add top-level docs command
2016-09-26 16:06:54 -07:00
Seth Vargo
297a22383f
Add kv delete command
2016-09-26 16:06:53 -07:00
Seth Vargo
82bddd7f9b
Add kv put command
2016-09-26 16:06:53 -07:00
Seth Vargo
c8fdc5c50d
Add kv get
2016-09-26 16:06:53 -07:00
Seth Vargo
87ad6d466c
Add kv command stubs
2016-09-26 16:06:53 -07:00
Seth Vargo
afd0e58c24
Update middleman
2016-09-26 16:06:52 -07:00
Seth Vargo
8c30edc54e
Add test function for returning an API client
2016-09-26 16:06:52 -07:00
Seth Vargo
227019ec59
Add documentation to KVPair
...
Based on discussions with @slackpad, some of the values in the KVPair are
ReadOnly. This commit updates the docs to reflect that.
2016-09-26 16:06:52 -07:00
James Phillips
d1da2eff80
Merge pull request #2361 from jfbibeau/patch-1
...
Docs: Update command to create sample service
2016-09-26 14:23:31 -07:00
JF Bibeau
ee008bcc2d
Docs: Update command to create sample service
...
Since the previous command creates /etc/consul.d with sudo, a regular user won't have permission to echo and redirect a file to the directory. Switch to using tee with sudo to ensure the file gets created.
2016-09-26 16:36:10 -04:00
James Phillips
bdcc8c44f5
Merge pull request #2359 from ehaydenr/master
...
Terraform AWS Private Key
2016-09-24 15:44:37 -07:00
Eric Rosenberg
d8a2c79f3b
key_file is deprecated. Switching to private_key using the file() interpolation function.
2016-09-24 16:36:04 -05:00
James Phillips
75256a158b
Update CHANGELOG.md
2016-09-23 17:46:58 -07:00
James Phillips
b5da193b6b
Merge pull request #2358 from hashicorp/b-windows-spam
...
Makes Windows error check case-insensitive, runs go fmt.
2016-09-23 17:45:39 -07:00
James Phillips
5f0835fae7
Runs go-fmt (incidental to this PR).
2016-09-23 17:44:14 -07:00
James Phillips
1f5ae4827e
Makes string search for Windows case-insensitive.
...
Fixes #2356 .
2016-09-23 17:43:40 -07:00
James Phillips
cfa66a62ab
Updates middleman-hashicorp.
2016-09-23 16:13:12 -07:00
James Phillips
c4c409be44
Update keyring.html.markdown
2016-09-23 16:00:05 -07:00
James Phillips
247a872a11
Update CHANGELOG.md
2016-09-22 12:57:24 -07:00
James Phillips
216c5c7786
Merge pull request #2353 from hashicorp/b-local-panic
...
Cleans up state management for remote deletes from local state.
2016-09-22 12:56:08 -07:00
James Phillips
c780149b5d
Calls remove on checks and services in the local test.
2016-09-22 11:41:17 -07:00
James Phillips
c8ce41f459
Cleans up state management for remote deletes from local state.
...
Fixes #2125 .
2016-09-21 16:52:43 -07:00
James Phillips
f30678f6f4
Merge pull request #2352 from hashicorp/sethvargo/check_Default
...
Clarify that hostname defaults to localhost for tcp
2016-09-21 09:30:16 -07:00
Seth Vargo
e1c8b14a6b
Clarify that hostname defaults to localhost for tcp
2016-09-21 12:20:36 -04:00
James Phillips
6b06fd04d3
Merge pull request #2351 from hashicorp/jbs-doc-updates
...
Remove references to the 'unknown' state.
2016-09-21 07:33:21 -07:00
Brian Shumate
2c9501a1b0
Remove references to the 'unknown' state.
...
- Remove reference to 'unknown' state in catalog endpoint docs
- Remove reference to 'unknown' state in health endpoint docs
2016-09-21 09:50:12 -04:00
James Phillips
745c3bc633
Update CHANGELOG.md
2016-09-20 17:26:56 -07:00
James Phillips
b0b05f48f3
Merge pull request #2262 from WIZARD-CXY/master
...
Fixes go race bug in startup log buffering.
2016-09-20 17:24:52 -07:00
James Phillips
67a03d57b5
Merge pull request #2346 from svetlyak40wt/patch-1
...
Fixed header level for version 0.7.0
2016-09-17 18:24:22 -07:00
Alexander Artemenko
74f2000182
Fixed header level for version 0.7.0
...
Wrong header level breaks automatic changelog parsing at allmychanges.com.
2016-09-17 22:54:05 +04:00
James Phillips
906c19769f
Merge pull request #2344 from soupdiver/return_error_when_no_logger_is_provided_on_http_server_creation
...
Returns an error if no logOutput is provided.
2016-09-17 09:10:01 -07:00
Felix
f0eb0ba549
return an error if no logOutput is provided
...
Otherwise the code will panic at a later stage where it is more complicated to figure out what’s actually going on.
2016-09-17 17:46:13 +09:00
James Phillips
b2e867454a
Updates getting started to remove broken links.
...
Fixes #2293 .
2016-09-16 15:58:01 -07:00
James Phillips
6f0a3b9bf5
Adds Operator endpoint link.
2016-09-15 13:13:09 -07:00
James Phillips
a03cd5c3dd
Merge pull request #2341 from hashicorp/jbs-getting-started-updates
...
Command output updates.
2016-09-15 07:38:02 -07:00
Brian Shumate
1ee4ba2db6
Restore command line.
2016-09-15 10:37:08 -04:00
Brian Shumate
1654de6184
Command output updates.
...
- Updated starting agent example to show new output/timestamps
- Updated curl example to show TaggedAddresses
- Updated dig example to return 127.0.0.1
2016-09-15 10:25:23 -04:00
James Phillips
f57b84b807
Tweaks wording in lifeguard section.
2016-09-14 10:17:23 -07:00
James Phillips
c591d86dd5
Adds a section about lifeguard.
2016-09-14 10:09:23 -07:00
James Phillips
d60c985f8f
Updates website to version 0.7.0.
2016-09-14 09:27:31 -07:00
James Phillips
8cae7b1f44
Puts tree back into development mode.
2016-09-14 09:20:31 -07:00
James Phillips
a189091a35
Release v0.7.0
2016-09-14 09:11:34 -07:00
James Phillips
31d809e66e
Puts tree in final release mode.
2016-09-14 08:47:01 -07:00
James Phillips
858aa828a8
Merge pull request #2337 from pszymczyk/master
...
Remove reference to localhost in operator.html.markdown
2016-09-14 07:11:46 -07:00