public inbox for pdm-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: "Fabian Grünbichler" <f.gruenbichler@proxmox.com>
To: Proxmox Datacenter Manager development discussion
	<pdm-devel@lists.proxmox.com>
Subject: Re: [pdm-devel] [PATCH proxmox v4 5/5] docgen: add support for the new stable flag
Date: Mon, 24 Nov 2025 13:09:45 +0100	[thread overview]
Message-ID: <1763986170.zqekbsaxlz.astroid@yuna.none> (raw)
In-Reply-To: <20251121160447.381730-6-s.sterz@proxmox.com>

nit in the subjet - this should be "unstable" ;)

On November 21, 2025 5:04 pm, Shannon Sterz wrote:
> Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>
> Tested-by: Lukas Wagner <l.wagner@proxmox.com>
> Reviewed-by: Lukas Wagner <l.wagner@proxmox.com>
> ---
>  proxmox-docgen/src/lib.rs | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/proxmox-docgen/src/lib.rs b/proxmox-docgen/src/lib.rs
> index df8077f8..f4e7bf1e 100644
> --- a/proxmox-docgen/src/lib.rs
> +++ b/proxmox-docgen/src/lib.rs
> @@ -236,6 +236,7 @@ fn dump_api_method_schema(
>          returns["optional"] = 1.into();
>      }
>      data["returns"] = returns;
> +    data["unstable"] = api_method.unstable.into();
> 
>      match api_method.access {
>          ApiAccess {
> --
> 2.47.3
> 
> 
> 
> _______________________________________________
> pdm-devel mailing list
> pdm-devel@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel
> 
> 
> 


_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel


  reply	other threads:[~2025-11-24 12:09 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-21 16:04 [pdm-devel] [PATCH datacenter-manager/proxmox{, -backup}/widget-toolkit v4 0/9] unstable flag and pdm api viewer Shannon Sterz
2025-11-21 16:04 ` [pdm-devel] [PATCH proxmox v4 1/5] router/api-macro: add unstable flag for ApiMethod Shannon Sterz
2025-11-21 16:04 ` [pdm-devel] [PATCH proxmox v4 2/5] pve-api-types: generate array objects Shannon Sterz
2025-11-21 16:04 ` [pdm-devel] [PATCH proxmox v4 3/5] pve-api-types: fix clippy lints Shannon Sterz
2025-11-21 16:04 ` [pdm-devel] [PATCH proxmox v4 4/5] docgen: add docgen crate Shannon Sterz
2025-11-21 16:04 ` [pdm-devel] [PATCH proxmox v4 5/5] docgen: add support for the new stable flag Shannon Sterz
2025-11-24 12:09   ` Fabian Grünbichler [this message]
2025-11-21 16:04 ` [pdm-devel] [PATCH widget-toolkit v4 1/1] api viewer: add support for endpoints that are marked as unstable Shannon Sterz
2025-11-21 16:04 ` [pdm-devel] [PATCH proxmox-backup v4 1/1] docgen: use proxmox-rs docgen crate Shannon Sterz
2025-11-21 16:04 ` [pdm-devel] [PATCH datacenter-manager v4 1/2] docgen: switch to " Shannon Sterz
2025-11-21 16:04 ` [pdm-devel] [PATCH datacenter-manager v4 2/2] api-viewer: add an api-viewer package Shannon Sterz

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=1763986170.zqekbsaxlz.astroid@yuna.none \
    --to=f.gruenbichler@proxmox.com \
    --cc=pdm-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal