Commit Graph

3204 Commits

Author SHA1 Message Date
Ryan Breen 44b1c0b1f7 Merge pull request #1483 from sepn/master
Change example filename to use .json instead of .js
2015-12-09 15:01:16 -05:00
James Phillips 4178bae1f8 Puts the version file into the "next version" state. 2015-12-08 19:38:38 -08:00
Sep Nasiri d644ede899 Change example filename to use .json instead of .js
Since only .json files are loaded using .js as an example here is confusing.
2015-12-08 18:42:32 -08:00
Ryan Breen d539927e32 Merge pull request #1475 from WangFenjin/master
Fix typo
2015-12-08 07:25:31 -05:00
WangFenjin dcecbf4653 Fix typo 2015-12-08 17:45:01 +08:00
James Phillips 232fc7d5fd Adds blank line to fix Docker check formatting. 2015-12-08 00:04:55 -08:00
James Phillips 0fb6e9b7f6 Adds some more upgrade notes for Consul 0.6. 2015-12-07 17:58:43 -08:00
James Phillips 2fd4494466 Adds some additional upgrade notes for 0.6. 2015-12-07 17:56:38 -08:00
Ryan Breen 7dc5d88f89 Merge pull request #1473 from nftw/nftw-patch-1
Update atlas.html.markdown
2015-12-07 12:13:15 -05:00
nftw 07e367972c Update atlas.html.markdown
Fixed minor typo
2015-12-07 17:06:11 +00:00
James Phillips d5cdb34ce6 Merge pull request #1469 from hashicorp/settings-icon
ui: swap unicode glyph with inline svg for the settings icon
2015-12-04 08:40:59 -08:00
Matthew Irish c403745a55 ui: swap unicode glyph with inline svg for the settings icon 2015-12-04 10:36:55 -06:00
James Phillips a3481052ad Bumps the website version to 0.6.0. 2015-12-03 20:29:51 -08:00
James Phillips 1535215488
Release v0.6.0 2015-12-03 14:17:27 -08:00
James Phillips 7af200fb5a Adds a release date for 0.6.0 to the change log for the final build. 2015-12-03 13:48:09 -08:00
James Phillips 1ff4357cc5 Updates the version specific instructions for 0.6.0. 2015-12-02 10:32:00 -08:00
James Phillips 70d7527840 Merge pull request #1463 from hashicorp/b-query-name-alias
Adds a check to make sure query names can't be registered twice.
2015-12-02 09:30:53 -08:00
James Phillips 38bdcc9907 Adds a check to make sure query names can't be registered twice. 2015-12-02 09:04:51 -08:00
James Phillips 300cb16b8b Adds deps for 0.6.0 release build. 2015-12-01 15:34:00 -08:00
James Phillips 6dc746b48b Drops the pre-release marker. 2015-12-01 15:25:03 -08:00
James Phillips 2da21435ac Tweaks wording in change log. 2015-12-01 10:34:52 -08:00
James Phillips 5c3c9eed6b Updates the change log. 2015-12-01 08:31:15 -08:00
James Phillips 0b67a0a349 Merge pull request #1452 from hashicorp/f-shrink
consul: shrink yamux recv buffer on idle streams
2015-12-01 08:27:48 -08:00
James Phillips 3412b7d023 Tightens up wording in the change log. 2015-11-30 22:12:39 -08:00
James Phillips 1c5569d23b Updates the change log. 2015-11-30 22:11:20 -08:00
James Phillips b7807b42c1 Merge pull request #1457 from hashicorp/f-monitor-retries
Adds a retry capability to lock monitors in the API client.
2015-11-30 20:26:24 -08:00
James Phillips 48f9210761 Adds a unit test for lock monitor retries. 2015-11-30 20:16:40 -08:00
James Phillips fcd0cb7a11 Adds custom retry time for lock monitors. 2015-11-30 20:16:22 -08:00
James Phillips 2f3d109b18 Adds a retry capability to lock monitors in the API client. 2015-11-30 17:09:41 -08:00
James Phillips 24611b0732 Updates API docs for version 0.6.0. 2015-11-28 20:04:29 -08:00
Ryan Breen 9f9a904bba Merge pull request #1453 from thanhson1085/patch-1
Make the packages up to date
2015-11-28 11:01:18 -05:00
Nguyen Sy Thanh Son 3b0d173255 Make the packages up to date 2015-11-28 22:52:40 +07:00
Armon Dadgar a033d7aed2 consul: shrink yamux recv buffer on idle streams 2015-11-27 17:20:57 -08:00
James Phillips 241600f9b1 Merge pull request #1450 from hashicorp/f-proc-warnings
Removes the GOMAXPROCS warnings which are obsolete for Go 1.5+.
2015-11-26 11:25:39 -08:00
James Phillips b87aeec4e1 Removes the GOMAXPROCS warnings which are obsolete for Go 1.5+. 2015-11-25 17:59:16 -08:00
James Phillips 12845f0a1e Merge pull request #1445 from hashicorp/f-check-cert
Switches to curl with certificate checking.
2015-11-23 10:50:54 -08:00
James Phillips 63f51bda94 Switches to curl with certificate checking. 2015-11-23 10:46:14 -08:00
James Phillips d1783b21d8 Merge pull request #1443 from mindscratch/patch-1
Fix version support
2015-11-23 10:16:26 -08:00
Craig Wickesser 1a1a91eb86 Fix version support
Updated the version that the library supports.
2015-11-23 13:03:38 -05:00
Ryan Breen 3c9e983800 Update health.html.markdown
Correct json syntax in example.
2015-11-23 09:39:05 -05:00
Ryan Breen cab5c8c1ca Merge pull request #1441 from raboof/patch-1
Include 'Service'/'Address' field in example
2015-11-23 09:36:13 -05:00
Arnout Engelen ab22325b87 Include 'Service'/'Address' field in example
Add the `Service`/`Address` field to the example output for the `/v1/health/service/\<service\>` endpoint.

Even though it's an optional value, this is probably the one consumers are looking for (rather than the `Node` address)
2015-11-23 15:01:24 +01:00
James Phillips 1144846ed0 Fixes a typo in the prepared queries doc. 2015-11-20 21:44:24 -08:00
James Phillips bcbf6d268e Removes old logging doc which was empty. 2015-11-18 14:41:50 -08:00
James Phillips 1a6718d9b2 Merge pull request #1424 from hashicorp/b-docker-client-api
Adds Docker checks support to client API.
2015-11-18 09:13:54 -08:00
James Phillips 23536f2b97 Adds Docker checks support to client API.
Also changed `DockerContainerId` to `DockerContainerID`, and updated the agent
API docs to reflect their support for Docker checks.
2015-11-18 07:40:02 -08:00
James Phillips c0b9a6dd50 Adds a deps file for v0.6.0-rc2. 2015-11-17 19:24:56 -08:00
James Phillips ea10c9c231
Release v0.6.0-rc2 2015-11-17 18:47:36 -08:00
Ryan Breen dd4f72f571 Merge pull request #1420 from sean-/master
Fix markdown's markup: 2^(64-1) != 2^(64)-1
2015-11-17 18:34:30 -05:00
Sean Chittenden dde0d26e18 Fix markdown's markup: 2^(64-1) != 2^(64)-1 2015-11-17 15:21:47 -08:00