Commit Graph

5732 Commits

Author SHA1 Message Date
James Phillips 288885501c Merge pull request #2888 from hashicorp/go-1.8.1
Upgrades Go version to 1.8.1.
2017-04-11 10:08:38 -07:00
James Phillips 8831f2b23b
Upgrades Go version to 1.8.1. 2017-04-11 10:08:00 -07:00
James Phillips 03328e59d6 Merge pull request #2887 from devopsrebels/master
Fix wrong option name in options.html.markdown
2017-04-11 09:40:16 -07:00
James Phillips 0409096bba Merge pull request #2886 from hashicorp/jbs-doc-faq
Docs: FAQ updates
2017-04-11 09:38:57 -07:00
Brian Shumate b9f048614b
Address link issues / add GCE 2017-04-11 12:34:40 -04:00
Brian Shumate cbff0c0250
add new FAQ details 2017-04-11 12:06:18 -04:00
Brian Shumate 09f7bc4036
Docs updates:
- Add a FAQ for per-key value size limitation in the KV
- Update Atlas FAQ with post-deprecation recommendations
2017-04-11 11:45:29 -04:00
Cihat Genc 13037fc139 Fix wrong option name in options.html.markdown 2017-04-11 14:58:15 +02:00
Samuel Lopes 5c5c568bf5 Make READ THE INTRODUCTION button on homepage clickable
The "call to action" button at the bottom of the homepage is currently unclickable, since it has a negative top margin and is thus "hidden" behind the bottom margin of the terminal div above it. I opted to remove the negative top margin and instead diminish the bottom margin of the terminal div. This approach ends up adding a bit more padding between the "DNS Query Interface" h2 and the marketing div above it, but I think overall the look is in-line with the aesthetics of the page.

I'm fairly unfamiliar with HTML / CSS, so if there is a better way to do what I've done, I'd love to hear it. I've tested this in Chrome and Safari.
2017-04-10 20:32:46 -05:00
Alex Dadgar 13f026dec4 Hash host ID so its stable and well distributed
This PR takes the host ID and runs it through a hash so that it is well
distributed. This makes it so that machines that report similar host IDs
are easily distinguished.

Instances of similar IDs occur on EC2 where the ID is prefixed and on
motherboards created in the same batch.
2017-04-10 11:57:24 -07:00
Cameron Stokes af1d22135a [docs] Autopilot guide: clarify left status 2017-04-10 11:18:54 -07:00
Terror 690c73ecb4 Update index.html
Correct link to the ACL guide.
2017-04-10 13:32:33 +12:00
Seth Vargo 04ab7ce040
Import fonts 2017-04-06 18:41:12 -04:00
Seth Vargo 932869a235
Update variables 2017-04-06 18:17:04 -04:00
Seth Vargo 9c72544447
Update font 2017-04-06 18:05:31 -04:00
Wim 7c8f25c36e Fix ipv6 join failure 2017-04-06 23:27:39 +02:00
Seth Vargo 64a76ea69f
Use hashicorp logo 2017-04-06 17:18:46 -04:00
Seth Vargo 3b66c5224c
Add press-kit 2017-04-06 17:11:34 -04:00
Kyle Havlovitz fbbdaf6949 Update installed consul version to 0.8.0 2017-04-06 11:37:03 -07:00
James Phillips 5fa71eda84
Cleans up some typos in the ACL Guide. 2017-04-06 08:05:17 -07:00
James Phillips 72b9ae96f5
Fixes deep link on ACL bounce page. 2017-04-06 07:55:23 -07:00
James Phillips 593d495624 Merge pull request #2876 from hashicorp/enterprise-links
update all links to enterprise to avoid redirect
2017-04-05 13:02:29 -07:00
Seth Vargo 3efd31be55
Add open graph images 2017-04-05 15:57:14 -04:00
captainill 9d2c13341b update all links to enterprise to avoid redirect 2017-04-05 12:13:23 -07:00
Seth Vargo 05bb6dff72 Merge pull request #2875 from hashicorp/consul-color
correct consul brand colors
2017-04-05 15:02:41 -04:00
Seth Vargo 51ea4faa83 Capitalze 2017-04-05 15:02:31 -04:00
captainill b80aedad6e correct consul brand colors 2017-04-05 12:00:35 -07:00
James Phillips 8967fad448
Removed RPC link from the sidebar. 2017-04-05 11:51:52 -07:00
James Phillips 3a81726023
Fixes a broken link. 2017-04-05 10:50:35 -07:00
James Phillips 28fd8a1904
Updates download link to 0.8.0. 2017-04-05 10:42:00 -07:00
James Phillips ac6bf5dbf0
Cleans up some doc typos. 2017-04-05 10:40:30 -07:00
James Phillips 0de8f13a97 Merge pull request #2874 from hashicorp/acl-guide
Updates the ACL guide.
2017-04-05 10:37:48 -07:00
James Phillips 217d304619
Does a complete rework of the ACL guide. 2017-04-05 10:36:19 -07:00
Seth Vargo 7a0dbe10a4
Wider column sidebar 2017-04-05 10:04:06 -04:00
James Phillips 841c6eb41a Update CHANGELOG.md 2017-04-05 06:20:35 -07:00
James Phillips 4a576774a0
Puts the tree back in dev mode. 2017-04-04 22:09:05 -07:00
James Phillips 1533724254
Release v0.8.0 2017-04-04 21:22:14 -07:00
James Phillips 64ec4428be
Puts the tree into release mode. 2017-04-04 21:15:46 -07:00
James Phillips 686ddd8c83
Deprecates the ACLs internals doc in favor of a guide. 2017-04-04 18:56:42 -07:00
James Phillips 649cb4f385
Removes guide link for Atlas integration. 2017-04-04 18:55:09 -07:00
Kyle Havlovitz 4743895f40
Prefix autopilot log messages with 'autopilot' 2017-04-04 17:21:49 -07:00
James Phillips 0f28aa2bb0 Merge pull request #2872 from hashicorp/b-required-quorum
Use voter count instead of server count to calculate required quorum
2017-04-04 15:54:05 -07:00
Kyle Havlovitz a7fca8d6a7
Use voter count instead of server count for required quorum 2017-04-04 15:42:17 -07:00
James Phillips ed7a6526e9 Merge pull request #2865 from moofish32/doc/v8-compatibility
Raft Protocol vs Consul Protocol Doc Clarification
2017-04-04 12:44:36 -07:00
James Phillips 13e0ecda3f Update upgrade-specific.html.markdown 2017-04-04 12:43:24 -07:00
Seth Vargo b3cd9acdae
Link to new api 2017-04-04 12:52:00 -04:00
Seth Vargo 15d00d84e6 Merge pull request #2871 from hashicorp/sethvargo/api
Update API docs
2017-04-04 12:45:37 -04:00
Seth Vargo 5ee03a0d0e
Tabs v spaces 2017-04-04 12:45:08 -04:00
Seth Vargo bb080541a6
Rename sidebar link items 2017-04-04 12:40:53 -04:00
Seth Vargo 018d167bca
Add Makefile target for compiling entire website 2017-04-04 12:33:35 -04:00