]> git.proxmox.com Git - proxmox-backup.git/history - src/api2/types/mod.rs
clippy: is_some/none/ok/err/empty
[proxmox-backup.git] / src / api2 / types / mod.rs
2021-01-20 Fabian Grünbichlerclippy: is_some/none/ok/err/empty
2021-01-18 Dietmar Maurertape: add hardware encryption key managenent api
2020-12-05 Dietmar Maurertape: add media pool config
2020-12-04 Dietmar Maurertape support: add drive configuration
2020-11-24 Fabian Grünbichlerlist_snapshots: return manifest fingerprint
2020-11-18 Fabian Grünbichlerapi: filter snapshot counts
2020-11-18 Fabian Grünbichlerapi: make expensive parts of datastore status opt-in
2020-11-11 Thomas Lamprechtapi: apt update info: do not serialize extra info if...
2020-11-11 Mira Limbeckadd extra_info field to APTUpdateInfo
2020-11-09 Thomas Lamprechtapi: node/apt: add versions call
2020-11-06 Fabian Grünbichlertasks: allow access to job tasks
2020-11-05 Fabian Grünbichlertypes: extract DataStoreListItem
2020-11-05 Dietmar Maurerconfig: make notify a property string
2020-11-04 Dietmar Maurerconfig: allow to configure who receives job notify...
2020-11-03 Dietmar Maurercleanup: use const_regex, use BACKUP_ID_REGEX for api too
2020-10-31 Thomas Lamprechtapi types: derive Debug for APTUpdateInfo
2020-10-30 Thomas Lamprechtapi: define subscription key schema and use it
2020-10-29 Fabian Grünbichlertasks: allow unpriv users to read their tokens' tasks
2020-10-29 Fabian Grünbichlerclient/remote: allow using ApiToken + secret
2020-10-29 Fabian Grünbichlerreplace Userid with Authid
2020-10-29 Fabian Grünbichlerapi: add Authid as wrapper around Userid
2020-10-29 Dominik Csapakapi: datstore status: introduce proper structs and...
2020-10-27 Dominik Csapakbackup/datastore: count still bad chunks for the status
2020-10-21 Hannes Laimerapi2: add verification job config endpoint
2020-10-21 Hannes Laimerrename VERIFY_SCHEDULE_SCHEMA to VERIFICATION_SCHEDULE_...
2020-10-06 Dominik Csapakapi2/types: add TaskStateType struct
2020-10-01 Dominik Csapakapi2/types: fix DNS_NAME Regexes
2020-09-30 Dominik Csapakclient/remote: add support to specify port number
2020-09-30 Dominik Csapakrequire square brackets for ipv6 addresses
2020-09-18 Hannes Laimerapi2: add VERIFY_SCHEDULE_SCHEMA
2020-09-17 Dominik Csapakfix #2942: implement lacp bond mode and bond_xmit_hash_...
2020-09-17 Dominik Csapakapi2/network: add bond-primary parameter
2020-09-15 Stefan ReiterSnapshotVerifyState: use enum for state
2020-09-08 Stefan Reitergc: remove .bad files on garbage collect
2020-08-26 Thomas Lamprechtsave last verify result in snapshot manifest
2020-08-25 Thomas LamprechtSnapshotListItem: add comment field also to schema
2020-08-14 Dominik Csapakcleanup: merge endtime into TaskState
2020-08-13 Dominik Csapakserver: change status of a task from a string to an...
2020-08-10 Wolfgang Bumillerintroduce Username, Realm and Userid api types
2020-08-10 Wolfgang Bumillermove types.rs to types/mod.rs