]> git.proxmox.com Git - proxmox-backup.git/history - src/api2/admin/datastore.rs
update proxmox-metrics dependency to 0.3.1
[proxmox-backup.git] / src / api2 / admin / datastore.rs
9 days ago Fabian GrünbichlerGC status: reduce code duplication
9 days ago Fabian Grünbichlerapi: merge garbage-collection-status and -job-status
9 days ago Fabian GrünbichlerGC: flatten existing status into job status
9 days ago Stefan Lendlapi: garbage collect job status
2024-04-09 Gabriel Gollerapi: make prune-group a real workertask
2024-03-25 Christian Ebnerdatastore: group: return basic stats on backup group...
2023-06-23 Maximiliano Sandovalclippy fixes: the borrowed expression implements the...
2023-03-27 Wolfgang Bumillercargo fmt
2023-03-02 Wolfgang Bumilleruse proxmox-sortable-macro directly
2022-12-05 Fabian Grünbichlerclippy 1.65 fixes
2022-11-24 Daniel Tschlatscher'available' field in rrd data in the API and change...
2022-10-11 Fabian Grünbichlerclippy fixes
2022-07-28 Wolfgang Bumillerclippy auto-deref fixes
2022-07-28 Wolfgang Bumillerclippy: deal with let bindings
2022-07-26 Fabian Grünbichlermore clippy fixes and annotations
2022-07-14 Wolfgang Bumillerapi2: optimize filtered snapshot listing
2022-07-13 Wolfgang Bumillerapi: wrap get_snapshots_count in spawn_blocking
2022-07-13 Wolfgang Bumillerapi: wrap set_backup_owner in spawn_blocking
2022-07-13 Wolfgang Bumillerapi: wrap set_protection in spawn_blocking
2022-07-13 Wolfgang Bumillerapi: wrap catalog in spawn_blocking
2022-07-13 Wolfgang Bumillerapi: wrap delete_snapshot in spawn_blocking
2022-07-13 Wolfgang Bumillerapi: wrap list_snapshot_files in spawn_blocking
2022-07-13 Wolfgang Bumillerapi: wrap delete_group in spawn_blocking
2022-07-12 Wolfgang Bumillerapi: move 'list_snapshots' to a blocking thread
2022-07-11 Wolfgang Bumillerwrap fs_info calls in spawn_blocking
2022-06-21 Hannes Laimerreplace print with log macro
2022-06-07 Dominik Csapakreplace 'disk_usage' with 'fs_info' from proxmox-sys
2022-06-05 Thomas Lamprechttree wide: typo fixes through codespell
2022-06-04 Thomas Lamprechtapi: datastore status: use cheaper any_privs_below...
2022-06-04 Thomas Lamprechtapi: list datastore: avoid iterating over NS for priv...
2022-06-03 Thomas Lamprechtapi: list datastores: avoid unsafe datastore open
2022-06-02 Thomas Lamprechttree wide: clippy lint fixes
2022-05-30 Wolfgang Bumilleradd prune jobs api
2022-05-27 Thomas Lamprechtapi: status: include empty entry for stores with ns...
2022-05-26 Thomas Lamprechtapi: move can_access_any_namespace helper to hierarchy
2022-05-26 Fabian Grünbichlertree-wide: remove DatastoreWithNamespace
2022-05-25 Fabian Grünbichlerapi: datastore: cleanup store/ns handling
2022-05-25 Fabian Grünbichlermove and unify namespace priv helpers
2022-05-25 Fabian Grünbichlerpriv checks: use priv_to_priv_names and include path
2022-05-25 Fabian Grünbichlerpriv handling: use DatastoreWithNamespace
2022-05-25 Fabian Grünbichlerapi: list snapshots: fix log param order
2022-05-19 Thomas Lamprechtprune datastore: support max-depth and improve priv...
2022-05-19 Thomas Lamprechtapi: datastore status: adhere to NS privs for non-owner
2022-05-16 Fabian Grünbichlerprune: fix workerid issues
2022-05-16 Fabian Grünbichlertree-wide: prefer api-type BackupGroup for logging
2022-05-16 Fabian Grünbichlertape/verify: use print_ns_and_snapshot
2022-05-16 Fabian Grünbichlertree-wide: prefer api-type BackupDir for logging
2022-05-15 Thomas Lamprechtapi: cargo fmt
2022-05-14 Thomas Lamprechthierachy: ListAccessibleBackupGroups make store also...
2022-05-13 Thomas Lamprechtcargo fmt
2022-05-13 Thomas Lamprechtapi: datastore status: make counts recurse over all...
2022-05-13 Thomas Lamprechthierachy: add lifetime to ListAccessibleBackupGroups...
2022-05-13 Wolfgang Bumillertree-wide: rename 'backup-ns' API parameters to 'ns'
2022-05-12 Thomas Lamprechtdatastore: move update_manifest into BackupDir impl
2022-05-12 Thomas Lamprechtapi: verify: support namespaces
2022-05-12 Fabian Grünbichlerapi: datastore: further unify check helpers
2022-05-12 Fabian Grünbichlerapi: datastore: load datastore & check owner helper
2022-05-12 Fabian Grünbichlerapi: datastore: lookup after checking privs
2022-05-12 Fabian Grünbichlerapi: datastore: refactor priv checks
2022-05-12 Fabian Grünbichlerapi: datastore: unify access checks
2022-05-12 Wolfgang Bumillersplit the namespace out of BackupGroup/Dir api types
2022-05-12 Thomas Lamprechtprune: allow passing namespace
2022-05-12 Thomas Lamprechtapi: datastore: make permission checks namespace aware
2022-05-12 Thomas Lamprechtapi: namespace management endpoints
2022-05-12 Wolfgang Bumillerclient: more backup namespace support
2022-05-12 Wolfgang Bumillerapi: add remaining missing backup-ns parameters
2022-05-12 Wolfgang Bumillerapi-types: add namespace to BackupGroup
2022-04-27 Hannes Laimerapi2: DataStoreListItem add maintenance info
2022-04-20 Wolfgang Bumillerreference the datastore in BackupGroup/Dir
2022-04-20 Wolfgang Bumillerdatastore: cleanup and document backup group/dir openers
2022-04-20 Wolfgang Bumillermake datastore BackupGroup/Dir ctors private
2022-04-20 Wolfgang Bumillerrename BackupDir's group_path to relative_group_path
2022-04-15 Wolfgang Bumillerapi-types: introduce BackupType enum and Group/Dir...
2022-04-15 Thomas Lamprechtbackup: switch over to streaming Iterator improving...
2022-04-15 Thomas Lamprechtapi datastore: some code cleanups
2022-04-15 Thomas Lamprechtreplace deprecated list_backup_group from BackupInfo...
2022-04-14 Thomas Lamprechtapi: rustfmt
2022-04-13 Dominik Csapakapi: admin/datastore: add tar support for pxar_file_dow...
2022-04-13 Dominik Csapakapi: admin/datastore: enable streaming for some api...
2022-04-12 Hannes Laimerapi: add get_active_operations endpoint
2022-04-12 Hannes Laimerdatastore: add check for maintenance in lookup
2022-03-11 Stefan Sterztape, docs, api: fix miscellaneous typos
2022-01-11 Dominik Csapakapi/admin/datastore: rrd: do not include io_ticks for...
2022-01-07 Dietmar Maurerdatastore status: do not count empty groups
2021-12-30 Fabian Grünbichlertree-wide: drop redundant clones
2021-12-30 Fabian Grünbichlertree-wide: fix needless borrows
2021-11-29 Wolfgang Bumillerremove unused identity macro
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-11-20 Dietmar Maurerdepend on proxmox-async 0.2
2021-11-19 Dietmar Maureruse new proxmox-async crate
2021-11-19 Dietmar Maureruse new proxmox-sys crate
2021-10-28 Dominik Csapakapi: admin/datastore: reuse 'is_protected' implementation
2021-10-28 Dominik Csapakapi2/admin/datastore: add get/set_protection
2021-10-28 Dominik Csapakapi2: datastore/delete_group: throw error for partially...
2021-10-28 Dominik Csapakadd protected info of snapshots to api and task logs
2021-10-21 Dietmar Maureruse new fsync parameter to replace_file and atomic_open...
2021-10-13 Dietmar Maurerremove proxmox-rrd-api-types crate, s/RRDTimeFrameResol...
2021-10-11 Wolfgang Bumillerupdate to first proxmox crate split
2021-10-06 Dietmar Maurersplit out RRD api types into proxmox-rrd-api-types...
2021-10-06 Dietmar Maurermove RRD code into proxmox-rrd crate
next