]> git.proxmox.com Git - proxmox-backup.git/history - src/api2/tape/changer.rs
update to first proxmox crate split
[proxmox-backup.git] / src / api2 / tape / changer.rs
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-04-08 Dietmar Maurertape: implement LTO userspace driver
2021-03-05 Dietmar Maurertape: finish api permission checks
2021-03-03 Dietmar Maurertape: impl api permissions for drive/changer/pool confi...
2021-02-20 Dietmar Maurertape: update changer status inside ScsiMediaChange...
2021-02-20 Dietmar Maurertape: update changer status cache after load/unload
2021-02-19 Dietmar Maurertape: cache changer state
2021-02-19 Dominik Csapakapi2/tape/changer: add drive state to changer status...
2021-01-30 Dietmar Maurertape: API type cleanup, use serde flatten to derive...
2021-01-28 Dominik Csapakapi2/tape/changer: add changer filter to list_drives...
2021-01-28 Dominik Csapakapi2/types/tape/drive: add changer_drivenum
2021-01-27 Dietmar Maurercleanup: move scan changers API implementation
2021-01-26 Dominik Csapakapi2/tape/changer: reorganize api
2021-01-25 Dietmar Maurertape: add/use rust scsi changer implementation using...
2021-01-21 Dietmar Maurertape: further hierarchy improvements
2021-01-21 Dietmar Maurertape: change code hierarchy to improve docs
2021-01-13 Dietmar Maurertape: rename changer_id to label_text
2021-01-06 Dietmar Maurertape: mtx_status - consider new export-slots property
2021-01-01 Dietmar Maurertape: merge MediaStateDatabase into Inventory
2020-12-28 Dietmar Maurertape: correctly parse mtx import/export slots
2020-12-13 Dietmar Maurertape: rename CHANGER_ID_SCHEMA to CHANGER_NAME_SCHEMA
2020-12-12 Dietmar Maurertape: avoid executor blocking in changer api
2020-12-09 Dietmar Maurertape: add media state database
2020-12-08 Dietmar Maurertape: expose basic tape/changer functionality at api2...