From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id B1D991FF17E for ; Thu, 13 Nov 2025 15:43:00 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 1E1CE1FB17; Thu, 13 Nov 2025 15:43:09 +0100 (CET) From: Dominik Csapak To: pdm-devel@lists.proxmox.com, Lukas Wagner Date: Thu, 13 Nov 2025 15:42:32 +0100 Message-ID: <176304493576.3580100.16862378324641735159.b4-ty@proxmox.com> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20251113121644.236005-1-l.wagner@proxmox.com> References: <20251113121644.236005-1-l.wagner@proxmox.com> MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.096 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 KAM_LOTSOFHASH 0.25 Emails with lots of hash-like gibberish 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 v5 00/11] backend implementation for view filters 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 Thu, 13 Nov 2025 13:16:33 +0100, Lukas Wagner wrote: > Key aspects: > - new config file at /etc/proxmox-datacenter-manager/views.cfg > - ViewConfig as a definition type, has > - {include,exclude} {remote,resource-id,resource-type,resource-pool,tag}:{value} > > - View resource filter implementation & big suite of unit tests > - excludes are processed after includes > - if no include rules are defined, all resources but those which were > excluded are matched > - if no rules are defined in a filter, everything is matched > > [...] Applied, thanks! [01/11] pdm-api-types: views: add ViewConfig type commit: 621d12f398f0113bac470f5bd421f53bf9cb08ad [02/11] pdm-config: views: add support for views commit: 23762dc0330bc3c70cc0a74f8a5a2005a8ef09e5 [03/11] acl: add '/view' and '/view/{view-id}' as allowed ACL paths commit: eccac1ae7c4c60403c579755381d47e0717d3d2d [04/11] views: add implementation for view resource filtering commit: 2b06afe898e05329530c26e2df222bd0994abd83 [05/11] api: resources: list: add support for view parameter commit: bd9a836a77c6b15d3369c727008e776feb74639e [06/11] api: resources: top entities: add support for view parameter commit: 96732d74ad021feedc5a2988accb534fcad06cd4 [07/11] api: resources: status: add support for view parameter commit: 812c3e645fac222eb31c2a9b3968ad65055c786a [08/11] api: subscription status: add support for view parameter commit: d9788d2c0794e2a4ce5f8de2f7a5a342b4c0af1c [09/11] api: remote-tasks: add support for view parameter commit: 05d74958656082be91edd57807e0d4066ec297d7 [10/11] pdm-client: resource list: add view parameter commit: 51c259d68bf82e37a7c9994888c1f0b9a6b880e4 [11/11] pdm-client: top entities: add view parameter commit: bb2a2a89a707adb15d78afa22727240ecbd09914 _______________________________________________ pdm-devel mailing list pdm-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel