public inbox for pdm-devel@lists.proxmox.com
 help / color / mirror / Atom feed
 messages from 2026-08-17 12:58:09 to 2026-08-21 14:00:42 UTC [more...]

[PATCH datacenter-manager/proxmox 00/20] inject application context via API macro for easier integration testing
 2026-08-21 14:00 UTC  (18+ messages)
` [PATCH proxmox 01/20] router: introduce shared state
` [PATCH proxmox 03/20] api-macro: support shared state extraction type
` [PATCH datacenter-manager 06/20] pdm-config: subscriptions: rename trait methods to read/write/lock
` [PATCH datacenter-manager 09/20] context: establish PdmApplication object
` [PATCH datacenter-manager 11/20] parallel fetcher: pass arguments to closure in a single type
` [PATCH datacenter-manager 14/20] tests: add helpers for building API-handler-level integration tests
` [PATCH datacenter-manager 15/20] tests: add example tests for SDN API routes
` [PATCH datacenter-manager 17/20] context: provide api-cache on the app object
` [PATCH datacenter-manager 18/20] api: subscriptions: use PdmApplication instead of globals
` [PATCH datacenter-manager 20/20] tests: add example tests for remote subscription management
` superseded: [PATCH datacenter-manager/proxmox 00/20] inject application context via API macro for easier integration testing

[PATCH datacenter-manager v2 0/9] refactor and partially fix #7371
 2026-08-21 12:51 UTC  (16+ messages)
` [PATCH datacenter-manager v2 1/9] lib: api types: add new ResourceView type and move accessors there
` [PATCH datacenter-manager v2 2/9] lib: api types: resource: add 'node' helper to ResourceView
` [PATCH datacenter-manager v2 3/9] lib: api types: add guest specific getter "
` [PATCH datacenter-manager v2 4/9] ui: pve: factor out the pve-manager version extraction
` [PATCH datacenter-manager v2 5/9] ui: renderer: use ResourceView for rendering
` [PATCH datacenter-manager v2 6/9] ui: pve: tree: reuse `PveResource` for `PveTreeNode`
` [PATCH datacenter-manager v2 7/9] ui: pve: show ha maintenance mode for nodes
` [PATCH datacenter-manager v2 8/9] ui: pve: node selector: show maintenance badge with node name
` [PATCH datacenter-manager v2 9/9] ui: pve: node: show HA maintenance badge
` superseded: [PATCH datacenter-manager v2 0/9] refactor and partially fix #7371

[PATCH datacenter-manager v3 0/9] refactor and partially fix #7371
 2026-08-21 12:30 UTC  (10+ messages)
` [PATCH datacenter-manager v3 1/9] lib: api types: add new ResourceView type and move accessors there
` [PATCH datacenter-manager v3 2/9] lib: api types: resource: add 'node' helper to ResourceView
` [PATCH datacenter-manager v3 3/9] lib: api types: add guest specific getter "
` [PATCH datacenter-manager v3 4/9] ui: pve: factor out the pve-manager version extraction
` [PATCH datacenter-manager v3 5/9] ui: renderer: use ResourceView for rendering
` [PATCH datacenter-manager v3 6/9] ui: pve: tree: reuse `PveResource` for `PveTreeNode`
` [PATCH datacenter-manager v3 7/9] ui: pve: show ha maintenance mode for nodes
` [PATCH datacenter-manager v3 8/9] ui: pve: node selector: show maintenance badge with node name
` [PATCH datacenter-manager v3 9/9] ui: pve: node: show ha maintenance badge

[PATCH datacenter-manager/proxmox v2 00/20] inject application context via API macro for easier integration testing
 2026-08-21 12:26 UTC  (25+ messages)
` [PATCH proxmox v2 01/20] router: introduce shared state
` [PATCH proxmox v2 02/20] rest-server: allow to inject "
` [PATCH proxmox v2 03/20] api-macro: support shared state extraction type
` [PATCH datacenter-manager v2 04/20] context: promote context to a dir-style module
` [PATCH datacenter-manager v2 05/20] pdm-config: remotes: rename trait methods to read/write/lock
` [PATCH datacenter-manager v2 06/20] pdm-config: subscriptions: "
` [PATCH datacenter-manager v2 07/20] remote iterator: pass remote config reader explicitly
` [PATCH datacenter-manager v2 08/20] context: introduce a ContextFactory to build application context
` [PATCH datacenter-manager v2 09/20] context: establish PdmApplication object
` [PATCH datacenter-manager v2 10/20] context: register PdmApplication in router
` [PATCH datacenter-manager v2 11/20] parallel fetcher: pass arguments to closure in a single type
` [PATCH datacenter-manager v2 12/20] parallel fetcher: support a custom client factory
` [PATCH datacenter-manager v2 13/20] api: sdn: use PdmApplication handle for accessing remotes
` [PATCH datacenter-manager v2 14/20] tests: add helpers for building API-handler-level integration tests
` [PATCH datacenter-manager v2 15/20] tests: add example tests for SDN API routes
` [PATCH datacenter-manager v2 16/20] api-cache: add wrapper type
` [PATCH datacenter-manager v2 17/20] context: provide api-cache on the app object
` [PATCH datacenter-manager v2 18/20] api: subscriptions: use PdmApplication instead of globals
` [PATCH datacenter-manager v2 19/20] pdm-config: subscriptions: drop unused accessor functions
` [PATCH datacenter-manager v2 20/20] tests: add example tests for remote subscription management

[PATCH datacenter-manager 1/1] fix #7135: openid auth: improve error logging
 2026-08-21 11:35 UTC  (2+ messages)
` applied: "

[PATCH proxmox{,-backup,-datacenter-manager} v3 0/5] factor system report into shared crate
 2026-08-20 13:46 UTC  (7+ messages)
` [PATCH proxmox v3 1/5] system-report: add crate for shared report generation
` [PATCH proxmox-datacenter-manager v3 4/5] d/control: depend on tools used by the system report
  ` applied: "

[PATCH proxmox-datacenter-manager v3] fix #7187: report: add ethtool output for physical interfaces
 2026-08-20 12:08 UTC  (2+ messages)
` applied: "

[PATCH datacenter-manager/yew-widget-toolkit 0/3] ui: persist the main menus expanded state
 2026-08-20  8:17 UTC  (4+ messages)
` [PATCH yew-widget-toolkit 1/3] widget: navigation drawer: fix first open for default collapsed menus
` [PATCH yew-widget-toolkit 2/3] widget: navigation drawer: allow persisting the expanded state
` [PATCH datacenter-manager 3/3] ui: main menu: make expanded/collapsed state persistent

[PATCH datacenter-manager/yew-widget-toolkit 0/3] ui: make the default dashboard configurable
 2026-08-20  8:17 UTC  (4+ messages)
` [PATCH yew-widget-toolkit 1/3] state: event: add helpers for custom DOM events
` [PATCH yew-widget-toolkit 2/3] state: persistent state: allow listening for updates
` [PATCH datacenter-manager 3/3] ui: make the default dashboard page configurable

[PATCH datacenter-manager/proxmox 0/4] fix #7747: OpenID: allow non HTTP scheme in redirect URL
 2026-08-19 13:18 UTC  (6+ messages)
` [PATCH proxmox 3/4] api-types: add a scheme generic URL regex

[PATCH datacenter-manager 0/8] refactor and partially fix #7371
 2026-08-18 13:30 UTC  (2+ messages)
` superseded: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal