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

shwstppr pushed a change to branch 4.19-dummy
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


 discard 7f6dd18a8e3 do not merge
     add 6b4955affe9 Fix message publish in transaction (#8980)
     add a0f87187da1 ui: fix documentation link for VM autoscaling (#9044)
     add ea9a0f4adf8 ui: fix haenable in edit vm form (#9049)
     add f0df8d7831a ui: fix limit format (#9060)
     add 33659fdf069 server,test: fix resourceid for VOLUME.DETROY in restore 
VM (#9032)
     add c6762f1a41d ui: fix projectrolepermissions listing with description 
(#9091)
     add daf6b9d1030 api,ui: vm template format, fix vm info link (#9094)
     add 2d4d370be80 ui: support isdynamicallyscalable param for iso (#9092)
     add 57e67afdf0d api,server: list autoscalevmgroups with keyword (#9046)
     add 1c1221fbefb do not merge

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   (7f6dd18a8e3)
            \
             N -- N -- N   refs/heads/4.19-dummy (1c1221fbefb)

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:
 .../org/apache/cloudstack/api/ApiConstants.java    |  1 +
 .../cloudstack/api/response/UserVmResponse.java    | 12 +++++
 .../cloud/configuration/ConfigurationManager.java  |  3 +-
 .../engine/orchestration/NetworkOrchestrator.java  | 30 ++++++++---
 .../META-INF/db/views/cloud.user_vm_view.sql       |  1 +
 .../com/cloud/api/query/dao/UserVmJoinDaoImpl.java |  1 +
 .../java/com/cloud/api/query/vo/UserVmJoinVO.java  |  8 +++
 .../configuration/ConfigurationManagerImpl.java    | 17 +++++--
 .../com/cloud/network/as/AutoScaleManagerImpl.java |  5 ++
 .../main/java/com/cloud/vm/UserVmManagerImpl.java  |  2 +-
 .../cloud/api/query/dao/UserVmJoinDaoImplTest.java | 38 +++++++-------
 .../cloud/vpc/MockConfigurationManagerImpl.java    |  5 +-
 test/integration/smoke/test_events_resource.py     | 15 +++++-
 ui/src/components/view/InfoCard.vue                |  2 +-
 ui/src/config/section/compute.js                   |  2 +-
 ui/src/config/section/image.js                     |  2 +-
 ui/src/views/compute/EditVM.vue                    |  3 +-
 ui/src/views/dashboard/UsageDashboard.vue          |  6 +--
 ui/src/views/image/RegisterOrUploadIso.vue         | 59 +++++++++++++---------
 ui/src/views/image/UpdateISO.vue                   |  8 ++-
 .../views/project/iam/ProjectRolePermissionTab.vue |  2 +-
 21 files changed, 153 insertions(+), 69 deletions(-)

Reply via email to