This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch healthcheck-4.20
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
discard 5b4224c315d dummy commit , please don't merge
add 796bd4f72cc Clean up network permissions on account deletion (#10176)
add 9967bb3fe89 fix slider component for global settings of the range type
(#10187)
add 9f594c96991 Merge branch '4.19' into 4.20
add a163831b7e8 Maintenance mode: Add host to deployment planner avoid
list to fix local storage vm migration (#9892)
add c396d007d12 dummy commit , please don't 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 (5b4224c315d)
\
N -- N -- N refs/heads/healthcheck-4.20 (c396d007d12)
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:
.../network/dao/NetworkPermissionDao.java | 7 ++++++
.../network/dao/NetworkPermissionDaoImpl.java | 15 ++++++++++++
.../com/cloud/resource/ResourceManagerImpl.java | 4 +++-
.../java/com/cloud/user/AccountManagerImpl.java | 27 ++++++++++++++--------
.../com/cloud/user/AccountManagerImplTest.java | 18 +++++++++++++++
.../com/cloud/user/AccountManagetImplTestBase.java | 3 +++
ui/src/views/setting/ConfigurationValue.vue | 10 ++++----
7 files changed, 68 insertions(+), 16 deletions(-)