atlas
02e916feee
wip( #3001 ): power chains name their group roots
...
The `*_many` entry points returned `insert_job`'s result while their closures
ended in `Vec::new()` — naming nothing, so the returned id list was always
empty. `queued_dags` would have shipped `Some([])` and hivectl's wait loop would
have had nothing to poll. Silent: it compiles, the op still runs, and no test in
isolation looks.
Each `*_chain` now returns its group root's guid and the `*_nodes` collectors
gather them, so the ids a caller gets back are the roots it can actually wait on.
`start_chain` returns *four* in the stale branch, not one: `rebuild_nodes`
chains its roots behind `SetWanted` with `after_ok` rather than nesting them
under it, so `SetWanted` rolls up only itself. Naming it alone would have
reported the start complete while the rebuild was still running — the same
under-reporting bug one level down.
2026-08-04 19:57:32 +02:00
..
agent_config
feat: derive BUN_JSC_forceRAMSize from effective per-agent MemoryMax=
2026-07-26 21:56:25 +02:00
dashboard
wip( #3001 ): power chains name their group roots
2026-08-04 19:57:32 +02:00
forge
fix( #2911 ): keep the forge token out of argv
2026-08-02 13:21:42 +02:00
job_queue
wip( #3001 ): power chains name their group roots
2026-08-04 19:57:32 +02:00
lifecycle
fix: declare the agent socket dir's owner in tmpfiles, not by chown after
2026-08-04 01:00:48 +02:00
socket_server
wip( #3001 ): rename insert -> insert_job per mara's 50056
2026-08-04 19:57:32 +02:00
stats
hive-c0re: finish chrono-clock migration
2026-08-02 02:12:19 +02:00
stores
hive-c0re: deliver scheduled prompts via push_todo, not a broker message
2026-08-03 01:08:24 +02:00
workers
wip( #3001 ): rename insert -> insert_job per mara's 50056
2026-08-04 19:57:32 +02:00
actions.rs
wip( #3001 ): rename insert -> insert_job per mara's 50056
2026-08-04 19:57:32 +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
docs: stop implying matrix/bash/forge is a closed todo-producer list
2026-08-04 00:06:19 +02:00
dashboard_events.rs
docs: stop asserting DagView/NodeView after their deletion
2026-08-03 21:47:58 +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
hive-c0re: finish chrono-clock migration
2026-08-02 02:12:19 +02:00
main.rs
knowledge: ping every agent when internal/knowledge changes
2026-08-02 03:10:06 +02:00
matrix.rs
fix( #2860 ): hive-c0re stops assuming matrix is on localhost
2026-08-03 20:34:36 +02:00
meta.rs
fix( #2971 ): thread the queue node id into nix_logged
2026-08-03 17:53:53 +02:00
migrate.rs
refactor( #2916 ): drop the two obsolete startup migrations
2026-08-02 01:41:37 +02:00
paths.rs
refactor( #2916 ): drop the two obsolete startup migrations
2026-08-02 01:41:37 +02:00
priv_client.rs
fix: declare the agent socket dir's owner in tmpfiles, not by chown after
2026-08-04 01:00:48 +02:00
questions.rs
delete c0re-side reminder plumbing ( #2635 inc 1 commit 6)
2026-07-23 00:12:30 +02:00
server.rs
jobq: delete DagView/NodeView, the second projection of one graph
2026-08-03 21:25:07 +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