[pbs-devel] applied-series: [PATCH proxmox-backup v2 00/16] move rest server into extra crate

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Sep 21 09:37:47 CEST 2021


On 21.09.21 07:58, Dietmar Maurer wrote:
> Changes in v2:
> 
> - renamed the crate from "pbs-server" into "proxmox-rest-server"
> - depend on proxmox "0.13.3"
> - worker_state: move tasktype() code to src/api2/node/tasks.rs
> - dependency fixes for proxmox_restore_daemon crate (fabian)
> 
> Dietmar Maurer (16):
>   start new proxmox-rest-server workspace
>   move ApiConfig, FileLogger and CommandoSocket to proxmox-rest-server
>     workspace
>   move src/tools/daemon.rs to proxmox-rest-server workspace
>   move src/server/environment.rs to proxmox-rest-server crate
>   move src/server/formatter.rs to proxmox-rest-server crate
>   move src/tools/compression.rs to proxmox-rest-server crate
>   move normalize_uri_path and extract_cookie to proxmox-rest-server
>     crate
>   rest server: simplify get_index() method signature
>   make get_index and ApiConfig property (callback)
>   rest server: return UserInformation from ApiAuth::check_auth
>   rest server: do not use pbs_api_types::Authid
>   rest server: cleanup auth-log handling
>   move src/server/rest.rs to proxmox-rest-server crate
>   move proxmox_restore_daemon code into extra crate
>   basically a (semantic) revert of commit
>     991be99c37c6f55f43a3d9a2c54edb2a8dc6d4f2 "buildsys: workaround
>     linkage issues from openid/curl build server stuff separate"
>   worker_state: move tasktype() code to src/api2/node/tasks.rs
> 

applied whole series, thanks!





More information about the pbs-devel mailing list