Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More updates from upstream #17

Closed
wants to merge 1,133 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1133 commits
Select commit Hold shift + click to select a range
5a3542c
build: bump gperftools version (#10317)
iii-i Mar 10, 2020
c85bf32
gzip: make use of generalized compression filter (#10306)
rojkov Mar 10, 2020
139f926
config: adding update time statistic. (#10220)
mum4k Mar 10, 2020
a9cd60c
Merge remote-tracking branch 'upstream/master' into wasm
yxue Mar 10, 2020
45d8644
tracing: introduce `HttpTracerManager` abstraction and make `envoy.ht…
yskopets Mar 10, 2020
5d0e28a
Fix memory leak in TCP
gargnupur Mar 10, 2020
2f8f990
fix lint
gargnupur Mar 10, 2020
2565325
retry policy for remote wasm file
yxue Mar 10, 2020
75698ab
fix tests
yxue Mar 11, 2020
4b69ef3
server: remove references to v1/2 from loadBootstrapConfig (#10320)
snowp Mar 11, 2020
ed0b399
check_format: process non-BUILD files before BUILD files. (#10330)
htuch Mar 11, 2020
a22b937
api: embed tracing provider config into `http_connection_manager` (#1…
yskopets Mar 11, 2020
55971b2
Expose fault.http.abort.http_status setting via HTTTP header (#10294)
Augustyniak Mar 11, 2020
5a1684f
Merge pull request #454 from yxue/wasm
jplevyak Mar 11, 2020
e067c80
Merge pull request #453 from gargnupur/nup_temp
jplevyak Mar 11, 2020
53486af
tracing: update LightStep tracer (#10152)
rnburn Mar 11, 2020
658b035
coverage: disambiguate HCM UtilityTest from other UtilityTests. (#10339)
htuch Mar 11, 2020
451c320
quiche: update tar (#10341)
danzh2010 Mar 11, 2020
c6a9609
tracing: Fix issue on aarch64 (#10344)
rnburn Mar 11, 2020
d7fff53
Use StatNameManagedStorage for creating StatName(s). (#452)
jplevyak Mar 12, 2020
f6f83ea
Fix typo in docs (#10352)
Augustyniak Mar 12, 2020
597ec7b
test: Add bazel build extensions for benchmark targets (#10334)
antoniovicente Mar 12, 2020
97a76d9
[api] Fix header validations #10335
asraa Mar 12, 2020
84cd9c4
Python virtualvenv --no-site-packages arg is deprecated (#10338)
kathan24 Mar 12, 2020
0897de5
docs: fixed typo (#10350)
Mar 12, 2020
b7a8c98
Lrs example (#9920)
kathan24 Mar 12, 2020
37af032
build: use host gn and ninja on non-mainstream architectures (#10248)
iii-i Mar 12, 2020
e1962d7
readme: update public meeting schedule (#10371)
mattklein123 Mar 12, 2020
35deee6
strip whitespace for retryon (#10298)
yxue Mar 13, 2020
f9dd0d2
stats: Predefine symbols needed for user agent stats (#10302)
jmarantz Mar 13, 2020
660891e
ci: force install/link bazelisk package in macos dependency setup (#1…
sunjayBhatia Mar 13, 2020
2c03496
lua: allow using moonjit (#10265)
iii-i Mar 13, 2020
d1a36f1
build: allow building envoy on s390x (#10251)
iii-i Mar 13, 2020
82e4b26
[build] fix fuzz build mode macro and test runs (#10322)
asraa Mar 13, 2020
e7fc5fc
Enable Windows CI //source/exe:envoy-static build (#10293)
wrowe Mar 14, 2020
301a7a4
router: trace mirrored requests (#10327)
kyessenov Mar 15, 2020
3bbdc68
protobuf: refactor proto visitor pattern. (#10354)
htuch Mar 15, 2020
b5c9f74
[fuzz] split out the uber filter test class (#10249)
asraa Mar 15, 2020
1d751a5
[config] Add basic config validators for path rewrite, host rewrite a…
antoniovicente Mar 15, 2020
213d09d
tcp: proxying TCP over HTTP/2 to upstreams (#10162)
alyssawilk Mar 16, 2020
6fb0dc8
router: add missing unit tests for x-envoy-attempt-count on upstream …
junr03 Mar 16, 2020
2f47c34
stats: Don't use real symbol's decodeTokens function to extract fake-…
jmarantz Mar 16, 2020
abb575a
direct_response: use data source (#10342)
kyessenov Mar 16, 2020
1db15db
router: add x-envoy-attempt-count on downstream responses (#10325)
junr03 Mar 16, 2020
a2e21a9
test: in coverage runs, log stacktraces directly to stderr (#10397)
jmarantz Mar 17, 2020
2ee431d
Backport: get vm_configuration from base_wasm if available. (#456)
jplevyak Mar 17, 2020
252e692
config: add config type to error logs during validation (#10348)
Mar 17, 2020
46ce8aa
build: update wee8 to 8.1.307.23. (#457)
PiotrSikora Mar 17, 2020
b837aa0
[test] Transition some benchmarks over to take advantage of envoy_cc_…
antoniovicente Mar 17, 2020
961acf1
router: add API for retry policy extension (#10369)
yxue Mar 17, 2020
c6232b7
update retry_policy_extension field (#10426)
yxue Mar 17, 2020
c34b82f
Enable v8 build on Arm64 server (#10224)
Jingzhao123 Mar 18, 2020
8704403
utility: convert typed_config to factory config (#10418)
yxue Mar 18, 2020
d63fe29
admin: Add /reopen_logs admin handler (#10286)
veshij Mar 18, 2020
3a5e0c5
test: avoid unnecessary copy triggering warning on Google import. (#1…
htuch Mar 18, 2020
fd25c0b
clarify static route config in configdump (#10434)
ramaraochavali Mar 18, 2020
e343412
async client: introduce `AsyncClientRequestTracker` to keep track of …
yskopets Mar 18, 2020
fca28f0
jwt_authn: return a valid error message for require_any (#10385)
qiwzhang Mar 18, 2020
6488977
[common] Fix integer overflow error in JitteredBackOffStrategy found …
antoniovicente Mar 18, 2020
9d500b0
access log: make %DOWNSTREAM_DIRECT_REMOTE_ADDRESS% work correctly wi…
ggreenway Mar 18, 2020
ad843aa
xDS: type url aggregation (#9649)
Shikugawa Mar 18, 2020
4283e25
grpc-json: Add support for HttpBody request (#10110)
euroelessar Mar 19, 2020
b7a1308
Ensure that headers/trailers/metadata are available after StopIterati…
jplevyak Mar 19, 2020
5f94b5a
tls: update BoringSSL to 1c276938 (4044). (#10416)
PiotrSikora Mar 19, 2020
8c841b1
fix flake (#10437)
asraa Mar 19, 2020
404d73c
api: add listener_address_restriction_hint in Node to hint known list…
sanjaypujare Mar 19, 2020
56e5b84
http2: support custom SETTINGS parameters (#9964)
AndresGuedez Mar 19, 2020
7478c81
http: Add max stream duration (#10314)
Shikugawa Mar 19, 2020
db65c95
Merge remote-tracking branch 'envoy-remote/master' into nup_update_wasm
gargnupur Mar 19, 2020
712d686
Fix bootstrap files
gargnupur Mar 20, 2020
9186ebf
Add ClusterInfo as a property in StreamInfo (#10432)
gargnupur Mar 20, 2020
6a21a83
Merge remote-tracking branch 'envoy-remote/master' into nup_update_wasm
gargnupur Mar 20, 2020
b16ce6d
compressor: simplify logic (#10447)
Mar 20, 2020
eddd5db
docs: merge 1.13.1 and 1.12.3 release note to master (#10463)
lizan Mar 20, 2020
052c3b7
quiche: drain quic listener (#10443)
danzh2010 Mar 20, 2020
30bd2dd
access log: add connection-level logging (#10383)
kyessenov Mar 20, 2020
15a0904
remove oncreateinitialmetadata (#461)
bianpengyuan Mar 20, 2020
c3a5691
filter: AWS Lambda - Add JSON transcoding support (#10398)
marcomagdy Mar 20, 2020
225b8b6
Convert access_log_formatter_speed_test to benchmark cc binary and te…
antoniovicente Mar 20, 2020
0175465
Merge pull request #460 from gargnupur/nup_update_wasm
jplevyak Mar 20, 2020
377896e
Use ClusterInfo from streaminfo to get clustername too
gargnupur Mar 20, 2020
276ba4b
[fuzz] small fuzz blockers related to header validations in API (#10466)
asraa Mar 20, 2020
63f014b
Convert buffer_speed_test to benchmark cc binary and test framework (…
antoniovicente Mar 20, 2020
d29f7a6
Merge pull request #462 from gargnupur/nup_add_cluster_info
jplevyak Mar 20, 2020
20839d3
[buffer] Change Buffer::getRawSlices API to improve performance and u…
antoniovicente Mar 23, 2020
923317f
stats: Stat merger fuzz mismatch (#10470)
jmarantz Mar 23, 2020
1ccbb2d
fuzz: fix stream reset handling in codec_impl_fuzz_test. (#10452)
htuch Mar 23, 2020
c58a676
fix dns impl comments (#10480)
ramaraochavali Mar 23, 2020
b284add
util: Simplify string hash (#10476)
jmarantz Mar 23, 2020
eb9c727
access log: tests for response code details (#10472)
kyessenov Mar 23, 2020
a8f1f09
[api] Fixing dns_cache dns_refresh_rate validation rule (#10439)
adisuissa Mar 23, 2020
6451059
ext_authz: Skip buffering when disabled (#10313)
dio Mar 23, 2020
9677a2d
router: add header format support for DOWNSTREAM_LOCAL_PORT (#10379)
nikolay-pshenichny Mar 23, 2020
bd08435
quiche: update tar (#10473)
danzh2010 Mar 23, 2020
95bbc54
async client: refactor `Http::AsyncClient::Callbacks` to pass in `Htt…
yskopets Mar 23, 2020
0b48007
Correct Windows build defects noted with recent version updates (#10469)
wrowe Mar 23, 2020
f92d45e
Move create iniital metadata callback into a create argument.
jplevyak Mar 23, 2020
93dd945
proto_format: extra check for dirty git tree. (#10486)
htuch Mar 23, 2020
c73ccd1
tracing: Zipkin: do cleanup on tracer destruction in order to support…
yskopets Mar 24, 2020
7f80d63
loadbalancer: Add hostname support for ring hash and maglev (#10233)
inf-rno Mar 24, 2020
e92873d
tracing: Datadog: do cleanup on tracer destruction in order to suppor…
yskopets Mar 24, 2020
a63830b
router: add more stats to virtual clusters (#10474)
junr03 Mar 24, 2020
4c5f431
[WiP] api: annotate files with package version status. (#10492)
htuch Mar 24, 2020
eb1cd63
deps: update http-parser to 2.9.3 (#10431)
derekargueta Mar 24, 2020
3a0f074
Upgrade opencensus-cpp to pick up Zipkin exporter fix. (#10497)
g-easy Mar 24, 2020
05ebebb
Support initial metadata for Wasm gRPC calla.
jplevyak Mar 24, 2020
f8cea49
http: add codec error response code details (#10493)
kyessenov Mar 24, 2020
fa91212
virtual clusters: add upstream_rq_retry_overflow to stats (#10499)
junr03 Mar 24, 2020
5978ff3
tools: heuristically skip proto and Python format checks. (#10490)
htuch Mar 25, 2020
8221eb9
quiche: add recvmmsg support (#10120)
danzh2010 Mar 25, 2020
ad5dc7d
retries: add upstream_rq_retry_limit_exceeded to cluster and virtual …
junr03 Mar 25, 2020
f493175
[buffer] Add temporary static_cast<size_t> when constructing RawSlice…
antoniovicente Mar 25, 2020
0f5dd5b
ext_authz: Format authorization request headers to add (#10316)
dio Mar 25, 2020
5d3c7bf
Dependencies: dataplane updates (#10509)
moderation Mar 25, 2020
8729f71
tracing: ensure that OpenCensus is configured at most once (#10519)
yskopets Mar 25, 2020
63448a4
http: remove magic :no-chunks header (#10504)
mattklein123 Mar 25, 2020
640fca1
ci: update bazel and build image (#10506)
lizan Mar 25, 2020
4403003
api/tools: some progress towards generalizing API version upgrade. (#…
htuch Mar 25, 2020
15878f9
platform: remove re-definition of mmsghdr for Android targets (#10521)
junr03 Mar 26, 2020
631a009
ci: fix clang-tidy (#10496)
lizan Mar 26, 2020
bdd849c
[http] Move HTTP1 request flood checks from response encode to reques…
antoniovicente Mar 26, 2020
535d04e
[admin] Extract AdminFilter class to separate file (#10453)
rulex123 Mar 26, 2020
e8654db
tracer: ensure x-ray segment field is not empty (#10520)
marcomagdy Mar 26, 2020
f6f17a8
test: deflake Http2FloodMitigationTest RST_STREAM test (#10527)
zuercher Mar 26, 2020
f23165b
tracing: validate OpenCensus configuration prior to any side effects …
yskopets Mar 26, 2020
7fdf056
router: refactoring into neutral APIs (#10503)
alyssawilk Mar 26, 2020
d35786a
http1: check reject_unsupported_transfer_encodings on construction (#…
zuercher Mar 26, 2020
986e941
docs: correct the HTTP `request_timeout` documentation (#10533)
jpeach Mar 26, 2020
715992f
grpc_stats filter: Add config options to restrict number of stats (#1…
ggreenway Mar 27, 2020
4e16a37
ci: fix clang-tidy for headers (#10549)
lizan Mar 27, 2020
913afb0
Support more propagation modes with LightStep (#10494)
rnburn Mar 27, 2020
b3949ea
dns_filter: Initial commit for dns_filter skeleton (#10376)
abaptiste Mar 27, 2020
f9de2c3
docs: add some external dependency debug tips. (#10546)
htuch Mar 27, 2020
56537f6
request_id_utils: add new extension system (#10429)
euroelessar Mar 27, 2020
e9248e2
grpc_stats filter: Add log message when using deprecated default (#10…
ggreenway Mar 27, 2020
f58074a
tcp: making the host available from the connection pool (#10547)
alyssawilk Mar 28, 2020
a29664c
tracing: allow tracers to be configured with a collector cluster adde…
yskopets Mar 28, 2020
446c7fd
tracing: Fix dangling reference (#10562)
rnburn Mar 29, 2020
aa582de
Add googleurl as external dependency (#10488)
danzh2010 Mar 30, 2020
9521f88
docs: fix link to stats_server_version_override field (#10570)
jpeach Mar 30, 2020
34fcdef
API definitions for health check & outlier detection event services (…
baranov1ch Mar 30, 2020
c677e79
Shorten adaptive_concurrency/concurrency_controller paths (#10560)
wrowe Mar 30, 2020
3319738
AWS Lambda integration test fix (#10558)
marcomagdy Mar 30, 2020
c44c50c
http1: Allocate encoder on heap to survive move (#10561)
euroelessar Mar 31, 2020
016e92d
tools: fix protoxform_test. (#10582)
htuch Mar 31, 2020
f100aec
tools: enhance type DB to span frozen/active major versions. (#10571)
htuch Mar 31, 2020
38bf69a
timeformatter static-init (#10579)
lambdai Mar 31, 2020
330328c
deps: update spdlog to 1.4.0 and fmtlib to 6.0.0 (#10522)
ahedberg Mar 31, 2020
7097ef0
Revert "tools: enhance type DB to span frozen/active major versions. …
lizan Mar 31, 2020
3804528
ci: refactor azp into one pipeline (#10564)
lizan Mar 31, 2020
4e1f9f9
compdb: handling header-only cc_library better (#10583)
lizan Mar 31, 2020
229faeb
build: standardize on PY3 (#10586)
mattklein123 Mar 31, 2020
c3846ab
handling header-only envoy_cc_test_library better (#10596)
lambdai Mar 31, 2020
b7b1dba
compdb: add missed query (#10600)
lizan Apr 1, 2020
6b27619
stats: Remove Scope's counter(), gauge(), and histogram() interfaces,…
jmarantz Apr 1, 2020
d5bc9ca
Add some debug logs during server shutdown (#10577)
eziskind Apr 1, 2020
5105d9d
sds: certificate hot-reload for xDS gRPC connection (#10163)
tsaarni Apr 1, 2020
b972536
Add clang-tidy rule to enforce lower camelCase naming of function (#1…
marcomagdy Apr 1, 2020
e268e53
tracing: Fix X-Ray header values (#10598)
marcomagdy Apr 1, 2020
0daa0fd
test: use static functions rather than static data for std::string co…
jmarantz Apr 1, 2020
b5a3405
eds: introduce hostname for endpoints and health checks (#10456)
yuval-k Apr 1, 2020
e428616
router: API cleanup for unit tests (#10590)
alyssawilk Apr 2, 2020
eb894d9
util: add PROXY protocol generation functions (#10548)
wez470 Apr 2, 2020
450f360
registry: handle factories displaced by type (#10603)
zuercher Apr 2, 2020
6a5c3c2
test: deflake by making registerTestServerPorts thread safe (#10523)
lambdai Apr 2, 2020
e6ce190
listener: implement disabled predicates (#10389)
lambdai Apr 2, 2020
48c85c2
tools: refactor protoxform to distinct transform/pretty-print stages.…
htuch Apr 2, 2020
9317c97
test: fuzzer binaries should parse gmock flags. (#10606)
sqkerner Apr 2, 2020
3901307
[test] Convert filter_chain_benchmark_test to benchmark cc binary and…
antoniovicente Apr 2, 2020
f5d2cc6
doc: certificate hot-reload for xDS gRPC connection (#10628)
tsaarni Apr 2, 2020
c145a3a
ci: set explicit timeout for release builds. (#10626)
htuch Apr 2, 2020
f238e11
build: fix merge conflict with addAcceptFilter(). (#10629)
htuch Apr 2, 2020
ca34b66
use constexpr string_view to avoid static initialized string (#10632)
lambdai Apr 3, 2020
32818a3
tls: config to disable TLS session tickets (#10178)
rulex123 Apr 3, 2020
17e5f5c
[http1] Buffer pending http/1 body before dispatching to the filter c…
antoniovicente Apr 3, 2020
3e1806f
[test] Convert load_balancer_benchmark to benchmark cc binary and tes…
antoniovicente Apr 3, 2020
b5d3b8f
load balancers: implement host retry predicates for consistent hash L…
zuercher Apr 3, 2020
c5b0eaa
Fix identifier naming violations in tests (#10620)
marcomagdy Apr 3, 2020
991f97c
listener: split listenerfilterfactorycontext and networkfilterfactory…
lambdai Apr 3, 2020
1323ff2
api: remove hardcoded type urls part.1 (#10479)
Shikugawa Apr 3, 2020
6aacca3
zlib: don't allocate on every output update (#10625)
Apr 3, 2020
51c63a5
filter: aws lambda - add async invocation mode (#10617)
marcomagdy Apr 4, 2020
15330aa
runtime: Implement runtime double helper class (#10630)
tonya11en Apr 4, 2020
b21ce43
[clang_tidy] Don't call virtual function from destructor (#10637)
Apr 4, 2020
86ac938
[fuzz] fix some HCM fuzz target bugs (#10616)
asraa Apr 4, 2020
a4f0af5
stats: use 101 clusters rather than 1001 clusters to calculate per-cl…
jmarantz Apr 5, 2020
4449939
http: processing of headers with underscores in names (#10611)
yanavlasov Apr 5, 2020
4c26d6e
fix a potential use-after-move (#10653)
lambdai Apr 5, 2020
6d678b6
server: downgrade SIGUSR1 log message into info and clarify (#10658)
mattklein123 Apr 6, 2020
173ab02
wasm: update V8 to v8.1.307.28. (#10649)
PiotrSikora Apr 6, 2020
9e78ab3
docs: correct idle timeout docs (#10663)
ramaraochavali Apr 6, 2020
cbf513e
event: workaround for https://github.com/libevent/libevent/issues/984…
htuch Apr 6, 2020
4c8d83e
stream info: wire http protocol to the connection info (#10627)
kyessenov Apr 6, 2020
a85f8ec
ci: save a few GB disk space (#10669)
lizan Apr 6, 2020
0b4381c
http: fix http/1 client low watermark crash (#10657)
mattklein123 Apr 7, 2020
197f6b1
build: remove explicit PY2/PY3 references. (#10664)
htuch Apr 7, 2020
ceae3ff
fuzz: handle stream resets in codec_impl_fuzz_test with HTTP/1. (#10643)
htuch Apr 7, 2020
de222c3
api: tools/docs to support v2 freeze, v4alpha cut. (#10636)
htuch Apr 7, 2020
9970602
ratelimit: allow rate limit names in the global rate limit response (…
dweitzman Apr 7, 2020
549164c
api: freeze of v2 API, cut v4alpha API. (#10672)
htuch Apr 7, 2020
3adf14a
tidy: fix master (#10661)
lizan Apr 7, 2020
9931239
coverage: introduce ONLY_EXTRA_QUERY_PATHS (#10674)
junr03 Apr 7, 2020
901ac87
api: fix v3 delta gRPC ADS support. (#10678)
htuch Apr 7, 2020
30e2a47
deflake a test (#10681)
kyessenov Apr 7, 2020
27455d6
adaptive concurrency: Trigger minRTT calculation outside interval (#1…
tonya11en Apr 7, 2020
8dca945
ci: try fix windows oom (#10685)
lizan Apr 7, 2020
4b6e81c
rbac: add remote_ip for matching downstream remote IP. (#10460)
yangminzhu Apr 8, 2020
dd7e2aa
request_id_extension: Add noop impl by default (#10687)
euroelessar Apr 8, 2020
4759d55
zlib: use Z_DEFAULT_STRATEGY by default instead of Z_FIXED (#10676)
rojkov Apr 8, 2020
560e7d4
tools: adding some version notes alphabetization checks to check_form…
alyssawilk Apr 8, 2020
082f4af
doc: Update recommended edge settings to reject requests with undersc…
yanavlasov Apr 8, 2020
de12027
release: prepare for v1.14.0 (#10699)
mattklein123 Apr 8, 2020
3504d40
Fix static shared_ptr in request id extension (#10713)
asraa Apr 8, 2020
a41e68e
Merge envoyproxy tag 'v1.14.1'
jplevyak Apr 13, 2020
eb48b7e
Fixup tests.
jplevyak Apr 13, 2020
97733f3
Fix tests.
jplevyak Apr 13, 2020
4b16426
Interim proto updates.
jplevyak Apr 14, 2020
18d3962
Interim.
jplevyak Apr 14, 2020
d000c3a
Interim
jplevyak Apr 14, 2020
81fb57f
Interim
jplevyak Apr 14, 2020
e336704
Interim.
jplevyak Apr 14, 2020
b7f3f1a
Interim.
jplevyak Apr 14, 2020
7e4ab6c
interim.
jplevyak Apr 14, 2020
212a726
Interim: working.
jplevyak Apr 14, 2020
41ab379
Interim
jplevyak Apr 14, 2020
47307f0
Interim.
jplevyak Apr 14, 2020
f15c950
Interim.
jplevyak Apr 14, 2020
af93a17
Interim.
jplevyak Apr 14, 2020
82f1469
Working.
jplevyak Apr 14, 2020
0b1099a
Fix build.
jplevyak Apr 14, 2020
0691ab1
Add missing files.
jplevyak Apr 15, 2020
54f01b8
Merge pull request #193 from jplevyak/update-and-1.14.1
howardjohn Apr 17, 2020
aba3cf3
[release-1.6] manual cherry-pick of https://github.com/envoyproxy/env…
kyessenov Apr 17, 2020
54db920
cherry-pick of https://github.com/envoyproxy/envoy-wasm/pull/486 (#197)
kyessenov Apr 21, 2020
0747da3
Backport of fix to delay Envoy exit till the Wasm VM is done. (#198)
jplevyak Apr 21, 2020
11176a0
zipkin: Fix wrongly rendered timestamp value (#10400) (#196)
bianpengyuan Apr 21, 2020
ad7f85b
Add Code cache TTL and tests. (#202)
jplevyak Apr 25, 2020
9697eb5
update code owner for 1.6 (#203)
irisdingbj Apr 25, 2020
61a6537
Fixed failing tests
Apr 28, 2020
c0035b1
[release-1.6] Wasm remote load cache fix and stats (#208)
bianpengyuan May 7, 2020
611b831
Fix potential cross-thread call to onDone in base Wasm (#209)
jplevyak May 11, 2020
7f79e45
Backport listener in place update (#205)
lambdai May 12, 2020
6144102
Do not call into the VM unless the VM Context has been created. (#214)
PiotrSikora May 13, 2020
dfa3258
port of OpenSSL changes to Maistra-1.2 (#13)
May 14, 2020
78825e0
Merge remote-tracking branch 'upstream/release-1.6' into upstream-upd…
May 14, 2020
9f5d85d
fix http call response crash (#455) (#216)
bianpengyuan May 18, 2020
ebac37f
[release-1.6] Update cel-cpp to fix CEL seg fault (#217)
mandarjog May 18, 2020
375ada3
Updated jwt-verify library to the version used upstream (#14)
May 20, 2020
d6bf9e0
Merge pull request #15 from dmitri-d/upstream-updates
May 25, 2020
ba3ddcd
Merge branch 'upstream-release-1.6' into more-updates
May 25, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
57 changes: 57 additions & 0 deletions .azure-pipelines/bazel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
parameters:
- name: ciTarget
displayName: "CI target"
type: string
default: bazel.release

steps:
- task: CacheBeta@1
inputs:
key: '"${{ parameters.ciTarget }}" | ./WORKSPACE | **/*.bzl'
path: $(Build.StagingDirectory)/repository_cache

- bash: |
echo "disk space at beginning of build:"
df -h
displayName: "Check disk space at beginning"

- bash: |
sudo mkdir -p /etc/docker
echo '{
"ipv6": true,
"fixed-cidr-v6": "2001:db8:1::/64"
}' | sudo tee /etc/docker/daemon.json
sudo service docker restart
displayName: "Enable IPv6"

- script: ci/run_envoy_docker.sh 'ci/do_ci.sh ${{ parameters.ciTarget }}'
workingDirectory: $(Build.SourcesDirectory)
env:
ENVOY_DOCKER_BUILD_DIR: $(Build.StagingDirectory)
ENVOY_RBE: "true"
# Use https://docs.bazel.build/versions/master/command-line-reference.html#flag--experimental_repository_cache_hardlinks
# to save disk space.
BAZEL_BUILD_EXTRA_OPTIONS: "--config=remote-ci --jobs=$(RbeJobs) --curses=no --experimental_repository_cache_hardlinks"
BAZEL_REMOTE_CACHE: grpcs://remotebuildexecution.googleapis.com
BAZEL_REMOTE_INSTANCE: projects/envoy-ci/instances/default_instance
GCP_SERVICE_ACCOUNT_KEY: $(GcpServiceAccountKey)
displayName: "Run CI script"

- bash: |
echo "disk space at end of build:"
df -h
displayName: "Check disk space at end"
condition: always()

- task: PublishTestResults@2
inputs:
testResultsFiles: "**/bazel-out/**/testlogs/**/test.xml"
testRunTitle: "${{ parameters.ciTarget }}"
searchFolder: $(Build.StagingDirectory)/tmp
condition: always()

- task: PublishBuildArtifacts@1
inputs:
pathtoPublish: "$(Build.StagingDirectory)/envoy"
artifactName: ${{ parameters.ciTarget }}
condition: always()
175 changes: 0 additions & 175 deletions .azure-pipelines/linux.yml

This file was deleted.

1 change: 1 addition & 0 deletions .azure-pipelines/linux.yml
26 changes: 0 additions & 26 deletions .azure-pipelines/macos.yml

This file was deleted.

Loading