You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: per-submission accept/reject/close buttons and fix stale-fork filter
Add reject-upstream and close-upstream endpoints so posters can act on
each competing submission individually. Reject closes the fork's DoltHub
PR without modifying local state; close adopts the fork's completion
without creating a stamp.
Fix the stale-fork filter that was hiding submissions (e.g. nullpriest):
the claimed_by != author check now only applies to "claimed" status,
since in_review/completed items represent intentional action.
Synthesize main-branch completions into the submissions list when an
item is in_review, so all submissions appear in one place. The separate
Completion section now only renders for completed (accepted) items.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments