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

[Feature] Add Burst control capability for Applications #12162

Merged
merged 16 commits into from
Jan 5, 2024

Fix review comments.

407a5bc
Select commit
Loading
Failed to load commit list.
Merged

[Feature] Add Burst control capability for Applications #12162

Fix review comments.
407a5bc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 19, 2023 in 0s

20.85% (-18.43%) compared to 69ad199

View this Pull Request on Codecov

20.85% (-18.43%) compared to 69ad199

Details

Codecov Report

Attention: 181 lines in your changes are missing coverage. Please review.

Comparison is base (69ad199) 39.27% compared to head (407a5bc) 20.85%.
Report is 43 commits behind head on master.

Files Patch % Lines
...t/gateway/handlers/throttling/ThrottleHandler.java 19.09% 85 Missing and 4 partials ⚠️
.../keymgt/handlers/AbstractKeyValidationHandler.java 0.00% 16 Missing ⚠️
...t/impl/notifier/events/ApplicationPolicyEvent.java 25.00% 9 Missing ⚠️
.../apimgt/keymgt/model/entity/ApplicationPolicy.java 0.00% 9 Missing ⚠️
...bon/apimgt/api/model/policy/ApplicationPolicy.java 0.00% 8 Missing ⚠️
...imgt/api/model/subscription/ApplicationPolicy.java 0.00% 8 Missing ⚠️
...rottling/ApplicationThrottlePolicyMappingUtil.java 0.00% 8 Missing ⚠️
...ava/org/wso2/carbon/apimgt/impl/dao/ApiMgtDAO.java 57.14% 5 Missing and 1 partial ⚠️
...arbon/apimgt/impl/dto/APIKeyValidationInfoDTO.java 0.00% 6 Missing ⚠️
...a/org/wso2/carbon/apimgt/impl/APIProviderImpl.java 0.00% 4 Missing ⚠️
... and 7 more
Additional details and impacted files
@@             Coverage Diff             @@
##           master   #12162       +/-   ##
===========================================
- Coverage   39.27%   20.85%   -18.43%     
===========================================
  Files        1785     1192      -593     
  Lines      130492   101093    -29399     
  Branches    18808    14153     -4655     
===========================================
- Hits        51253    21083    -30170     
- Misses      72728    77250     +4522     
+ Partials     6511     2760     -3751     

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