RJ Spiker
da3ed7d1ec
website: an assortment of front-end updates ( #4296 )
...
* website: add object-fit-image polyfill for ie compatibility
* website: make entire carousel cards linkable
* website: adjust hero background positioning
* website: responsive updates to the home hero
* website: update home hero js to work better with turbolinks
* website: a few font weight adjustments
* website: add an overlay to ui video
2018-06-28 11:43:30 -07:00
Mike Wickett
d0dd2a15be
website: optimize images ( #4290 )
2018-06-28 11:43:13 -07:00
Julien Pivotto
b033cba815
Fix JSON in service configuration
2018-06-27 09:06:27 +02:00
Siva
7969d16e42
Added guide for Windows Service
2018-06-26 18:23:55 -04:00
Howie Lee
39afe49b0b
Fixed typo
2018-06-26 17:26:22 -04:00
Mitchell Hashimoto
a1be7af835
Merge pull request #4287 from hashicorp/bugfix/4273-doc-formatting
...
Fix layout issue with discovery_max_stale
2018-06-26 21:57:13 +02:00
Mitchell Hashimoto
2d0b0e4f3f
Merge pull request #4288 from hashicorp/service-meta-docs
...
website: correct parameter for service meta on catalog register
2018-06-26 21:57:04 +02:00
Mitchell Hashimoto
e788ce612e
website: update vs. istio page and clarify pluggable data layer
2018-06-26 21:52:27 +02:00
Jack Pearkes
cd4d5a82da
website: correct paramater for service meta on catalog register
...
I believe this may have been missed as part of #3994 . Note that the
API _returns_ `ServiceMeta`, but accepts `Meta`.
$ curl -X PUT -d \
'{
"Datacenter": "dc1",
"Node": "example",
"Address": "www.example.com",
"Service": {
"Service": "example-service",
"Port": 80,
"Meta": {"foo": "bar"}
}
}' \
http://localhost:8500/v1/catalog/register
$ curl localhost:8500/v1/catalog/service/example-service
[
{
"ID": "",
"Node": "example",
"Address": "www.example.com",
"Datacenter": "dc1",
"TaggedAddresses": null,
"NodeMeta": null,
"ServiceKind": "",
"ServiceID": "example-service",
"ServiceName": "example-service",
"ServiceTags": [],
"ServiceAddress": "",
"ServiceMeta": {
"foo": "bar"
},
"ServicePort": 80,
"ServiceEnableTagOverride": false,
"ServiceProxyDestination": "",
"ServiceConnect": {
"Native": false,
"Proxy": null
},
"CreateIndex": 11,
"ModifyIndex": 37
}
]
2018-06-26 12:15:23 -07:00
Matt Keeler
afd32485f4
Fix layout issue with discovery_max_stale
...
It was indented when it shouldn't have been.
2018-06-26 15:09:14 -04:00
Mitchell Hashimoto
ec4678730f
Merge pull request #4275 from hashicorp/je.fix-config-progress-bars
...
Configuration page animation fix
2018-06-26 21:00:34 +02:00
sandstrom
16301d82cf
spelling
2018-06-26 13:38:16 +02:00
Jeff Escalante
0a13cf1542
fix progress bar animation on configuration page
2018-06-26 10:00:26 +02:00
mkeeler
915ffc25c1
Update Consul version for the website
2018-06-25 20:15:14 +00:00
mkeeler
6813a99081
Merge remote-tracking branch 'connect/f-connect'
2018-06-25 19:42:51 +00:00
Jack Pearkes
adaaa37e4f
website: fix an assortment of broken links
2018-06-25 12:26:24 -07:00
Jack Pearkes
27777823ba
website: whitespace fix
2018-06-25 12:26:24 -07:00
Jack Pearkes
9acba60271
website: minor example and copy fix for multi-dc
2018-06-25 12:26:23 -07:00
Jack Pearkes
7febfcd5ed
website: getting started next/previous step change
2018-06-25 12:26:23 -07:00
Kyle Havlovitz
c11e1b51e4
website: correct a few last things in CA docs
2018-06-25 12:26:23 -07:00
Mitchell Hashimoto
93cd52024d
website: split out CA docs by provider type
2018-06-25 12:26:23 -07:00
Jack Pearkes
3289b0d281
website: add an example of TLS encryption
2018-06-25 12:26:23 -07:00
RJ Spiker
e2a97726c6
website - some visual updates including css bug fixes and image updates ( #111 )
2018-06-25 12:26:23 -07:00
Mike Wickett
45df69cf48
Small tweaks to video playback
2018-06-25 12:26:22 -07:00
Mike Wickett
bdd066425c
Adds small polyfill for classlist because IE does not support it on SVG elements
2018-06-25 12:26:22 -07:00
Jack Pearkes
c34b34ebc1
website: fix scrolling/loading issue on iOS
2018-06-25 12:26:22 -07:00
John Cowen
1bb482bcbd
tenenacy > tenancy
2018-06-25 12:26:22 -07:00
RJ Spiker
0268a5ce4a
website - some js fixes to make sure scripts are firing ( #108 )
2018-06-25 12:26:22 -07:00
Jack Pearkes
c6ba66d6e8
website: fix two links on discovery page
2018-06-25 12:26:22 -07:00
Paul Banks
2a467003a0
Fix some doc typos.
2018-06-25 12:26:21 -07:00
Jack Pearkes
561bf69511
website: update cli output content
2018-06-25 12:26:21 -07:00
Jack Pearkes
bc1d3b5c76
website: add back intro link in header
2018-06-25 12:26:21 -07:00
RJ Spiker
531858d04e
website - animation updates
2018-06-25 12:26:21 -07:00
RJ Spiker
98188157af
website - various styling bug fixes and updates
2018-06-25 12:26:21 -07:00
Paul Banks
6117bdb9d5
Fix some formatting and a typo.
2018-06-25 12:26:21 -07:00
Paul Banks
f0059665bb
Add proxy config reference and Complete TODOs in production guide
2018-06-25 12:26:20 -07:00
Paul Banks
959f0c612c
Fix relative links
2018-06-25 12:26:20 -07:00
Paul Banks
20a6a40216
Link from getting started; note on incremental adoption
2018-06-25 12:26:20 -07:00
Paul Banks
ac0c5c2bfa
Connect production guide draft 1
2018-06-25 12:26:20 -07:00
Paul Banks
b757b5cc48
Initial draft of connect production guide
2018-06-25 12:26:20 -07:00
Mike Wickett
aa2b9108ed
Add use case drop down to nav
2018-06-25 12:26:20 -07:00
Kevin Fishner
7ae2002648
fix up pearkes feedback
2018-06-25 12:26:19 -07:00
kfishner
5893323e0a
copy and doc links
2018-06-25 12:26:19 -07:00
kfishner
5aa0ef4fe8
homepage copy edits
2018-06-25 12:26:19 -07:00
Hannah Oppenheimer
68b87411fb
add real screenshots to new website
2018-06-25 12:26:19 -07:00
RJ Spiker
db7d468aac
website - remove video files and point to cdn
2018-06-25 12:26:19 -07:00
Kyle Havlovitz
c20bbf8760
connect/ca: hide the RotationPeriod config field since it isn't used yet
2018-06-25 12:26:18 -07:00
Jack Pearkes
b2f14647c2
website: clarify windows support
2018-06-25 12:26:18 -07:00
RJ Spiker
37996e76ca
website - separate js components so they're only called if needed
2018-06-25 12:26:18 -07:00
Mitchell Hashimoto
a76f652fd2
agent: convert the proxy bind_port to int if it is a float
2018-06-25 12:26:18 -07:00
RJ Spiker
0a1adb8b75
website - add homepage video hero
2018-06-25 12:26:17 -07:00
Jeff Escalante
0efaabf5d5
fix firefox bugs and a small issue with the segmentation challenge animation
2018-06-25 12:26:17 -07:00
Jeff Escalante
10c6d5a2d3
mobile styling for homepage animations
2018-06-25 12:26:17 -07:00
Jeff Escalante
409bf6301f
add missing images/animations to homepage
2018-06-25 12:26:17 -07:00
Jeff Escalante
99492c1343
segmentation page animations complete
2018-06-25 12:26:16 -07:00
Jeff Escalante
cec1762fa7
discovery page animations working
2018-06-25 12:26:16 -07:00
Jeff Escalante
6da0b41ebd
timing adjustments
2018-06-25 12:26:16 -07:00
Jeff Escalante
dc5185aee2
second animation added, page styles in
2018-06-25 12:26:16 -07:00
Jeff Escalante
0255cb6554
first animation working 🎉
2018-06-25 12:26:16 -07:00
RJ Spiker
c6ce69c519
website - add case studies components with content
2018-06-25 12:26:15 -07:00
RJ Spiker
04804a12d3
website - responsive styling for timeline component
2018-06-25 12:26:15 -07:00
RJ Spiker
849a233908
website - update logo-grid styles, add a bunch of logo assets
2018-06-25 12:26:15 -07:00
RJ Spiker
7b0fcf6b8a
website - use-cases responsive styling
2018-06-25 12:26:15 -07:00
RJ Spiker
85be513e0a
website - some button sizing adjustments, hero and cta-section padding adjustments
2018-06-25 12:26:15 -07:00
RJ Spiker
2aca074128
website - responsive heroes, hero bg bleed into header, header overrides
2018-06-25 12:26:14 -07:00
RJ Spiker
fa8e8964d0
website - responsive styles for ul/li section
2018-06-25 12:26:14 -07:00
RJ Spiker
df7298059a
website - homepage cta section responsive styling
2018-06-25 12:26:14 -07:00
RJ Spiker
feb0426eaf
website - logo-grid responsive updates
2018-06-25 12:26:14 -07:00
RJ Spiker
f434a30511
website - add appropriately sized assets and adjust styles
2018-06-25 12:26:14 -07:00
RJ Spiker
7fa4955545
website - a couple of text-asset component reponsive tweaks
2018-06-25 12:26:13 -07:00
RJ Spiker
e61484c079
website - responsive styling for section and text/asset components
2018-06-25 12:26:13 -07:00
RJ Spiker
9879835fd9
website - some button and section updates, add home hero start
2018-06-25 12:26:13 -07:00
RJ Spiker
dc06877d8f
website - add g-section li styles
2018-06-25 12:26:13 -07:00
RJ Spiker
049ff5babc
website - add second button to hero
2018-06-25 12:26:13 -07:00
RJ Spiker
7c3dca6225
website - cta section and button updates
2018-06-25 12:26:12 -07:00
RJ Spiker
c9226fec35
website - some section component refactoring and adding code samples
2018-06-25 12:26:12 -07:00
RJ Spiker
79e882fce9
website - timeline component font-size adjustment
2018-06-25 12:26:12 -07:00
RJ Spiker
8c99c3258e
website - hero bg image update
2018-06-25 12:26:11 -07:00
RJ Spiker
64218ec7af
initial commit for website upgrade
2018-06-25 12:26:11 -07:00
Jack Pearkes
315cc04536
website: fix a TODO in a page description
2018-06-25 12:26:11 -07:00
Jack Pearkes
36e1dd6ffd
website: note windows support
2018-06-25 12:26:10 -07:00
Kyle Havlovitz
0b5d7277f9
website: fix example config in vault CA docs
2018-06-25 12:26:09 -07:00
Mitchell Hashimoto
4acbe3fdf0
website: add vs. Envoy page
2018-06-25 12:25:43 -07:00
Mitchell Hashimoto
e6e984a813
website: address Armon's feedback
2018-06-25 12:25:43 -07:00
Mitchell Hashimoto
834137fe55
website: remove redundant "as well"
2018-06-25 12:25:43 -07:00
Mitchell Hashimoto
7ad6f7b758
website: address pearkes feedback
2018-06-25 12:25:43 -07:00
Mitchell Hashimoto
ec1322a95d
website: address feedback
2018-06-25 12:25:43 -07:00
Mitchell Hashimoto
68826b2b76
website: istio vs. and nomad platform guide
2018-06-25 12:25:43 -07:00
Kyle Havlovitz
b4ef7bb64d
connect/ca: leave blank root key/cert out of the default config (unnecessary)
2018-06-25 12:25:42 -07:00
Kyle Havlovitz
8e028b7dc6
website: add Vault CA provider doc sections
2018-06-25 12:25:42 -07:00
Paul Banks
b562b9f66a
Add proxy telemetry to docs
2018-06-25 12:25:39 -07:00
Mitchell Hashimoto
79778635e8
website: clarify that modifying intentions will not kill the conn
2018-06-25 12:25:37 -07:00
Mitchell Hashimoto
7a1031fdc5
website: clearly note beta for Connect
2018-06-25 12:25:37 -07:00
Thomas Kula
a643ad3c60
website: Fix getting started connect dependent service example
...
* Needs a `port`
* The upstream service is `socat` in the previous example, make
the dependent service section use `socat` consistently throughout
2018-06-25 12:25:13 -07:00
Thomas Kula
89e045ecbc
website: Fix link in connect intentions doc
2018-06-25 12:25:13 -07:00
Thomas Kula
3056cc2825
website: Typo fix in connect intentions doc
2018-06-25 12:25:13 -07:00
Mitchell Hashimoto
e02a5fc2cc
website: fix spacing issue
2018-06-25 12:25:12 -07:00
Mitchell Hashimoto
f92a89b310
website: fix proxies to work via copy/paste
2018-06-25 12:25:11 -07:00
Mitchell Hashimoto
7f83ae1faf
website: document proxy security settings
2018-06-25 12:25:11 -07:00
Mitchell Hashimoto
4b7ca952d6
website: example typo
2018-06-25 12:25:10 -07:00