This is an automated email from the ASF dual-hosted git repository.
pearl11594 pushed a change to branch nsx-integration
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 7288ac458fc NSX: Add unit tests to increase coverage (#8355)
add de095ba70d2 server: fix url check for storages without a valid url
(#8353)
add dda672503f2 Remove unneeded duplicate words (#8358)
add 127fd9d2f06 UI: Project column in Default View (#8287)
add af872224d6a README: that time of the year! 🎄 (#8365)
add 16d45f731d7 Save the account which deliberately removed a public IP
from quarantine (#8339)
add 33e2a4dd663 VPC: update default network offering for vpc tier to
conserve_mode=1 (#8309)
add 7cabc66f1c7 Merge branch 'main' of
https://github.com/apache/cloudstack into nsx-integration
No new revisions were added by this update.
Summary of changes:
README.md | 2 +-
.../java/com/cloud/network/PublicIpQuarantine.java | 2 +
.../org/apache/cloudstack/api/ApiConstants.java | 1 +
.../api/response/IpQuarantineResponse.java | 12 +++
.../engine/orchestration/NetworkOrchestrator.java | 2 +-
.../com/cloud/network/vo/PublicIpQuarantineVO.java | 12 +++
.../com/cloud/upgrade/dao/Upgrade41810to41900.java | 4 +
.../resources/META-INF/db/schema-41810to41900.sql | 5 +
.../ConfigureSimulatorHAProviderState.java | 4 +-
.../hypervisor/vmware/resource/VmwareResource.java | 2 +-
.../storage/resource/VmwareStorageProcessor.java | 2 +-
.../main/java/com/cloud/api/ApiResponseHelper.java | 4 +
.../com/cloud/network/IpAddressManagerImpl.java | 2 +
.../java/com/cloud/storage/StorageManagerImpl.java | 103 ++++++++++++++-------
.../java/com/cloud/api/ApiResponseHelperTest.java | 56 +++++++++++
.../com/cloud/network/IpAddressManagerTest.java | 27 ++++++
.../com/cloud/storage/StorageManagerImplTest.java | 49 ++++++++++
.../component/test_escalations_instances.py | 6 +-
test/integration/component/test_vpc_network.py | 10 +-
ui/src/components/view/ListView.vue | 4 +
ui/src/config/section/compute.js | 44 ++++++++-
ui/src/config/section/event.js | 11 ++-
ui/src/config/section/image.js | 6 ++
ui/src/config/section/network.js | 41 +++++++-
ui/src/config/section/storage.js | 11 ++-
ui/src/views/AutogenView.vue | 3 +
.../java/com/cloud/usage/UsageManagerImpl.java | 2 +-
27 files changed, 364 insertions(+), 63 deletions(-)