[pdm-devel] [PATCH datacenter-manager] ui: pve tree: add tooltips for inline actions
2025-04-25 12:12 UTC
[pdm-devel] [PATCH proxmox{, -datacenter-manager} v2 0/4] Remove direct access to SectionConfigData<T> sections
2025-04-23 10:20 UTC (5+ messages)
` [pdm-devel] [PATCH proxmox v2 1/3] section-config: make write_section_config parameter more generic
` [pdm-devel] [PATCH proxmox v2 2/3] section-config: remove DerefMut and make underlying HashMap private
` [pdm-devel] [PATCH proxmox v2 3/3] section-config: add lookup and convert_to_typed_array helpers
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 1/1] remotes: remove direct access on underlying sections HashMap
[pdm-devel] [PATCH proxmox{, -datacenter-manager} 0/4] Remove direct access to SectionConfigData<T> sections
2025-04-23 10:00 UTC (13+ messages)
` [pdm-devel] [PATCH proxmox 1/3] section-config: make write_section_config parameter more generic
` [pdm-devel] [PATCH proxmox 2/3] section-config: remove DerefMut and make underlying HashMap private
` [pdm-devel] [PATCH proxmox 3/3] section-config: add lookup and convert_to_typed_array helpers
` [pdm-devel] [PATCH proxmox-datacenter-manager 1/1] remotes: remove direct access on underlying sections HashMap
[pdm-devel] [PATCH datacenter-manager v2] ui: resource tree: use AsyncAbortGuard to cancel obsolete pending loads
2025-04-23 6:49 UTC (3+ messages)
[pdm-devel] [PATCH proxmox-api-types 1/2] regenerate and adapt to rng changes
2025-04-22 19:49 UTC (3+ messages)
` [pdm-devel] [PATCH proxmox-api-types 2/2] generator: derive default for enums that provide a default
` [pdm-devel] applied: [PATCH proxmox-api-types 1/2] regenerate and adapt to rng changes
[pdm-devel] [PATCH datacenter-manager/proxmox/yew-comp v2 00/11] ACL edit api and ui components
2025-04-22 8:12 UTC (14+ messages)
` [pdm-devel] [PATCH proxmox v2 1/6] access-control: add more types to prepare for api feature
` [pdm-devel] [PATCH proxmox v2 2/6] access-control: add acl "
` [pdm-devel] [PATCH proxmox v2 3/6] access-control: add comments to roles function of AccessControlConfig
` [pdm-devel] [PATCH proxmox v2 4/6] access-control: add generic roles endpoint to `api` feature
` [pdm-devel] [PATCH proxmox v2 5/6] access-control: api: refactor validation checks to re-use existing code
` [pdm-devel] [PATCH proxmox v2 6/6] access-control: api: refactor extract_acl_node_data to be non-recursive
` [pdm-devel] [PATCH yew-comp v2 1/3] api-types/role_selector: depend on common `RoleInfo` type
` [pdm-devel] [PATCH yew-comp v2 2/3] acl: add a view and semi-generic `EditWindow` for acl entries
` [pdm-devel] [PATCH yew-comp v2 3/3] role_selector/acl_edit: make api endpoint and default role configurable
` [pdm-devel] [PATCH datacenter-manager v2 1/2] server: use proxmox-access-control api implementations
` [pdm-devel] [PATCH datacenter-manager v2 2/2] ui: configuration: add panel for viewing and editing acl entries
[pdm-devel] [PATCH proxmox-datacenter-manager v3 0/6] remote task cache fetching task / better cache backend
2025-04-18 8:33 UTC (13+ messages)
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 1/6] remote tasks: implement improved cache for remote tasks
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 2/6] remote tasks: add background task for task polling, use new task cache
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 3/6] remote tasks: improve locking for task archive iterator
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 4/6] pdm-api-types: remote tasks: add new_from_str constructor for TaskStateType
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 5/6] fake remote: make the fake_remote feature compile again
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 6/6] fake remote: clippy fixes
` [pdm-devel] superseded: [PATCH proxmox-datacenter-manager v3 0/6] remote task cache fetching task / better cache backend
[pdm-devel] [PATCH proxmox-datacenter-manager v4 0/6] remote task cache fetching task / better cache backend
2025-04-18 8:32 UTC (7+ messages)
` [pdm-devel] [PATCH proxmox-datacenter-manager v4 1/6] remote tasks: implement improved cache for remote tasks
` [pdm-devel] [PATCH proxmox-datacenter-manager v4 2/6] remote tasks: add background task for task polling, use new task cache
` [pdm-devel] [PATCH proxmox-datacenter-manager v4 3/6] remote tasks: improve locking for task archive iterator
` [pdm-devel] [PATCH proxmox-datacenter-manager v4 4/6] pdm-api-types: remote tasks: add new_from_str constructor for TaskStateType
` [pdm-devel] [PATCH proxmox-datacenter-manager v4 5/6] fake remote: make the fake_remote feature compile again
` [pdm-devel] [PATCH proxmox-datacenter-manager v4 6/6] fake remote: clippy fixes
[pdm-devel] [PATCH datacenter-manager] ui: resource tree: use AsyncPool to cancel obsolete pending loads
2025-04-18 7:47 UTC (5+ messages)
[pdm-devel] [PATCH datacenter-manager v2] server: api: resources: handle template in status count
2025-04-18 6:43 UTC (2+ messages)
[pdm-devel] [PATCH datacenter-manager] server: api: resources: handle template in status count
2025-04-18 6:43 UTC (5+ messages)
[pdm-devel] [PATCH datacenter-manager v3] server: api: resources: handle template in status count
2025-04-18 6:42 UTC
[pdm-devel] [PATCH proxmox-datacenter-manager v2 0/4] remote task cache fetching task / better cache backend
2025-04-17 13:25 UTC (8+ messages)
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 1/4] remote tasks: implement improved cache for remote tasks
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 2/4] remote tasks: add background task for task polling, use new task cache
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 3/4] pdm-api-types: remote tasks: implement From<&str> for TaskStateType
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 4/4] fake remote: make the fake_remote feature compile again
` [pdm-devel] superseded: [PATCH proxmox-datacenter-manager v2 0/4] remote task cache fetching task / better cache backend
[pdm-devel] [PATCH proxmox-datacenter-manager v2 00/28] metric collection improvements (concurrency, config, API, CLI)
2025-04-16 13:03 UTC (4+ messages)
` [pdm-devel] superseded: "
[pdm-devel] [PATCH proxmox-datacenter-manager v3 00/26] metric collection improvements (concurrency, config, API, CLI)
2025-04-16 12:56 UTC (27+ messages)
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 01/26] pdm-api-types: add CollectionSettings type
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 02/26] pdm-config: add functions for reading/writing metric collection settings
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 03/26] metric collection: split top_entities split into separate module
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 04/26] metric collection: save metric data to RRD in separate task
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 05/26] metric collection: rework metric poll task
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 06/26] metric collection: persist state after metric collection
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 07/26] metric collection: skip if last_collection < MIN_COLLECTION_INTERVAL
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 08/26] metric collection: collect overdue metrics on startup/timer change
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 09/26] metric collection: add tests for the fetch_remotes function
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 10/26] metric collection: add test for fetch_overdue
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 11/26] metric collection: pass rrd cache instance as function parameter
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 12/26] metric collection: add test for rrd task
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 13/26] metric collection: wrap rrd_cache::Cache in a struct
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 14/26] metric collection: record remote response time in metric database
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 15/26] metric collection: save time needed for collection run to RRD
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 16/26] metric collection: periodically clean removed remotes from statefile
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 17/26] api: add endpoint for updating metric collection settings
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 18/26] api: add endpoint to trigger metric collection
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 19/26] api: remotes: trigger immediate metric collection for newly added nodes
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 20/26] api: add api for querying metric collection RRD data
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 21/26] api: metric-collection: add status endpoint
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 22/26] pdm-client: add metric collection API methods
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 23/26] cli: add commands for metric-collection settings, trigger, status
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 24/26] metric collection: factor out handle_tick and handle_control_message fns
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 25/26] metric collection: skip missed timer ticks
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 26/26] metric collection: use JoinSet instead of joining from handles in a Vec
[pdm-devel] [PATCH datacenter-manager 0/7] implement more complex search syntax
2025-04-16 11:49 UTC (8+ messages)
` [pdm-devel] [PATCH datacenter-manager 1/7] pdm-api-types: resources: add helper methods for fields
` [pdm-devel] [PATCH datacenter-manager 2/7] lib: add pdm-search crate
` [pdm-devel] [PATCH datacenter-manager 3/7] server: api: resources: add more complex filter syntax
` [pdm-devel] [PATCH datacenter-manager 4/7] ui: add possibility to insert into search box
` [pdm-devel] [PATCH datacenter-manager 5/7] ui: dashboard: remotes panel: open search on click
` [pdm-devel] [PATCH datacenter-manager 6/7] ui: dashboard: guest panel: search for guest states when clicking on them
` [pdm-devel] [PATCH datacenter-manager 7/7] ui: dashboard: search for nodes when clicking on the nodes panel
[pdm-devel] [PATCH yew-comp/datacenter-manager] some ui improvements
2025-04-16 9:01 UTC (9+ messages)
` [pdm-devel] [PATCH yew-comp 1/1] status: implement PartialEq and Clone for Status
` [pdm-devel] [PATCH datacenter-manager 1/3] ui: improve keyboard navigation for search box
` [pdm-devel] [PATCH datacenter-manager 2/3] ui: dashboard: refactor remotes panel
` [pdm-devel] [PATCH datacenter-manager 3/3] ui: dashboard: refactor guest panel
` [pdm-devel] applied-series: [PATCH yew-comp/datacenter-manager] some ui improvements
[pdm-devel] [PATCH yew-comp] derive more standard traits for several types
2025-04-16 8:24 UTC (2+ messages)
` [pdm-devel] applied: "
[pdm-devel] [PATCH datacenter-manager] server: connection: improve error messages for remotes
2025-04-14 14:53 UTC (2+ messages)
` [pdm-devel] applied: "
[pdm-devel] [PATCH proxmox-datacenter-manager v2] api: priv-api: admin-cli: use new logger builder
2025-04-14 14:46 UTC (2+ messages)
` [pdm-devel] applied: "
[pdm-devel] [PATCH proxmox-datacenter-manager] clippy: don't `Clone::clone` CreateOptions, use `Copy`
2025-04-14 14:44 UTC (2+ messages)
` [pdm-devel] applied: "
[pdm-devel] [PATCH datacenter-manager/proxmox/yew-comp 0/9] ACL edit api and ui components
2025-04-11 13:45 UTC (20+ messages)
` [pdm-devel] [PATCH proxmox 1/4] access-control: add more types to prepare for api feature
` [pdm-devel] [PATCH proxmox 2/4] access-control: add acl "
` [pdm-devel] [PATCH proxmox 3/4] access-control: add comments to roles function of AccessControlConfig
` [pdm-devel] [PATCH proxmox 4/4] access-control: add generic roles endpoint to `api` feature
` [pdm-devel] [PATCH yew-comp 1/3] api-types/role_selector: depend on common `RoleInfo` type
` [pdm-devel] [PATCH yew-comp 2/3] acl: add a view and semi-generic `EditWindow` for acl entries
` [pdm-devel] [PATCH yew-comp 3/3] role_selector/acl_edit: make api endpoint and default role configurable
` [pdm-devel] [PATCH datacenter-manager 1/2] server: use proxmox-access-control api implementations
` [pdm-devel] [PATCH datacenter-manager 2/2] ui: configuration: add panel for viewing and editing acl entries
[pdm-devel] [PATCH proxmox-datacenter-manager] api: priv-api: admin-cli: use new logger builder
2025-04-11 12:12 UTC (3+ messages)
` [pdm-devel] superseded: "
[pdm-devel] [PATCH proxmox-datacenter-manager 0/8] remote task cache fetching task / better cache backend
2025-04-11 11:02 UTC (19+ messages)
` [pdm-devel] [PATCH proxmox-datacenter-manager 1/8] test support: add NamedTempFile helper
` [pdm-devel] applied: "
` [pdm-devel] [PATCH proxmox-datacenter-manager 2/8] test support: add NamedTempDir helper
` [pdm-devel] applied: "
` [pdm-devel] [PATCH proxmox-datacenter-manager 3/8] move task_cache.rs to remote_tasks/mod.rs
` [pdm-devel] applied: "
` [pdm-devel] [PATCH proxmox-datacenter-manager 4/8] remote tasks: implement improved cache for remote tasks
` [pdm-devel] [PATCH proxmox-datacenter-manager 5/8] remote tasks: add background task for task polling, use new task cache
` [pdm-devel] [PATCH proxmox-datacenter-manager 6/8] pdm-api-types: remote tasks: implement From<&str> for TaskStateType
` [pdm-devel] [PATCH proxmox-datacenter-manager 7/8] fake remote: add missing fields to make the debug feature compile again
` [pdm-devel] applied: "
` [pdm-devel] [PATCH proxmox-datacenter-manager 8/8] fake remote: generate fake task data
` [pdm-devel] applied: "
` [pdm-devel] superseded: [PATCH proxmox-datacenter-manager 0/8] remote task cache fetching task / better cache backend
[pdm-devel] [PATCH proxmox-datacenter-manager 1/2] pdm-client: make use of query builder
2025-03-28 12:37 UTC (4+ messages)
` [pdm-devel] [PATCH proxmox-datacenter-manager 2/2] pbs-client: "
[pdm-devel] [RFC PATCH 1/3] pdm-client: add query builder
2025-03-21 12:59 UTC (2+ messages)
[pdm-devel] [PATCH yew-comp/datacenter-manager v2] improve rendering running tasks
2025-03-20 11:18 UTC (5+ messages)
` [pdm-devel] [PATCH yew-comp v2 1/1] tasks: add loading animation for "
` [pdm-devel] [PATCH datacenter-manager v2 1/1] ui: remote "
[pdm-devel] [PATCH yew-comp/datacenter-manager] improve rendering running tasks
2025-03-20 9:08 UTC (8+ messages)
` [pdm-devel] [PATCH yew-comp 1/2] tasks: don't mark running tasks from pve with 'error' color
` [pdm-devel] applied: "
` [pdm-devel] [PATCH yew-comp 2/2] tasks: add loading animation for running tasks
` [pdm-devel] [PATCH datacenter-manager 1/1] ui: remote "
[pdm-devel] [PATCH pdm 0/7] multi-remote client and node reachability cache
2025-03-16 21:39 UTC (4+ messages)
` [pdm-devel] [PATCH v2 datacenter-manager 4/7] server: cache pve node reachability and names
` [pdm-devel] [PATCH v2 datacenter-manager 7/7] server: add some tracing instrumentation
` [pdm-devel] applied-series: [PATCH pdm 0/7] multi-remote client and node reachability cache
[pdm-devel] [PATCH datacenter-manager/proxmox/yew-comp v4 00/21] use HttpOnly cookies in new projects
2025-03-07 10:14 UTC (5+ messages)
` [pdm-devel] [PATCH proxmox v4 06/21] auth-api: introduce new CreateTicket and CreateTickeReponse api types
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
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal