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 6dd26aa695d 4.20/main Health Check, please don't merge this!
     add 4c801e24f44 Fix Create dropdown menu not changing language (#10023)
     add 810c4108c7b engine/schema: Add access modifier to `VolumeVO` (#9394)
     add cb530c1749d Merge remote-tracking branch 'origin/4.20'
     add 47f60190a92 .github: fix test_certauthority_root in 4.19 (#10037)
     add 971a5b25ec3 Remove SNI option that is correct as default in _run.sh 
(#10028)
     add 9231c1c6ba9 Merge remote-tracking branch 'origin/4.19' into 4.20
     add c94d0abab49 Merge remote-tracking branch 'origin/4.20'
     add f75a194c095 Persist IP addresses related to VM access via CPVM (#9534)
     add 91ab67c9522 Add logs to VMware instance configuration process (#9080)
     add f42aeaf1ad8 4.20/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   (6dd26aa695d)
            \
             N -- N -- N   refs/heads/healthcheck-main (f42aeaf1ad8)

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:
 .../consoleproxy/ConsoleProxyResource.java         |  5 +-
 .../consoleproxy/ConsoleAccessManager.java         |  2 +-
 .../api/ConsoleAccessAuthenticationCommand.java    | 12 ++++-
 .../src/main/java/com/cloud/storage/VolumeVO.java  | 58 +++++++++++-----------
 .../com/cloud/upgrade/DatabaseUpgradeChecker.java  |  2 +
 ...e42000to42010.java => Upgrade42010to42100.java} | 16 +++---
 .../main/java/com/cloud/vm/ConsoleSessionVO.java   | 22 ++++++++
 .../java/com/cloud/vm/dao/ConsoleSessionDao.java   |  2 +-
 .../com/cloud/vm/dao/ConsoleSessionDaoImpl.java    |  3 +-
 ...cleanup.sql => schema-42010to42100-cleanup.sql} |  2 +-
 ...to41910-cleanup.sql => schema-42010to42100.sql} | 10 ++--
 .../java/com/cloud/consoleproxy/AgentHookBase.java |  3 +-
 .../com/cloud/storage/VolumeApiServiceImpl.java    |  2 +-
 .../consoleproxy/ConsoleAccessManagerImpl.java     |  9 ++--
 .../java/com/cloud/consoleproxy/ConsoleProxy.java  |  5 +-
 systemvm/agent/scripts/_run.sh                     |  2 +-
 ui/public/locales/pt_BR.json                       |  3 ++
 ui/src/components/header/CreateMenu.vue            | 32 ++++++------
 .../hypervisor/vmware/mo/VirtualMachineMO.java     |  6 +++
 19 files changed, 121 insertions(+), 75 deletions(-)
 copy 
engine/schema/src/main/java/com/cloud/upgrade/dao/{Upgrade42000to42010.java => 
Upgrade42010to42100.java} (89%)
 copy 
engine/schema/src/main/resources/META-INF/db/{schema-41510to41520-cleanup.sql 
=> schema-42010to42100-cleanup.sql} (93%)
 copy 
engine/schema/src/main/resources/META-INF/db/{schema-41900to41910-cleanup.sql 
=> schema-42010to42100.sql} (67%)

Reply via email to