-
Notifications
You must be signed in to change notification settings - Fork 1
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
User tenant service filter #54
Open
AdilSDE
wants to merge
6
commits into
master
Choose a base branch
from
user-tenant-service-filter
base: master
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
Conversation
This file contains 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
Kudos, SonarCloud Quality Gate passed! |
harshadk-sourcefuse
requested changes
Aug 31, 2023
...service/src/main/java/com/sourcefuse/jarc/services/usertenantservice/core/GenericEditor.java
Outdated
Show resolved
Hide resolved
...service/src/main/java/com/sourcefuse/jarc/services/usertenantservice/core/GenericEditor.java
Outdated
Show resolved
Hide resolved
...vice/src/main/java/com/sourcefuse/jarc/services/usertenantservice/core/GlobalInitBinder.java
Outdated
Show resolved
Hide resolved
...c/test/java/com/sourcefuse/jarc/services/usertenantservice/mocks/MockCurrentUserSession.java
Outdated
Show resolved
Hide resolved
harshadk-sourcefuse
requested changes
Aug 31, 2023
...java/com/sourcefuse/jarc/services/usertenantservice/controller/RoleUserTenantController.java
Outdated
Show resolved
Hide resolved
harshadk-sourcefuse
requested changes
Sep 1, 2023
libs/core/src/main/java/com/sourcefuse/jarc/core/filters/webdatabinder/GlobalWebDataBinder.java
Outdated
Show resolved
Hide resolved
libs/core/src/main/java/com/sourcefuse/jarc/core/filters/webdatabinder/RequestParamsBinder.java
Outdated
Show resolved
Hide resolved
libs/core/src/main/java/com/sourcefuse/jarc/core/filters/webdatabinder/GlobalWebDataBinder.java
Show resolved
Hide resolved
libs/core/src/main/java/com/sourcefuse/jarc/core/filters/webdatabinder/RequestParamsBinder.java
Show resolved
Hide resolved
AdilSDE
force-pushed
the
user-tenant-service-filter
branch
from
September 5, 2023 07:51
f7cbfc6
to
d27db59
Compare
harshadk-sourcefuse
approved these changes
Sep 5, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Filter eg to pass in request param and it should be URL encoded
( {
"or":[ {"id":{"ne":"3b6c3207-26a8-139b-b1b7-c405a81b19a1" }},{"id":"29045908-f36d-79a0-5798-d6ac8bb30982"}]
}
)
URL Encoded format :
%7B%0A%20%20%22or%22%3A%5B%20%7B%22id%22%3A%7B%22ne%22%3A%223b6c3207-26a8-139b-b1b7-c405a81b19a1%22%20%7D%7D%2C%7B%22id%22%3A%2229045908-f36d-79a0-5798-d6ac8bb30982%22%7D%5D%0A%20%20%7D
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: