Block a user
feat(vcs): add CommitID to ReviewRequest (#115)
Fix Plan against ce7a900737dbf36958ebf7b800eaf68b5c0a32d9
Findings to address
- [NIT] Comment 20287 — vcs/types.go CommitID alignment
- Problem: sonnet flags possible gofmt…
feat(vcs): add CommitID to ReviewRequest (#115)
Fix Plan against b9a07945d7cdca15bd2ebc60a0b57b98d687dc5b:
Findings to address
- [NIT]
vcs/types.go— gofmt alignment padding- Problem:
EventandCommitIDfields have…
- Problem:
feat(vcs): add CommitID to ReviewRequest (#115)
Self-Review: PR #118
Self-review against b9a07945d7cdca15bd2ebc60a0b57b98d687dc5b
Phase 1: Independent Findings
- [NIT]
vcs/types.go: TheEventandCommitIDfields use extra…
feat(vcs): add CommitID to ReviewRequest (#115)
Fix Plan against c0c5226934efcf720d51902b560cf382819fdad7:
Finding
[NIT] gitea/adapter_test.go: Missing blank line between TestAdapter_PostReview_CommitID and `TestAdapter_PostRevie…
feat(vcs): add CommitID to ReviewRequest (#115)
Self-Review: PR #118
Self-review against c0c5226934efcf720d51902b560cf382819fdad7
Phase 1: Independent Findings
- [NIT]
gitea/adapter_test.go: Missing blank line between `TestAdapte…
feat(vcs): add CommitID to ReviewRequest (#115)
Fix Plan against 6d082367738e775e286e531f98ef39fa21f37346:
Finding: Double blank lines in test files
Files affected:
gitea/adapter_test.go— double blank line before `TestAdapter_…
fix(vcs): thread CommitID through abstraction layer (#114)
Self-Review: PR #117
Self-review against 25cb55449e5ee975d0eca9c642d238d6b42a41bc
Phase 1: Independent Findings
None — diff looks clean.
The implementation correctly threads…
fix(vcs): thread CommitID through abstraction layer (#114)
Fix Plan against 7e3b6ec8f1c73fcad9c3c400c05ad96cd71b46c6:
Findings to address:
- [NIT]
vcs/types.goline 99 — CommitID field alignment- Problem:
CommitID stringhas…
- Problem:
feat(vcs): add CommitID to ReviewRequest (#115)
Self-Review: PR #118
Self-review against 6d082367738e775e286e531f98ef39fa21f37346
Phase 1: Independent Findings
None — diff looks clean. The implementation correctly:
- Adds
CommitID…
fix(vcs): thread CommitID through abstraction layer (#114)
Self-Review: PR #117
Self-review against 7e3b6ec8f1c73fcad9c3c400c05ad96cd71b46c6
Phase 1: Independent Findings
- [NIT]
vcs/types.goline 99 —CommitID stringfield has…
feat(vcs): add CommitID to ReviewRequest (#115)
PR #112: vcs.ReviewRequest.CommitID field missing — issue #107's interface-level fix not implemented
Plan: Add CommitID to vcs.ReviewRequest (#115)
Problem
PR #112 refactored the review path to use the vcs.ReviewRequest abstraction, but removed the commitID parameter from `gitea.Clien…
fix(vcs): thread CommitID through abstraction layer (#114)