-
Notifications
You must be signed in to change notification settings - Fork 5.5k
admin: Remove admin callback url param #22571
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
Merged
htuch
merged 105 commits into
envoyproxy:main
from
jmarantz:remove-admin-callback-url-param
Aug 17, 2022
Merged
Changes from 103 commits
Commits
Show all changes
105 commits
Select commit
Hold shift + click to select a range
c4101e1
initial patch
jmarantz 29cf776
get tests working
jmarantz 94c97c0
Add parameters for other admin endpoints. Still need runtime_modify.
jmarantz aa00670
add coverage for the HTML generator
jmarantz 34c7607
coverage
jmarantz 4e821b4
coverage and doc
jmarantz 8cbcf36
cover html rendering
jmarantz ff2aaf9
revert pointless name-change and rewrite comment.
jmarantz 1e4d606
remove unused styles
jmarantz 256b6c9
test cleanup
jmarantz 49212f6
Merge branch 'main' into admin-params
jmarantz ba5a1dc
Remove the intermediate vectors for stats by using forEach for insert…
jmarantz c78b6a4
Merge branch 'main' into admin-params
jmarantz 33b2f22
Go back to sorting by strings as it's somewhat faster than sorting by…
jmarantz efe142e
add in ifdef'd version where we do the sort in StaName space.
jmarantz 78091d1
Merge branch 'main' into admin-params
jmarantz 119270c
get build working
jmarantz 68a89d2
fix respones code expectation
jmarantz 70ce924
cleanup
jmarantz 71c1647
Merge branch 'main' into admin-params
jmarantz d04a05c
get compile working again
jmarantz 85d33f7
Merge branch 'main' into admin-params
jmarantz d482473
compiles and links tests, but tests fail
jmarantz d42f01a
All tests working and formatted.
jmarantz 2c4422a
reduce allow-list for std::regex and cleanup commented-out code.
jmarantz 594b618
Merge branch 'main' into admin-params
jmarantz 102d95c
fix signature
jmarantz a5706e1
fix naming inconsistency
jmarantz a4de093
add missing function
jmarantz 246af3a
Merge branch 'main' into admin-params
jmarantz 987e764
cleanup
jmarantz 5f5ae3c
use the correct UrlHandler block for /stats.
jmarantz c9041e6
add histogram buckets into UI params.
jmarantz afbcf1a
finalize before returning when we are not covering all types.
jmarantz 3fc02f0
format
jmarantz fc5ac30
Merge branch 'main' into admin-params
jmarantz 7bb3a00
Merge branch 'main' into admin-params
jmarantz 6dcac05
format
jmarantz 81f2763
API change for StatsParams
jmarantz 329281b
Merge branch 'main' into admin-params
jmarantz c537b80
Merge branch 'main' into admin-params
jmarantz 25c871e
try to get it to compile
jmarantz 685e307
get tests working
jmarantz 182c26d
Merge branch 'main' into admin-params
jmarantz fecece3
fix tests
jmarantz f187c65
get tests working in html-disabled mode.
jmarantz d16f773
cleanup
jmarantz 2ec28de
emit the parameter info in the /help response.
jmarantz e23c884
format
jmarantz 4f59d62
unbreak
jmarantz c2350a2
Merge branch 'main' into admin-params
jmarantz c9a0467
get tests woring with and without html.
jmarantz e8abc92
format
jmarantz bfb734a
cover some missing cases
jmarantz 752ae63
add pass-thru overrides for Html rendering to fix gcc builds.
jmarantz e8d16fd
cover html histogram rendering.
jmarantz abe2049
add coverage
jmarantz ab028cf
format
jmarantz d9d03c8
Merge branch 'main' into admin-params
jmarantz b28dd55
add comments
jmarantz 1b95d3b
properly sanitize the filter and quote it.
jmarantz 048d239
split out the html rendered into its own files.
jmarantz 93fe3f3
format
jmarantz 5c0fd6c
Merge branch 'main' into admin-params
jmarantz 85cde04
refactor to remove extra html implementation files
jmarantz b626917
tighten up the logic.
jmarantz ddda5d7
Merge branch 'main' into admin-params
jmarantz 2a62570
Merge branch 'main' into admin-params
jmarantz 03be332
add accessibility annotations.
jmarantz ce6e904
fix html validation errors.
jmarantz 26f200d
fix unit tests and prepopulated values.
jmarantz 50dbe5a
Render endpoints using GET that don't have params as simple a tags.
jmarantz 0859243
review comments
jmarantz 603f0f8
Merge branch 'main' into admin-params
jmarantz 1cc67ca
Merge branch 'main' into admin-params
jmarantz ee21f74
add missing params (round 1)
jmarantz 379b316
add remaining missing admin query params.
jmarantz a7b3565
back out post support for now
jmarantz c456954
back out more post params
jmarantz 8c3af8b
format
jmarantz 58c8b81
restore post params hacks.
jmarantz 36888b8
Use AdminFilter::queryParams() to get post-data aware QueryParams.
jmarantz 1738fc7
get POSTs working more generally.
jmarantz 35595ac
format
jmarantz c820090
correct deliver for /logging help text
jmarantz da2db71
Merge branch 'main' into admin-post-params
jmarantz 4f2025f
cleanup
jmarantz bcc798b
set the path when setting the method.
jmarantz 8c9d80c
ensure the request headers path is set properly when running and admi…
jmarantz b17ad84
explicity specify a string-ref to extract queries out to avoid copyin…
jmarantz 855d881
use range loop per tidy
jmarantz 1c3e458
const decls.
jmarantz 832ea51
Set up y/n enum param for "/cpuprofiler", ignore blank query values.
jmarantz 4d7b7e5
fix tests
jmarantz f76377b
comments
jmarantz 327ce0f
Keep-it-simple just use by-value passing and returning for vector<str…
jmarantz e6c81a0
indicate which endpoints require POST in the help text.
jmarantz 5ca51ea
test/server/admin/... working
jmarantz 46ec9c0
all tests working
jmarantz 8fd934d
format
jmarantz 854ee95
Merge branch 'main' into remove-admin-callback-url-param
jmarantz e283a52
Merge branch 'main' into remove-admin-callback-url-param
jmarantz 93542f7
minor test tweaks.
jmarantz 2cadbc4
Merge branch 'main' into remove-admin-callback-url-param
jmarantz 384e6f4
back out errant bazelversion change
jmarantz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 6.0.0-pre.20220706.4 | ||
| 5.0.0 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.