]> git.proxmox.com Git - proxmox-backup.git/history - pbs-api-types
tape restore: show required tape list on single snapshot restore
[proxmox-backup.git] / pbs-api-types /
2023-04-24 Stefan Hanreichpartial fix #3701: sync job: pull: add transfer-last...
2023-04-06 Dominik Csapakapi types: fix non-capturing group syntax
2023-03-29 Thomas Lamprechtapi-types: anchor datastore-map regex
2023-03-29 Lukas Wagnerapi-types: ldap: properly anchor DN regex
2023-03-28 Lukas Wagnerapi-types: ldap: add verification regex for LDAP DNs
2023-03-02 Wolfgang Bumilleruse new auth api crate
2023-02-10 Lukas Wagnerserver: add LDAP realm sync job
2023-02-10 Lukas Wagnerapi-types: add config options for LDAP user sync
2023-02-10 Lukas Wagnerapi-types: add LDAP configuration type
2023-01-05 Wolfgang Bumillerfix non-camel-case enums
2022-12-15 Dietmar Maurerderive Clone and PartialEq for some API types
2022-12-12 Fabian Grünbichlerswitch remaining member dependencies to workspace
2022-12-12 Fabian Grünbichlerswitch regular dependencies to workspace ones
2022-12-12 Fabian Grünbichlerswitch proxmox dependencies to workspace
2022-12-12 Fabian Grünbichlerworkspace: inherit metadata
2022-12-06 Wolfgang Bumillertree-wide: bump edition to 2021
2022-11-28 Dominik Csapakuse derive 'Default' for ChunkOrder
2022-11-28 Wolfgang Bumillerapi-types: add MaintenanceType::Delete
2022-11-28 Wolfgang Bumillerapi-types: derive Display and FromStr for MaintenanceType
2022-11-28 Wolfgang Bumillerapi-types: make Operation Eq
2022-11-28 Dominik Csapakdatastore: make 'filesystem' the default sync-level
2022-11-15 Wolfgang Bumillerapi-types: derive Ord for BackupDir
2022-10-28 Dominik Csapakdatastore: improve sync level code a bit
2022-10-24 Fabian Grünbichlerclippy fixes
2022-10-20 Dominik Csapakdatastore: implement sync-level tuning for datastores
2022-10-11 Fabian Grünbichlerclippy fixes
2022-10-07 Dominik Csapakfix #4274: implement prune notifications
2022-10-05 Dominik Csapakpbs-api-types: add FileRestoreFormat type
2022-07-27 Wolfgang Bumillerapi-types: clippy fixes
2022-07-26 Fabian Grünbichlermore clippy fixes and annotations
2022-07-14 Wolfgang Bumillerapi-types: make BackupType::iter an actual iterator
2022-06-30 Stefan Sterzapi-types: doc: add crate to `Display` trait in comments
2022-06-13 Dominik Csapakpbs-api-types: add metrics api types
2022-06-07 Thomas Lamprechttree wide: typo fixes through codespell
2022-06-02 Thomas Lamprechtapi types: clippy lints
2022-06-01 Thomas Lamprechtapi types: prune keep options: also check weekly in...
2022-05-30 Wolfgang Bumillermanager: hidden command to move datastore prune opts...
2022-05-30 Wolfgang Bumilleradd prune jobs api
2022-05-30 Wolfgang Bumillerapi-types: add PruneJobConfig
2022-05-26 Thomas Lamprechtdatastore status: impl empty-status constructor for...
2022-05-26 Fabian Grünbichlertree-wide: remove DatastoreWithNamespace
2022-05-25 Fabian Grünbichlerapi: add new priv to priv name helper
2022-05-25 Fabian Grünbichlerverify_job: fix priv check
2022-05-25 Fabian Grünbichlersync job: don't require privs on datastore
2022-05-25 Fabian Grünbichlersync job: fix worker ID parsing
2022-05-18 Thomas Lamprechtapi types: verify job: fix doc comment typo
2022-05-18 Thomas Lamprechtapi types: verify job: allow outdated-afer == 0 for...
2022-05-18 Thomas LamprechtRevert "verify: allow '0' days for reverification"
2022-05-16 Thomas Lamprechtapi types: namespace: fix typo in error message
2022-05-16 Thomas Lamprechtapi types: BackupNamespace: fix depth check on pushing...
2022-05-16 Thomas Lamprechtapi types: BackupNamespace: remove unused, commented...
2022-05-13 Dominik Csapakapi: tape/backup: fix namespace/max-depth parameters
2022-05-13 Dominik Csapakapi: tape/restore: add namespace mapping
2022-05-13 Dominik Csapaktape: add namespaces mapping type
2022-05-13 Dominik Csapaktape: add namespaces/recursion depth to tape backup...
2022-05-13 Dominik Csapakpbs-api-types: add parse and print ns_and_snapshot
2022-05-13 Thomas Lamprechtdatastore: inline some format variables
2022-05-13 Thomas Lamprechtapi types: set NS_MAX_DEPTH schema default to MAX_NAMES...
2022-05-13 Fabian Grünbichlerapi: split max-depth schema/types
2022-05-13 Fabian Grünbichlernamespaces: move max-depth check to api type
2022-05-12 Fabian Grünbichlerpull/sync: treat unset max-depth as full recursion
2022-05-12 Thomas Lamprechtcargo fmt
2022-05-12 Thomas Lamprechtdatastore: add new Lookup for operations tracking
2022-05-12 Fabian Grünbichlersync/pull: make namespace aware
2022-05-12 Wolfgang Bumillerapi-types: rework BackupNamespace::map_prefix
2022-05-12 Thomas Lamprechtverify job: support max-depth config
2022-05-12 Thomas Lamprechtapi: verify: support namespaces
2022-05-12 Fabian Grünbichlerapi: add DatastoreWithNamespace helper struct
2022-05-12 Wolfgang Bumillerapi-types: allow empty namespace
2022-05-12 Fabian Grünbichlerapi: namespace: return popped component
2022-05-12 Wolfgang Bumillersplit the namespace out of BackupGroup/Dir api types
2022-05-12 Thomas Lamprechtapi: namespace management endpoints
2022-05-12 Fabian Grünbichlerapi: add NS_MAX_DEPTH_SCHEMA
2022-05-12 Fabian Grünbichlerapi: add prefix-mapping helper to BackupNamespace
2022-05-12 Fabian Grünbichlerapi: derive UpdaterType for BackupNamespace
2022-05-12 Fabian GrünbichlerBackupNamespace: fix deserialize of root NS
2022-05-12 Wolfgang Bumillerapi-types: fixup backup-ns being optional
2022-05-12 Thomas Lamprechtapi types: BackupNamespace add pop & parent helpers
2022-05-12 Wolfgang Bumillerapi-types: more regex fixups
2022-05-12 Wolfgang Bumillerapi-types: add missing slash in optional ns path regex
2022-05-12 Thomas Lamprechtapi types: namespace: add from_parent_ns helper
2022-05-12 Thomas Lamprechtapi types: namespace: include problematic component...
2022-05-12 Wolfgang Bumillerapi-types: add namespace to BackupGroup
2022-05-12 Thomas Lamprechtns: max depth: set constant to upper inclusive boundary
2022-05-12 Thomas Lamprechtapi-types: add BackupNamespace type
2022-05-12 Thomas Lamprechtapi types: BackupType: add iter for enum
2022-05-02 Dominik Csapakapi: status: return gc-status again
2022-04-27 Hannes Laimerapi2: DataStoreListItem add maintenance info
2022-04-25 Thomas Lamprechtapi types: datastore status: reword doc comment of...
2022-04-20 Wolfgang Bumillerapi-types: DataStoreConfig::new for testing
2022-04-20 Wolfgang Bumillerapi-types: use BackupType for GroupFilter::BackupType
2022-04-20 Wolfgang Bumillerapi-types: datastore type improvements
2022-04-20 Dietmar MaurerAuthId: derive Ord and PartialOrd
2022-04-20 Dietmar MaurerRemoteWithoutPassword: new API type
2022-04-15 Wolfgang Bumillerapi-types: introduce BackupType enum and Group/Dir...
2022-04-14 Thomas Lamprechtrust fmt for pbs src
2022-04-12 Hannes Laimerdatastore: add check for maintenance in lookup
2022-04-12 Hannes Laimerapi-types: add maintenance type
2022-04-10 Thomas Lamprechtapi types: rust fmt
2022-03-23 Stefan Sterzfix #3067: api: add support for multi-line comments...
next