]> git.proxmox.com Git - proxmox-backup.git/history - src/api2/config/datastore.rs
move worker_task.rs into proxmox-rest-server crate
[proxmox-backup.git] / src / api2 / config / datastore.rs
2021-09-24 Dietmar Maurermove worker_task.rs into proxmox-rest-server crate
2021-09-23 Dietmar Maurersrc/server/worker_task.rs: Avoid using pbs-api-type...
2021-09-21 Dominik Csapakapi: make some workers log on CLI
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-09-02 Dietmar Maurerstart new pbs-config workspace
2021-08-30 Wolfgang Bumillercleanup proxmox_backup::backup module
2021-08-25 Wolfgang Bumilleruse ApiType trait
2021-08-25 Dietmar Maureruse new api updater features
2021-07-23 Dietmar Maurerdatastore config: cleanup code (use flatten attribute)
2021-07-20 Dietmar Maureruse new atomic_open_or_create_file
2021-07-08 Dominik Csapakapi: config: delete datastore: also remove tape backup...
2021-07-08 Hannes Laimerapi: add keep-job-configs flag to datastore remove...
2021-07-07 Wolfgang Bumillermove chunk_store to pbs-datastore
2021-06-04 Dominik Csapakbackup/chunk_store: optionally log progress on creation
2021-06-04 Dietmar Maurercleanup: factor out config::datastore::lock_config()
2021-06-04 Dominik Csapakapi2/config/datastore: change create datastore api...
2021-06-04 Dominik Csapakproxmox-backup-proxy: fix leftover references on datast...
2021-04-26 Dominik Csapakapi2/config/datastore: use update_job_last_run_time...
2021-01-26 Fabian Grünbichlerclippy: allow api functions with many arguments
2021-01-21 Dietmar MaurerMerge branch 'master' of ssh://proxdev.maurer-it.com...
2021-01-20 Fabian Grünbichlerclippy: is_some/none/ok/err/empty
2021-01-20 Fabian Grünbichlerclippy: remove unnecessary clones
2020-12-09 Wolfgang Bumillerremove unused descriptions from api macros
2020-11-06 Thomas Lamprechtapi: datastore: allow to set "verify-new" option over API
2020-11-05 Dietmar Maurerconfig: make notify a property string
2020-11-04 Dietmar Maurerconfig: allow to configure who receives job notify...
2020-10-29 Fabian Grünbichlerreplace Userid with Authid
2020-10-28 Dietmar Maurermove jobstate to server
2020-10-21 Hannes Laimerapi proxy: remove old verification scheduling
2020-10-21 Hannes Laimerrename VERIFY_SCHEDULE_SCHEMA to VERIFICATION_SCHEDULE_...
2020-10-08 Thomas Lamprechtapi: datastore: require allocate privilege for deletion
2020-10-08 Thomas Lamprechtserver: add Datastore.Allocate privilege
2020-09-28 Dietmar Maurerdepend on proxmox 0.4.2
2020-09-24 Dominik Csapakuse jobstate mechanism for verify/garbage_collection...
2020-09-19 Dominik Csapakdatastore/prune schedules: use JobState for tracking...
2020-09-18 Hannes Laimerapi2: make verify_schedule deletable
2020-09-18 Hannes Laimerapi2: add optional verify-schdule field to create/updat...
2020-09-18 Fabian Grünbichlerfix #3014: allow DataStoreAdmins to list DS config
2020-08-04 Wolfgang Bumillerremove timer and lock functions, fix building with...
2020-05-20 Dietmar Maurersrc/config/datastore.rs_ change prune types from i64...
2020-05-20 Dietmar Maurersrc/config/datastore.rs: add prune settings
2020-05-20 Dietmar Maurersrc/config/datastore.rs: add gc-schedule property
2020-04-29 Dietmar Maurersrc/api2/config/datastore.rs_ add delete property to...
2020-04-27 Dietmar Maurersrc/config/acl.rs: rtename PRTIV_DATASTORE_ALLOCATE...
2020-04-22 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: format datastore...
2020-04-22 Dietmar Maurersrc/api2/config/datastore.rs_ fix method docs
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-04-17 Dietmar Maurersrc/api2/config/datastore.rs: impl digest check for...
2020-01-30 Dietmar Maurersrc/section_config.rs - convert_to_array: add option...
2020-01-22 Thomas Lamprechtfollowup: commit all changes
2020-01-22 Thomas Lamprechtapi/datastore: do not allow updating path for now
2020-01-15 Dietmar Maurersrc/api2/config: check digest
2020-01-15 Dietmar Maurersrc/api2/config: correctly lock files
2020-01-14 Dietmar Maurersrc/api2/config: improve api schema by adding return...
2020-01-14 Dietmar Maurersrc/api2/config/datastore.rs: improve api, implement...
2020-01-14 Dietmar Maurersrc/section_config.rs - convert_to_array: optionally...
2020-01-13 Dietmar Maurersrc/api2/types.rs: define SINGLE_LINE_COMMENT_SCHEMA
2020-01-11 Dietmar Maurersrc/section_config.rs: make set_data generic
2020-01-11 Dietmar Maurercleanup config api, add remotes config cli interface
2019-12-20 Wolfgang Bumillerfix create_datastore parameters:
2019-12-20 Dietmar Maurersrc/api2/config/datastore.rs - create: pass uid and...
2019-12-20 Dietmar Maurersrc/backup/chunk_store.rs - create: pass User instead...
2019-12-19 Thomas Lamprechtapi/ui: datastore: allow to set simple comment
2019-12-19 Wolfgang Bumillerlet ChunkStore::create take CreateOptions
2019-12-18 Dietmar Maurersrc/api2/config/datastore.rs: set protected flags for...
2019-12-18 Dietmar Maurersrc/api2/config/datastore.rs: fix api docu
2019-12-11 Dietmar Maurersrc/api2/types.rs: factor out DATASTORE_SCHEMA
2019-11-21 Wolfgang Bumillerapi/compat: drop more compat imports from api_schema.rs
2019-11-21 Dietmar Maureruse const api definitions
2019-10-26 Dietmar Maureravoid some clippy warnings
2019-06-07 Wolfgang Bumillertree-wide: use 'dyn' for all trait objects
2019-02-17 Dietmar Maurerimprove api_schema module structure
2019-02-17 Dietmar Maurerrename src/api to src/api_schema
2019-02-12 Dietmar Maurersimplify backup lib structure (pub use xxx:*), improve doc
2019-01-26 Dietmar Maurerapi: pass RpcEnvirnment to api handlers
2019-01-22 Dietmar Maurerrename api3 back to api2