-
Notifications
You must be signed in to change notification settings - Fork 253
Remove auto-JSONification of query params, allowing them to be unquoted #2309
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
eddyashton
merged 29 commits into
microsoft:main
from
eddyashton:non_json_query_parsing
Mar 16, 2021
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
4320868
Add some nonstd string utils
eddyashton a09a9b5
Split works with string_views
eddyashton 0076193
Add parse_query for turning string into map
eddyashton 2035799
Ah yes, bugfix
eddyashton cd24b17
Use the new parse_query function
eddyashton 85665d2
Add a helpful converter, use it in a few places
eddyashton 598c030
Fix remaining uses in logging app
eddyashton 45a61b4
Remove quotes from network/nodes
eddyashton 570609a
Fix tests
eddyashton 4746c8e
Make schema title optional
eddyashton e6ba79b
Add add_query_parameter
eddyashton 7538ef8
Add query parameters, reuse query schema in components
eddyashton 8295010
More accurately describe TransactionID
eddyashton f780b33
Merge branch 'main' of github.com:microsoft/CCF into non_json_query_p…
eddyashton 1cb8d6c
Format
eddyashton 6ca28cf
Remove auto-schema-to-query path
eddyashton 3bab7ae
CHANGELOG tweak
eddyashton ae0e8c4
Format
eddyashton 443b3cc
Merge branch 'main' into non_json_query_parsing
eddyashton 669bde7
Merge branch 'main' of github.com:microsoft/CCF into non_json_query_p…
eddyashton 9df1e38
Update docstrings
eddyashton 91b4531
Merge branch 'non_json_query_parsing' of github.com:eddyashton/CCF in…
eddyashton 17ed42d
Merge branch 'main' of github.com:microsoft/CCF into non_json_query_p…
eddyashton 7aa4b17
Merge branch 'main' into non_json_query_parsing
achamayou 292d5b4
Correct CHANGELOG
eddyashton 1f71019
Merge branch 'main' of github.com:microsoft/CCF into non_json_query_p…
eddyashton 023fdca
Add unit test for query parser
eddyashton 540f6b8
Merge branch 'main' of github.com:microsoft/CCF into non_json_query_p…
eddyashton b9e023d
Add test of empty key
eddyashton 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
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.