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 d48058c379c 4.21/main Health Check, please don't merge this!
add ea771a70131 Fix Instance Backup related events (#13180)
add 2ae1015073b Add jmsperu to the list of contributors
add 583a1e0dfb0 Refactor github actions (#12774)
add b16340399ba fix: show re-enable 2FA button when is2faenabled is
null/undefined
add 5680027679f 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 (d48058c379c)
\
N -- N -- N refs/heads/healthcheck-main (5680027679f)
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 +
.../actions/install-nonoss/action.yml | 16 ++-
.github/actions/setup-env/action.yml | 58 +++++++++++
.github/workflows/build.yml | 40 +++-----
.github/workflows/ci.yml | 109 +++++++++++----------
.github/workflows/codecov.yml | 59 -----------
.github/workflows/codeql-analysis.yml | 10 +-
.github/workflows/daily-repo-status.lock.yml | 10 +-
.github/workflows/docker-cloudstack-simulator.yml | 8 +-
.github/workflows/main-sonar-check.yml | 61 ++++++------
.github/workflows/merge-conflict-checker.yml | 20 ++--
.github/workflows/pre-commit.yml | 18 ++--
.github/workflows/rat.yml | 27 +++--
.github/workflows/sonar-check.yml | 60 +++++-------
.github/workflows/stale.yml | 4 +-
.github/workflows/ui.yml | 12 ++-
.../AssignVirtualMachineToBackupOfferingCmd.java | 11 +++
.../api/command/user/backup/CreateBackupCmd.java | 7 +-
.../user/backup/CreateBackupScheduleCmd.java | 13 ++-
.../RemoveVirtualMachineFromBackupOfferingCmd.java | 11 +++
.../RestoreVolumeFromBackupAndAttachToVMCmd.java | 11 +++
.../cloudstack/backup/NASBackupProvider.java | 8 +-
.../cloudstack/backup/BackupManagerImpl.java | 97 +++++++++---------
.../cloudstack/backup/BackupManagerTest.java | 6 +-
ui/src/config/section/user.js | 2 +-
25 files changed, 363 insertions(+), 316 deletions(-)
copy agent/conf/environment.properties.in =>
.github/actions/install-nonoss/action.yml (66%)
create mode 100644 .github/actions/setup-env/action.yml
delete mode 100644 .github/workflows/codecov.yml