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

DaanHoogland pushed a change to branch healthcheck-main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


 discard 5680027679f 4.21/main Health Check, please don't merge this!
     add 7f849e9362f add GaOrtiga to colaborators (#13246)
     add 3f6866d70a6 Refactor Quota balance (#12961)
     add 6786d45951a fix(linstor): surface ambiguous template fallbacks and 
legacy orphan cleanup (#13078)
     add e3245515e8b docs: note MariaDB support in README (#13238)
     add c0ce5b461f8 Bump the github-actions-dependencies group across 1 
directory with 2 updates (#13215)
     add 5e5ea5aa34e 4.21/main Health Check, please don't merge this!

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (5680027679f)
            \
             N -- N -- N   refs/heads/healthcheck-main (5e5ea5aa34e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |   1 +
 .github/workflows/daily-repo-status.lock.yml       |  10 +-
 .github/workflows/issue-triage-agent.lock.yml      |  10 +-
 .github/workflows/stale.yml                        |   4 +-
 README.md                                          |   2 +-
 .../org/apache/cloudstack/api/ApiConstants.java    |   3 +
 .../apache/cloudstack/quota/QuotaManagerImpl.java  |   9 +-
 .../cloudstack/quota/dao/QuotaBalanceDao.java      |  10 +-
 .../cloudstack/quota/dao/QuotaBalanceDaoImpl.java  | 187 ++++++++-------------
 .../quota/dao/QuotaBalanceDaoImplTest.java         |  91 ++++++++++
 .../cloudstack/api/command/QuotaBalanceCmd.java    |  62 +++----
 .../api/response/QuotaBalanceResponse.java         | 132 ++++-----------
 .../api/response/QuotaResponseBuilder.java         |   7 +-
 .../api/response/QuotaResponseBuilderImpl.java     | 128 ++------------
 .../org/apache/cloudstack/quota/QuotaService.java  |   2 +-
 .../apache/cloudstack/quota/QuotaServiceImpl.java  | 100 +++++------
 .../api/command/QuotaBalanceCmdTest.java           |  42 ++---
 .../api/response/QuotaResponseBuilderImplTest.java |  70 +++++---
 .../cloudstack/quota/QuotaServiceImplTest.java     |  95 ++++++++---
 .../kvm/storage/LinstorStorageAdaptor.java         |  14 +-
 .../storage/datastore/util/LinstorUtil.java        |  21 ++-
 .../java/com/cloud/user/AccountManagerImpl.java    |   8 +-
 .../plugins/quota/test_quota_balance.py            |  49 ++++--
 23 files changed, 488 insertions(+), 569 deletions(-)
 create mode 100644 
framework/quota/src/test/java/org/apache/cloudstack/quota/dao/QuotaBalanceDaoImplTest.java

Reply via email to