[PATCH datacenter-manager/proxmox{,-backup,-yew-comp} 00/26] metric collection for the PDM host
2026-03-16 13:42 UTC (31+ messages)
` [PATCH proxmox 01/26] sys: procfs: don't read from sysfs during unit tests
` [PATCH proxmox 02/26] parallel-handler: import code from Proxmox Backup Server
` [PATCH proxmox 03/26] parallel-handler: introduce custom error type
` [PATCH proxmox 04/26] parallel-handler: add documentation
` [PATCH proxmox 05/26] parallel-handler: add simple unit-test suite
` [PATCH proxmox 06/26] disks: import from Proxmox Backup Server
` [PATCH proxmox 07/26] disks: fix typo in `initialize_gpt_disk`
` [PATCH proxmox 08/26] disks: add parts of gather_disk_stats from PBS
` [PATCH proxmox 09/26] disks: gate api macro behind 'api-types' feature
` [PATCH proxmox 10/26] disks: clippy: collapse if-let chains where possible
` [PATCH proxmox 11/26] procfs: add helpers for querying pressure stall information
` [PATCH proxmox 12/26] time: use u64 parse helper from nom
` [PATCH proxmox-backup 13/26] tools: move ParallelHandler to new proxmox-parallel-handler crate
` [PATCH proxmox-backup 14/26] tools: replace disks module with proxmox-disks
` [PATCH proxmox-backup 15/26] metric collection: use blockdev_stat_for_path from proxmox_disks
` [PATCH proxmox-yew-comp 16/26] node status panel: add `children` property
` [PATCH proxmox-yew-comp 17/26] RRDGrid: fix size observer by attaching node reference to rendered container
` [PATCH proxmox-yew-comp 18/26] RRDGrid: add padding and increase gap between elements
` [PATCH datacenter-manager 19/26] metric collection: clarify naming for remote metric collection
` [PATCH datacenter-manager 20/26] metric collection: fix minor typo in error message
` [PATCH datacenter-manager 21/26] metric collection: collect PDM host metrics in a new collection task
` [PATCH datacenter-manager 22/26] api: fix /nodes/localhost/rrddata endpoint
` [PATCH datacenter-manager 23/26] pdm: node rrd data: rename 'total-time' to 'metric-collection-total-time'
` [PATCH datacenter-manager 24/26] pdm-api-types: add PDM host metric fields
` [PATCH datacenter-manager 25/26] ui: node status: add RRD graphs for PDM host metrics
` [PATCH datacenter-manager 26/26] ui: lxc/qemu/node: use RRD value render helpers
[PATCH manager/backup/datacenter-manager 0/3] report: adapt to zarcstat renaming
2026-03-10 13:56 UTC (4+ messages)
` [PATCH manager 1/3] "
` [PATCH proxmox-backup 2/3] "
` [PATCH proxmox-datacenter-manager 3/3] "
[PATCH api-types/manager/datacenter-manager 0/4] fix #7315: datacenter-manager: fix wrong calculation of total storage
2026-03-09 22:06 UTC (10+ messages)
` [PATCH proxmox 1/4] fix #7315: generate: add support for new certificate variant
` SPAM: [PATCH proxmox 2/4] fix #7315: run make refresh
` [PATCH manager 3/4] fix #7315: types: add missing storage flag to json schema
` [PATCH datacenter-manager 4/4] fix #7135: ui: correct calculations for shared storages
` applied: "
` partially-applied: [PATCH api-types/manager/datacenter-manager 0/4] fix #7315: datacenter-manager: fix wrong calculation of total storage
[PATCH datacenter-manager/proxmox v4 0/7] fix #6914: add option to remove already existing token
2026-03-09 22:05 UTC (13+ messages)
` [PATCH datacenter-manager v4 1/6] server: pbs-client: add method to delete token from remote
` [PATCH datacenter-manager v4 2/6] fix #6914: api: add support "
` [PATCH datacenter-manager v4 3/6] pdm-client: accept `delete-token` argument for deleting api token
` [PATCH datacenter-manager v4 4/6] fix #6914: cli-client: add option to delete token from remote
` [PATCH datacenter-manager v4 5/6] fix #6914: ui: add remove remote dialog with optional token deletion
` [PATCH datacenter-manager v4 6/6] fix #6914: cli-admin: add option to delete token from remote
` [PATCH proxmox v4 1/1] pve-api-types: generate missing `delete_token` method
` applied: "
` applied: [PATCH datacenter-manager/proxmox v4 0/7] fix #6914: add option to remove already existing token
[PATCH datacenter-manager/proxmox-yew-comp v6 0/7] manual refresh button for remote task cache
2026-03-09 21:38 UTC (15+ messages)
` [PATCH proxmox-yew-comp v6 1/2] task list: add support for starting refresh tasks
` applied: "
` [PATCH proxmox-yew-comp v6 2/2] loadable component: don't trigger reload when starting a task
` applied: "
` [PATCH datacenter-manager v6 1/5] remote tasks: move implementation to server crate
` applied: "
` [PATCH datacenter-manager v6 2/5] remote tasks: implement `refresh_task_cache` for manual task fetching
` applied: "
` [PATCH datacenter-manager v6 3/5] api: add /remotes/tasks/refresh
` applied: "
` [PATCH datacenter-manager v6 4/5] ui: remote task view: set refresh_task_url property for task viewer
` applied: "
` [PATCH datacenter-manager v6 5/5] clippy: remote tasks: implement Default for TaskState
` applied: "
[PATCH datacenter-manager v2 0/7] fix #7192: properly enumerate PBS realms in 'Add Remote' wizard
2026-03-09 21:38 UTC (10+ messages)
` [PATCH datacenter-manager v2 1/7] pbs-client: add `list_domains`
` [PATCH datacenter-manager v2 2/7] api: pbs: add /pbs/realms endpoint
` [PATCH datacenter-manager v2 3/7] ui: rename pve_realm_selector module to remote_realm_selector
` [PATCH datacenter-manager v2 4/7] ui: widgets: rename PveRealmSelector to RemoteRealmSelector
` [PATCH datacenter-manager v2 5/7] ui: widgets: make RemoteRealmSelectorComp private
` [PATCH datacenter-manager v2 6/7] ui: widget: remote realm selector: add missing docstrings
` [PATCH datacenter-manager v2 7/7] ui: widgets: remote realm selector: support PBS remotes
` applied: [PATCH datacenter-manager v2 0/7] fix #7192: properly enumerate PBS realms in 'Add Remote' wizard
[PATCH datacenter-manager] ui: pbs: add tasks to node tab panel
2026-03-09 14:37 UTC
[pdm-devel] [PATCH datacenter-manager/proxmox-yew-comp v3 0/5] move task description table to yew-comp
2026-03-09 10:01 UTC (8+ messages)
` [pdm-devel] [PATCH datacenter-manager v3 1/2] ui: register task descriptions for some native PDM tasks
` applied: "
` [pdm-devel] [PATCH datacenter-manager v3 2/2] ui: use task descriptions from yew-comp for PBS and PVE
` applied: "
[PATCH datacenter-manager v2] fix #7120: remote updates: drop vanished nodes/remotes from cache file
2026-03-08 18:23 UTC (3+ messages)
` applied: "
[PATCH datacenter-manager] cli: fix zsh shell completion definitions
2026-03-08 18:23 UTC (3+ messages)
` applied: "
[PATCH datacenter-manager v2] ui: adjust testing description
2026-03-08 18:23 UTC (3+ messages)
` applied: "
[PATCH datacenter-manager] ui: adjust testing description
2026-03-05 10:20 UTC (3+ messages)
[PATCH datacenter-manager v3 0/2] improvements for ParallelFetcher
2026-03-04 15:27 UTC (4+ messages)
` [PATCH datacenter-manager v3 1/2] parallel fetcher: improve result type ergonomics
` [PATCH datacenter-manager v3 2/2] parallel fetcher: add module documentation
` applied: [PATCH datacenter-manager v3 0/2] improvements for ParallelFetcher
[PATCH datacenter-manager] ui: fix clippy warnings
2026-03-03 9:49 UTC (2+ messages)
` applied: "
[PATCH datacenter-manager/proxmox-yew-comp v5 0/8] manual refresh button for remote task cache
2026-03-03 8:18 UTC (9+ messages)
` [PATCH proxmox-yew-comp v5 1/2] task list: add support for starting refresh tasks
` [PATCH proxmox-yew-comp v5 2/2] loadable component: don't trigger reload when starting a task
` [PATCH datacenter-manager v5 1/6] remote tasks: move implementation to server crate
` [PATCH datacenter-manager v5 2/6] remote tasks: implement `refresh_task_cache` for manual task fetching
` [PATCH datacenter-manager v5 3/6] api: add /remotes/tasks/refresh
` [PATCH datacenter-manager v5 4/6] ui: remote task view: set refresh_task_url property for task viewer
` [PATCH datacenter-manager v5 5/6] clippy: remote tasks: implement Default for TaskState
` [PATCH datacenter-manager v5 6/6] clippy: remote tasks: remove unneeded enclosing Ok(...) and ?
[PATCH datacenter-manager v2 0/2] improvements for ParallelFetcher
2026-03-03 7:38 UTC (5+ messages)
` [PATCH datacenter-manager v2 1/2] parallel fetcher: improve result type ergonomics
` [PATCH datacenter-manager v2 2/2] parallel fetcher: add module documentation
[PATCH datacenter-manager] docs: local-zfs: fix up hardware raid warning admonition
2026-03-02 8:46 UTC (2+ messages)
` applied: "
[pdm-devel] [PATCH datacenter-manager] ui: views: add view id schema validation
2026-02-25 11:18 UTC (2+ messages)
` applied: "
[PATCH datacenter-manager v2 0/4] Fix or ignore lintian errors
2026-02-25 10:54 UTC (6+ messages)
` [PATCH datacenter-manager v2 1/4] debian: silence 'field-too-long Build-Depends' error
` [PATCH datacenter-manager v2 2/4] debian: add uses-dpkg-database-directly override for pdmAtoB
` [PATCH datacenter-manager v2 3/4] debian: add lintian-override allowing the banner service in getty.target
` [PATCH datacenter-manager v2 4/4] docs: add simple man page for pdmAtoB
` applied-series: [PATCH datacenter-manager v2 0/4] Fix or ignore lintian errors
[PATH datacenter-manager 0/4] Fix or ignore lintian warnings
2026-02-25 10:23 UTC (8+ messages)
` [PATH datacenter-manager 1/4] debian: silence 'field-too-long Build-Depends' error
` [PATH datacenter-manager 2/4] debian: add uses-dpkg-database-directly override for pdmAtoB
` [PATH datacenter-manager 3/4] debian: add lintian-override allowing the banner service in getty.target
` [PATH datacenter-manager 4/4] docs: add simple man page for pdmAtoB
` superseded: [PATH datacenter-manager 0/4] Fix or ignore lintian warnings
[pdm-devel] [PATCH datacenter-manager/yew-widget-toolkit v2 0/2] disable content tab on pbs datastores when they are in maintenance mode "offline"
2026-02-24 15:04 UTC (5+ messages)
` [pdm-devel] [PATCH datacenter-manager v2 1/1] ui: datastore panel: disable content tab when datastore is offline
` applied: [PATCH datacenter-manager/yew-widget-toolkit v2 0/2] disable content tab on pbs datastores when they are in maintenance mode "offline"
[pdm-devel] [PATCH datacenter-manager 1/2] server: api: pbs: rename 'list_snapshots_2' to 'list_snapshots'
2026-02-24 15:02 UTC (2+ messages)
` applied: "
[pdm-devel] [PATCH datacenter-manager/proxmox{, -backup}/widget-toolkit v5 0/9] unstable flag and pdm api viewer
2026-02-24 11:51 UTC (2+ messages)
` [PATCH datacenter-manager/proxmox{,-backup}/widget-toolkit "
[pdm-devel] [PATCH datacenter-manager 0/7] fix #7192: properly enumerate PBS realms in 'Add Remote' wizard
2026-02-24 10:00 UTC (5+ messages)
` superseded: "
[PATCH datacenter-manager 0/2] fix: cli: bash completions not working for CLI tools
2026-02-24 8:40 UTC (5+ messages)
` [PATCH datacenter-manager 1/2] fix: cli: replace completion file suffix from `.bc` to `.bash`
` [PATCH datacenter-manager 2/2] fix: cli: remove completion files for service bins
` applied: [PATCH datacenter-manager 0/2] fix: cli: bash completions not working for CLI tools
[pdm-devel] [PATCH datacenter-manager] ui: add download button for system report
2026-02-23 15:05 UTC (2+ messages)
` applied: "
[PATCH datacenter-manager/proxmox v3 0/7] fix #6914: add option to remove already existing token
2026-02-18 17:55 UTC (17+ messages)
` [PATCH datacenter-manager v3 1/6] server: pbs-client: add delete admin token method
` [PATCH datacenter-manager v3 2/6] server: api: add support to optionally delete token from remote
` [PATCH datacenter-manager v3 3/6] pdm-client: accept `delete-token` argument for deleting api token
` [PATCH datacenter-manager v3 4/6] cli: client: add `delete-token` option to delete token from remote
` [PATCH datacenter-manager v3 5/6] fix: ui: add remove confirmation dialog with optional token deletion
` [PATCH datacenter-manager v3 6/6] cli: admin: add `delete-token` option to delete token from remote
` [PATCH proxmox v3 1/1] pve-api-types: generate missing `delete_token` method
[PATCH datacenter-manager v2 0/2] fix adding users manually for openid/ldap/ad realms
2026-02-13 8:34 UTC (5+ messages)
` [PATCH datacenter-manager v2 1/2] fix #7182: server: auth: add dummy openid authenticator
` [PATCH datacenter-manager v2 2/2] ui: set product realm so that the add user dialogs are rendered properly
` applied: [PATCH datacenter-manager v2 0/2] fix adding users manually for openid/ldap/ad realms
[PATCH datacenter-manager v2 0/4] fix #7179: expose ACME commands inside admin CLI
2026-02-10 16:36 UTC (8+ messages)
` [PATCH datacenter-manager v2 1/4] cli: admin: make cli handling async
` [PATCH datacenter-manager v2 3/4] fix #7179: cli: admin: expose acme commands
[PATCH datacenter-manager v3 0/5] fix #7179: expose ACME commands inside admin CLI
2026-02-10 16:32 UTC (6+ messages)
` [PATCH datacenter-manager v3 1/5] cli: admin: make cli handling async
` [PATCH datacenter-manager v3 2/5] api: acme: define API type for ACME registration parameters
` [PATCH datacenter-manager v3 3/5] server: api: add contact schema for ACME account update endpoint
` [PATCH datacenter-manager v3 4/5] fix #7179: cli: admin: expose acme commands
` [PATCH datacenter-manager v3 5/5] chore: update proxmox-acme version to 1
[pdm-devel] [PATCH datacenter-manager/yew-comp 0/4] fix adding users manually for openid/ldap/ad realms
2026-02-09 9:44 UTC (2+ messages)
` Superseded: "
[pdm-devel] [PATCH datacenter-manager/proxmox-yew-comp v3 0/6] manual refresh button for remote task cache
2026-02-06 13:46 UTC (2+ messages)
` superseded: "
[PATCH datacenter-manager/proxmox-yew-comp v4 0/8] manual refresh button for remote task cache
2026-02-06 13:44 UTC (9+ messages)
` [PATCH proxmox-yew-comp v4 1/2] task list: add support for starting refresh tasks
` [PATCH proxmox-yew-comp v4 2/2] loadable component: don't trigger reload when starting a task
` [PATCH datacenter-manager v4 1/6] remote tasks: move implementation to server crate
` [PATCH datacenter-manager v4 2/6] remote tasks: implement `refresh_task_cache` for manual task fetching
` [PATCH datacenter-manager v4 3/6] api: add /remotes/tasks/refresh
` [PATCH datacenter-manager v4 4/6] ui: remote task view: set refresh_task_url property for task viewer
` [PATCH datacenter-manager v4 5/6] clippy: remote tasks: implement Default for TaskState
` [PATCH datacenter-manager v4 6/6] clippy: remote tasks: remove unneeded enclosing Ok(...) and ?
[PATCH datacenter-manager 0/5] improvements for ParallelFetcher
2026-02-06 9:44 UTC (9+ messages)
` [PATCH datacenter-manager 1/5] parallel fetcher: clean up imports
` applied: "
` [PATCH datacenter-manager 3/5] parallel fetcher: add builder and make struct members private
` applied: "
` [PATCH datacenter-manager 4/5] parallel fetcher: improve result type ergonomics
` superseded: [PATCH datacenter-manager 0/5] improvements for ParallelFetcher
[pdm-devel] [PATCH datacenter-manager 0/2] validate remote hostname
2026-02-06 7:53 UTC (2+ messages)
` applied: "
page: next (older)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox