This is an automated email from the ASF dual-hosted git repository. dahn pushed a change to branch healthcheck-4.19 in repository https://gitbox.apache.org/repos/asf/cloudstack.git
discard f26cd0cb075 DO NOT MERGE add d697cff8987 Update dependency required for test_outofbandmanagement.py (#10805) add 1f8442eb69a Extra checks in UI when deleting accounts (#10760) add 919c9797cc8 server: prevent duplicate HA works and alerts (#10624) add beb7e2788d3 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 (f26cd0cb075) \ N -- N -- N refs/heads/healthcheck-4.19 (beb7e2788d3) 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: .github/workflows/ci.yml | 2 +- .../com/cloud/agent/manager/AgentManagerImpl.java | 18 ++- .../com/cloud/ha/HighAvailabilityManagerImpl.java | 35 +++- .../java/com/cloud/ha/dao/HighAvailabilityDao.java | 2 + .../com/cloud/ha/dao/HighAvailabilityDaoImpl.java | 14 +- .../cloud/ha/HighAvailabilityManagerImplTest.java | 2 - ui/public/locales/en.json | 9 +- ui/src/config/section/account.js | 5 +- ui/src/views/iam/DeleteAccount.vue | 176 +++++++++++++++++++++ ui/src/views/iam/DeleteAccountWrapper.vue | 74 +++++++++ 10 files changed, 317 insertions(+), 20 deletions(-) create mode 100644 ui/src/views/iam/DeleteAccount.vue create mode 100644 ui/src/views/iam/DeleteAccountWrapper.vue