chore(webapp): remove deprecated realtime stream write action#4250
Conversation
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (1)
📜 Recent review details⏰ Context from checks skipped due to timeout. (18)
🧰 Additional context used🧠 Learnings (1)📚 Learning: 2026-05-14T14:54:39.095ZApplied to files:
🔇 Additional comments (1)
WalkthroughThe realtime stream route no longer exports or handles the deprecated write action for retired v3 task clients. Action-specific imports and request-ingestion logic were removed, while parameter validation and the loader remain. A webapp changelog entry documents the endpoint removal as an improvement. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ 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 |
…ix lint Main removed the deprecated realtime.v1.streams write action (#4250); drop its now-obsolete replica-lag guard case + import that the merge left dangling. Also clear oxlint errors (unused imports/type aliases, duplicate imports) in the replica-lag test files. Test logic otherwise unchanged.
Summary
Removes the deprecated realtime stream write action kept for retired v3 task clients. Supported clients use the targeted stream write routes, while the existing stream read loader remains unchanged.