-
Notifications
You must be signed in to change notification settings - Fork 39
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
feat: implement domain scoping #934
feat: implement domain scoping #934
Conversation
Signed-off-by: jarebudev <23311805+jarebudev@users.noreply.github.com>
Signed-off-by: jarebudev <23311805+jarebudev@users.noreply.github.com>
Signed-off-by: jarebudev <23311805+jarebudev@users.noreply.github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #934 +/- ##
============================================
+ Coverage 95.03% 95.27% +0.23%
- Complexity 391 393 +2
============================================
Files 37 38 +1
Lines 887 888 +1
Branches 54 54
============================================
+ Hits 843 846 +3
+ Misses 24 23 -1
+ Partials 20 19 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: jarebudev <23311805+jarebudev@users.noreply.github.com>
These requirements only apply to the static context SDKs (read: client-side SDKs) which Java is not, so you can skip them! |
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.
Thanks @jarebudev ! This looks great, there's only a few minor changes that need to be made non-breaking, then I can approve.
Thanks again for your time and effort!
Same opinion, we can make the change non-breaking. I proposed this |
Thanks both for your feedback - I'll apply your suggestions :) |
Signed-off-by: jarebudev <23311805+jarebudev@users.noreply.github.com>
Signed-off-by: jarebudev <23311805+jarebudev@users.noreply.github.com>
@jarebudev thank you for the latest change. I have this doubt and I will approve once I clarify this with @toddbaert :) I am happy with the rest |
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.
Approved. Agree with your deprecation suggestion @Kavindu-Dodan
Signed-off-by: Kavindu Dodanduwa <kavindudodanduwa@gmail.com>
Unfortunately this was not straightforward. We used same |
Isn't this change breaking since we changed a return type? |
Yes, could consider as a breaking change as |
…ossible Signed-off-by: Kavindu Dodanduwa <kavindudodanduwa@gmail.com>
I provided more update here with 12f7f4d
|
Quality Gate passedIssues Measures |
This PR
Related Issues
Resolves #843
Notes
As this change was getting a bit large I wanted to make sure that the main requirements of the issue were implemented correctly first of all so I've not yet done the two requirements that are listed as experimental.
I can either add them into this PR or split them out into a separate issue, either way is fine with me, but wanted to check that this change is on the right path first of all.
Follow-up Tasks
I've not implemented these two requirements