]> git.proxmox.com Git - proxmox-backup.git/history - src/api2/status.rs
tree-wide: fix needless borrows
[proxmox-backup.git] / src / api2 / status.rs
2021-12-30 Fabian Grünbichlertree-wide: fix needless borrows
2021-10-14 Dietmar Maurercleanup: move rrd cache related code into extra file
2021-10-13 Dietmar Maurerremove proxmox-rrd-api-types crate, s/RRDTimeFrameResol...
2021-10-13 Dietmar Maurerproxmox-rrd: remove dependency to proxmox-rrd-api-types
2021-10-13 Dietmar Maurerproxmox-rrd: implement new CBOR based format
2021-10-13 Dietmar MaurerRRD_CACHE: use a OnceCell instead of lazy_static
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
2021-09-27 Dietmar Maurermove src/backup/datastore.rs into pbs_datastore crate
2021-09-10 Dietmar Maurermove datastore config to pbs_config 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-05-21 Thomas Lamprechtapi: status: graceful-degrade when a datastore lookup...
2021-05-21 Thomas Lamprechtapi: datastore status: refactor reused rrd get-data...
2021-05-21 Thomas Lamprechtapi: datastore status: code cleanup, reduce indentation...
2021-03-02 Dominik Csapakdashboard: fix datastore full estimate for not changing...
2021-01-22 Dietmar Maurerimprove code docs in api2
2021-01-21 Dietmar MaurerMerge branch 'master' of ssh://proxdev.maurer-it.com...
2021-01-20 Fabian Grünbichlerclippy: convert single match to if let
2020-11-10 Dominik Csapakapi2/status/datastore-usage: add gc-status and history...
2020-11-03 Dominik Csapakapi2/status: remove list_task api call
2020-10-29 Fabian Grünbichlerreplace Userid with Authid
2020-10-06 Dominik Csapakapi2/status: add type- and statusfilter to tasks api...
2020-09-29 Dominik Csapakapi2/status: use the TaskListInfoIterator here
2020-09-15 Dietmar Maureravoid chrono dependency, depend on proxmox 0.3.8
2020-09-04 Fabian Grünbichlerfix #2978: allow non-root to view datastore usage
2020-08-10 Wolfgang Bumillerintroduce Username, Realm and Userid api types
2020-07-21 Dominik Csapakapi2/status: fix estimation bug
2020-06-12 Dominik Csapakapi2/status: add task list endpoint
2020-06-10 Dominik Csapakapi2/status: use new rrd::extract_cached_data
2020-06-09 Dominik Csapakapi2: add status/datastore-usages api call