This is an automated email from the ASF dual-hosted git repository.
DaanHoogland pushed a change to branch
ghi12039-optional-password-for-saml-account
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
discard 86b71c75045 Update
api/src/main/java/org/apache/cloudstack/api/command/admin/account/CreateAccountCmd.java
discard 46ca0dd45d7 make password an optional parameter/field in createAccount
add 4e4a26b49ef dns: prevent creation of cross-tenant conflicting DNS
zones in the same server (#13946)
add 158fe4fad53 DNS Provider URL Validation (#13821)
add 4e19bca4a90 make password an optional parameter/field in createAccount
add 7fba665223c Update
api/src/main/java/org/apache/cloudstack/api/command/admin/account/CreateAccountCmd.java
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 (86b71c75045)
\
N -- N -- N
refs/heads/ghi12039-optional-password-for-saml-account (7fba665223c)
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 +-
.../{nic_dns_view.sql => cloud.nic_dns_view.sql} | 0
.../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 +-
10 files changed, 414 insertions(+), 189 deletions(-)
rename engine/schema/src/main/resources/META-INF/db/views/{nic_dns_view.sql =>
cloud.nic_dns_view.sql} (100%)