Aaron Weiker aweiker
  • Joined on 2026-04-12
aweiker pushed to feature/github-support at rodin/review-bot 2026-05-13 23:13:22 +00:00
b2c83c00bc Merge pull request 'fix(vcs): thread CommitID through abstraction layer (#114)' (#117) from review-bot-issue-114 into feature/github-support
25cb55449e fix(nit): align CommitID field in vcs/types.go and document no-op in github/review.go
7e3b6ec8f1 fix(vcs): thread CommitID through abstraction layer (#114)
Compare 3 commits »
aweiker merged pull request rodin/review-bot#117 2026-05-13 23:13:21 +00:00
fix(vcs): thread CommitID through abstraction layer (#114)
aweiker closed issue rodin/review-bot#114 2026-05-13 23:13:21 +00:00
PR #112: gitea.Adapter.PostReview bypasses commitID — abstraction layer drops commit anchor
aweiker pushed to main at rodin/review-bot 2026-05-13 20:21:44 +00:00
5e351b85f0 Merge pull request 'feat(github): add safeguards against accidental AllowInsecureHTTP use (#96)' (#113) from review-bot-issue-96 into main
ab2a6c8aef Address review feedback on PR #113
6b7f3f6924 fix: address NIT findings from sonnet review (#113)
4c032a3b53 fix: move AllowInsecureHTTPForTest to export_test.go, fix gofmt alignment
64c9d551ba fix: address review feedback — restore timer.Stop() and fix test spacing
Compare 7 commits »
aweiker merged pull request rodin/review-bot#113 2026-05-13 20:21:42 +00:00
feat(github): add safeguards against accidental AllowInsecureHTTP use (#96)
aweiker closed issue rodin/review-bot#96 2026-05-13 20:21:42 +00:00
Add safeguards against accidental AllowInsecureHTTP use in production
aweiker closed issue rodin/review-bot#107 2026-05-13 18:07:39 +00:00
PostReview: pass CommitID explicitly via ReviewRequest
aweiker merged pull request rodin/review-bot#112 2026-05-13 18:07:39 +00:00
feat(gitea): pass commit_id explicitly in PostReview (#107)
aweiker pushed to main at rodin/review-bot 2026-05-13 18:07:39 +00:00
b26514714f Merge pull request 'feat(gitea): pass commit_id explicitly in PostReview (#107)' (#112) from review-bot-issue-107 into main
028d46942a fix(gitea): update PostReview doc comment to include COMMENT event value
e59c2bc831 feat(gitea): pass commit_id explicitly in PostReview (#107)
Compare 3 commits »
aweiker pushed to feature/github-support at rodin/review-bot 2026-05-13 17:16:29 +00:00
a32a5b694b Merge pull request 'feat(cmd): wire --provider and --base-url flags into CLI (Phase 5)' (#106) from review-bot-issue-82 into feature/github-support
91fba770d9 fix(ci): restore *vcsURL default in --gitea-url alias registration
5252143a33 fix: address review feedback — alias default, acronym convention, observability
ac6d34f5bd fix: address review feedback - eliminate type assertion via ReviewSuperseder interface
34f7393892 fix: address review feedback on PR #106
Compare 18 commits »
aweiker merged pull request rodin/review-bot#106 2026-05-13 17:16:28 +00:00
feat(cmd): wire --provider and --base-url flags into CLI (Phase 5)
aweiker closed issue rodin/review-bot#82 2026-05-13 17:16:28 +00:00
feat(cmd): wire --provider and --base-url flags into CLI (Phase 5)
aweiker pushed to main at rodin/review-bot 2026-05-13 16:58:50 +00:00
dc2e1ca5de Merge pull request 'feat: reject cross-host redirects and HTTPS→HTTP downgrades (#95)' (#111) from review-bot-issue-95 into main
7de6fdd9ec fix: address review feedback on redirect policy
1e0959b077 feat: reject cross-host redirects and HTTPS→HTTP downgrades (#95)
Compare 3 commits »
aweiker closed issue rodin/review-bot#95 2026-05-13 16:58:49 +00:00
Reject cross-host redirects and HTTPS→HTTP downgrades entirely
aweiker merged pull request rodin/review-bot#111 2026-05-13 16:58:49 +00:00
feat: reject cross-host redirects and HTTPS→HTTP downgrades (#95)