From: Thomas Lamprecht <t.lamprecht@proxmox.com>
To: pve-devel@lists.proxmox.com, pbs-devel@lists.proxmox.com,
Christian Ebner <c.ebner@proxmox.com>
Subject: Re: [pbs-devel] [PATCH proxmox 0/6] followups and cleanups for s3 client
Date: Mon, 4 Aug 2025 22:18:36 +0200 [thread overview]
Message-ID: <175433871448.1942036.3202343188267963971.b4-ty@proxmox.com> (raw)
In-Reply-To: <20250804160937.660470-1-c.ebner@proxmox.com>
On Mon, 04 Aug 2025 18:09:31 +0200, Christian Ebner wrote:
> These patches are not release critical, but are intended to improve
> code quality and add basic testing.
>
> This currently covers formatting issues, refactoring of code to make
> it more concise, adding missing doc comments and adding basic
> regression tests for parsers reading the http response body.
>
> [...]
Applied, thanks!
[1/6] s3 client: fix formatting issues by `cargo fmt`
commit: 4a74b59ba60c06eb40ae720c16c757ef966e937b
[2/6] s3 client: refactor list buckets response status code matching
commit: 674fc39d7a1e81db21d01cac966aca39c7995cf8
[3/6] s3 client: refactor list buckets result list fetching
commit: c849445afe94f951a710eb7463542a659cfa353d
[4/6] s3 client: add doc comments for response parser helper methods
commit: 3a45f2e7ae4a6312b3cd4572f4ed32a5b42eef03
[5/6] s3 client: add and expand doc comments for response parsing objects
commit: dcec6ba0b88389458e43c8b12d96c00242d2af1d
[6/6] s3 client: add basic regression tests for response parsing
commit: a02d890f01f212663ab75989a79c7fc36d479ba3
_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
WARNING: multiple messages have this Message-ID
From: Thomas Lamprecht <t.lamprecht@proxmox.com>
To: pve-devel@lists.proxmox.com, pbs-devel@lists.proxmox.com,
Christian Ebner <c.ebner@proxmox.com>
Subject: Re: [pve-devel] [pbs-devel] [PATCH proxmox 0/6] followups and cleanups for s3 client
Date: Mon, 4 Aug 2025 22:18:36 +0200 [thread overview]
Message-ID: <175433871448.1942036.3202343188267963971.b4-ty@proxmox.com> (raw)
In-Reply-To: <20250804160937.660470-1-c.ebner@proxmox.com>
On Mon, 04 Aug 2025 18:09:31 +0200, Christian Ebner wrote:
> These patches are not release critical, but are intended to improve
> code quality and add basic testing.
>
> This currently covers formatting issues, refactoring of code to make
> it more concise, adding missing doc comments and adding basic
> regression tests for parsers reading the http response body.
>
> [...]
Applied, thanks!
[1/6] s3 client: fix formatting issues by `cargo fmt`
commit: 4a74b59ba60c06eb40ae720c16c757ef966e937b
[2/6] s3 client: refactor list buckets response status code matching
commit: 674fc39d7a1e81db21d01cac966aca39c7995cf8
[3/6] s3 client: refactor list buckets result list fetching
commit: c849445afe94f951a710eb7463542a659cfa353d
[4/6] s3 client: add doc comments for response parser helper methods
commit: 3a45f2e7ae4a6312b3cd4572f4ed32a5b42eef03
[5/6] s3 client: add and expand doc comments for response parsing objects
commit: dcec6ba0b88389458e43c8b12d96c00242d2af1d
[6/6] s3 client: add basic regression tests for response parsing
commit: a02d890f01f212663ab75989a79c7fc36d479ba3
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
next prev parent reply other threads:[~2025-08-04 20:17 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-04 16:09 Christian Ebner
2025-08-04 16:09 ` [pbs-devel] [PATCH proxmox 1/6] s3 client: fix formatting issues by `cargo fmt` Christian Ebner
2025-08-04 16:09 ` [pbs-devel] [PATCH proxmox 2/6] s3 client: refactor list buckets response status code matching Christian Ebner
2025-08-04 16:09 ` [pbs-devel] [PATCH proxmox 3/6] s3 client: refactor list buckets result list fetching Christian Ebner
2025-08-04 16:09 ` [pbs-devel] [PATCH proxmox 4/6] s3 client: add doc comments for response parser helper methods Christian Ebner
2025-08-04 16:09 ` [pbs-devel] [PATCH proxmox 5/6] s3 client: add and expand doc comments for response parsing objects Christian Ebner
2025-08-04 16:09 ` [pbs-devel] [PATCH proxmox 6/6] s3 client: add basic regression tests for response parsing Christian Ebner
2025-08-04 20:18 ` Thomas Lamprecht [this message]
2025-08-04 20:18 ` [pve-devel] [pbs-devel] [PATCH proxmox 0/6] followups and cleanups for s3 client Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=175433871448.1942036.3202343188267963971.b4-ty@proxmox.com \
--to=t.lamprecht@proxmox.com \
--cc=c.ebner@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.