Plan: Thread CommitID through the VCS abstraction layer
Problem
PR #112 added commitID support to gitea.Client.PostReview at the transport level but never connected it to the…
Self-Review: PR #113
Self-review against ab2a6c8aeff8d5afbf8aea4cbcbdeab774750ed4
Phase 1: Independent Findings
Reviewing the diff as a stranger. Three files changed: github/client.go…
Self-Review: PR #113
Self-review against ab2a6c8aeff8d5afbf8aea4cbcbdeab774750ed4
Phase 1: Independent Findings
Reviewing the diff as a stranger to this codebase. Three files changed:…
Fix Plan against 6b7f3f6924e384f36d38e1c638672c02e784ed91:
MINOR #1 (comment 20099) — FIX
Issue: AllowInsecureHTTP() doc comment says "defined in export_test.go" which misrepresents…
Self-Review: PR #113
Self-review against 6b7f3f6924e384f36d38e1c638672c02e784ed91
Phase 1: Independent Findings
Reviewing the diff as a stranger: 3 files changed — github/client.go…
Added a clarifying comment acknowledging the double parse is acceptable.
Fixed: removed 'silently' from the doc comment since the code logs slog.Warn.
Simplified to unconditional u.User = nil.
Addressed all 3 NITs in commit 6b7f3f6:
- NIT 20039: Fixed doc comment — removed "silently" since we actually log a warning
- NIT 20040: Simplified to unconditional
u.User = nil - **NIT…
Fix Plan against 4c032a3b5354b2ee58cc03a22297c941a3e0d2e8:
NIT 20039: Fix AllowInsecureHTTP() doc comment
The doc says "silently ignored" but the code logs slog.Warn. Will change the…
Self-Review: PR #113
Self-review against 4c032a3b5354b2ee58cc03a22297c941a3e0d2e8
Phase 1: Independent Findings
Reviewing the diff fresh — 3 files changed: github/client.go (+78/-6),…