didericis
  • Joined on 2025-09-19
didericis pushed to add-rg-agent-images at didericis/bot-bottle 2026-06-25 04:32:57 -04:00
36c5b7025b feat: add ripgrep to agent images
515a95a79d fix: escape quotes/newlines in YAML and gitconfig emitters
0bace7615a refactor: rename GIT_GATE_DAEMON_TIMEOUT_SECS to GIT_GATE_TIMEOUT_SECS
c0d3f16519 refactor: import GIT_GATE_DAEMON_TIMEOUT_SECS instead of duplicating the value
508c537deb fix: add explicit timeouts to subprocess and HTTP calls in git-gate paths
Compare 5 commits »
didericis deleted branch fix/yaml-gitconfig-escape-special-chars from didericis/bot-bottle 2026-06-25 04:32:29 -04:00
didericis pushed to main at didericis/bot-bottle 2026-06-25 04:32:28 -04:00
515a95a79d fix: escape quotes/newlines in YAML and gitconfig emitters
didericis merged pull request didericis/bot-bottle#276 2026-06-25 04:32:25 -04:00
Fix unescaped quotes/newlines in YAML and gitconfig emitters
didericis closed issue didericis/bot-bottle#258 2026-06-25 04:32:25 -04:00
Hand-rolled egress/gitconfig YAML emitters don't escape quotes/newlines
didericis pushed to add-rg-agent-images at didericis/bot-bottle 2026-06-25 04:31:54 -04:00
731826f966 feat: add ripgrep to agent images
didericis created branch add-rg-agent-images in didericis/bot-bottle 2026-06-25 04:31:54 -04:00
didericis pushed to issue-277-coverage-ci at didericis/bot-bottle 2026-06-25 04:26:51 -04:00
c45423f7f3 ci: report integration coverage
515a95a79d fix: escape quotes/newlines in YAML and gitconfig emitters
0bace7615a refactor: rename GIT_GATE_DAEMON_TIMEOUT_SECS to GIT_GATE_TIMEOUT_SECS
c0d3f16519 refactor: import GIT_GATE_DAEMON_TIMEOUT_SECS instead of duplicating the value
508c537deb fix: add explicit timeouts to subprocess and HTTP calls in git-gate paths
d99dba037c feat(supervise): typed RPC error taxonomy for dispatch
Compare 7 commits »
didericis deleted branch add-subprocess-http-timeouts from didericis/bot-bottle 2026-06-25 04:23:07 -04:00
didericis pushed to main at didericis/bot-bottle 2026-06-25 04:23:06 -04:00
0bace7615a refactor: rename GIT_GATE_DAEMON_TIMEOUT_SECS to GIT_GATE_TIMEOUT_SECS
c0d3f16519 refactor: import GIT_GATE_DAEMON_TIMEOUT_SECS instead of duplicating the value
508c537deb fix: add explicit timeouts to subprocess and HTTP calls in git-gate paths
Compare 3 commits »
didericis pushed to issue-277-coverage-ci at didericis/bot-bottle 2026-06-25 04:23:05 -04:00
75a50987d3 ci: add coverage badge updates
didericis merged pull request didericis/bot-bottle#271 2026-06-25 04:23:03 -04:00
Add explicit timeouts to subprocess and HTTP calls in git-gate paths
didericis closed issue didericis/bot-bottle#255 2026-06-25 04:23:03 -04:00
Audit network/subprocess calls for missing timeouts
didericis commented on pull request didericis/bot-bottle#278 2026-06-25 04:17:56 -04:00
ci: add coverage.py reporting

Should add a badge for the results in the update-badges gitea workflow

didericis pushed to add-subprocess-http-timeouts at didericis/bot-bottle 2026-06-25 04:12:48 -04:00
0bace7615a refactor: rename GIT_GATE_DAEMON_TIMEOUT_SECS to GIT_GATE_TIMEOUT_SECS
c0d3f16519 refactor: import GIT_GATE_DAEMON_TIMEOUT_SECS instead of duplicating the value
508c537deb fix: add explicit timeouts to subprocess and HTTP calls in git-gate paths
d99dba037c feat(supervise): typed RPC error taxonomy for dispatch
9a878bd885 fix: guard CGI Status-line parse in _write_cgi_response
Compare 6 commits »
didericis deleted branch typed-rpc-error-taxonomy from didericis/bot-bottle 2026-06-25 04:12:29 -04:00
didericis pushed to main at didericis/bot-bottle 2026-06-25 04:12:28 -04:00
d99dba037c feat(supervise): typed RPC error taxonomy for dispatch
didericis merged pull request didericis/bot-bottle#275 2026-06-25 04:12:26 -04:00
Typed error taxonomy for supervise RPC dispatch
didericis closed issue didericis/bot-bottle#253 2026-06-25 04:12:26 -04:00
Typed error taxonomy for supervise RPC dispatch