This is an automated email from the ASF dual-hosted git repository.
pearl11594 pushed a change to branch support-list-policies
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 8f806ff221e API: Add support to list all snapshot policies & backup
schedules
add 619f01ec497 Add support for backup policy listing without tying it to
the vmid
No new revisions were added by this update.
Summary of changes:
.../command/user/backup/ListBackupScheduleCmd.java | 24 ++++--
.../api/response/SnapshotPolicyResponse.java | 8 ++
.../com/cloud/upgrade/dao/Upgrade42100to42200.java | 23 ++++++
.../resources/META-INF/db/schema-42100to42200.sql | 3 +
.../main/java/com/cloud/api/ApiResponseHelper.java | 1 +
.../cloudstack/backup/BackupManagerImpl.java | 45 +++++++++--
ui/public/locales/en.json | 7 ++
ui/src/components/view/DetailsTab.vue | 7 ++
ui/src/components/view/ListView.vue | 86 ++++++++++++++++++++--
ui/src/components/view/SearchView.vue | 50 ++++++++++++-
ui/src/config/section/storage.js | 60 +++++++++++++++
11 files changed, 293 insertions(+), 21 deletions(-)