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

dahn pushed a change to branch 4.19-dummy
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


 discard 7e93310853d do not merge
     add 96288ecf1fa fix: domain limits tab ui is now able to present 0 to the 
user (#9166)
     add bb0c1f93afe Add volume encryption checks during the disk offering 
change (#9209)
     add 7e71e505788 [Quota] Improve Quota balance calculation flow (#8581)
     add f360f7048da vmware: do not tear down vm disks if deploy-as-is vm has 
vm snapshots (#9243)
     add 591cc4f0027 Add action button to enable/disable Oauth provider (#9242)
     add a10eee25b34 Add method for decrypting values accordingly (#9088)
     add 75341963614 UI: Fix Userdata registration from UI (#8791)
     add b7d37115b85 do not merge

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   (7e93310853d)
            \
             N -- N -- N   refs/heads/4.19-dummy (b7d37115b85)

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:
 .../subsystem/api/storage/VolumeService.java       |   2 +
 .../com/cloud/domain/dao/DomainDetailsDao.java     |   2 +
 .../com/cloud/domain/dao/DomainDetailsDaoImpl.java |  15 +-
 .../java/com/cloud/user/AccountDetailsDao.java     |   2 +
 .../java/com/cloud/user/AccountDetailsDaoImpl.java |  15 +-
 .../storage/volume/VolumeServiceImpl.java          |  15 ++
 .../storage/volume/VolumeServiceTest.java          |  43 +++++
 .../apache/cloudstack/quota/QuotaManagerImpl.java  | 101 +++++------
 .../hypervisor/vmware/resource/VmwareResource.java |   2 +-
 .../cloudstack/oauth2/OAuth2AuthManagerImpl.java   |  12 +-
 .../com/cloud/storage/VolumeApiServiceImpl.java    |   4 +-
 .../main/java/com/cloud/vm/UserVmManagerImpl.java  |   7 +-
 .../java/com/cloud/vm/UserVmManagerImplTest.java   |  42 -----
 .../plugins/quota/test_quota_balance.py            | 191 +++++++++++++++++++++
 ui/public/locales/en.json                          |   1 +
 ui/src/components/view/ResourceLimitTab.vue        |   2 +-
 ui/src/config/section/config.js                    |  20 ++-
 ui/src/utils/plugins.js                            |  12 +-
 ui/src/views/compute/RegisterUserData.vue          |   9 +-
 .../java/com/cloud/usage/UsageManagerImpl.java     |   7 +-
 20 files changed, 389 insertions(+), 115 deletions(-)
 create mode 100644 test/integration/plugins/quota/test_quota_balance.py

Reply via email to