-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
[FIX] Too many REST API requests #26330
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d-gubert
previously approved these changes
Jul 21, 2022
ggazzo
previously approved these changes
Jul 26, 2022
Codecov Report
@@ Coverage Diff @@
## develop #26330 +/- ##
===========================================
+ Coverage 37.88% 38.07% +0.19%
===========================================
Files 749 749
Lines 18673 18665 -8
Branches 1459 1455 -4
===========================================
+ Hits 7074 7107 +33
+ Misses 11372 11336 -36
+ Partials 227 222 -5
Flags with carried forward coverage won't be shown. Click here to find out more. |
ggazzo
approved these changes
Aug 10, 2022
gabriellsh
added a commit
that referenced
this pull request
Aug 12, 2022
…hreads * 'develop' of github.com:RocketChat/Rocket.Chat: (34 commits) Chore: update fuselage rounded edition (#26540) [FIX] LDAP fails to sync teams when the user DN has escaped characters. (#26535) [FIX] Allow normal user to open apps contextual bar (#26495) Chore: restrict `.only` (#26537) [FIX] Endpoints not working when using "Use Real Name" setting (#26530) [NEW] `Home` page (#25734) Chore: ModalFooterControllers adoption (#26445) Chore: create roomNameExists endpoint (#26386) Chore: Improve test for livechat (#26527) Chore: Fix UiKit dependency issue for Livechat (#26534) [FIX] Too many REST API requests (#26330) Chore: Mocha handling multiple React instances (#26513) Chore: Convert `LivechatCustomField` model to raw model (#26446) i18n: Language update from LingoHub 🤖 on 2022-08-08Z (#26508) [FIX] Open team after room not found page (#26264) Chore: Refactor ReportMessage Modal to React Component (#26478) Chore: Fix lint issues (#26531) [FIX] Don't wrap wrap up notes (#26375) [IMPROVE] OTR refactoring (#24757) [FIX] Prevent VoIP issues during disconnection when network failed (#26321) ...
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed changes (including videos or screenshots)
Uses React Query cache as an alternative for querying data "sorta" real time.
Issue(s)
Steps to test or reproduce
Further comments