From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <d.csapak@proxmox.com>
Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (2048 bits))
 (No client certificate requested)
 by lists.proxmox.com (Postfix) with ESMTPS id CF6DC7EA7B
 for <pve-devel@lists.proxmox.com>; Thu, 11 Nov 2021 12:07:42 +0100 (CET)
Received: from firstgate.proxmox.com (localhost [127.0.0.1])
 by firstgate.proxmox.com (Proxmox) with ESMTP id C3A1C9B72
 for <pve-devel@lists.proxmox.com>; Thu, 11 Nov 2021 12:07:12 +0100 (CET)
Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com
 [94.136.29.106])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (2048 bits))
 (No client certificate requested)
 by firstgate.proxmox.com (Proxmox) with ESMTPS id 30C8E9AE8
 for <pve-devel@lists.proxmox.com>; Thu, 11 Nov 2021 12:07:11 +0100 (CET)
Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1])
 by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 0A18544B71
 for <pve-devel@lists.proxmox.com>; Thu, 11 Nov 2021 12:07:11 +0100 (CET)
From: Dominik Csapak <d.csapak@proxmox.com>
To: pve-devel@lists.proxmox.com
Date: Thu, 11 Nov 2021 12:07:01 +0100
Message-Id: <20211111110709.633855-1-d.csapak@proxmox.com>
X-Mailer: git-send-email 2.30.2
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-SPAM-LEVEL: Spam detection results:  0
 AWL 0.225 Adjusted score from AWL reputation of From: address
 BAYES_00                 -1.9 Bayes spam probability is 0 to 1%
 KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment
 SPF_HELO_NONE           0.001 SPF: HELO does not publish an SPF Record
 SPF_PASS               -0.001 SPF: sender matches SPF record
Subject: [pve-devel] [PATCH docs/manager] add pvescheduler docs,
 improve vzdump job gui
X-BeenThere: pve-devel@lists.proxmox.com
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Proxmox VE development discussion <pve-devel.lists.proxmox.com>
List-Unsubscribe: <https://lists.proxmox.com/cgi-bin/mailman/options/pve-devel>, 
 <mailto:pve-devel-request@lists.proxmox.com?subject=unsubscribe>
List-Archive: <http://lists.proxmox.com/pipermail/pve-devel/>
List-Post: <mailto:pve-devel@lists.proxmox.com>
List-Help: <mailto:pve-devel-request@lists.proxmox.com?subject=help>
List-Subscribe: <https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel>, 
 <mailto:pve-devel-request@lists.proxmox.com?subject=subscribe>
X-List-Received-Date: Thu, 11 Nov 2021 11:07:42 -0000

* adds the pvescheduler manpage to pve-docs (not sure about the transition
  here regarding dependcies, hope it's ok this way)
* mentions the schedules in vzdump too
* hide the id on create/edit completely (autogenerate it)
* add a 'simulate' api and gui for simulating schedules

pve-docs:

Dominik Csapak (3):
  refactor calendar events into appendix
  vzdump: change vzdump.cron to pvescheduler
  add pvescheduler docs and manpage

 calendar-events.adoc | 73 ++++++++++++++++++++++++++++++++++++++++++++
 pve-admin-guide.adoc | 18 +++++++++++
 pvescheduler.adoc    | 33 ++++++++++++++++++++
 pvesr.adoc           | 72 ++-----------------------------------------
 vzdump.adoc          |  5 ++-
 5 files changed, 130 insertions(+), 71 deletions(-)
 create mode 100644 calendar-events.adoc
 create mode 100644 pvescheduler.adoc

pve-manager:

Dominik Csapak (5):
  ui: dc/Backup: never show id input field, autogenerate id
  ui: dc/Backup: fix comment sort
  api: cluster: add jobs/schedule-analyze api call
  ui: dc/Backup: add schedule simulator button
  remove pvescheduler manpage generation

 PVE/API2/Cluster.pm                      |   5 +
 PVE/API2/Cluster/Jobs.pm                 | 107 ++++++++++++++++++++
 PVE/API2/Cluster/Makefile                |   1 +
 bin/Makefile                             |   4 -
 www/manager6/Makefile                    |   1 +
 www/manager6/dc/Backup.js                |  38 ++++----
 www/manager6/window/ScheduleSimulator.js | 118 +++++++++++++++++++++++
 7 files changed, 252 insertions(+), 22 deletions(-)
 create mode 100644 PVE/API2/Cluster/Jobs.pm
 create mode 100644 www/manager6/window/ScheduleSimulator.js

-- 
2.30.2