Skip to content
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

improve merge claims behavior #1233

Merged
merged 1 commit into from
Nov 15, 2023
Merged

improve merge claims behavior #1233

merged 1 commit into from
Nov 15, 2023

Conversation

pamapa
Copy link
Member

@pamapa pamapa commented Nov 2, 2023

Closes/fixes #1232

Checklist

  • This PR makes changes to the public API
  • I have included links for closing relevant issue numbers

This merge requests enables a fix for #846 and #852. This MR introduces the new merge behavior and moves all the claims related logic inside a dedicated service.
This code is based on the pre-work done by @marcoreni in #881!

@pamapa pamapa added this to the 3.0.0 milestone Nov 2, 2023
@pamapa
Copy link
Member Author

pamapa commented Nov 2, 2023

@Badisi and @marcoreni Would be awesome if you find time to review this!

@pamapa pamapa force-pushed the improve-merge-claims-behavior branch 2 times, most recently from e4b9a37 to e5b1e7b Compare November 2, 2023 13:01
Copy link

codecov bot commented Nov 2, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2a308c6) 78.16% compared to head (68c1574) 78.17%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1233      +/-   ##
==========================================
+ Coverage   78.16%   78.17%   +0.01%     
==========================================
  Files          45       45              
  Lines        1731     1732       +1     
  Branches      345      346       +1     
==========================================
+ Hits         1353     1354       +1     
  Misses        341      341              
  Partials       37       37              
Flag Coverage Δ
unittests 78.17% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
src/ClaimsService.ts 100.00% <100.00%> (ø)
src/OidcClientSettings.ts 96.61% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pamapa pamapa force-pushed the improve-merge-claims-behavior branch from e5b1e7b to e253265 Compare November 2, 2023 13:15
@pamapa pamapa force-pushed the improve-merge-claims-behavior branch from e253265 to 68c1574 Compare November 2, 2023 13:49
@pamapa pamapa merged commit 9f94cde into main Nov 15, 2023
@pamapa pamapa deleted the improve-merge-claims-behavior branch November 15, 2023 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

improve merge claims behavior
1 participant