-
Notifications
You must be signed in to change notification settings - Fork 2
Support tag filter #188
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
Open
zhiyuanliang-ms
wants to merge
31
commits into
main
Choose a base branch
from
zhiyuanliang/tag-filter
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Support tag filter #188
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
1f41e0d
support snapshot
zhiyuanliang-ms a331e98
add testcase
zhiyuanliang-ms 1105531
Merge branch 'preview' of https://github.com/Azure/AppConfiguration-J…
zhiyuanliang-ms 7d98b58
add testcase
zhiyuanliang-ms 9bffa88
fix lint
zhiyuanliang-ms 28c2d0e
update
zhiyuanliang-ms 92d6531
Merge pull request #162 from Azure/merge-main-to-preview
zhiyuanliang-ms 501cfe4
Merge branch 'preview' of https://github.com/Azure/AppConfiguration-J…
zhiyuanliang-ms 2a09f46
Merge branch 'zhiyuanliang/select-snapshot' of https://github.com/Azu…
zhiyuanliang-ms fed19f8
Merge branch 'main' into zhiyuanliang/select-snapshot
zhiyuanliang-ms 071215e
Merge branch 'main' into zhiyuanliang/select-snapshot
zhiyuanliang-ms 160f30a
Merge branch 'main' into zhiyuanliang/select-snapshot
zhiyuanliang-ms 53544af
wip
zhiyuanliang-ms 64f7604
wip
zhiyuanliang-ms 5fc57b0
support tag filter
zhiyuanliang-ms 1f5d9d8
add test
zhiyuanliang-ms 994c10e
update test
zhiyuanliang-ms 5b89cb6
Merge branch 'zhiyuanliang/select-snapshot' of https://github.com/Azu…
zhiyuanliang-ms bda172e
Merge branch 'main' of https://github.com/Azure/AppConfiguration-Java…
zhiyuanliang-ms cad828a
update testcase
zhiyuanliang-ms 00421f9
Merge branch 'zhiyuanliang/select-snapshot' of https://github.com/Azu…
zhiyuanliang-ms 667f721
Merge branch 'main' of https://github.com/Azure/AppConfiguration-Java…
zhiyuanliang-ms 11b5325
Merge branch 'zhiyuanliang/select-snapshot' of https://github.com/Azu…
zhiyuanliang-ms ca3c113
update
zhiyuanliang-ms 855e909
add more testcases
zhiyuanliang-ms 030d72d
update
zhiyuanliang-ms 381d833
Merge branch 'main' of https://github.com/Azure/AppConfiguration-Java…
zhiyuanliang-ms c0d611c
Merge branch 'zhiyuanliang/select-snapshot' of https://github.com/Azu…
zhiyuanliang-ms b985509
Merge branch 'main' of https://github.com/Azure/AppConfiguration-Java…
zhiyuanliang-ms 7a246d9
fix lint
zhiyuanliang-ms 58ff6c3
update testcase
zhiyuanliang-ms 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this check robust?
\n
is not allowed in tag?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I followed .NET provider's implementation: https://github.com/Azure/AppConfiguration-DotnetProvider/pull/637/files#diff-5f9d810c153f73ab4382bfddf40b76b7c30bba39beae6e74557bc078115f3f95
I checked out backend code, we don't forbid
\n
but the portal will not allow you to enter\n
when creating a tag.