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>
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
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
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
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
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
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
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
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
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 -
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 +++--
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
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
13 matches
Mail list logo