* [pmg-devel] unsubscribe
@ 2020-11-18 8:13 Heiko Siewert
0 siblings, 0 replies; 2+ messages in thread
From: Heiko Siewert @ 2020-11-18 8:13 UTC (permalink / raw)
To: 'pmg-devel@lists.proxmox.com'
[-- Attachment #1: Type: text/plain, Size: 2 bytes --]
[-- Attachment #2: Type: text/html, Size: 1467 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pmg-devel] [PATCH v2 proxmox-widget-toolkit manager pmg-gui 0/4] #4442: impl firewall log filtering
@ 2023-08-09 10:55 Christian Ebner
2023-11-14 15:45 ` [pmg-devel] applied: [pve-devel] " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Christian Ebner @ 2023-08-09 10:55 UTC (permalink / raw)
To: pve-devel, pmg-devel
This series is send to pmg-devel and pve-devel list, as it changes the
DateTimeField used by Proxmox Virtual Environment and Proxmox Mail
Gateway.
This series of patches implements functionality to extend the firewall
log panel to filter the logs by date and time.
The series consists of patches for the proxmox-widget-toolkit and
patches for pve-manager and pmg-gui which depend on the changes to
proxmox-widget-toolkit.
proxmox-widget-toolkit:
The DateTimeField component is reworked to be more declarative and
formula and data bindings are utilized to update state changes between
parent and child components.
The LogView component is extended to control if the date/time based
filtering should be shown (as for example the Ceph logs use the same
panel, but filters should not be shown), and to configure the submit
values for api calls.
pve-manager:
The neccessary configs are set to show the filters in the panel and the
correct submit format for api call.
pmg-gui:
Revert a commit, introduced to fix a side effect of one of the patches
from the previous version of the patches, which got applied.
proxmox-widget-toolkit:
Christian Ebner (2):
fix #4442: adapt DateTimeField to be more declarative
fix #4442: Extend LogView for firewall datetime filtering
src/form/DateTimeField.js | 281 ++++++++++++++++----------------------
src/panel/LogView.js | 89 ++++++++++--
2 files changed, 201 insertions(+), 169 deletions(-)
pve-manager:
Christian Ebner (1):
fix #4442: Add date-time filtering for firewall logs
www/manager6/node/Config.js | 2 ++
www/manager6/qemu/Config.js | 2 ++
2 files changed, 4 insertions(+)
pmg-gui:
Christian Ebner (1):
Revert "fix tracking center with newer proxmox-widget-toolkit"
js/MailTracker.js | 2 --
1 file changed, 2 deletions(-)
--
2.39.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pmg-devel] applied: [pve-devel] [PATCH v2 proxmox-widget-toolkit manager pmg-gui 0/4] #4442: impl firewall log filtering
2023-08-09 10:55 [pmg-devel] [PATCH v2 proxmox-widget-toolkit manager pmg-gui 0/4] #4442: impl firewall log filtering Christian Ebner
@ 2023-11-14 15:45 ` Thomas Lamprecht
2023-11-16 8:28 ` [pmg-devel] Unsubscribe Deepen Dhulla
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Lamprecht @ 2023-11-14 15:45 UTC (permalink / raw)
To: Proxmox VE development discussion, Christian Ebner, pmg-devel
Am 09/08/2023 um 12:55 schrieb Christian Ebner:
> This series is send to pmg-devel and pve-devel list, as it changes the
> DateTimeField used by Proxmox Virtual Environment and Proxmox Mail
> Gateway.
>
> This series of patches implements functionality to extend the firewall
> log panel to filter the logs by date and time.
>
> The series consists of patches for the proxmox-widget-toolkit and
> patches for pve-manager and pmg-gui which depend on the changes to
> proxmox-widget-toolkit.
>
> proxmox-widget-toolkit:
> The DateTimeField component is reworked to be more declarative and
> formula and data bindings are utilized to update state changes between
> parent and child components.
> The LogView component is extended to control if the date/time based
> filtering should be shown (as for example the Ceph logs use the same
> panel, but filters should not be shown), and to configure the submit
> values for api calls.
>
> pve-manager:
> The neccessary configs are set to show the filters in the panel and the
> correct submit format for api call.
>
> pmg-gui:
> Revert a commit, introduced to fix a side effect of one of the patches
> from the previous version of the patches, which got applied.
>
> proxmox-widget-toolkit:
> Christian Ebner (2):
> fix #4442: adapt DateTimeField to be more declarative
> fix #4442: Extend LogView for firewall datetime filtering
>
> src/form/DateTimeField.js | 281 ++++++++++++++++----------------------
> src/panel/LogView.js | 89 ++++++++++--
> 2 files changed, 201 insertions(+), 169 deletions(-)
>
> pve-manager:
> Christian Ebner (1):
> fix #4442: Add date-time filtering for firewall logs
>
> www/manager6/node/Config.js | 2 ++
> www/manager6/qemu/Config.js | 2 ++
> 2 files changed, 4 insertions(+)
>
> pmg-gui:
> Christian Ebner (1):
> Revert "fix tracking center with newer proxmox-widget-toolkit"
>
> js/MailTracker.js | 2 --
> 1 file changed, 2 deletions(-)
>
applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pmg-devel] Unsubscribe
2023-11-14 15:45 ` [pmg-devel] applied: [pve-devel] " Thomas Lamprecht
@ 2023-11-16 8:28 ` Deepen Dhulla
0 siblings, 0 replies; 2+ messages in thread
From: Deepen Dhulla @ 2023-11-16 8:28 UTC (permalink / raw)
Cc: pmg-devel
[-- Attachment #1: Type: text/plain, Size: 2393 bytes --]
On Tue, 14 Nov 2023 at 9:15 PM, Thomas Lamprecht <t.lamprecht@proxmox.com>
wrote:
> Am 09/08/2023 um 12:55 schrieb Christian Ebner:
> > This series is send to pmg-devel and pve-devel list, as it changes the
> > DateTimeField used by Proxmox Virtual Environment and Proxmox Mail
> > Gateway.
> >
> > This series of patches implements functionality to extend the firewall
> > log panel to filter the logs by date and time.
> >
> > The series consists of patches for the proxmox-widget-toolkit and
> > patches for pve-manager and pmg-gui which depend on the changes to
> > proxmox-widget-toolkit.
> >
> > proxmox-widget-toolkit:
> > The DateTimeField component is reworked to be more declarative and
> > formula and data bindings are utilized to update state changes between
> > parent and child components.
> > The LogView component is extended to control if the date/time based
> > filtering should be shown (as for example the Ceph logs use the same
> > panel, but filters should not be shown), and to configure the submit
> > values for api calls.
> >
> > pve-manager:
> > The neccessary configs are set to show the filters in the panel and the
> > correct submit format for api call.
> >
> > pmg-gui:
> > Revert a commit, introduced to fix a side effect of one of the patches
> > from the previous version of the patches, which got applied.
> >
> > proxmox-widget-toolkit:
> > Christian Ebner (2):
> > fix #4442: adapt DateTimeField to be more declarative
> > fix #4442: Extend LogView for firewall datetime filtering
> >
> > src/form/DateTimeField.js | 281 ++++++++++++++++----------------------
> > src/panel/LogView.js | 89 ++++++++++--
> > 2 files changed, 201 insertions(+), 169 deletions(-)
> >
> > pve-manager:
> > Christian Ebner (1):
> > fix #4442: Add date-time filtering for firewall logs
> >
> > www/manager6/node/Config.js | 2 ++
> > www/manager6/qemu/Config.js | 2 ++
> > 2 files changed, 4 insertions(+)
> >
> > pmg-gui:
> > Christian Ebner (1):
> > Revert "fix tracking center with newer proxmox-widget-toolkit"
> >
> > js/MailTracker.js | 2 --
> > 1 file changed, 2 deletions(-)
> >
>
>
> applied, thanks!
>
>
> _______________________________________________
> pmg-devel mailing list
> pmg-devel@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel
>
>
[-- Attachment #2: Type: text/html, Size: 3160 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-11-16 8:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-18 8:13 [pmg-devel] unsubscribe Heiko Siewert
2023-08-09 10:55 [pmg-devel] [PATCH v2 proxmox-widget-toolkit manager pmg-gui 0/4] #4442: impl firewall log filtering Christian Ebner
2023-11-14 15:45 ` [pmg-devel] applied: [pve-devel] " Thomas Lamprecht
2023-11-16 8:28 ` [pmg-devel] Unsubscribe Deepen Dhulla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox