[pve-devel] applied: [PATCH pve-flutter-frontend] fix #4749: correctly show lxc rrd data

2023-07-04 Thread Thomas Lamprecht
Am 04/07/2023 um 15:53 schrieb Dominik Csapak: > like we do for qemu guest, by multiplying cpu usage by 100 > > Signed-off-by: Dominik Csapak > --- > lib/bloc/pve_lxc_overview_bloc.dart | 13 +++-- > 1 file changed, 11 insertions(+), 2 deletions(-) > applied, thanks! > + > + Future>

[pve-devel] applied-series: [PATCH proxmox-login-manager 1/2] saved login: don't give outdated ticket to login form

2023-07-04 Thread Thomas Lamprecht
Am 04/07/2023 um 15:53 schrieb Dominik Csapak: > if the user was logged in in the past, but that ticket expired, we still > gave the expired ticket to the login form which tried to login with > that, producing a login error the first time the user pressed login. > > we already get the correct tick

[pve-devel] applied: [PATCH] pvesm: update documentation of the list feature

2023-07-04 Thread Thomas Lamprecht
Am 04/07/2023 um 16:08 schrieb Philipp Hufnagl: > Signed-off-by: Philipp Hufnagl > --- > pvesm.adoc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > applied, thanks! ___ pve-devel mailing list pve-devel@lists.proxmox.com https://lists

[pve-devel] [PATCH] pvesm: update documentation of the list feature

2023-07-04 Thread Philipp Hufnagl
Signed-off-by: Philipp Hufnagl --- pvesm.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pvesm.adoc b/pvesm.adoc index 49eb972..d6da5f4 100644 --- a/pvesm.adoc +++ b/pvesm.adoc @@ -370,11 +370,11 @@ List volumes allocated by VMID List iso images - pvesm list --i

[pve-devel] [PATCH pve-flutter-frontend] fix #4749: correctly show lxc rrd data

2023-07-04 Thread Dominik Csapak
like we do for qemu guest, by multiplying cpu usage by 100 Signed-off-by: Dominik Csapak --- lib/bloc/pve_lxc_overview_bloc.dart | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/lib/bloc/pve_lxc_overview_bloc.dart b/lib/bloc/pve_lxc_overview_bloc.dart index daa

[pve-devel] [PATCH proxmox-login-manager 2/2] tfa: allow closing tfa form

2023-07-04 Thread Dominik Csapak
abort the login when the form returns null. This happens if the user presses 'X' in the tfa form. Signed-off-by: Dominik Csapak --- lib/proxmox_login_form.dart | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/lib/proxmox_login_form.dart b/lib/proxmox_login_form.da

[pve-devel] [PATCH proxmox-login-manager 1/2] saved login: don't give outdated ticket to login form

2023-07-04 Thread Dominik Csapak
if the user was logged in in the past, but that ticket expired, we still gave the expired ticket to the login form which tried to login with that, producing a login error the first time the user pressed login. we already get the correct ticket in a variable, so use that. Signed-off-by: Dominik Cs

[pve-devel] [PATCH proxmox-widget-toolkit 1/1] apt: drop ChangeLogUrl

2023-07-04 Thread Fabian Grünbichler
it's not returned anymore by the corresponding backends, since fetching changelogs is now fully delegated to `apt`. Signed-off-by: Fabian Grünbichler --- Notes: could benefit from a Breaks on old versions of pve-manager/pmg-api , but not strictly required, it will simply allow attempting

[pve-devel] [PATCH proxmox-backup 1/1] apt: use `apt changelog` for changelog fetching

2023-07-04 Thread Fabian Grünbichler
support for it got added to Proxmox repositories, so there is no need to use custom logic and manual fetching for this anymore. Signed-off-by: Fabian Grünbichler --- Notes: requires versioned depends on proxmox-widget-toolkit. pbs-api-types/src/lib.rs | 2 - src/api2/node/apt.rs | 85

[pve-devel] [PATCH manager 1/1] apt: use `apt changelog` for changelog fetching

2023-07-04 Thread Fabian Grünbichler
support for it got added to Proxmox repositories, so there is no need to use custom logic and manual fetching for this anymore. Signed-off-by: Fabian Grünbichler --- Notes: requires versioned depends on proxmox-widget-toolkit. PVE/API2/APT.pm | 101 -

[pve-devel] [PATCH pmg-api 1/1] apt: use `apt changelog` for changelog fetching

2023-07-04 Thread Fabian Grünbichler
support for it got added to Proxmox repositories, so there is no need to use custom logic and manual fetching for this anymore. Signed-off-by: Fabian Grünbichler --- Notes: requires versioned depends on proxmox-widget-toolkit. src/PMG/API2/APT.pm | 108 +++--

[pve-devel] [PATCH pve-manager/pmg-api/proxmox-backup/pwt 0/4] APT changelog switch-over

2023-07-04 Thread Fabian Grünbichler
this series switches all apt changelog fetching to `apt changelog`, dropping our own custom logic in turn. (opted to send the whole series to pve-devel to avoid noise, obviously the PMG/PBS patches are for PMG/PBS ;)) pmg-api: Fabian Grünbichler (1): apt: use `apt changelog` for changelog fetc

[pve-devel] [PATCH installer 4/4] d/control: drop unused librust-proxmox-sys-dev build dependency

2023-07-04 Thread Christoph Heiss
Since the TUI installer does not use it anymore, we can drop it from here as well. Signed-off-by: Christoph Heiss --- Missed that while sending the original patch series. debian/control | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/control b/debian/control index ef231ba..3d13019 100