public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH v2 proxmox-backup 1/1] PruneJobEdit disallow blank schedule value
@ 2024-03-07 13:33 Stefan Lendl
  2024-03-07 13:39 ` Gabriel Goller
  2024-03-25 17:03 ` [pbs-devel] applied: " Thomas Lamprecht
  0 siblings, 2 replies; 5+ messages in thread
From: Stefan Lendl @ 2024-03-07 13:33 UTC (permalink / raw)
  To: pbs-devel

The schedule value for prune jobs can not be empty.

Signed-off-by: Stefan Lendl <s.lendl@proxmox.com>
---

Changes v1 -> v2:
* minimal whitespace fix to make it apply

 www/window/PruneJobEdit.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/www/window/PruneJobEdit.js b/www/window/PruneJobEdit.js
index b804fdb4..30ec8036 100644
--- a/www/window/PruneJobEdit.js
+++ b/www/window/PruneJobEdit.js
@@ -116,9 +116,8 @@ Ext.define('PBS.window.PruneJobEdit', {
 		fieldLabel: gettext('Prune Schedule'),
 		xtype: 'pbsCalendarEvent',
 		name: 'schedule',
-		emptyText: gettext('none (disabled)'),
+		allowBlank: false,
 		cbind: {
-		    deleteEmpty: '{!isCreate}',
 		    value: '{scheduleValue}',
 		},
 	    },
-- 
2.43.0





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [pbs-devel] [PATCH v2 proxmox-backup 1/1] PruneJobEdit disallow blank schedule value
  2024-03-07 13:33 [pbs-devel] [PATCH v2 proxmox-backup 1/1] PruneJobEdit disallow blank schedule value Stefan Lendl
@ 2024-03-07 13:39 ` Gabriel Goller
  2024-03-07 13:50   ` Stefan Lendl
  2024-03-25 17:03 ` [pbs-devel] applied: " Thomas Lamprecht
  1 sibling, 1 reply; 5+ messages in thread
From: Gabriel Goller @ 2024-03-07 13:39 UTC (permalink / raw)
  To: Proxmox Backup Server development discussion

Hmm it currently doesn't work, but IMO it should be possible to create a
prune-job without a schedule?
So users can run it manually or temporarily disable a prune-job.




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [pbs-devel] [PATCH v2 proxmox-backup 1/1] PruneJobEdit disallow blank schedule value
  2024-03-07 13:39 ` Gabriel Goller
@ 2024-03-07 13:50   ` Stefan Lendl
  2024-03-07 13:53     ` Gabriel Goller
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Lendl @ 2024-03-07 13:50 UTC (permalink / raw)
  To: Gabriel Goller, Proxmox Backup Server development discussion

"Gabriel Goller" <g.goller@proxmox.com> writes:

> Hmm it currently doesn't work, but IMO it should be possible to create a
> prune-job without a schedule?
> So users can run it manually or temporarily disable a prune-job.

Yes, I was thinking about that as well.

It's currently possible to manually run a prune job via Content > Prune All

There you have to add the prune keep parameters for each run.
This is not as convenient as if you had an already saved prune job.

I would argue that people only run a manual prune job in very specific
scenarios like when wanting to free up space. In that case, the user
would want to change the keep settings anyway.

Prune jobs have an enable checkbox to (temporarily) disable a prune job.
One can manually start a disabled prune job.

Best regards,
Stefan




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [pbs-devel] [PATCH v2 proxmox-backup 1/1] PruneJobEdit disallow blank schedule value
  2024-03-07 13:50   ` Stefan Lendl
@ 2024-03-07 13:53     ` Gabriel Goller
  0 siblings, 0 replies; 5+ messages in thread
From: Gabriel Goller @ 2024-03-07 13:53 UTC (permalink / raw)
  To: Stefan Lendl, Proxmox Backup Server development discussion

> Prune jobs have an enable checkbox to (temporarily) disable a prune job.
> One can manually start a disabled prune job.

Ooof, nevermind, didn't notice that the prune-jobs have a 'enabled'
checkbox.

LGTM then :)





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [pbs-devel] applied: [PATCH v2 proxmox-backup 1/1] PruneJobEdit disallow blank schedule value
  2024-03-07 13:33 [pbs-devel] [PATCH v2 proxmox-backup 1/1] PruneJobEdit disallow blank schedule value Stefan Lendl
  2024-03-07 13:39 ` Gabriel Goller
@ 2024-03-25 17:03 ` Thomas Lamprecht
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Lamprecht @ 2024-03-25 17:03 UTC (permalink / raw)
  To: Proxmox Backup Server development discussion, Stefan Lendl

Am 07/03/2024 um 14:33 schrieb Stefan Lendl:
> The schedule value for prune jobs can not be empty.
> 
> Signed-off-by: Stefan Lendl <s.lendl@proxmox.com>
> ---
> 
> Changes v1 -> v2:
> * minimal whitespace fix to make it apply
> 
>  www/window/PruneJobEdit.js | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
>

applied, with slight rewording of the commit subject, thanks!




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-03-25 17:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-07 13:33 [pbs-devel] [PATCH v2 proxmox-backup 1/1] PruneJobEdit disallow blank schedule value Stefan Lendl
2024-03-07 13:39 ` Gabriel Goller
2024-03-07 13:50   ` Stefan Lendl
2024-03-07 13:53     ` Gabriel Goller
2024-03-25 17:03 ` [pbs-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal