Rodin rodin
  • Joined on 2026-04-23
rodin pushed to fix/28-remove-escalation at rodin/review-bot 2026-05-02 14:21:51 +00:00
b1f5dd4b5f fix: skip update-in-place when shared token detected
rodin commented on pull request rodin/review-bot#31 2026-05-02 14:12:19 +00:00
fix: remove worst-wins escalation logic

Good catch. Added warnSharedToken() — if two review-bot roles post under the same Gitea user, it logs:

WARNING: shared token detected — another review-bot role (security) is using the…
rodin pushed to fix/28-remove-escalation at rodin/review-bot 2026-05-02 14:12:12 +00:00
fd179b891b fix: detect shared-token misconfiguration and warn
rodin created pull request rodin/review-bot#31 2026-05-02 14:07:16 +00:00
fix: remove worst-wins escalation logic
rodin pushed to fix/28-remove-escalation at rodin/review-bot 2026-05-02 14:04:37 +00:00
b78d9972ac fix: remove worst-wins escalation logic (#28)
rodin created branch fix/28-remove-escalation in rodin/review-bot 2026-05-02 14:04:37 +00:00
rodin pushed to main at rodin/review-bot 2026-05-02 14:01:54 +00:00
3c785c5502 Merge pull request 'fix: consistent url.PathEscape across all Gitea client endpoints' (#30) from fix/consistent-path-escape into main
c2595d0263 fix: consistent url.PathEscape across all Gitea client endpoints
Compare 2 commits »
rodin closed issue rodin/review-bot#24 2026-05-02 14:01:53 +00:00
Consistent url.PathEscape across all Gitea client endpoints
rodin merged pull request rodin/review-bot#30 2026-05-02 14:01:53 +00:00
fix: consistent url.PathEscape across all Gitea client endpoints
rodin created pull request rodin/review-bot#30 2026-05-02 09:42:04 +00:00
fix: consistent url.PathEscape across all Gitea client endpoints
rodin created branch fix/consistent-path-escape in rodin/review-bot 2026-05-02 09:41:57 +00:00
rodin pushed to fix/consistent-path-escape at rodin/review-bot 2026-05-02 09:41:57 +00:00
c2595d0263 fix: consistent url.PathEscape across all Gitea client endpoints
rodin released v0.2.0 at rodin/review-bot 2026-05-02 06:14:47 +00:00
rodin pushed tag v0.2.0 to rodin/review-bot 2026-05-02 06:14:21 +00:00
rodin opened issue rodin/review-bot#27 2026-05-02 06:13:22 +00:00
Inline comment resolution tracking (edit resolved findings)
rodin opened issue rodin/review-bot#29 2026-05-02 06:13:22 +00:00
Escalation deadlock risk with shared tokens
rodin opened issue rodin/review-bot#28 2026-05-02 06:13:22 +00:00
Separate token per reviewer role (eliminate worst-wins)
rodin merged pull request rodin/review-bot#26 2026-05-02 06:13:02 +00:00
feat: inline review comments on specific lines
rodin pushed to main at rodin/review-bot 2026-05-02 06:13:02 +00:00
d80d6a23a2 Merge pull request 'feat: inline review comments on specific lines' (#26) from feat/inline-review-comments into main
a9c8ecfb0b docs: add review update strategy with state transition diagram
ec19622133 fix: address review findings (escalation, marshal error, redundant check)
e261976dd8 feat: edit-in-place review updates (no more delete)
1c2292265b feat: skip re-posting when review is unchanged (preserve threads)
Compare 7 commits »
rodin pushed to feat/inline-review-comments at rodin/review-bot 2026-05-02 06:01:34 +00:00
a9c8ecfb0b docs: add review update strategy with state transition diagram