htuch
9852d446f2
pgv: bump version to 8e6aaf5. ( #319 )
...
This picks up the weak link approach and a number of bug fixes needed
for C++ code generation.
Signed-off-by: Harvey Tuch <htuch@google.com>
7 years ago
Matt Klein
c73bf48b92
docs: misc fixes ( #318 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Matt Klein
db8385981a
docs: remove WIP warnings ( #316 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Matt Klein
13e9b4f2de
docs: update about docs page ( #317 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Matt Klein
479d85cbbd
docs: rate limit and misc ( #307 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Matt Klein
44d270917e
release notes: added cluster not found option ( #312 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Matt Klein
930bae961e
contrib: update docs guide ( #314 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Matt Klein
b9582012f6
docs: misc empty filters ( #315 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Matt Klein
2f7459baf7
docs: client ssl auth filter ( #308 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Stephan Zuercher
35d1afb69b
docs: minor edits for clarity ( #305 )
...
Links xDS earlier in API v2 overview. Removes line numbers from github xDS proto links.
Modifies xDS protocol doc to more clearly define xDS at the start.
Signed-off-by: Stephan Zuercher <stephan@turbinelabs.io>
7 years ago
htuch
60c79aeb71
bootstrap: relax some constraints as they aren't required in v2. ( #306 )
...
Signed-off-by: Harvey Tuch <htuch@google.com>
7 years ago
htuch
55b98abd2f
pgv: bump version to 36e0c0b, validation rules pass C++ compiler checks. ( #304 )
...
Also a skeleton for testing valid/invalid Bootstrap (and later other)
filters.
Signed-off-by: Harvey Tuch <htuch@google.com>
7 years ago
Matt Klein
5055a88892
docs: 1.5.0 release notes ( #302 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Matt Klein
b2cf5cb0eb
docs: reorder protos for easier top down reading ( #303 )
...
This is code movement only and no other changes. There should be
no namespace changes or effects to consumers.
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Piotr Sikora
43167f7929
rds: add RouteAction.ClusterNotFoundResponseCode. ( #246 )
...
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
7 years ago
alyssawilk
99dab97a47
adding check_format and fix_format ( #300 )
...
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
7 years ago
Matt Klein
b227517de0
docs: access log and misc fixes ( #301 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
htuch
5cdd72f06c
pgv: bazel plumbing for PGV support, some PGV related fixups. ( #299 )
...
* Added PGV C++ generation support. This (hopefully temporarily)
abandons using native proto_library in favor of pgv_cc_proto_library.
We maintain build support for proto_library for the glorious future in
which we write a Bazel aspect to run PGV against the native
proto_library shadow graph.
* Replace min_len with min_bytes on strings, until PGV gets not-empty or
min_len support for C++.
* Various fixups for places where the PGV plugin objected to
annotations.
Signed-off-by: Harvey Tuch <htuch@google.com>
7 years ago
htuch
65bb3f3717
docs/constraints: bootstrap.proto. ( #284 )
...
Signed-off-by: Harvey Tuch <htuch@google.com>
7 years ago
alyssawilk
011c8f5ec0
Adding priority to lb stats, making all priorities uint32 ( #298 )
...
Part of implementing priorities, issue #1929
See TODO in #2088
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
7 years ago
Matt Klein
dd4cd02123
Lds docs ( #295 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Jose Ulises Nino Rivera
30e4830489
docs: move shared section for circuit breakers ( #297 )
...
Signed-off-by: Jose Nino <jnino@lyft.com>
7 years ago
Matt Klein
ec38af2de5
docs: fault filter ( #294 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Jose Ulises Nino Rivera
1eae5724dc
docs: cds and eds/sds clean up for v2 docs ( #281 )
...
Signed-off-by: Jose Nino <jnino@lyft.com>
7 years ago
Matt Klein
c2e8b64648
docs: sds.proto ( #292 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Matt Klein
1134ceeca7
docs: redis proxy ( #293 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Matt Klein
6bcca94649
docs: health check ( #288 )
...
Also cleanup some small inconsistencies with link names.
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Daljeet Virdi
3cccae8b55
Zipkin Dashboard URL link should use docker-machine ip. ( #291 )
...
Signed-off-by: Daljeet Virdi <daljeetv@gmail.com>
Description: The link to Zipkin dashboard was incorrect.
Risk Level: Low
Testing: locally.
7 years ago
Matt Klein
3a63fc5035
docs: gRPC transcoder filter ( #286 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Matt Rice
2ad4af574d
Add metadata field to Cluster in CDS ( #287 )
...
We'd like to add a metadata field to CDS and have it be accessible in Envoy through ClusterInfo and anywhere else general cluster info is available.
Signed-off-by: Matt Rice <mattrice@google.com>
7 years ago
Shriram Rajagopalan
9e15b498e6
docs: fault filter abort code < 600 ( #289 )
...
Signed-off-by: Shriram Rajagopalan <shriram@us.ibm.com>
7 years ago
Matt Klein
ba4bb89050
docs: remove ip tagging filter ( #285 )
...
This is not implemented. It can be added back for v2 only once it is
implemented.
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Matt Klein
c6451f742b
docs: tcp proxy filter ( #283 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Matt Klein
92f8254463
docs: buffer filter ( #282 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Daniel Hochman
f7c4daa100
Update ring hash lb docs ( #277 )
...
Signed-off-by: Daniel Hochman <danielhochman@users.noreply.github.com>
7 years ago
Matt Klein
76fedd1d44
docs: router filter ( #280 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Shriram Rajagopalan
26fc774bdb
fault filter validation ( #276 )
...
Signed-off-by: Shriram Rajagopalan <shriram@us.ibm.com>
7 years ago
Matt Klein
3906d547ef
docs: lua filter ( #279 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Matt Klein
7631af005d
docs: health_check.proto ( #278 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Kuat
24e98f8648
Remove rules_go ( #275 )
...
Signed-off-by: Kuat Yessenov <kuat@google.com>
7 years ago
Matt Klein
334d87c260
move accesslog.proto to dedicated namespace ( #274 )
...
This avoids things like `filter.OrFilter` which makes no sense.
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Matt Klein
6928bdd17a
docs: Finish RDS / ratelimit docs ( #273 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
moderation
8577f13587
Upgrade requirements documents to nghttp to 1.28.0 and protobuf 3.5.0. ( #272 )
...
Signed-off-by: Michael Payne <michael@sooper.org>
7 years ago
htuch
a357738283
docs: some API_OVERVIEW.md cleanup. ( #264 )
...
Signed-off-by: Harvey Tuch <htuch@google.com>
7 years ago
Matt Klein
92225a0d43
docs: move faq to top level ( #271 )
...
Make it more discoverable and in prep for adding new content.
Also make the use of "Envoy" in top level titles consistent.
We don't need to say "Envoy" in general as all of the documentation
is about Envoy.
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Matt Klein
956ac5d95e
docs: most of RDS other than rate limit ( #267 )
...
1) Do RDS other than rate limit. This is large enough will do that next.
2) Manually order top level in v2 with better titles
3) Random other fixes
Note also that I'm going to manually reorder the protos in some cases in a
follow up so the docs make a bit more sense for a casual reader.
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Lita Cho
ac130697f5
Add Docs for Prometheus Stats ( #268 )
...
Signed-off-by: Lita Cho <lcho@lyft.com>
7 years ago
htuch
052cda2dad
docs: --v2-config-only CLI flag. ( #269 )
...
Companion PR to https://github.com/envoyproxy/envoy/pull/2105 .
Signed-off-by: Harvey Tuch <htuch@google.com>
7 years ago
Mike Schore
c73aac33c9
refactor access logs to support specific protocols ( #237 )
...
Signed-off-by: Mike Schore <mike.schore@gmail.com>
7 years ago
htuch
fe6cafc543
filter: move http_connection_manager from http to network namespace. ( #266 )
...
Signed-off-by: Harvey Tuch <htuch@google.com>
7 years ago