You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by sh...@apache.org on 2022/08/01 02:44:34 UTC

[cloudstack] branch main updated (c938bae8c6 -> 3cba4266c8)

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

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


    from c938bae8c6 Merge remote-tracking branch 'origin/4.17'
     add b62f59ac95 Fixed list networks in projects after setting network permissions (#6546)
     add 9a264c1369 api: fix ipv6 firewall apis default role permissions (#6579)
     add b0f90fc6fb ui: fix vpc loadbalancer listing for admins (#6592)
     add 3cba4266c8 Merge remote-tracking branch 'apache/4.17' into main

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |  2 +-
 .../user/ipv6/CreateIpv6FirewallRuleCmd.java       |  7 +++++-
 .../user/ipv6/DeleteIpv6FirewallRuleCmd.java       |  9 +++++--
 .../user/ipv6/ListIpv6FirewallRulesCmd.java        |  8 ++++--
 .../user/ipv6/UpdateIpv6FirewallRuleCmd.java       |  7 +++++-
 .../java/com/cloud/network/NetworkServiceImpl.java | 10 ++++----
 test/integration/component/test_network_ipv6.py    | 24 +++++++++---------
 test/integration/smoke/test_network_ipv6.py        | 24 +++++++++---------
 .../test_network_permissions.py                    | 29 ++++++++++++++++++++++
 ui/src/views/network/VpcTiersTab.vue               |  3 ++-
 10 files changed, 86 insertions(+), 37 deletions(-)
 rename test/integration/{component => smoke}/test_network_permissions.py (94%)