[pve-devel] applied-series: [PATCH widget-toolkit 0/3] add proxmox-widget-toolkit-dev package
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Jun 2 16:13:49 CEST 2021
On 28.05.21 14:13, Dominik Csapak wrote:
> intended as build-dependency
> contains the apiviewer (will be used for all -docs packages),
> and Toolkit.js which will be used for the prune-simulator and
> lto-barcode-generator
>
> Dominik Csapak (3):
> Toolkit: move defaultDownloadServerUrl override to panel/RRDChart
> add api-viewer source
> add proxmox-widget-toolkit-dev package
>
> Makefile | 19 +-
> debian/control | 7 +
> .../{docs => proxmox-widget-toolkit-dev.docs} | 0
> debian/proxmox-widget-toolkit-dev.install | 2 +
> debian/proxmox-widget-toolkit.docs | 1 +
> debian/proxmox-widget-toolkit.install | 1 +
> src/Toolkit.js | 3 -
> src/api-viewer/APIVIEWER.js | 529 ++++++++++++++++++
> src/panel/RRDChart.js | 3 +
> 9 files changed, 554 insertions(+), 11 deletions(-)
> rename debian/{docs => proxmox-widget-toolkit-dev.docs} (100%)
> create mode 100644 debian/proxmox-widget-toolkit-dev.install
> create mode 100644 debian/proxmox-widget-toolkit.docs
> create mode 100644 debian/proxmox-widget-toolkit.install
> create mode 100644 src/api-viewer/APIVIEWER.js
>
applied series, thanks!
eslint wasn't really happy though, so I added a few followups to ensure it is (and check
on package build).
The external "interface" got also a bit adapted, it's now `apiSchema` and optionally
`cliUsageRenderer`
More information about the pve-devel
mailing list