From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <c.ebner@proxmox.com>
Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (2048 bits))
 (No client certificate requested)
 by lists.proxmox.com (Postfix) with ESMTPS id B86A590A20
 for <pve-devel@lists.proxmox.com>; Mon, 30 Jan 2023 10:08:12 +0100 (CET)
Received: from firstgate.proxmox.com (localhost [127.0.0.1])
 by firstgate.proxmox.com (Proxmox) with ESMTP id 99967CD1C
 for <pve-devel@lists.proxmox.com>; Mon, 30 Jan 2023 10:07:42 +0100 (CET)
Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com
 [94.136.29.106])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (2048 bits))
 (No client certificate requested)
 by firstgate.proxmox.com (Proxmox) with ESMTPS
 for <pve-devel@lists.proxmox.com>; Mon, 30 Jan 2023 10:07:42 +0100 (CET)
Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1])
 by proxmox-new.maurer-it.com (Proxmox) with ESMTP id DAC94451FF
 for <pve-devel@lists.proxmox.com>; Mon, 30 Jan 2023 10:07:41 +0100 (CET)
From: Christian Ebner <c.ebner@proxmox.com>
To: pve-devel@lists.proxmox.com
Date: Mon, 30 Jan 2023 10:07:12 +0100
Message-Id: <20230130090715.349057-1-c.ebner@proxmox.com>
X-Mailer: git-send-email 2.30.2
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-SPAM-LEVEL: Spam detection results:  0
 AWL -0.000 Adjusted score from AWL reputation of From: address
 BAYES_00                 -1.9 Bayes spam probability is 0 to 1%
 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
Subject: [pve-devel] [RFC widget-toolkit 0/2] fix #4442: Firewall log
 filtering
X-BeenThere: pve-devel@lists.proxmox.com
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Proxmox VE development discussion <pve-devel.lists.proxmox.com>
List-Unsubscribe: <https://lists.proxmox.com/cgi-bin/mailman/options/pve-devel>, 
 <mailto:pve-devel-request@lists.proxmox.com?subject=unsubscribe>
List-Archive: <http://lists.proxmox.com/pipermail/pve-devel/>
List-Post: <mailto:pve-devel@lists.proxmox.com>
List-Help: <mailto:pve-devel-request@lists.proxmox.com?subject=help>
List-Subscribe: <https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel>, 
 <mailto:pve-devel-request@lists.proxmox.com?subject=subscribe>
X-List-Received-Date: Mon, 30 Jan 2023 09:08:12 -0000

This patch series introduces a firewall log view panel which allows to filter
firewall logs (including rotated logs) by date and time, up to minute precision.

The existing date time field was extended to publish state changes for value
bindings to be updated.

Suggestions for improvements, especially regarding the still incorrect update of
min/max values of the date and time fields on changes of the other one are
highly appreciated.

proxmox-widget-toolkit:

Christian Ebner (2):
  DateTimeField: Extend and refactor to make field value bindable
  fix #4442: panel: Add firewall log view panel

 src/Makefile                 |   1 +
 src/form/DateTimeField.js    | 104 ++++++++---
 src/panel/FirewallLogView.js | 350 +++++++++++++++++++++++++++++++++++
 3 files changed, 432 insertions(+), 23 deletions(-)
 create mode 100644 src/panel/FirewallLogView.js

pve-manager:

Christian Ebner (1):
  fix #4442: node/qemu: Use firewallLogView panel for firewall logs

 www/manager6/node/Config.js | 5 +++--
 www/manager6/qemu/Config.js | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

-- 
2.30.2