This is an automated email from the ASF dual-hosted git repository.

dahn pushed a change to branch healthcheck-main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


 discard e4a01709fe5 4.23/main Health Check, please don't merge this!
     add 34b8870f591 systemvm-template: support on-demand download during setup 
and registration (#11656)
     add 23389c25541 4.23/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   (e4a01709fe5)
            \
             N -- N -- N   refs/heads/healthcheck-main (23389c25541)

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:
 client/bindir/cloud-setup-management.in            |  141 ++
 client/conf/server.properties.in                   |    5 +
 .../com/cloud/dc/dao/DataCenterDetailsDaoImpl.java |    3 +-
 .../java/com/cloud/storage/dao/VMTemplateDao.java  |    5 +-
 .../com/cloud/storage/dao/VMTemplateDaoImpl.java   |   37 +-
 .../upgrade/SystemVmTemplateRegistration.java      |  981 ++++++++------
 .../cloud/storage/dao/VMTemplateDaoImplTest.java   |   87 +-
 .../upgrade/SystemVmTemplateRegistrationTest.java  | 1388 ++++++++++++++++++--
 engine/schema/templateConfig.sh                    |   25 +-
 .../java/com/cloud/storage/StorageManagerImpl.java |   94 +-
 .../utils/server/ServerPropertiesUtil.java         |   58 +
 .../utils/server/ServerPropertiesUtilTest.java     |   95 ++
 12 files changed, 2385 insertions(+), 534 deletions(-)
 create mode 100644 
utils/src/main/java/org/apache/cloudstack/utils/server/ServerPropertiesUtil.java
 create mode 100644 
utils/src/test/java/org/apache/cloudstack/utils/server/ServerPropertiesUtilTest.java

Reply via email to