damocles
a72009099a
fix list_containers reporting stale running state
...
handle_list_descendants derived a container's running state from
membership in nixos-container list output, but that command returns
every registered container - stopped and ghost-registered (machined
still holds the name after the process died) ones included - not just
running ones. use lifecycle::is_running (systemctl is-active on the
container's systemd unit) per container instead, same source
container_view::build_all already uses for the dashboard.
fixes hyperhive/hyperhive#2846
2026-08-01 15:30:57 +02:00
..
agent_config
feat: derive BUN_JSC_forceRAMSize from effective per-agent MemoryMax=
2026-07-26 21:56:25 +02:00
dashboard
dashboard: consolidate NodeView.has_log into build_log_id
2026-08-01 11:38:23 +02:00
forge
fix( #2860 ): drop hive-c0re's hardcoded localhost forge fallbacks
2026-07-31 22:53:59 +02:00
job_queue
refactor( #2897 ): carry the meta-update inputs on the MetaLock node
2026-08-01 13:23:19 +02:00
lifecycle
refactor( #2754 ): make the container weights Option, not a 0 sentinel
2026-07-27 10:55:29 +02:00
socket_server
fix list_containers reporting stale running state
2026-08-01 15:30:57 +02:00
stats
feat( #2899 ): add host.arch + service.version to container metrics
2026-08-01 14:21:10 +02:00
stores
hive-c0re: annotate remaining dashboard routes with utoipa
2026-07-31 23:37:05 +02:00
workers
refactor( #2897 ): carry the meta-update inputs on the MetaLock node
2026-08-01 13:23:19 +02:00
actions.rs
feat( #2772 ): branch on outcome in the graph, not inside the node
2026-07-27 19:06:27 +02:00
container_view.rs
resource_limits: read the override map once per SSE scan
2026-07-26 14:56:36 +02:00
coordinator.rs
refactor( #2693 ): null, not "", for the unpinned claude-code
2026-07-27 13:56:28 +02:00
dashboard_events.rs
delete c0re-side reminder plumbing ( #2635 inc 1 commit 6)
2026-07-23 00:12:30 +02:00
gateway_nginx.rs
sweep: wire gateway-nginx reload + config-repo branch-protection into warning banners
2026-07-16 00:05:29 +02:00
loose_ends.rs
feat( #2635 ): wire harness-local questions mirror (inc2 pt2)
2026-07-26 02:07:33 +02:00
main.rs
feat( #2899 ): add host.arch + service.version to container metrics
2026-08-01 14:21:10 +02:00
matrix.rs
refactor( #2302 ): type socket wire fields as ident, validated by serde on deserialize
2026-07-20 21:46:18 +02:00
meta.rs
fix( #2898 ): carry hive/swarm display names as build-time options
2026-08-01 12:35:50 +02:00
migrate.rs
refactor( #2302 ): type socket wire fields as ident, validated by serde on deserialize
2026-07-20 21:46:18 +02:00
paths.rs
hivectl: add agent <name> watch to follow live events from the CLI
2026-07-27 21:04:00 +02:00
priv_client.rs
feat( #2862 ): push a snapshot to a peer hive's store over the mesh
2026-07-31 22:15:37 +02:00
questions.rs
delete c0re-side reminder plumbing ( #2635 inc 1 commit 6)
2026-07-23 00:12:30 +02:00
server.rs
refactor( #2862 ): one snapshot store per swarm, not one per peer
2026-07-31 22:15:37 +02:00
snapshot_push.rs
refactor( #2862 ): one snapshot store per swarm, not one per peer
2026-07-31 22:15:37 +02:00
webhook_secret.rs
chore( #2510 ): bump indicatif/tower-http/hmac/sha2 to latest majors
2026-07-16 10:42:30 +02:00