proxmox-backup/src
Dominik Csapak 52d8db7925 api2/config/tape_backup_job: fix duplicate id parameter
since the PUT api call is using the 'Updater', the 'id' parameter is
already encoded in there, tripping up the api verify tests with
'Duplicate keys found in AllOf schema: id'

"fixing" it by removing the explicit id from the api call and
taking it from the Updater (and failing if it does not exists there;
even though that should never happen)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2021-02-23 17:23:47 +01:00
..
api2 api2/config/tape_backup_job: fix duplicate id parameter 2021-02-23 17:23:47 +01:00
backup api2/admin/datastore: refactor list_dir_content in catalog_reader 2021-02-17 08:32:41 +01:00
bin api-viewer: show permissions 2021-02-22 12:01:24 +01:00
client asyncify pxar create_archive 2021-02-17 09:24:20 +01:00
config cleanup: use serde(flatten) for VerificationJobStatus, improve code reuse 2021-02-19 09:50:25 +01:00
pxar pxar/extract: if possible create files sparesly 2021-02-23 14:44:59 +01:00
rrd clippy: more misc fixes 2021-01-26 09:54:55 +01:00
server add helper to compute job scheduling state 2021-02-19 08:58:50 +01:00
tape tape: improve backup task logging 2021-02-23 12:58:44 +01:00
tools HttpsConnector: use hostname instead of URL again 2021-02-03 15:18:18 +01:00
api2.rs cleanup: move scan changers API implementation 2021-01-27 09:58:16 +01:00
auth.rs clippy fixups 2020-10-14 11:20:07 +02:00
auth_helpers.rs avoid chrono dependency, depend on proxmox 0.3.8 2020-09-15 07:12:57 +02:00
backup.rs cleanup: use extra file for StoreProgress 2020-12-01 06:34:33 +01:00
buildcfg.rs buildcfg: add rundir helper macro 2021-01-11 10:22:32 +01:00
client.rs client: add VsockClient to connect to virtio-vsock VMs 2021-02-17 08:15:43 +01:00
config.rs tape: add tape backup job configuration 2021-02-14 10:35:51 +01:00
lib.rs tape: add file format definitions 2020-12-05 10:45:08 +01:00
server.rs api: tfa management and login 2021-01-11 10:22:32 +01:00
task.rs introduce TaskState trait 2020-10-12 14:11:57 +02:00
tools.rs paperkey: move code to src/tools/paperkey.rs 2021-01-22 09:42:59 +01:00