perf(persistence): Move pinned messages pagination to SQL#2751
perf(persistence): Move pinned messages pagination to SQL#2751VelikovPetar wants to merge 2 commits into
Conversation
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v9 #2751 +/- ##
=====================================
Coverage ? 66.01%
=====================================
Files ? 425
Lines ? 26973
Branches ? 0
=====================================
Hits ? 17805
Misses ? 9168
Partials ? 0 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Submit a pull request
Linear: FLU-487
CLA
Description of the pull request
Port of #2689 to the
v9branch.limitalways being applied from the beginning of the fetched messages.greaterThanOrEqual/lessThanOrEqualpagination.Adaptation from master:
v9'sPinnedMessageDao._messagesFromJoinRowshas nofetchSharedLocationparameter, so the call site only forwardsfetchDraft. Everything else mirrors the original PR.Screenshots / Videos
N/A — internal DAO refactor.