[pve-devel] [PATCH manager] ui: {guest, node} summary: use correct unit for CPU usage

2022-11-04 Thread Fiona Ebner
One could also think about showing something like '% of N CPUs', but this can be inaccurate for older data, because the number of CPUs can change. Reported in the community forum: https://forum.proxmox.com/threads/117362/ Signed-off-by: Fiona Ebner --- www/manager6/node/Summary.js | 1 +

Re: [pve-devel] [pmg-devel] [PATCH pve-common 3/5] pbs client: default to configured namespace for non-namespaced parameters

2022-11-04 Thread Fiona Ebner
Am 20.07.22 um 12:59 schrieb Fabian Ebner: > For get_snapshots(), also set the default when no namespaced parameter > is present at all. > > This would break any callers that have a namespace in the initial > config and explicitly don't set it for a later call, but the only > such caller is restor

[pve-devel] [PATCH manager] gui: fix firewall security group help button chapter link

2022-11-04 Thread Daniel Tschlatscher
The help button under Datacenter > Firewall > Security Group did not have the proper help chapter link set. First reported here: https://forum.proxmox.com/threads/broken-help-link-in-proxmox-gui.117503/ Signed-off-by: Daniel Tschlatscher --- I noticed that the onlineHelp field for our custom cla

[pve-devel] applied: [PATCH manager] gui: fix firewall security group help button chapter link

2022-11-04 Thread Thomas Lamprecht
Am 04/11/2022 um 10:18 schrieb Daniel Tschlatscher: > The help button under Datacenter > Firewall > Security Group did not > have the proper help chapter link set. > > First reported here: > https://forum.proxmox.com/threads/broken-help-link-in-proxmox-gui.117503/ > > Signed-off-by: Daniel Tschla

[pve-devel] applied: [PATCH manager] ui: {guest, node} summary: use correct unit for CPU usage

2022-11-04 Thread Thomas Lamprecht
Am 04/11/2022 um 08:42 schrieb Fiona Ebner: > One could also think about showing something like '% of N CPUs', but > this can be inaccurate for older data, because the number of CPUs can > change. > > Reported in the community forum: > https://forum.proxmox.com/threads/117362/ > > Signed-off-by:

[pve-devel] [PATCH http-server] upload: allow whitespaces in filenames

2022-11-04 Thread Dominik Csapak
some fields (e.g. filename) can contain spaces, but our 'trim' function, would only return the value until the first whitespace character instead of removing leading/trailing white space. this lead to giving the wrong filename to the api call (e.g. 'foo' instead of 'foo (1).iso') which would reject

[pve-devel] applied-series: [RFC/PATCH pve-common 5/5] pbs client: backup fs tree: drop namespace parameter

2022-11-04 Thread Wolfgang Bumiller
applied common series as is for now & bumped so we can depend on it the nits can be addressed when dealing with the deprecation On Wed, Jul 20, 2022 at 12:59:45PM +0200, Fabian Ebner wrote: > Instead, use the one from the initial configuration. The only current > caller is in PMG and the namespac

Re: [pve-devel] [PATCH http-server] upload: allow whitespaces in filenames

2022-11-04 Thread Thomas Lamprecht
Am 04/11/2022 um 11:56 schrieb Dominik Csapak: > some fields (e.g. filename) can contain spaces, but our 'trim' function, > would only return the value until the first whitespace character instead > of removing leading/trailing white space. this lead to giving the wrong > filename to the api call (

[pve-devel] applied: [RFC/PATCH pve-storage 1/1] api: pbs: file restore: don't use namespaced parameters

2022-11-04 Thread Wolfgang Bumiller
applied & dumped dependency accordingly On Wed, Jul 20, 2022 at 12:59:48PM +0200, Fabian Ebner wrote: > Instead, rely on PBSClient to set namespace according to the initial > configuration. > > Signed-off-by: Fabian Ebner > --- > > Dependency bump for new libpve-common-perl needed. > > PVE/AP

[pve-devel] applied-series: [PATCH pmg-api 1/2] api: get group snapshots: take backup-id into account

2022-11-04 Thread Wolfgang Bumiller
applied & bumped common dep accordingly On Wed, Jul 20, 2022 at 12:59:46PM +0200, Fabian Ebner wrote: > instead of assuming that the requested ID is the same as the node in > the API path. This endpoint is not currently used in the UI AFAICS. > > Signed-off-by: Fabian Ebner > --- > src/PMG/API2

Re: [pve-devel] pve-manager/www: API for external plugins?

2022-11-04 Thread Thomas Lamprecht
Hi, Am 03/11/2022 um 11:28 schrieb Roland Kammerer: > I'm the maintainer of the linstor-proxmox plugin and thanks to your > storage plugin API we have a strong FLOSS and customer user base. What > would be nice for our users is better integration in the web GUI, > especially in "Datacenter -> Stor