You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by sw...@apache.org on 2016/04/07 17:41:51 UTC

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

Merge pull request #1254 from shapeblue/master-9174

CLOUDSTACK-9174: A deleted account results in NPEWhen an account is deleted from cloudstack for which quota is still
being calculated and if the quota reaches minimum threshold then
quota service will try to alert the user. This results in NPE and is
fixed by excluding such accounts from alerting and other quota related
mechanisms.

* pr/1254:
  CLOUDSTACK-9174: A deleted account results in NPE

Signed-off-by: Will Stevens <wi...@gmail.com>


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

Branch: refs/heads/master
Commit: e72a69a8a2f0514ece93fc9b05698aa08afa5539
Parents: bb48d7f 983dee7
Author: Will Stevens <wi...@gmail.com>
Authored: Thu Apr 7 11:39:22 2016 -0400
Committer: Will Stevens <wi...@gmail.com>
Committed: Thu Apr 7 11:39:22 2016 -0400

----------------------------------------------------------------------
 .../cloudstack/quota/QuotaAlertManagerImpl.java   |  1 +
 .../apache/cloudstack/quota/QuotaManagerImpl.java |  7 ++++---
 .../cloudstack/quota/QuotaStatementImpl.java      | 18 ++++++++++--------
 .../cloudstack/api/command/QuotaSummaryCmd.java   |  2 +-
 .../api/response/QuotaResponseBuilderImpl.java    |  6 +++++-
 ui/plugins/quota/quota.js                         |  7 -------
 6 files changed, 21 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e72a69a8/framework/quota/src/org/apache/cloudstack/quota/QuotaManagerImpl.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e72a69a8/framework/quota/src/org/apache/cloudstack/quota/QuotaStatementImpl.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e72a69a8/plugins/database/quota/src/org/apache/cloudstack/api/response/QuotaResponseBuilderImpl.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e72a69a8/ui/plugins/quota/quota.js
----------------------------------------------------------------------