From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 6AD301FF15C for ; Fri, 28 Nov 2025 19:54:30 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 06946201B4; Fri, 28 Nov 2025 19:54:51 +0100 (CET) From: Thomas Lamprecht To: pdm-devel@lists.proxmox.com, Shannon Sterz Date: Fri, 28 Nov 2025 19:53:49 +0100 Message-ID: <176435602604.3801633.10003019564544272377.b4-ty@proxmox.com> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20251128153855.543210-1-s.sterz@proxmox.com> References: <20251128153855.543210-1-s.sterz@proxmox.com> MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1764356018174 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.023 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pdm-devel] applied: [PATCH datacenter-manager 0/4] clean up return statements tree wide X-BeenThere: pdm-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Datacenter Manager development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox Datacenter Manager development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pdm-devel-bounces@lists.proxmox.com Sender: "pdm-devel" On Fri, 28 Nov 2025 16:38:51 +0100, Shannon Sterz wrote: > these patches clean up the return section of all api endpoints as much > as possible. most of these are either additions of `returns` sections or > making the `returns` section match the actual api method it references. > > the last two commit here are slightly different in that the first one > changes the actual return type of an api method. see the third commit > for the reasoning there. the last commit fixes up the description of an > api endpoint that was noticed along the way. > > [...] Applied, thanks! [1/4] tree-wide: add missing `returns` definitions to api macro commit: fa143bfa6940401c594b993428c38cc5254c83e8 [2/4] tree-wide: make `returns` defintion match the return type of api methods commit: 1e43329753864f173673fcb5b50106c5e875e919 [3/4] api: pve: make to `get_storage_rrd_data` return PveStorageDataPoint commit: bd76550329c14cc8011da06ff45906a7ef66011c [4/4] api: pbs: fix description of list namespace endpoint commit: 7600289cb63b0b980df64024eab6960df18d57fd _______________________________________________ pdm-devel mailing list pdm-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel