You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by re...@apache.org on 2015/12/10 12:02:33 UTC

[2/2] git commit: updated refs/heads/master to 0c7a562

Merge pull request #1201 from shapeblue/master-CLOUDSTACK-9131

CLOUDSTACK-9131: Create a new API to check if the plugin is enabled.
Adding a new command to check if the quota plugin is enabled.
Also changed the command version to 4.7.

* pr/1201:
  CLOUDSTACK-9131: Create a new API to check if the plugin is enabled.

Signed-off-by: Remi Bergsma <gi...@remi.nl>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0c7a5620
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0c7a5620
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0c7a5620

Branch: refs/heads/master
Commit: 0c7a5620fdde9bf62af9246af5dc681d1c144d28
Parents: cd81982 3e22fbe
Author: Remi Bergsma <gi...@remi.nl>
Authored: Thu Dec 10 12:02:07 2015 +0100
Committer: Remi Bergsma <gi...@remi.nl>
Committed: Thu Dec 10 12:02:08 2015 +0100

----------------------------------------------------------------------
 client/tomcatconf/commands.properties.in        |  1 +
 .../cloudstack/api/command/QuotaBalanceCmd.java |  2 +-
 .../cloudstack/api/command/QuotaCreditsCmd.java |  2 +-
 .../api/command/QuotaEmailTemplateListCmd.java  |  2 +-
 .../command/QuotaEmailTemplateUpdateCmd.java    |  2 +-
 .../cloudstack/api/command/QuotaEnabledCmd.java | 62 ++++++++++++++++++++
 .../api/command/QuotaStatementCmd.java          |  2 +-
 .../cloudstack/api/command/QuotaSummaryCmd.java |  2 +-
 .../api/command/QuotaTariffListCmd.java         |  2 +-
 .../api/command/QuotaTariffUpdateCmd.java       |  2 +-
 .../cloudstack/api/command/QuotaUpdateCmd.java  |  2 +-
 .../api/response/QuotaEnabledResponse.java      | 37 ++++++++++++
 .../apache/cloudstack/quota/QuotaService.java   |  2 +
 .../cloudstack/quota/QuotaServiceImpl.java      |  3 +
 ui/plugins/quota/quota.js                       | 12 ++--
 15 files changed, 120 insertions(+), 15 deletions(-)
----------------------------------------------------------------------