-
Notifications
You must be signed in to change notification settings - Fork 10.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: Move units check outside of model for finds #29253
refactor: Move units check outside of model for finds #29253
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #29253 +/- ##
===========================================
- Coverage 45.76% 36.66% -9.11%
===========================================
Files 687 605 -82
Lines 12957 11325 -1632
Branches 2217 2031 -186
===========================================
- Hits 5930 4152 -1778
- Misses 6709 6911 +202
+ Partials 318 262 -56
Flags with carried forward coverage won't be shown. Click here to find out more. |
🦋 Changeset detectedLatest commit: eeb8a23 The changes in this PR will be included in the next version bump. This PR includes changesets to release 24 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
apps/meteor/ee/app/livechat-enterprise/server/lib/query.helper.js
Outdated
Show resolved
Hide resolved
…b.com:RocketChat/Rocket.Chat into improve/move-unit-check-on-find-outside-model
This PR currently has a merge conflict. Please resolve this and then re-add the |
This PR currently has a merge conflict. Please resolve this and then re-add the |
…b.com:RocketChat/Rocket.Chat into improve/move-unit-check-on-find-outside-model
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still good on apps side
OC-950
Proposed changes (including videos or screenshots)
Issue(s)
Steps to test or reproduce
Further comments
find
andfindpaginated
functions.Promise.await
introduced to fix a regression on 6.2