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

Add REST API Implementation for fetching Key Manager usages and delete Keys #12345

Merged
merged 3 commits into from
Mar 25, 2024

Add minor changes

3488aae
Select commit
Loading
Failed to load commit list.
Merged

Add REST API Implementation for fetching Key Manager usages and delete Keys #12345

Add minor changes
3488aae
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 24, 2024 in 0s

47.38% (+5.59%) compared to 1d952de

View this Pull Request on Codecov

47.38% (+5.59%) compared to 1d952de

Details

Codecov Report

Attention: Patch coverage is 11.81619% with 403 lines in your changes are missing coverage. Please review.

Project coverage is 47.38%. Comparing base (1d952de) to head (3488aae).
Report is 17 commits behind head on master.

Files Patch % Lines
...gt/rest/api/admin/v1/dto/APIInfoKeyManagerDTO.java 0.00% 110 Missing ⚠️
...api/admin/v1/dto/ApplicationInfoKeyManagerDTO.java 0.00% 54 Missing ⚠️
...admin/v1/utils/mappings/KeyManagerMappingUtil.java 2.22% 44 Missing ⚠️
.../rest/api/admin/v1/dto/KeyManagerAPIUsagesDTO.java 0.00% 30 Missing ⚠️
.../rest/api/admin/v1/dto/KeyManagerAppUsagesDTO.java 0.00% 30 Missing ⚠️
...a/org/wso2/carbon/apimgt/impl/APIConsumerImpl.java 3.33% 29 Missing ⚠️
...ava/org/wso2/carbon/apimgt/impl/dao/ApiMgtDAO.java 17.14% 26 Missing and 3 partials ⚠️
...t/api/admin/v1/impl/KeyManagersApiServiceImpl.java 4.16% 23 Missing ⚠️
...java/org/wso2/carbon/apimgt/impl/APIAdminImpl.java 56.81% 14 Missing and 5 partials ⚠️
.../api/store/v1/impl/ApplicationsApiServiceImpl.java 0.00% 11 Missing ⚠️
... and 8 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #12345      +/-   ##
============================================
+ Coverage     41.78%   47.38%   +5.59%     
- Complexity        0     4190    +4190     
============================================
  Files          1860     1866       +6     
  Lines        137434   137895     +461     
  Branches      19859    19921      +62     
============================================
+ Hits          57424    65338    +7914     
+ Misses        73104    64858    -8246     
- Partials       6906     7699     +793     

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