all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pmg-devel] [PATCH-SERIES pmg-rs/pmg-api/pmg-gui] add APT repositories API/UI
@ 2021-07-13  8:04 Fabian Ebner
  2021-07-13  8:04 ` [pmg-devel] [PATCH pmg-rs 1/2] bump perlmod dependency Fabian Ebner
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Fabian Ebner @ 2021-07-13  8:04 UTC (permalink / raw)
  To: pmg-devel

Nearly identical to what's in PVE. I ran into very occasional errors
like
    error: invalid type: string "3", expected usize (500)
    error: expected bool value (500)
when using the enabled/disabled button, so I added int() coercions to
make perlmod always happy.

Dependency bump from pmg-api to pmg-rs needed.


pmg-rs:

Fabian Ebner (2):
  bump perlmod dependency
  add bindings for proxmox-apt

 Cargo.toml              |   6 +-
 Makefile                |   7 ++
 debian/control          |   2 +
 src/apt/mod.rs          |   1 +
 src/apt/repositories.rs | 159 ++++++++++++++++++++++++++++++++++++++++
 src/lib.rs              |   1 +
 6 files changed, 175 insertions(+), 1 deletion(-)
 create mode 100644 src/apt/mod.rs
 create mode 100644 src/apt/repositories.rs


pmg-api:

Fabian Ebner (1):
  api: apt: add calls for repositories

 src/PMG/API2/APT.pm | 292 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 292 insertions(+)


pmg-gui:

Fabian Ebner (1):
  add panel for APT repositories

 js/ServerAdministration.js | 7 +++++++
 1 file changed, 7 insertions(+)

-- 
2.30.2





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-07-13 12:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-13  8:04 [pmg-devel] [PATCH-SERIES pmg-rs/pmg-api/pmg-gui] add APT repositories API/UI Fabian Ebner
2021-07-13  8:04 ` [pmg-devel] [PATCH pmg-rs 1/2] bump perlmod dependency Fabian Ebner
2021-07-13  8:04 ` [pmg-devel] [PATCH pmg-rs 2/2] add bindings for proxmox-apt Fabian Ebner
2021-07-13  8:04 ` [pmg-devel] [PATCH pmg-api 1/1] api: apt: add calls for repositories Fabian Ebner
2021-07-13  8:04 ` [pmg-devel] [PATCH pmg-gui 1/1] add panel for APT repositories Fabian Ebner
2021-07-13 12:33 ` [pmg-devel] applied-series: [PATCH-SERIES pmg-rs/pmg-api/pmg-gui] add APT repositories API/UI Thomas Lamprecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal