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 187B11FF1F0 for ; Wed, 24 Jul 2024 17:05:10 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id C10821E6FC; Wed, 24 Jul 2024 17:05:45 +0200 (CEST) From: Max Carrara To: pve-devel@lists.proxmox.com Date: Wed, 24 Jul 2024 17:05:06 +0200 Message-Id: <20240724150511.474844-1-m.carrara@proxmox.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.030 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 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. [osd.pm, proxmox.com] Subject: [pve-devel] [PATCH v3 pve-manager 0/5] Fix #5366: Ceph Build Commit in UI X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" Ceph Build Commit in UI - Version 3 =================================== Notable Changes Since v2 ------------------------ * Rebase on master branch as v2 was partially applied (thanks!) * Factor duplicate build commit rendering code into separate helper as suggested [1] (thanks Thomas!) * Make variable names more clear / less ambiguous (thanks Thomas!) * Increase default width of version column in OSD tree view ever so slightlymore * Reword commit titles and messages to reflect the changes made For a detailed list of changes please see the comments in the individual patches. NOTE: Any T-b and R-b trailers on patches that received changes are considered outdated and are thus removed. Older Versions -------------- v1: https://lists.proxmox.com/pipermail/pve-devel/2024-April/063772.html v2: https://lists.proxmox.com/pipermail/pve-devel/2024-July/064349.html References ---------- [1]: https://lists.proxmox.com/pipermail/pve-devel/2024-July/064789.html Summary of Changes ------------------ Max Carrara (5): fix #5366: ui: ceph: services: parse and display build commit fix #5366: api: ceph: add host build commit to Ceph OSD index data fix #5366: ui: ceph: osd: rework version field rendering ui: ceph: osd: increase width of version column fix #5366: api: ceph: change version format in OSD metadata endpoint PVE/API2/Ceph/OSD.pm | 9 ++- www/manager6/Utils.js | 107 +++++++++++++++++++++++++++++++ www/manager6/ceph/OSD.js | 54 ++++++++++++---- www/manager6/ceph/ServiceList.js | 33 +++++++--- www/manager6/ceph/Services.js | 19 +++++- 5 files changed, 198 insertions(+), 24 deletions(-) -- 2.39.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel