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

server: add handler for dumping out eds #11577

Merged
merged 32 commits into from
Jun 25, 2020
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
50d00dd
admin: add handler for dumping out eds
Rainton Jun 12, 2020
3e2771a
admin: add exist check before dumping out eds
Rainton Jun 15, 2020
f3acc0f
admin: update cluster_name in eds dump handler
Rainton Jun 15, 2020
821c3a8
server: complete eds dump handler in config dump
Rainton Jun 17, 2020
9092bc4
api: fix [#not-implemented-hide:] in /config_dump
Rainton Jun 17, 2020
69c3406
test: fix unit test and integration test of config dump
Rainton Jun 17, 2020
b0adffe
test: fix integration test for config_dump with eds
Rainton Jun 17, 2020
2a1e441
Merge branch 'feature' of https://github.com/Rainton/envoy into feature
Rainton Jun 17, 2020
2d434b0
server: fix format issue
Rainton Jun 17, 2020
385c4d6
Revert "server: fix format issue"
Rainton Jun 17, 2020
2a86785
server: fix format issue in BUILD
Rainton Jun 17, 2020
725c5e2
server: add pointer check to eds dump handler
Rainton Jun 17, 2020
4011428
server: add pointer check and unit test for eds config dump
Rainton Jun 18, 2020
5d17439
Kick CI
Rainton Jun 18, 2020
06ca891
server: fix admin test
Rainton Jun 18, 2020
5fa118a
test
Rainton Jun 19, 2020
f7833ed
test: add test ConfigDumpWithEndpointFiltersByResource
Rainton Jun 19, 2020
b731ac4
Kick CI
Rainton Jun 19, 2020
b8b5438
Revert "server: fix admin test"
Rainton Jun 20, 2020
139650c
fix test
Rainton Jun 20, 2020
148e66f
update param 'include_eds' and add docs
Rainton Jun 22, 2020
34a6604
fix std::move and index_eds in integration test
Rainton Jun 22, 2020
285f31f
add comment to test case
Rainton Jun 22, 2020
cf459e5
add helper method addHostInfo() to admin_test
Rainton Jun 23, 2020
37876f5
fix spelling problem in comment
Rainton Jun 23, 2020
c2f46f9
fix admin test
Rainton Jun 23, 2020
adfffa4
update docs, invert logic in dumpEndpointConfigs(), remove const on bool
Rainton Jun 24, 2020
db4e23a
Merge branch 'master' into feature
Rainton Jun 24, 2020
3723189
fix logic
Rainton Jun 24, 2020
6d31bcc
Kick CI
Rainton Jun 24, 2020
3a39461
flip the logic and drop the const
Rainton Jun 24, 2020
14938c8
Kick CI
Rainton Jun 25, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
server: fix format issue in BUILD
Signed-off-by: Yutong Li <[email protected]>
  • Loading branch information
Rainton committed Jun 17, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 2a86785191800798c383c0813c9372a7b1196960
1 change: 1 addition & 0 deletions source/server/admin/BUILD
Original file line number Diff line number Diff line change
@@ -67,6 +67,7 @@ envoy_cc_library(
"//source/extensions/access_loggers/file:file_access_log_lib",
"@envoy_api//envoy/admin/v3:pkg_cc_proto",
"@envoy_api//envoy/config/core/v3:pkg_cc_proto",
"@envoy_api//envoy/config/endpoint/v3:pkg_cc_proto",
"@envoy_api//envoy/config/route/v3:pkg_cc_proto",
"@envoy_api//envoy/extensions/filters/network/http_connection_manager/v3:pkg_cc_proto",
],