Make mobile authored actions idempotent across retries #186

Merged
rockachopa merged 1 commits from timmy/185-idempotent-authored-actions into main 2026-08-07 09:56:15 +00:00
Member

Closes #185

Adds stable per-draft operation IDs and a bounded shared backend replay registry for issue comments, pull-request comments, notification replies, and pull-request reviews. Same-key retries replay one upstream result; changed targets or payloads return 409.

TDD evidence: new behavioral tests failed before implementation.

Tests: python3 -m pytest tests/ -q — 260 passed.
Syntax: Node checks and Python compileall passed.

Closes #185 Adds stable per-draft operation IDs and a bounded shared backend replay registry for issue comments, pull-request comments, notification replies, and pull-request reviews. Same-key retries replay one upstream result; changed targets or payloads return 409. TDD evidence: new behavioral tests failed before implementation. Tests: `python3 -m pytest tests/ -q` — 260 passed. Syntax: Node checks and Python compileall passed.
rockachopa added 1 commit 2026-08-07 09:55:36 +00:00
feat: make authored actions idempotent (#185)
All checks were successful
CI / lint (pull_request) Successful in 13s
CI / build-frontend (pull_request) Successful in 4s
0bc6e01eb5
rockachopa merged commit 3ff173ca89 into main 2026-08-07 09:56:15 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: stackchain/stackchain-dashboard#186
No description provided.