]> git.proxmox.com Git - proxmox-backup.git/history - src/api2/config/drive.rs
router change made one level of rpcenv mut superfluous
[proxmox-backup.git] / src / api2 / config / drive.rs
2022-05-05 Thomas Lamprechtrouter change made one level of rpcenv mut superfluous
2022-04-14 Thomas Lamprechtapi: rustfmt
2022-03-08 Dominik Csapakapi/config: use http_bail for 'not found' errors
2022-03-08 Dominik Csapakapi/config: use param_bail for parameter errors
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-10-11 Wolfgang Bumillerupdate to first proxmox crate split
2021-09-13 Dietmar Maurersplit tape code into new pbs_tape workspace
2021-09-10 Dietmar Maurermove user configuration to pbs_config workspace
2021-09-09 Dietmar Maurermove acl to pbs_config workspaces, pbs_api_types cleanups
2021-09-03 Dietmar Maurermove drive config to pbs_config workspace
2021-08-30 Dietmar Maurerdrive config cleanup: derive and use Updater
2021-04-08 Dietmar Maurertape: implement LTO userspace driver
2021-03-05 Dietmar Maureracl: use /tape/device instead of /tape/drive and /tape...
2021-03-03 Dietmar Maurertape: impl api permissions for drive/changer/pool confi...
2021-01-30 Dietmar Maurertape: API type cleanup, use serde flatten to derive...
2021-01-28 Dominik Csapaktape: change changer-drive-id to changer-drivenum
2021-01-28 Dominik Csapakapi2/config/{drive, changer}: prevent adding same devic...
2021-01-28 Dietmar Maurertape: rename changer_drive_id to changer_drivenum
2021-01-28 Dominik Csapakapi2/tape/drive: reorganize drive api
2021-01-28 Dominik Csapakapi2/types/tape/drive: add changer_drivenum
2021-01-26 Dominik Csapaktape: fix typos
2021-01-21 Dietmar Maurertape: further hierarchy improvements
2021-01-21 Dietmar Maurertape: change code hierarchy to improve docs
2020-12-13 Dietmar Maurertape: rename CHANGER_ID_SCHEMA to CHANGER_NAME_SCHEMA
2020-12-13 Dietmar Maurertape: rename DRIVE_ID_SCHEMA to DRIVE_NAME_SCHEMA
2020-12-10 Dietmar Maurertape: implement option changer-drive-id
2020-12-10 Dietmar Maurertape: implement delete property for drive update command
2020-12-09 Dietmar Maurertape: add changer property to drive create api
2020-12-09 Dietmar Maurertape: set protected flag for configuration change api...
2020-12-08 Dietmar Maurertape: expose basic tape/changer functionality at api2...
2020-12-08 Dietmar Maurertape: check digest on config update
2020-12-08 Dietmar Maurertape: add changer configuration API
2020-12-07 Dietmar Maurertape: add tape drive configuration API