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/06/25 04:35:50 UTC

[cloudstack] branch 4.13 updated (c03f8a1 -> b79407c)

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

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


    from c03f8a1  server: Adding listall to listLdapConfigurations (#4164)
     add b79407c  api: Adding missing fields to API responses (#4167)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/cloudstack/api/ApiConstants.java    |  3 +++
 .../api/response/DomainRouterResponse.java         | 16 +++++++++++++++
 .../cloudstack/api/response/IPAddressResponse.java | 11 +++++++++-
 .../api/response/PrivateGatewayResponse.java       | 10 ++++++++-
 .../api/response/Site2SiteVpnGatewayResponse.java  |  8 ++++++++
 .../cloudstack/api/response/SystemVmResponse.java  | 24 ++++++++++++++++++++++
 .../cloudstack/api/response/UserVmResponse.java    | 12 +++++++++++
 .../cloudstack/api/response/VpcResponse.java       |  8 ++++++++
 .../main/java/com/cloud/api/ApiResponseHelper.java |  6 ++++++
 .../api/query/dao/DomainRouterJoinDaoImpl.java     | 13 +++++++++++-
 .../com/cloud/api/query/dao/UserVmJoinDaoImpl.java |  7 ++++++-
 11 files changed, 114 insertions(+), 4 deletions(-)