This is an automated email from the ASF dual-hosted git repository.
harikrishna pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 10e0d42f456 ui: introduce section-level “advisories” with quick-fix
actions (#11763)
add 9b4f16b73fa api,server: apis return their http request type (#11382)
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/cloudstack/api/APICommand.java | 2 +
.../org/apache/cloudstack/api/ApiConstants.java | 1 +
...AccountAllowedToCreateOfferingsWithTagsCmd.java | 3 +-
.../api/response/ApiDiscoveryResponse.java | 13 ++
.../discovery/ApiDiscoveryServiceImpl.java | 9 +-
.../discovery/ApiDiscoveryServiceImplTest.java | 123 ++++++++++++++++++
.../cloudstack/api/command/QuotaBalanceCmd.java | 3 +-
.../cloudstack/api/command/QuotaEnabledCmd.java | 3 +-
.../cloudstack/api/command/QuotaStatementCmd.java | 3 +-
.../cloudstack/api/command/QuotaSummaryCmd.java | 3 +-
.../cloudstack/api/command/QuotaTariffListCmd.java | 3 +-
.../cloudian/api/CloudianIsEnabledCmd.java | 3 +-
.../api/command/ReadyForShutdownCmd.java | 3 +-
.../api/command/VerifyOAuthCodeAndGetUserCmd.java | 14 +-
server/src/main/java/com/cloud/api/ApiServlet.java | 46 ++++---
.../test/java/com/cloud/api/ApiServletTest.java | 143 +++++++++++++++++----
16 files changed, 319 insertions(+), 56 deletions(-)
create mode 100644
plugins/api/discovery/src/test/java/org/apache/cloudstack/discovery/ApiDiscoveryServiceImplTest.java