-
Notifications
You must be signed in to change notification settings - Fork 347
Wildcard action support in config #577
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
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
e16364b
update test'
jarupatj 59519d0
Update * string to constant variable.
jarupatj a37b8fa
Update code formatting
jarupatj 32982ea
Expand wildcard actions
jarupatj 4fc4b22
Wildcard action gets resolved to CRUD actions
c024972
Remove wildcard special case from authorization checks.
jarupatj 0aba931
Adding test cases for wildcard action
882fbf5
Add unittests for wildcard handling
jarupatj cfdcf04
Add tests that verify internal data structure when wildcard is used.
jarupatj d60e75c
Using defined constants for wildcard and actions
d017d5f
Merge branch 'main' into dev/agarwalayush/WildcardActionSupport
ayush3797 a507939
Using Assert true/false
f441e66
Merge branch 'dev/agarwalayush/WildcardActionSupport' of https://gith…
838631f
Add more test.
jarupatj 656425f
Merge branch 'jarupatj/wildcardissue' into dev/agarwalayush/WildcardA…
jarupatj 1161320
Add more comprehensive tests for AuthorizationResolver
jarupatj 668c901
Clean up include exclude column test. Remove unnessary duplicate test…
jarupatj 7b5e3b1
Add test comments and fix expected behavior of WildcardColumnExclusio…
jarupatj 872f196
Run dotnet format
jarupatj ce0e263
Apply suggestions from code review
jarupatj 43814e8
Merge branch 'dev/agarwalayush/WildcardActionSupport' of https://gith…
jarupatj fe2f828
Address comments.
jarupatj f787e6b
Add test more test case to check exclusion precedence.
jarupatj f283d6d
Update format using dotnet format
jarupatj 9643a3a
Merge branch 'main' into dev/agarwalayush/WildcardActionSupport
jarupatj a85e1f6
Merge branch 'main' into dev/agarwalayush/WildcardActionSupport
Aniruddh25 bb2bbc1
Merge branch 'main' into dev/agarwalayush/WildcardActionSupport
Aniruddh25 4430c7e
Merge branch 'main' into dev/agarwalayush/WildcardActionSupport
jarupatj 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
371 changes: 243 additions & 128 deletions
371
DataGateway.Service.Tests/Authorization/AuthorizationResolverUnitTests.cs
Large diffs are not rendered by default.
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
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.