John Cowen
39e5470d24
Change let to var
2018-07-12 18:21:26 +01:00
mkeeler
a41d9f222f
Update website version
2018-07-12 16:43:47 +00:00
Paul Banks
399444e2d3
Grammar
2018-07-12 14:36:52 +01:00
Paul Banks
8b54b87599
Update proxy config docs and add test for ipv6
2018-07-12 13:07:48 +01:00
Matt Keeler
22c5951ec4
Merge pull request #4303 from pierresouchay/non_blocking_acl
...
Only send one single ACL cache refresh across network when TTL is over
2018-07-10 08:57:33 -04:00
Paul Banks
e54ff0f366
Merge pull request #4361 from lganzzzo/patch-1
...
C++ oatpp-consul integration added to Libraries & SDKs page
2018-07-10 12:37:20 +01:00
Paul Banks
dae66b1afc
Merge pull request #4038 from pierresouchay/ACL_additional_info
...
Track calls blocked by ACLs using metrics
2018-07-09 20:21:21 +01:00
Leonid Stryzhevskyi
930774dc29
oatpp-consul integration added to Libraries & SDKs page
2018-07-09 17:28:03 +03:00
Paul Banks
488c147ade
Merge pull request #4351 from hashicorp/doc-config-dir-reads-hcl-files
...
Notes that both "hcl" and "json" files are loaded from the config-dir.
2018-07-09 14:43:55 +01:00
Paul Banks
aa1c0e04f8
Fix formatting issue in config docs.
...
The floating paragraph seems to need additional indentation to work correctly on the markdown parser middle man uses - GitHub got it right before in the preview but the website broke dumping the new config option inline.
2018-07-09 14:39:20 +01:00
Pierre Souchay
74d3e64cd5
Added new ACL blocked Metrics to telemetry.html
2018-07-09 11:36:33 +02:00
Geoffrey Grosenbach
361db8ebcf
Note that -dev
generates certs for Connect.
...
Previous version of the documentation didn't mention this, which can
lead to confusion when experimenting with Connect. Many other features
of Consul work fine without `-dev` mode, but Connect needs certs in
order to proxy, which must be done with this flag or by generating certs
directly and passing them to Consul in configs.
2018-07-06 12:26:15 -07:00
Geoffrey Grosenbach
cc24a65d45
Notes that both "hcl" and "json" files are loaded from the config-dir.
...
The previous version only mentioned "json" but the behavior was to read
"hcl" files as well.
2018-07-06 12:22:18 -07:00
Siva Prasad
f17cd346aa
Merge pull request #4335 from MagnumOpus21/Telemetry
...
Website/Docs/Telemetry : Adds more telemetry metrics for memberlist and raft.
2018-07-05 11:11:57 -04:00
M S Vishwanath Bhat
91a2d769ea
Trivial spell correction in connect configuration doc
...
Signed-off-by: M S Vishwanath Bhat <msvbhat@gmail.com>
2018-07-04 17:07:24 +02:00
Siva Prasad
911f2a51f0
Website/Docs/Telemetry : Errata
2018-07-03 18:18:57 -04:00
Siva
1c2e0cc2ef
Website/Docs/Telemetry: Added more raft and memberlist items.
2018-07-03 17:37:29 -04:00
Siva
9e0914e904
Website/Telemetry: Errata for snapshot.compact and reworded memberlist.health.score
2018-07-03 10:59:31 -04:00
Siva
ed853b1d1f
Merge branch 'master' of github.com:hashicorp/consul into Telemetry
2018-07-03 10:48:31 -04:00
Siva
5d65cb8f2a
Website: Added more telemetry details for raft and memberlist.
2018-07-03 10:27:01 -04:00
Paul Banks
a85659778f
Remove the TODO latency measurement.
2018-07-03 14:54:44 +01:00
Siva
8cbfb0e5ed
Website: Added more telemetry metrics
2018-07-03 08:00:39 -04:00
Siva Prasad
984e22d73a
Merge pull request #4244 from MagnumOpus21/WinService
...
Added a new package service_os that can make Consul run as a service on Windows.
2018-07-02 12:01:22 -04:00
Paul Banks
aeb33de158
Merge pull request #4316 from hashicorp/docs-connect-native
...
website: make performance impact explicit for connect-native
2018-07-02 15:34:12 +01:00
Pierre Souchay
d8a6571683
Improve doc for async-cache
2018-07-01 23:50:30 +02:00
Pierre Souchay
6dfbbf1350
Updated documentation and adding more test case for async-cache
2018-07-01 23:50:30 +02:00
Pierre Souchay
8ea69290ac
Updated ACL guide
2018-07-01 23:50:30 +02:00
Mitchell Hashimoto
0c77bd0e14
Merge pull request #4317 from hashicorp/doc-segmentation-ensures-spelling
...
Fix "ensures all data" from original "ensure all data"
2018-06-30 07:24:33 +02:00
Geoffrey Grosenbach
81c586e25f
Corrects formatting of JSON in snippet
...
The original snippet did not put the JSON output on its own line, which
made it look like it was part of the previous or next `curl` command.
This patch formats and highlights the command and output to appear as
they would in the terminal while also highlighting the multi-datacenter
elements of the output.
2018-06-29 18:36:47 -07:00
Geoffrey Grosenbach
84ca6a6848
Improve styling of discovery snippet
...
Original `discovery` snippet had a `curl` command that mentioned
multi-datacenter support. This removes part of the command that was
incorrect. It adds styling for the `dc2` section of the JSON output that
highlights the part of the query that relates to multiple data centers.
2018-06-29 18:27:48 -07:00
Geoffrey Grosenbach
de6ed2ec21
Fix "ensures all data" from original "ensure all data"
...
The original text was "Using TLS...ensure all data in transit is
encrypted." It should be "ensures all data..." This patch fixes it.
2018-06-29 18:05:42 -07:00
Anubhav Mishra
c0ea9f3942
website: make performance impact explicit for connect-native
...
I was going to the public feedback on Connect-Native app integration and came across [this](https://twitter.com/relistan/status/1012263110403555329 ) thread. Added a few statements in the Connect-Native app integration page.
2018-06-29 17:35:58 -07:00
Siva
1522171e53
Website: Errata in -bind option for the agent
2018-06-29 16:43:12 -04:00
Siva
6f22474661
Changes made :
...
1. Website
Changed some of the wordings and reorganized the content of the website.
2. Code:
Removed sleep and exit lines from the code.
2018-06-28 21:18:14 -04:00
RJ Spiker
88b3641c56
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
48c5a35d1c
website: optimize images ( #4290 )
2018-06-28 11:43:13 -07:00
Julien Pivotto
db2c4b3447
Fix JSON in service configuration
2018-06-27 09:06:27 +02:00
Siva
dc72945380
Added guide for Windows Service
2018-06-26 18:23:55 -04:00
Howie Lee
405de930e8
Fixed typo
2018-06-26 17:26:22 -04:00
Mitchell Hashimoto
3d6068f648
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
aa6323d5b2
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
8e9d1c584f
website: update vs. istio page and clarify pluggable data layer
2018-06-26 21:52:27 +02:00
Jack Pearkes
45e9d5e009
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
685838ea0e
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
ef80f97cc1
Merge pull request #4275 from hashicorp/je.fix-config-progress-bars
...
Configuration page animation fix
2018-06-26 21:00:34 +02:00
sandstrom
fd4ab1d2c3
spelling
2018-06-26 13:38:16 +02:00
Jeff Escalante
19b2344f87
fix progress bar animation on configuration page
2018-06-26 10:00:26 +02:00
mkeeler
aca96840b2
Update Consul version for the website
2018-06-25 20:15:14 +00:00
mkeeler
1da3c42867
Merge remote-tracking branch 'connect/f-connect'
2018-06-25 19:42:51 +00:00
Jack Pearkes
d3cec142d4
website: fix an assortment of broken links
2018-06-25 12:26:24 -07:00
Jack Pearkes
3127fccec4
website: whitespace fix
2018-06-25 12:26:24 -07:00
Jack Pearkes
3db81ca030
website: minor example and copy fix for multi-dc
2018-06-25 12:26:23 -07:00
Jack Pearkes
934fa52c98
website: getting started next/previous step change
2018-06-25 12:26:23 -07:00
Kyle Havlovitz
6dfc0d848b
website: correct a few last things in CA docs
2018-06-25 12:26:23 -07:00
Mitchell Hashimoto
99562a0153
website: split out CA docs by provider type
2018-06-25 12:26:23 -07:00
Jack Pearkes
3e68e37080
website: add an example of TLS encryption
2018-06-25 12:26:23 -07:00
RJ Spiker
08776304fb
website - some visual updates including css bug fixes and image updates ( #111 )
2018-06-25 12:26:23 -07:00
Mike Wickett
e5d7e2ec47
Small tweaks to video playback
2018-06-25 12:26:22 -07:00
Mike Wickett
0a8a542877
Adds small polyfill for classlist because IE does not support it on SVG elements
2018-06-25 12:26:22 -07:00
Jack Pearkes
bfc628da0a
website: fix scrolling/loading issue on iOS
2018-06-25 12:26:22 -07:00
John Cowen
df03db47ce
tenenacy > tenancy
2018-06-25 12:26:22 -07:00
RJ Spiker
8f890e5d7e
website - some js fixes to make sure scripts are firing ( #108 )
2018-06-25 12:26:22 -07:00
Jack Pearkes
d9e779aa2e
website: fix two links on discovery page
2018-06-25 12:26:22 -07:00
Paul Banks
e491abb134
Fix some doc typos.
2018-06-25 12:26:21 -07:00
Jack Pearkes
d6bbf9f6e3
website: update cli output content
2018-06-25 12:26:21 -07:00
Jack Pearkes
5196b3dbe1
website: add back intro link in header
2018-06-25 12:26:21 -07:00
RJ Spiker
06b17bd20c
website - animation updates
2018-06-25 12:26:21 -07:00
RJ Spiker
b1e9520451
website - various styling bug fixes and updates
2018-06-25 12:26:21 -07:00
Paul Banks
4181a79f69
Fix some formatting and a typo.
2018-06-25 12:26:21 -07:00
Paul Banks
48ef08c6a6
Add proxy config reference and Complete TODOs in production guide
2018-06-25 12:26:20 -07:00
Paul Banks
e8fc5c2ad5
Fix relative links
2018-06-25 12:26:20 -07:00
Paul Banks
8ae4ca5752
Link from getting started; note on incremental adoption
2018-06-25 12:26:20 -07:00
Paul Banks
c5cdcd08aa
Connect production guide draft 1
2018-06-25 12:26:20 -07:00
Paul Banks
37b11ca900
Initial draft of connect production guide
2018-06-25 12:26:20 -07:00
Mike Wickett
28c31d987b
Add use case drop down to nav
2018-06-25 12:26:20 -07:00
Kevin Fishner
e0e10c1420
fix up pearkes feedback
2018-06-25 12:26:19 -07:00
kfishner
46571ea903
copy and doc links
2018-06-25 12:26:19 -07:00
kfishner
3582ed68bf
homepage copy edits
2018-06-25 12:26:19 -07:00
Hannah Oppenheimer
fa46eb104f
add real screenshots to new website
2018-06-25 12:26:19 -07:00
RJ Spiker
0a38f09a73
website - remove video files and point to cdn
2018-06-25 12:26:19 -07:00
Kyle Havlovitz
837f23441d
connect/ca: hide the RotationPeriod config field since it isn't used yet
2018-06-25 12:26:18 -07:00
Jack Pearkes
7cb95683fa
website: clarify windows support
2018-06-25 12:26:18 -07:00
RJ Spiker
4c3e7b821f
website - separate js components so they're only called if needed
2018-06-25 12:26:18 -07:00
Mitchell Hashimoto
54ad6fc050
agent: convert the proxy bind_port to int if it is a float
2018-06-25 12:26:18 -07:00
RJ Spiker
446429bc06
website - add homepage video hero
2018-06-25 12:26:17 -07:00
Jeff Escalante
7e73e29707
fix firefox bugs and a small issue with the segmentation challenge animation
2018-06-25 12:26:17 -07:00
Jeff Escalante
df93e9fd06
mobile styling for homepage animations
2018-06-25 12:26:17 -07:00
Jeff Escalante
cb67aed3ce
add missing images/animations to homepage
2018-06-25 12:26:17 -07:00
Jeff Escalante
2cfe88062b
segmentation page animations complete
2018-06-25 12:26:16 -07:00
Jeff Escalante
69adb06caa
discovery page animations working
2018-06-25 12:26:16 -07:00
Jeff Escalante
0ab522ef77
timing adjustments
2018-06-25 12:26:16 -07:00
Jeff Escalante
77322aa777
second animation added, page styles in
2018-06-25 12:26:16 -07:00
Jeff Escalante
14dcce4a0b
first animation working 🎉
2018-06-25 12:26:16 -07:00
RJ Spiker
56063a5c44
website - add case studies components with content
2018-06-25 12:26:15 -07:00
RJ Spiker
8233def0a5
website - responsive styling for timeline component
2018-06-25 12:26:15 -07:00
RJ Spiker
392eae4843
website - update logo-grid styles, add a bunch of logo assets
2018-06-25 12:26:15 -07:00
RJ Spiker
423348ce3e
website - use-cases responsive styling
2018-06-25 12:26:15 -07:00
RJ Spiker
9344a17bec
website - some button sizing adjustments, hero and cta-section padding adjustments
2018-06-25 12:26:15 -07:00
RJ Spiker
eda1079989
website - responsive heroes, hero bg bleed into header, header overrides
2018-06-25 12:26:14 -07:00
RJ Spiker
22d1755f08
website - responsive styles for ul/li section
2018-06-25 12:26:14 -07:00