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 2018/04/24 13:05:54 UTC

[cloudstack] branch master updated (f8b6375 -> 5ff2f17)

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 f8b6375  CLOUDSTACK-10359: Change the inconsistent method names. (#2591)
     add ea55a00  network: Fix security groups for CentOS (#2590)
     add 9a13227  CLOUDSTACK-10327: Do not invalidate the session when an API command is not available (#2498)
     new 5ff2f17  Merge branch '4.11'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ...mitException.java => UnavailableCommandException.java} | 15 +++++----------
 .../cloudstack/acl/DynamicRoleBasedAPIAccessChecker.java  |  7 +++----
 .../cloudstack/acl/StaticRoleBasedAPIAccessChecker.java   | 14 +++++++++++++-
 scripts/vm/network/security_group.py                      |  3 +--
 server/src/main/java/com/cloud/api/ApiServer.java         |  4 ++++
 test/integration/smoke/test_routers.py                    |  4 ++--
 utils/src/main/java/com/cloud/utils/SerialVersionUID.java |  1 +
 7 files changed, 29 insertions(+), 19 deletions(-)
 copy api/src/main/java/com/cloud/exception/{RequestLimitException.java => UnavailableCommandException.java} (75%)

-- 
To stop receiving notification emails like this one, please contact
rohit@apache.org.

[cloudstack] 01/01: Merge branch '4.11'

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5ff2f172cbf0a77b4fb3c0061260de548ae80c37
Merge: f8b6375 9a13227
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Tue Apr 24 15:05:38 2018 +0200

    Merge branch '4.11'

 .../exception/UnavailableCommandException.java     | 36 ++++++++++++++++++++++
 .../acl/DynamicRoleBasedAPIAccessChecker.java      |  7 ++---
 .../acl/StaticRoleBasedAPIAccessChecker.java       | 14 ++++++++-
 scripts/vm/network/security_group.py               |  3 +-
 server/src/main/java/com/cloud/api/ApiServer.java  |  4 +++
 test/integration/smoke/test_routers.py             |  4 +--
 .../java/com/cloud/utils/SerialVersionUID.java     |  1 +
 7 files changed, 60 insertions(+), 9 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
rohit@apache.org.