atlas
9496fb060b
fix(forge): set mirror_interval so pull-mirrors sync periodically, not on-access
...
Forgejo's default mirror behaviour syncs on every git access, which
re-introduces external DNS latency at clone time. The hive-ci runner
shares the host netns, so a host-resolver blip turns an otherwise
local clone into a hard failure (data.forgejo.org DNS lookup that
has nothing to do with the repo being cloned).
Fix:
- New MIRROR_INTERVAL const (8h0m0s) used in ensure_mirror_repo.
- On creation: pass interval=MIRROR_INTERVAL in the migrate API body.
- On existing mirror: PATCH mirror_interval on every startup so repos
seeded before this change converge without manual intervention.
A stale mirror (up to 8 hours old) is fine for CI; a broken clone
from a transient DNS blip is not. The actions/checkout mirror is
refreshed periodically rather than triggered by runner pulls.
2026-07-03 19:32:05 +02:00
..
bin
rename choom flag --continue to --resume to match the claude flag it maps to (mara review)
2026-07-02 20:51:20 +02:00
dashboard
fix(permissions): clarify kept_state_names comment in get_stale_permissions
2026-06-28 23:29:51 +02:00
actions.rs
defer start-after-rebuild to the fast lane so the build lane frees up ( closes #2094 )
2026-07-01 23:37:13 +02:00
agent_sockets.rs
remove vestigial agent-ports.json tcp web-port map
2026-06-22 11:59:14 +02:00
approvals.rs
fix( #1953 ): gate approval cancel on submitter ownership + document submitter_of errors
2026-06-23 22:04:56 +02:00
audit_log.rs
hive-c0re: rfc3339 timestamps on dashboard api + sse json
2026-07-02 22:28:30 +02:00
auto_update.rs
defer start-after-rebuild to the fast lane so the build lane frees up ( closes #2094 )
2026-07-01 23:37:13 +02:00
broker.rs
hive-c0re: rfc3339 timestamps on dashboard api + sse json
2026-07-02 22:28:30 +02:00
build_logs.rs
fix( #2031 ): backtick paths in vacuum doc comments for clippy doc-markdown
2026-06-27 10:14:47 +02:00
capabilities.rs
fix: update stale doc comment example root→ruth in capabilities.rs
2026-06-02 18:18:06 +02:00
client.rs
hive-c0re: admin socket server + client (stub dispatch)
2026-05-14 20:49:11 +02:00
container_stats.rs
fix agent disk usage reading container-internal state path on the host
2026-06-18 14:01:22 +02:00
container_view.rs
docs: fix stale field doc for ContainerView::active_model
2026-06-27 22:59:40 +02:00
coordinator.rs
refactor( #2111 ): remove nixpkgs-unstable, source claude-code from main nixpkgs
2026-07-01 19:32:46 +02:00
crash_watch.rs
refactor( #1825 ): drop MANAGER_NAME special-cases in crash_watch + tombstones
2026-06-23 18:35:23 +02:00
dashboard.rs
hive-c0re: rfc3339 timestamps on dashboard api + sse json
2026-07-02 22:28:30 +02:00
dashboard_events.rs
hive-c0re: rfc3339 timestamps on dashboard api + sse json
2026-07-02 22:28:30 +02:00
flake_check.rs
refactor( #2111 ): remove nixpkgs-unstable, source claude-code from main nixpkgs
2026-07-01 19:32:46 +02:00
forge.rs
fix(forge): set mirror_interval so pull-mirrors sync periodically, not on-access
2026-07-03 19:32:05 +02:00
gateway_nginx.rs
fix( #1375 ): clean up pedantic warnings and re-enable -D warnings without pedantic bypass
2026-06-05 16:55:09 +02:00
hive_stats.rs
fix( #2031 ): move bash-tasks + events vacuum agent-side (privsep ownership)
2026-06-27 10:14:47 +02:00
host_stats.rs
feat(dash): show active model badge on agent cards ( closes #2069 )
2026-06-27 22:59:40 +02:00
knowledge.rs
fix( #1375 ): clean up pedantic warnings and re-enable -D warnings without pedantic bypass
2026-06-05 16:55:09 +02:00
lib.rs
fix( #2031 ): move bash-tasks + events vacuum agent-side (privsep ownership)
2026-06-27 10:14:47 +02:00
lifecycle.rs
defer start-after-rebuild to the fast lane so the build lane frees up ( closes #2094 )
2026-07-01 23:37:13 +02:00
limits.rs
refactor( #1865 ): rename agent_server module to socket_server
2026-06-22 13:58:52 +02:00
loose_ends.rs
docs( #1990 ): fix for_agent ordering doc + add # errors (argus review)
2026-06-26 01:22:20 +02:00
main.rs
refactor( #2111 ): remove nixpkgs-unstable, source claude-code from main nixpkgs
2026-07-01 19:32:46 +02:00
matrix.rs
feat( #2035 ): auto-discover dashboard-provisioned matrix accounts via token+homeserver sidecar
2026-06-27 00:30:04 +02:00
meta.rs
refactor( #2111 ): remove nixpkgs-unstable, source claude-code from main nixpkgs
2026-07-01 19:32:46 +02:00
migrate.rs
fix( #1375 ): clean up pedantic warnings and re-enable -D warnings without pedantic bypass
2026-06-05 16:55:09 +02:00
operator_questions.rs
hive-c0re: rfc3339 timestamps on dashboard api + sse json
2026-07-02 22:28:30 +02:00
paths.rs
remove vestigial agent-ports.json tcp web-port map
2026-06-22 11:59:14 +02:00
priv_client.rs
feat( #2035 ): auto-discover dashboard-provisioned matrix accounts via token+homeserver sidecar
2026-06-27 00:30:04 +02:00
questions.rs
fix( #1953 ): gate approval cancel on submitter ownership + document submitter_of errors
2026-06-23 22:04:56 +02:00
rebuild_queue.rs
defer start-after-rebuild to the fast lane so the build lane frees up ( closes #2094 )
2026-07-01 23:37:13 +02:00
reminder_scheduler.rs
refactor( #1865 ): rename agent_server module to socket_server
2026-06-22 13:58:52 +02:00
scheduled_prompts.rs
fix(schedules): use typed error for pause/resume 404 discrimination
2026-06-27 20:01:16 +02:00
scheduled_prompts_worker.rs
hive-c0re: optional reset-timer on manual fire-now for recurring schedules
2026-06-22 00:32:49 +02:00
server.rs
defer start-after-rebuild to the fast lane so the build lane frees up ( closes #2094 )
2026-07-01 23:37:13 +02:00
socket_server.rs
drop tracker tags from rust doc comments (lint)
2026-07-03 18:50:21 +02:00
tool_groups.rs
fix: address argus+mara review on #1243 — stale docs, MANAGER_DEFAULT refs, ruth migration
2026-06-04 12:15:03 +02:00
topology.rs
refactor( #1825 ): drop MANAGER_NAME special-cases in crash_watch + tombstones
2026-06-23 18:35:23 +02:00