Block a user
test: fix integration coverage failures
didericis-claude
pushed to fix-integration-test-failures at didericis/bot-bottle
2026-06-25 14:31:39 -04:00
didericis-claude
pushed to fix-integration-test-failures at didericis/bot-bottle
2026-06-25 14:31:36 -04:00
didericis-claude
pushed to fix-integration-test-failures at didericis/bot-bottle
2026-06-25 14:31:33 -04:00
didericis-claude
pushed to fix-integration-test-failures at didericis/bot-bottle
2026-06-25 14:31:32 -04:00
PRD: Separate agent and bottle selection
Done in a455ed6.
- Space/Enter split: Space now toggles selection, Enter confirms and continues. Ctrl-D still works as a confirm-even-if-empty escape hatch.
- Bottle lineage: The picker…
Fix unescaped quotes/newlines in YAML and gitconfig emitters
Typed error taxonomy for supervise RPC dispatch
Harden CGI status-line parsing in git_http_backend
Add explicit timeouts to subprocess and HTTP calls in git-gate paths
Done in 1077621. Renamed to GIT_GATE_TIMEOUT_SECS and updated the comment to enumerate all three current users (git daemon --timeout/--init-timeout, access-hook subprocess, git http-backend…
Anchor relative Dockerfile path to build context
Add explicit timeouts to subprocess and HTTP calls in git-gate paths
Good call. Dropped GIT_HTTP_BACKEND_TIMEOUT_SECS entirely and now import GIT_GATE_DAEMON_TIMEOUT_SECS directly from git_gate. The test was updated to assert against the imported constant…
PRD: Multi-parent extends: for bottles
Add explicit timeouts to subprocess and HTTP calls in git-gate paths
PRD: Separate agent and bottle selection
Support multiple parents in bottle
extends:
Validate proposed egress config
Done — pushed in 9f9aa2e.
- Removed
load_routesfromegress_addon_core.py(definition +__all__) - Folded the three unique coverage cases (
empty_routes_list,full_route_shape_parses,…