Conversation
…leanup, and health verification
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (13)
📝 WalkthroughWalkthroughThis PR adds status/source_ip filtering to the history view and splits DLQ/non-action metrics from failed stats, backed by new database indexes and a migration. It also hardens session cookies and request size limits with a 413 handler, adds Celery task timeout guards, audit logs failed logins, adds CI vulnerability/migration-drift checks, and adds a runbook plus tests. ChangesHistory and stats filtering
Security hardening, ops guards, and CI checks
Estimated code review effort: 3 (Moderate) | ~30 minutes Sequence Diagram(s)sequenceDiagram
participant Browser
participant HistoryPage as history.html
participant HistoryAPI as /history
participant WebhookLogDB as WebhookLog
Browser->>HistoryPage: select status/source-ip filter
HistoryPage->>HistoryAPI: GET /history?status=...&source_ip=...
HistoryAPI->>WebhookLogDB: query filtered by status/source_ip
WebhookLogDB-->>HistoryAPI: matching rows
HistoryAPI-->>HistoryPage: rendered filtered results
Possibly related PRs
✨ Finishing Touches📝 Generate docstrings
🧪 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 |
Summary by CodeRabbit
New Features
Bug Fixes
Documentation