You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by we...@apache.org on 2022/08/29 17:46:57 UTC

[cloudstack] branch 4.18-vm-autoscaling updated (8832a40caf -> c5e13dfcfe)

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

weizhou pushed a change to branch 4.18-vm-autoscaling
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


    from 8832a40caf AS test: add test for update and scale down
     add 4b4e2a1774 AS test: update as VM profile and VM group
     add 5161f119c9 AS server: fix lb rule can be removed when vm group state is Disabled
     add cd37b135a0 vpc: prevent sourcenat ip disassociation for an active vpc (#6664)
     add f76b6c686d Merge remote-tracking branch 'apache/4.17' into main
     add c8494354ca UI: Fixes suffix icon on project selector not work (#6671)
     add 7ddebd3b2c server: fix error when dedicating guest vlan range for physical nw without vlan range (#6655)
     add 7115e35965 ui: fix update network update in sequence param (#6675)
     add c526244359 Merge remote-tracking branch 'apache/4.17' into main
     add 9f7e0cc2d5 VM stats history visualization (#6401)
     add 7ec455db0b Merge remote-tracking branch 'apache/main' into 4.18-vm-autoscaling
     add 6ab6ce4f6e AS test: delete a vm and vm group
     add c5e13dfcfe AS test: correct sleeptime after vm group/profile update in test_02

No new revisions were added by this update.

Summary of changes:
 .../java/com/cloud/network/NetworkServiceImpl.java |  33 +-
 .../network/lb/LoadBalancingRulesManagerImpl.java  |   6 +-
 .../cloud/network/DedicateGuestVlanRangesTest.java |  20 +-
 test/integration/smoke/test_vm_autoscaling.py      | 190 +++++-
 ui/package.json                                    |   4 +
 ui/public/locales/en.json                          |  38 ++
 ui/public/locales/pt_BR.json                       |  38 ++
 ui/src/components/header/ProjectMenu.vue           |   2 +-
 ui/src/components/header/SamlDomainSwitcher.vue    |   2 +-
 ui/src/components/view/StatsTab.vue                | 714 +++++++++++++++++++++
 .../view/chart/LineChart.vue}                      |  56 +-
 ui/src/components/view/stats/FilterStats.vue       | 165 +++++
 ui/src/components/view/stats/ResourceStatsInfo.vue |  90 +++
 ui/src/style/ant-overwrite/ant-form.less           |   8 +
 .../style/{component => components}/dashboard.less |   0
 .../src/style/components/view/StatsTab.scss        |  20 +-
 ui/src/utils/plugins.js                            |  12 +
 ui/src/views/AutogenView.vue                       |   2 +-
 ui/src/views/compute/InstanceTab.vue               |   5 +
 ui/src/views/network/UpdateNetwork.vue             |   4 +-
 20 files changed, 1312 insertions(+), 97 deletions(-)
 create mode 100644 ui/src/components/view/StatsTab.vue
 copy ui/src/{views/infra/network/IpRangesTab.vue => components/view/chart/LineChart.vue} (58%)
 create mode 100644 ui/src/components/view/stats/FilterStats.vue
 create mode 100644 ui/src/components/view/stats/ResourceStatsInfo.vue
 rename ui/src/style/{component => components}/dashboard.less (100%)
 copy api/src/main/java/com/cloud/agent/api/to/deployasis/TemplateDeployAsIsInformationTO.java => ui/src/style/components/view/StatsTab.scss (80%)