inhibit: preserve source-only matches in equal-label index - #5449
inhibit: preserve source-only matches in equal-label index#5449sueun-dev wants to merge 1 commit into
Conversation
Signed-off-by: Sueun Cho <sueun.dev@gmail.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthrough
ChangesInhibition source lookup
Estimated code review effort: 3 (Moderate) | ~20 minutes Merge Risk: ⚪ Minimal · up to This localized bugfix preserves source-only inhibition matches without introducing an actionable merge-blocking risk; it is merge-ready after normal checks and review. Sequence Diagram(s)sequenceDiagram
participant hasEqual
participant IndexedSourceAlerts
participant AlertCache
hasEqual->>IndexedSourceAlerts: Find equal-label source alert
IndexedSourceAlerts-->>hasEqual: Return indexed alert
hasEqual->>AlertCache: Scan uncanceled alerts when two-sided match is excluded
AlertCache-->>hasEqual: Return eligible source fingerprint or no match
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Pull Request Checklist
Please check all the applicable boxes.
Which user-facing changes does this PR introduce?