refactor: move custom sounds list query validation schema to rest-typings package#39263
refactor: move custom sounds list query validation schema to rest-typings package#39263nazabucciarelli wants to merge 1 commit intodevelopfrom
Conversation
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
📜 Recent review details⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🧰 Additional context used📓 Path-based instructions (1)**/*.{ts,tsx,js}📄 CodeRabbit inference engine (.cursor/rules/playwright.mdc)
Files:
🧠 Learnings (7)📓 Common learnings📚 Learning: 2026-02-26T19:25:44.063ZApplied to files:
📚 Learning: 2026-02-26T19:25:44.063ZApplied to files:
📚 Learning: 2026-02-24T19:09:01.522ZApplied to files:
📚 Learning: 2026-02-25T20:10:16.987ZApplied to files:
📚 Learning: 2026-01-17T01:51:47.764ZApplied to files:
📚 Learning: 2026-02-23T17:53:06.802ZApplied to files:
🔇 Additional comments (3)
WalkthroughThis change relocates the Custom Sounds list query validation schema from the server API implementation to the centralized Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested labels
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 @@
## develop #39263 +/- ##
===========================================
+ Coverage 70.85% 70.89% +0.04%
===========================================
Files 3208 3208
Lines 113426 113426
Branches 20530 20530
===========================================
+ Hits 80368 80416 +48
+ Misses 31013 30960 -53
- Partials 2045 2050 +5
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Proposed changes (including videos or screenshots)
No functional changes are expected along with this PR. This is a small refactor to keep our code better organized regarding
custom-soundsAPI.Issue(s)
CORE-1825 Refactor: Move Custom Sounds list query validation to @rocket.chat/rest-typings
Steps to test or reproduce
CI Tests should be an enough check that this doesn't break anything, but to be positive we can run the project and test that in
Workspace -> Soundsthe custom sounds are listed as expected.Further comments
Summary by CodeRabbit