This is an automated email from the ASF dual-hosted git repository.
weizhouapache pushed a change to branch healthcheck-main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
discard 20ccaf00b16 4.21/main Health Check, please don't merge this!
add ba67a627f7a quota: skip usage records registering the period a volume
has been attached (#13936)
add 5e5ae0c51cd Fix type parameter in listBackupServiceJobs API (#13940)
add 4e4a26b49ef dns: prevent creation of cross-tenant conflicting DNS
zones in the same server (#13946)
add 158fe4fad53 DNS Provider URL Validation (#13821)
add 89052fd1f5f 4.21/main Health Check, please don't merge this!
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (20ccaf00b16)
\
N -- N -- N refs/heads/healthcheck-main (89052fd1f5f)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../api/command/user/dns/AddDnsServerCmd.java | 2 +-
.../api/command/user/dns/DeleteDnsServerCmd.java | 2 +-
.../api/command/user/dns/UpdateDnsServerCmd.java | 2 +-
.../backup/dao/InternalBackupServiceJobDao.java | 2 +-
.../dao/InternalBackupServiceJobDaoImpl.java | 4 +-
.../{nic_dns_view.sql => cloud.nic_dns_view.sql} | 0
.../apache/cloudstack/quota/QuotaManagerImpl.java | 6 +
.../cloudstack/quota/QuotaManagerImplTest.java | 62 +++
.../java/com/cloud/api/query/QueryManagerImpl.java | 9 +-
.../cloudstack/dns/DnsProviderManagerImpl.java | 96 ++++-
.../org/apache/cloudstack/dns/dao/DnsZoneDao.java | 2 +
.../apache/cloudstack/dns/dao/DnsZoneDaoImpl.java | 24 +-
.../cloudstack/dns/DnsProviderManagerImplTest.java | 461 ++++++++++++++-------
ui/src/views/network/dns/AddDnsServer.vue | 7 +-
ui/src/views/network/dns/UpdateDnsServer.vue | 7 +-
15 files changed, 489 insertions(+), 197 deletions(-)
rename engine/schema/src/main/resources/META-INF/db/views/{nic_dns_view.sql =>
cloud.nic_dns_view.sql} (100%)