messages from 2026-07-30 10:18:31 to 2026-08-21 13:59:34 UTC [more...]
[PATCH datacenter-manager/proxmox 00/20] inject application context via API macro for easier integration testing
2026-08-21 13:59 UTC (26+ messages)
` [PATCH proxmox 01/20] router: introduce shared state
` [PATCH proxmox 02/20] rest-server: allow to inject "
` [PATCH proxmox 03/20] api-macro: support shared state extraction type
` [PATCH datacenter-manager 04/20] context: promote context to a dir-style module
` [PATCH datacenter-manager 05/20] pdm-config: remotes: rename trait methods to read/write/lock
` [PATCH datacenter-manager 06/20] pdm-config: subscriptions: "
` [PATCH datacenter-manager 07/20] remote iterator: pass remote config reader explicitly
` [PATCH datacenter-manager 08/20] context: introduce a ContextFactory to build application context
` [PATCH datacenter-manager 09/20] context: establish PdmApplication object
` [PATCH datacenter-manager 10/20] context: register PdmApplication in router
` [PATCH datacenter-manager 11/20] parallel fetcher: pass arguments to closure in a single type
` [PATCH datacenter-manager 12/20] parallel fetcher: support a custom client factory
` [PATCH datacenter-manager 13/20] api: sdn: use PdmApplication handle for accessing remotes
` [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 16/20] api-cache: add wrapper type
` [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 19/20] pdm-config: subscriptions: drop unused accessor functions
` [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 (11+ messages)
` [PATCH proxmox v3 1/5] system-report: add crate for shared report generation
` [PATCH proxmox-backup v3 2/5] d/control: depend on tools used by the system report
` [PATCH proxmox-backup v3 3/5] report: use shared proxmox-system-report crate
` [PATCH proxmox-datacenter-manager v3 4/5] d/control: depend on tools used by the system report
` applied: "
` [PATCH proxmox-datacenter-manager v3 5/5] report: use shared proxmox-system-report crate
[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 (9+ messages)
` [PATCH proxmox 1/4] api-types: reorganise unit tests
` [PATCH proxmox 2/4] api-types: refactor HTTP_URL_REGEX construction
` [PATCH proxmox 3/4] api-types: add a scheme generic URL regex
` [PATCH datacenter-manager 4/4] fix #7747: openid: allow non HTTP schemes in redirect URL
[PATCH datacenter-manager 0/8] refactor and partially fix #7371
2026-08-18 13:30 UTC (10+ messages)
` [PATCH datacenter-manager 1/8] lib: add new ResourceView type and move accessors there
` [PATCH datacenter-manager 2/8] lib: api types: resource: add 'node' helper to ResourceView
` [PATCH datacenter-manager 3/8] lib: api-types: add 'vmid' getter "
` [PATCH datacenter-manager 4/8] ui: pve: factor out the pve-manager version extraction
` [PATCH datacenter-manager 5/8] ui: renderer: use ResourceView for rendering
` [PATCH datacenter-manager 6/8] ui: pve: tree: reuse `PveResource` for `PveTreeNode`
` [PATCH datacenter-manager 7/8] ui: pve: show ha maintenance mode for nodes
` [PATCH datacenter-manager 8/8] ui: pve: node selector: show maintenance badge with node name
` superseded: [PATCH datacenter-manager 0/8] refactor and partially fix #7371
[PATCH proxmox/installer/datacenter-manager 00/16] auto-installer: add installed target systems as new remotes
2026-08-17 12:00 UTC (26+ messages)
` [PATCH proxmox 01/16] installer-types: drop unnecessary clippy attribute
` [PATCH proxmox 02/16] installer-types: post-hook: factor schema version into proper struct
` [PATCH proxmox 03/16] installer-types: post-hook: allow additional properties on api schema
` [PATCH proxmox 04/16] installer-types: post-hook: add api-token and cert-fingerprint options
` [PATCH proxmox 05/16] installer-types: systeminfo: add check for API token creation capability
` [PATCH installer 06/16] chroot: print full error if bind-mounting fails
` [PATCH installer 07/16] post-hook: re-use low-level config retrieval from proxmox-chroot
` [PATCH installer 08/16] post-hook: generate and retrieve node certificate fingerprint
` [PATCH installer 09/16] post-hook: support creating API token if requested in answer file
` [PATCH installer 10/16] auto: enforce https for post hook when generating an API token
` [PATCH installer 11/16] assistant: validate-answer: also verify post-hook settings if set
` [PATCH datacenter-manager 12/16] ui: auto-installer: spell out Proxmox Datacenter Manager
` [PATCH datacenter-manager 13/16] config: auto-install: add optional `post-hook-add-as-remote` field
` [PATCH datacenter-manager 14/16] api: auto-installer: add option for adding new remotes to PDM
` [PATCH datacenter-manager 15/16] ui: auto-installer: wizard: add checkbox to add target as new remote
` [PATCH datacenter-manager 16/16] docs: auto-installer: document adding targets as remotes afterwards
` Unsuscribe
[PATCH cluster/common/datacenter-manager/manager/proxmox v2 00/16] TLS Certificate Staging
2026-08-14 13:18 UTC (23+ messages)
` [PATCH cluster v2 01/16] setup: allow caller to provide the certificate filename
` [PATCH pve-common v2 02/16] certificate: add helper to verify that a certificate was signed by a ca
` [PATCH manager v2 03/16] bin/api: add a new staged certificate when renewing self-signed cert
` [PATCH manager v2 04/16] api: certificates: if node parameter is 'localhost' return local certs
` [PATCH proxmox v2 05/16] pve-api-types: expose certificates info endpoint
` [PATCH datacenter-manager v2 06/16] client: allow users to update a changed fingerprint interactively
` [PATCH datacenter-manager v2 07/16] cli/api-types: move Fingerprint to common api type crate
` [PATCH datacenter-manager v2 08/16] server: connection: report mismatching fingerprint as untrusted on probe
` [PATCH datacenter-manager v2 09/16] ui: wizard: add context if a provided fingerprint did not match remote
` [PATCH datacenter-manager v2 10/16] ui: wizard: nodes page: always update fingerprints on user confirmation
` [PATCH datacenter-manager v2 11/16] pdm-api-types: implement ApiType for Fingerprint
` [PATCH datacenter-manager v2 12/16] pdm-api-types: add staged_fingerprints field to NodeUrl
` [PATCH datacenter-manager v2 13/16] server: remotes: lock remotes config when updating it
` [PATCH datacenter-manager v2 14/16] server: connection: rotate in staged fingerprints when encountering them
` [PATCH datacenter-manager v2 15/16] server: api: tasks: move `spawn_aborted_on_shutdown()` to super module
` [PATCH datacenter-manager v2 16/16] server: bin: api: tasks: add task to discover new staged certificates
` partially-applied [PATCH cluster/common/datacenter-manager/manager/proxmox v2 00/16] TLS Certificate Staging
[RFC datacenter-manager 1/1] fix #7135: openid auth: improve error logging
2026-08-13 12:40 UTC (4+ messages)
[PATCH proxmox{,-backup,-datacenter-manager} v2 0/5] factor system report into shared crate
2026-08-12 8:01 UTC (8+ messages)
` [PATCH proxmox v2 1/5] system-report: add crate for shared report generation
` [PATCH proxmox-backup v2 2/5] d/control: depend on tools used by the system report
` superseded: [PATCH proxmox{,-backup,-datacenter-manager} v2 0/5] factor system report into shared crate
[PATCH proxmox{-backup,-datacenter-manager} 0/2] fix #7746: cli: show installed instead of candidate version
2026-08-10 13:23 UTC (2+ messages)
[PATCH cluster/datacenter-manager/manager/proxmox 00/15] TLS Certificate Staging
2026-08-05 13:19 UTC (18+ messages)
` [PATCH cluster 01/15] setup: allow caller to provide the certificate filename
` [PATCH manager 02/15] bin/api: add a new staged certificate when renewing self-signed cert
` [PATCH manager 03/15] api: certificates: if node parameter is 'localhost' return local certs
` [PATCH proxmox 04/15] pve-api-types: expose certificates info endpoint
` [PATCH datacenter-manager 05/15] client: allow users to update a changed fingerprint interactively
` [PATCH datacenter-manager 06/15] cli/api-types: move Fingerprint to common api type crate
` [PATCH datacenter-manager 07/15] server: connection: report mismatching fingerprint as untrusted on probe
` [PATCH datacenter-manager 08/15] ui: wizzard: add context if a provided fingerprint did not match remote
` [PATCH datacenter-manager 09/15] ui: wizzard: nodes page: always update fingerprints on user confirmation
` [PATCH datacenter-manager 10/15] pdm-api-types: implement ApiType for Fingerprint
` [PATCH datacenter-manager 11/15] pdm-api-types: add staged_fingerprints field to NodeUrl
` [PATCH datacenter-manager 12/15] server: remotes: lock remotes config when updating it
` [PATCH datacenter-manager 13/15] server: connection: rotate in staged fingerprints when encountering them
` [PATCH datacenter-manager 14/15] server: api: tasks: move `spawn_aborted_on_shutdown()` to super module
` [PATCH datacenter-manager 15/15] server: bin: api: tasks: add task to discover new staged certificates
` Superseded: Re: [PATCH cluster/datacenter-manager/manager/proxmox 00/15] TLS Certificate Staging
[PATCH datacenter-manager] tests: use tempfile instead using our own, in-tree reimplementation
2026-08-04 12:34 UTC
[RFC cluster/datacenter-manager/manager/proxmox 00/17] TLS Certificate Staging
2026-07-31 9:19 UTC (2+ messages)
` Superseded: "
[PATCH proxmox{,-backup,-datacenter-manager} 0/7] acme: fix #6372 implement basic ARI support
2026-07-30 15:09 UTC (5+ messages)
` [PATCH proxmox-backup 6/7] acme: fix #6372 implement ARI renewal information fetching
[PATCH datacenter-manager/proxmox{,-backup} 00/11] TLS Certificate Rotation
2026-07-30 13:33 UTC (2+ messages)
[PATCH proxmox{,-backup,-datacenter-manager} 0/3] factor system report into shared crate
2026-07-30 11:14 UTC (2+ messages)
` superseded: "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox