[pve-devel] partially-applied: [PATCH-SERIES v7] APT repositories API/UI
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Jun 23 20:02:53 CEST 2021
On 23.06.21 15:38, Fabian Ebner wrote:
> List the configured repositories and have some basic checks for them.
> Allow adding standard Proxmox repositories and enabling/disabling repositories.
>
>
> Changes from v6:
> * do not include the upgrade functionality for now, focus on being
> able to add standard repositories and enable/disable them
> * put impl blocks and struct declarations together in proxmox-apt
> * merge repositories and check_repositories get calls
> * see individual patches for more
>
> Older changes can be found here:
> https://lists.proxmox.com/pipermail/pve-devel/2021-June/048598.html
>
>
> The dependency for pve-rs to proxmox-apt is already in the patches.
> Additionally, pve-manager depends on pve-rs and proxmox-widget-toolkit.
>
>
> proxmox-apt:
>
> Fabian Ebner (5):
> initial commit
> add files for Debian packaging
> add more functions to check repositories
> add handling of Proxmox standard repositories
> bump version to 0.2.0-1
> proxmox-widget-toolkit:
>
> Fabian Ebner (2):
> add UI for APT repositories
> add buttons for add/enable/disable
>
> src/Makefile | 1 +
> src/node/APTRepositories.js | 503 ++++++++++++++++++++++++++++++++++++
> 2 files changed, 504 insertions(+)
> create mode 100644 src/node/APTRepositories.js
>
applied above, i.e., proxmox-apt and widget-toolkit patches, as those itself do not show up
anywhere and that should make it easier to adapt and test in collaboration - thanks!
FYI: The widget-toolkit got some followups on top.
More information about the pve-devel
mailing list