From: Dominik Csapak <d.csapak@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH proxmox-backup 00/11] add 'prune all' button to datastore content
Date: Fri, 16 Jul 2021 10:53:17 +0200 [thread overview]
Message-ID: <20210716085328.3731574-1-d.csapak@proxmox.com> (raw)
similar to the 'verify all' button, it makes sense that a user can
prune all groups (which he has access to) on demand with custom setings.
this adds a new api call, since pruning all groups could take a while,
depending on the number of groups snapshots, and it does not make sense
to have that in a synchronous api call (that we already have per group),
so modifying the existing api call to have the group optional was not
really sensible IMHO.
patches 1-6 are simply refactoring, to make it more easy to use
the PruneOptions, 'prune_datastore', etc. later
7,8 add new parameter/functionality to the 'prune_datastore' method
9 really adds the api call
10 is the button in the gui
11 is just a ui improvement for the other prune window
(could be applied seperately)
Dominik Csapak (11):
api-types: move PRUNE_SCHEMA_KEEP_* to pbs-api-types
pbs-datastore/prune: make PruneOptions an api type
client: simplify prune api method
api: admin/datastore: simplify prune api call
backup/datastore: refactor check_backup_owner there
server/prune_job: factor out 'prune_datastore'
server/prune_job: add 'keep_all' logic to 'prune_datastore'
server/prune_job: add proper permission checks to 'prune_datastore'
api: admin/datastore: add new 'prune-datastore' api call
ui: datastore/Content: add 'Prune All' button
ui: datastore/Prune: improve title of group prune window
pbs-api-types/src/lib.rs | 30 +++++
pbs-datastore/src/prune.rs | 50 +++++++-
src/api2/admin/datastore.rs | 208 ++++++++++++++++---------------
src/api2/types/mod.rs | 30 -----
src/backup/datastore.rs | 20 +++
src/bin/proxmox-backup-client.rs | 95 +++++++-------
src/server/prune_job.rs | 139 +++++++++++++--------
www/datastore/Content.js | 34 +++++
www/datastore/Prune.js | 2 +-
www/window/DataStoreEdit.js | 15 +++
10 files changed, 390 insertions(+), 233 deletions(-)
--
2.30.2
next reply other threads:[~2021-07-16 8:53 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-16 8:53 Dominik Csapak [this message]
2021-07-16 8:53 ` [pbs-devel] [PATCH proxmox-backup 01/11] api-types: move PRUNE_SCHEMA_KEEP_* to pbs-api-types Dominik Csapak
2021-07-16 8:53 ` [pbs-devel] [PATCH proxmox-backup 02/11] pbs-datastore/prune: make PruneOptions an api type Dominik Csapak
2021-07-16 8:53 ` [pbs-devel] [PATCH proxmox-backup 03/11] client: simplify prune api method Dominik Csapak
2021-07-16 8:53 ` [pbs-devel] [PATCH proxmox-backup 04/11] api: admin/datastore: simplify prune api call Dominik Csapak
2021-07-16 8:53 ` [pbs-devel] [PATCH proxmox-backup 05/11] backup/datastore: refactor check_backup_owner there Dominik Csapak
2021-07-16 8:53 ` [pbs-devel] [PATCH proxmox-backup 06/11] server/prune_job: factor out 'prune_datastore' Dominik Csapak
2021-07-16 8:53 ` [pbs-devel] [PATCH proxmox-backup 07/11] server/prune_job: add 'keep_all' logic to 'prune_datastore' Dominik Csapak
2021-07-16 8:53 ` [pbs-devel] [PATCH proxmox-backup 08/11] server/prune_job: add proper permission checks " Dominik Csapak
2021-07-16 8:53 ` [pbs-devel] [PATCH proxmox-backup 09/11] api: admin/datastore: add new 'prune-datastore' api call Dominik Csapak
2021-07-16 8:53 ` [pbs-devel] [PATCH proxmox-backup 10/11] ui: datastore/Content: add 'Prune All' button Dominik Csapak
2021-07-16 8:53 ` [pbs-devel] [PATCH proxmox-backup 11/11] ui: datastore/Prune: improve title of group prune window Dominik Csapak
2021-07-16 9:48 ` [pbs-devel] applied: [PATCH proxmox-backup 00/11] add 'prune all' button to datastore content Dietmar Maurer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210716085328.3731574-1-d.csapak@proxmox.com \
--to=d.csapak@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox