Skip to content

introduce 'unmanage' param in deleteDnsServerCmd to prevent deletion …

8f71ce6
Select commit
Loading
Failed to load commit list.
Draft

CloudStack DNS framework - Integrate PowerDNS as first plugin #12737

introduce 'unmanage' param in deleteDnsServerCmd to prevent deletion …
8f71ce6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 1, 2026 in 1s

18.33% (+0.29%) compared to a73cc9a

View this Pull Request on Codecov

18.33% (+0.29%) compared to a73cc9a

Details

Codecov Report

❌ Patch coverage is 74.69880% with 651 lines in your changes missing coverage. Please review.
✅ Project coverage is 18.33%. Comparing base (a73cc9a) to head (8f71ce6).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
.../apache/cloudstack/dns/DnsProviderManagerImpl.java 79.97% 108 Missing and 51 partials ⚠️
...g/apache/cloudstack/dns/dao/NicDnsJoinDaoImpl.java 0.00% 56 Missing ⚠️
...ava/org/apache/cloudstack/dns/DnsProviderUtil.java 60.29% 37 Missing and 17 partials ⚠️
...apache/cloudstack/dns/powerdns/PowerDnsClient.java 79.43% 23 Missing and 28 partials ⚠️
...rg/apache/cloudstack/dns/dao/DnsServerDaoImpl.java 56.86% 43 Missing and 1 partial ⚠️
...rg/apache/cloudstack/dns/vo/DnsServerDetailVO.java 0.00% 37 Missing ⚠️
...ava/org/apache/cloudstack/dns/vo/NicDnsJoinVO.java 0.00% 33 Missing ⚠️
.../src/main/java/com/cloud/vm/UserVmManagerImpl.java 48.07% 26 Missing and 1 partial ⚠️
...n/java/org/apache/cloudstack/dns/vo/DnsZoneVO.java 53.57% 24 Missing and 2 partials ⚠️
...pache/cloudstack/api/response/DnsZoneResponse.java 55.81% 18 Missing and 1 partial ⚠️
... and 34 more
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #12737      +/-   ##
============================================
+ Coverage     18.03%   18.33%   +0.29%     
- Complexity    16648    17068     +420     
============================================
  Files          6035     6093      +58     
  Lines        542487   545393    +2906     
  Branches      66477    66788     +311     
============================================
+ Hits          97854   100011    +2157     
- Misses       433612   434252     +640     
- Partials      11021    11130     +109     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.