You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/02/19 07:40:04 UTC

[cloudstack] branch master updated (0c46dfa -> 4ab6b42)

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

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


    from 0c46dfa  Merge remote-tracking branch 'origin/4.13'
     add 4ab6b42  server: Add new command to update security group name (#3739)

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |   1 +
 api/src/main/java/com/cloud/event/EventTypes.java  |   1 +
 .../network/security/SecurityGroupService.java     |  11 +-
 .../UpdateSecurityGroupCmd.java}                   |  54 ++--
 .../cloud/network/security/SecurityGroupVO.java    |   4 +
 .../network/security/SecurityGroupManagerImpl.java |  59 ++++
 .../com/cloud/server/ManagementServerImpl.java     |   2 +
 .../smoke/test_update_security_group.py            | 312 +++++++++++++++++++++
 ui/scripts/network.js                              |  31 +-
 9 files changed, 449 insertions(+), 26 deletions(-)
 copy api/src/main/java/org/apache/cloudstack/api/command/user/{vmgroup/UpdateVMGroupCmd.java => securitygroup/UpdateSecurityGroupCmd.java} (63%)
 create mode 100644 test/integration/smoke/test_update_security_group.py