Design GlitchTip/Gitea deduplication and linking #78

Open
opened 2026-07-02 05:46:35 -05:00 by jcwalker3 · 0 comments
Owner

Design deduplication and linking for GlitchTip-to-Gitea issue filing to prevent duplicate issue spam.

Focused split from #74 (GlitchTip-to-Gitea issue filing workflow), which references a dedup key strategy as a single criterion. This issue owns dedup/linking in full.

Acceptance criteria

  • Stores GlitchTip issue ID in the Gitea issue body or structured marker.
  • Stores GlitchTip fingerprint when available.
  • Searches existing open and closed Gitea issues before creating a new one.
  • Re-filing the same GlitchTip issue does not create a duplicate.
  • Existing issue receives a comment/link/update instead.
  • Applies source:glitchtip label.
  • Handles repeated/concurrent events safely.
  • Defines tests for deduplication behavior.
Design deduplication and linking for GlitchTip-to-Gitea issue filing to prevent duplicate issue spam. Focused split from #74 (GlitchTip-to-Gitea issue filing workflow), which references a dedup key strategy as a single criterion. This issue owns dedup/linking in full. ## Acceptance criteria * Stores GlitchTip issue ID in the Gitea issue body or structured marker. * Stores GlitchTip fingerprint when available. * Searches existing open and closed Gitea issues before creating a new one. * Re-filing the same GlitchTip issue does not create a duplicate. * Existing issue receives a comment/link/update instead. * Applies `source:glitchtip` label. * Handles repeated/concurrent events safely. * Defines tests for deduplication behavior.
jcwalker3 added the giteareliabilitydesignglitchtipworkflow labels 2026-07-02 05:46:56 -05:00
Sign in to join this conversation.