Re: [pve-devel] [PATCH v2 1/3] ship proper nodejs module 'pve-eslint'

2021-08-30 Thread Dominik Csapak
On 8/25/21 18:38, Thomas Lamprecht wrote: On 19/07/2021 12:31, Dominik Csapak wrote: instead of concatenating the eslint module into our app.js, ship a 'pve-eslint' module that exports the built eslint module to do this, we have to leave the module type on 'umd' instead of changing to 'var' so

Re: [pve-devel] [PATCH v2 1/3] ship proper nodejs module 'pve-eslint'

2021-08-30 Thread Thomas Lamprecht
Am 8/30/21 um 11:17 AM schrieb Dominik Csapak: > On 8/25/21 18:38, Thomas Lamprecht wrote: >> On 19/07/2021 12:31, Dominik Csapak wrote: >>> instead of concatenating the eslint module into our app.js, ship >>> a 'pve-eslint' module that exports the built eslint module >>> >>> to do this, we have to

Re: [pve-devel] [PATCH v2 1/3] ship proper nodejs module 'pve-eslint'

2021-08-30 Thread Dominik Csapak
On 8/30/21 11:25, Thomas Lamprecht wrote: Am 8/30/21 um 11:17 AM schrieb Dominik Csapak: On 8/25/21 18:38, Thomas Lamprecht wrote: On 19/07/2021 12:31, Dominik Csapak wrote: instead of concatenating the eslint module into our app.js, ship a 'pve-eslint' module that exports the built eslint mod

[pve-devel] applied: Re: [PATCH v2 1/3] ship proper nodejs module 'pve-eslint'

2021-08-30 Thread Thomas Lamprecht
Am 8/30/21 um 12:06 PM schrieb Dominik Csapak: > On 8/30/21 11:25, Thomas Lamprecht wrote: >> Am 8/30/21 um 11:17 AM schrieb Dominik Csapak: >>> On 8/25/21 18:38, Thomas Lamprecht wrote: On 19/07/2021 12:31, Dominik Csapak wrote: > instead of concatenating the eslint module into our app.js

Re: [pve-devel] applied: Re: [PATCH v2 1/3] ship proper nodejs module 'pve-eslint'

2021-08-30 Thread Dominik Csapak
On 8/30/21 12:36, Thomas Lamprecht wrote: Am 8/30/21 um 12:06 PM schrieb Dominik Csapak: On 8/30/21 11:25, Thomas Lamprecht wrote: Am 8/30/21 um 11:17 AM schrieb Dominik Csapak: On 8/25/21 18:38, Thomas Lamprecht wrote: On 19/07/2021 12:31, Dominik Csapak wrote: instead of concatenating the

Re: [pve-devel] applied: Re: [PATCH v2 1/3] ship proper nodejs module 'pve-eslint'

2021-08-30 Thread Thomas Lamprecht
Am 8/30/21 um 12:43 PM schrieb Dominik Csapak: > On 8/30/21 12:36, Thomas Lamprecht wrote: >> Am 8/30/21 um 12:06 PM schrieb Dominik Csapak: >>> On 8/30/21 11:25, Thomas Lamprecht wrote: Am 8/30/21 um 11:17 AM schrieb Dominik Csapak: > On 8/25/21 18:38, Thomas Lamprecht wrote: >> On 19

Re: [pve-devel] [PATCH v3 storage 1/3] status: move unlink from http-server to enpoint

2021-08-30 Thread Lorenz Stechauner
On 26.08.21 18:30, Thomas Lamprecht wrote: On 03/08/2021 14:16, Lorenz Stechauner wrote: this is the first step in which not the http server removes the temporary file, but the worker itself. Signed-off-by: Lorenz Stechauner --- PVE/API2/Storage/Status.pm | 1 + 1 file changed, 1 insertio