From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <t.lamprecht@proxmox.com>
Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (2048 bits))
 (No client certificate requested)
 by lists.proxmox.com (Postfix) with ESMTPS id 335746B943
 for <pbs-devel@lists.proxmox.com>; Tue, 21 Sep 2021 09:39:08 +0200 (CEST)
Received: from firstgate.proxmox.com (localhost [127.0.0.1])
 by firstgate.proxmox.com (Proxmox) with ESMTP id 23420A8BF
 for <pbs-devel@lists.proxmox.com>; Tue, 21 Sep 2021 09:38:38 +0200 (CEST)
Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com
 [94.136.29.106])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (2048 bits))
 (No client certificate requested)
 by firstgate.proxmox.com (Proxmox) with ESMTPS id 3923EA8B1
 for <pbs-devel@lists.proxmox.com>; Tue, 21 Sep 2021 09:38:37 +0200 (CEST)
Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1])
 by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 0C87842482
 for <pbs-devel@lists.proxmox.com>; Tue, 21 Sep 2021 09:38:37 +0200 (CEST)
Message-ID: <48fe98f4-0f1e-3fba-9f4f-26ae5b1c93c4@proxmox.com>
Date: Tue, 21 Sep 2021 09:37:47 +0200
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:93.0) Gecko/20100101
 Thunderbird/93.0
Content-Language: en-US
To: Proxmox Backup Server development discussion
 <pbs-devel@lists.proxmox.com>, Dietmar Maurer <dietmar@proxmox.com>
References: <20210921055854.3799470-1-dietmar@proxmox.com>
From: Thomas Lamprecht <t.lamprecht@proxmox.com>
In-Reply-To: <20210921055854.3799470-1-dietmar@proxmox.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-SPAM-LEVEL: Spam detection results:  0
 AWL 0.255 Adjusted score from AWL reputation of From: address
 BAYES_00                 -1.9 Bayes spam probability is 0 to 1%
 KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment
 SPF_HELO_NONE           0.001 SPF: HELO does not publish an SPF Record
 SPF_PASS               -0.001 SPF: sender matches SPF record
 URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See
 http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more
 information. [rest.rs, formatter.rs, environment.rs, tasks.rs, compression.rs,
 daemon.rs]
Subject: [pbs-devel] applied-series: [PATCH proxmox-backup v2 00/16] move
 rest server into extra crate
X-BeenThere: pbs-devel@lists.proxmox.com
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Proxmox Backup Server development discussion
 <pbs-devel.lists.proxmox.com>
List-Unsubscribe: <https://lists.proxmox.com/cgi-bin/mailman/options/pbs-devel>, 
 <mailto:pbs-devel-request@lists.proxmox.com?subject=unsubscribe>
List-Archive: <http://lists.proxmox.com/pipermail/pbs-devel/>
List-Post: <mailto:pbs-devel@lists.proxmox.com>
List-Help: <mailto:pbs-devel-request@lists.proxmox.com?subject=help>
List-Subscribe: <https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel>, 
 <mailto:pbs-devel-request@lists.proxmox.com?subject=subscribe>
X-List-Received-Date: Tue, 21 Sep 2021 07:39:08 -0000

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!