[pve-devel] partially-applied: [PATCH-SERIES v4 manager] split up content view/add prune window

Thomas Lamprecht t.lamprecht at proxmox.com
Mon Nov 23 07:09:16 CET 2020


On 18.11.20 11:04, Fabian Ebner wrote:
> Follow-up to/finishing up the partially-applied series:
> https://lists.proxmox.com/pipermail/pve-devel/2020-November/045929.html
> 
> The first two patches extend the cluster resources API call to include the
> content types of a storage, and avoid dynamic loading of the content list in
> the storage browser panel.
> 
> The third patch is a followup to one of Thomas's cleanups.
> 
> The fourth adds the prune window, based on the one from PBS.
> 
> Changes from v3:
>     * dropped already applied patches
>     * add new patches to avoid dynamic loading of content-dependend list in
>       storage browser panel
>     * don't use grouping headers for backups
> 
> Fabian Ebner (4):
>   cluster resources: include content type for storages
>   ui: storage: get content types from resources
>   ui: make remaining content views not stateful
>   ui: storage backup view: add prune window
> 
>  PVE/API2/Cluster.pm                  |   6 +
>  PVE/API2Tools.pm                     |   4 +
>  www/manager6/Makefile                |   1 +
>  www/manager6/storage/BackupView.js   |  54 ++++-
>  www/manager6/storage/Browser.js      | 144 ++++++-------
>  www/manager6/storage/TemplateView.js |   3 -
>  www/manager6/window/Prune.js         | 300 +++++++++++++++++++++++++++
>  7 files changed, 430 insertions(+), 82 deletions(-)
>  create mode 100644 www/manager6/window/Prune.js
> 



applied all but the fourth one for now, thanks!






More information about the pve-devel mailing list