This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch dummy
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
omit 593aecd8933 do not merge
add 47b6f0fd056 Fix tungsten unit test (#7904)
add c683de4a55b kvm: fix unit test LibvirtReplugNicCommandWrapperTest
(#7908)
add 2e1c2821a82 UI: Add central project store and watch functionality
(#7900)
add a0702279aae server Don't allow inadvertent deletion of hidden details
via API (#7880)
add 8ad1009ad2d ui: fix notification list reordering intermittently (#7609)
add 3c38ed7a656 server: allow user to list available IPs on shared
networks (#7898)
add 3b05797344c Merge remote-tracking branch 'origin/4.18'
add e964395bd45 vmware: improve solidfire storage plugin integration and
fix cases (#3) (#7761)
add f5a1f4130d5 server: fix global setting
system.vm.public.ip.reservation.mode.strictness is not really dynamic (#7909)
add 8dc5fdd067d server: fix cannot get systemvm ips in dedicated ranges
(#7144)
add b19db10ea68 server: try with all supported hypervisors (ordered, no
duplications) when deploy a virtual router (#7877)
add 6f7725ab353 ui: Fix refresh and re-route behaviour (#7846)
add 93bd5b7a692 ui: speed up compute instance listing (#7911)
add 24ae5aa5fad Merge branch '4.18'
add 57d4d0d94a7 UI: Infer template settings in the deploy VM wizard (#7867)
add f563c165cb3 Merge release branch 4.18 to main
add eba1a078201 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 (593aecd8933)
\
N -- N -- N refs/heads/dummy (eba1a078201)
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:
.../java/com/cloud/network/IpAddressManager.java | 4 +
.../engine/orchestration/VolumeOrchestrator.java | 4 +-
.../LibvirtReplugNicCommandWrapperTest.java | 6 +
.../vmware/manager/VmwareStorageManagerImpl.java | 30 ++-
.../hypervisor/vmware/resource/VmwareResource.java | 5 +
.../storage/resource/VmwareStorageProcessor.java | 12 +-
.../manager/VmwareStorageManagerImplTest.java | 11 +
.../ListTungstenFabricAddressGroupCmdTest.java | 1 +
.../driver/SolidFirePrimaryDataStoreDriver.java | 30 ++-
.../main/java/com/cloud/api/ApiResponseHelper.java | 2 +-
.../configuration/ConfigurationManagerImpl.java | 8 +-
.../com/cloud/network/IpAddressManagerImpl.java | 272 +++++++++++----------
.../cloud/network/router/NetworkHelperImpl.java | 38 ++-
.../com/cloud/server/ManagementServerImpl.java | 16 +-
.../main/java/com/cloud/vm/UserVmManagerImpl.java | 25 +-
.../java/com/cloud/vm/UserVmManagerImplTest.java | 29 ++-
test/integration/component/test_update_vm.py | 124 ++++++++--
test/integration/smoke/test_public_ip_range.py | 3 +-
ui/public/locales/en.json | 1 +
ui/src/components/header/HeaderNotice.vue | 2 +-
ui/src/components/header/ProjectMenu.vue | 14 +-
ui/src/config/section/compute.js | 4 +-
ui/src/store/getters.js | 1 +
ui/src/store/modules/app.js | 13 +-
ui/src/store/modules/user.js | 6 +-
ui/src/store/mutation-types.js | 1 +
ui/src/utils/plugins.js | 9 +-
ui/src/utils/request.js | 8 +-
ui/src/views/AutogenView.vue | 30 ++-
ui/src/views/compute/DeployVM.vue | 16 +-
ui/src/views/infra/network/IpRangesTabPublic.vue | 6 +-
.../vmware/mo/HostDatastoreSystemMO.java | 17 +-
.../cloud/hypervisor/vmware/util/VmwareHelper.java | 1 +
33 files changed, 526 insertions(+), 223 deletions(-)