This is an automated email from the ASF dual-hosted git repository.
nvazquez pushed a change to branch 4.17
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 887153197d ui: Fix template delete issue (#6340)
add 2326b5e22a maven: update sonarcloud project
add 41cf721868 README: update badget based on new sonarcloud.io project
add efb1f2b719 UI: Fix templates page redirection after delete job is
finished (#6345)
add 1967b64b2b Merge branch '4.16'
add 17afe0510e .github: add support for PR decoration
add d42c0eeb11 systemvm: setup radvd correctly (#6343)
add 470de7fb54 .github: run coverage for pushes to main branch
add 74c42ee3b1 ui: Fix live patch of routers (#6353)
add 3dcb93d981 maven: Move apache DS dependencies to test scope (#6347)
add 556f9dac0f ui: Network offerings not listed if listVPCs not available
in the account Role (#6354)
add 5bdfa35b3d Merge branch '4.16'
add f572c7ab74 Gateways after Nic update on Shared Network tests (#6355)
No new revisions were added by this update.
Summary of changes:
.github/workflows/coverage-check.yml | 21 +-
.github/workflows/main-coverage.yml | 63 ++++++
README.md | 2 +-
plugins/user-authenticators/ldap/pom.xml | 12 +-
pom.xml | 2 +-
systemvm/debian/opt/cloud/bin/cs/CsRedundant.py | 3 -
systemvm/debian/opt/cloud/bin/setup/common.sh | 17 +-
systemvm/debian/opt/cloud/bin/setup/init.sh | 7 +-
.../smoke/test_gateway_on_shared_networks.py | 241 +++++++++++++++++++++
test/integration/smoke/test_network_ipv6.py | 2 +-
tools/marvin/marvin/lib/base.py | 13 +-
ui/public/locales/en.json | 1 +
ui/src/config/section/infra/routers.js | 28 ++-
ui/src/views/image/TemplateZones.vue | 7 +-
ui/src/views/network/CreateIsolatedNetworkForm.vue | 22 +-
ui/src/views/network/CreateL2NetworkForm.vue | 22 +-
16 files changed, 393 insertions(+), 70 deletions(-)
create mode 100644 .github/workflows/main-coverage.yml
create mode 100644 test/integration/smoke/test_gateway_on_shared_networks.py