-
Notifications
You must be signed in to change notification settings - Fork 541
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
Add service layer to manage authorization details types #6073
base: master
Are you sure you want to change the base?
Conversation
- Add SQL queries - Add DAO layer - Modify resource access controls - Add unit tests - Modify APIs to support authorization details types
3688d64
to
498f0de
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6073 +/- ##
============================================
+ Coverage 40.65% 40.78% +0.13%
- Complexity 14411 14510 +99
============================================
Files 1760 1767 +7
Lines 117611 118060 +449
Branches 20263 20293 +30
============================================
+ Hits 47809 48147 +338
- Misses 62520 62615 +95
- Partials 7282 7298 +16
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
Proposed changes in this pull request
This PR adds CRUD operations to manage Authorization Details Types, allowing for Create, Read, Update, and Delete operations.
Related Issues
Checklist (for reviewing)
General
Functionality
Code
Tests
Security
Documentation