-
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: Remove canned responses
model
#28686
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
pierre-lehnen-rc
previously approved these changes
Mar 29, 2023
Codecov Report
@@ Coverage Diff @@
## develop #28686 +/- ##
===========================================
- Coverage 45.16% 45.15% -0.01%
===========================================
Files 749 749
Lines 14533 14533
Branches 2240 2240
===========================================
- Hits 6564 6563 -1
Misses 7662 7662
- Partials 307 308 +1
Flags with carried forward coverage won't be shown. Click here to find out more. |
KevLehman
added
the
stat: ready to merge
PR tested and approved waiting for merge
label
Mar 29, 2023
gabriellsh
added a commit
that referenced
this pull request
Mar 30, 2023
…/federation-public-room-search-2 * 'develop' of github.com:RocketChat/Rocket.Chat: (186 commits) fix: Unauthorized Toast Message when accessing a channel's team that user are not a member (#28670) regression: fix apps-engine persistence methods (#28688) chore: Update `codeql` to v2 (#28692) fix: Avoid `useEffect` loop (#28699) refactor: Remove `canned responses` model (#28686) refactor(models): Use Messages Raw model (9/N) (#28693) chore: Delete unused `.../surfaces/SurfaceContext.tsx` (#28690) i18n: fix sentence in 2fa email modal text (#28683) fix: change default text color in homepage custom content block (#28685) refactor(models): Use Messages Raw model (8/N) (#28678) refactor: move hasAllPermission to hasAllPermissionAsync (#28674) refactor: Feature parity for EE models (#28614) refactor(client): Dead code and spurious exports (#28654) fix(client): Fuselage's icon font reloads too often (#28673) refactor: Subscriptions model - 5 (#28550) regression: Error inserting read-receipts with the new Messages model (#28671) refactor: `LivechatDepartments` - 1/2 (#28664) chore: Update Apps-Engine to latest (#28646) regression: Room Not Found bg color (#28668) refactor: Remove promise.await from apps (#28612) ...
gabriellsh
added a commit
that referenced
this pull request
Mar 30, 2023
…hideSysMes * 'develop' of github.com:RocketChat/Rocket.Chat: (75 commits) refactor: Use `fetch` instead of `meteor/http` (#28682) ci: QASE_REPORT only develop branch ci: test qase report (#28569) refactor(client): `readMessage` events (#28709) refactor: Rooms model 1/2 (#28694) refactor: `LivechatTag` model to raw (#28706) refactor: Promise.await removal - ReadReceipt (#28661) refactor: `AutoComplete` Sanitization (#28666) fix: Unauthorized Toast Message when accessing a channel's team that user are not a member (#28670) regression: fix apps-engine persistence methods (#28688) chore: Update `codeql` to v2 (#28692) fix: Avoid `useEffect` loop (#28699) refactor: Remove `canned responses` model (#28686) refactor(models): Use Messages Raw model (9/N) (#28693) chore: Delete unused `.../surfaces/SurfaceContext.tsx` (#28690) i18n: fix sentence in 2fa email modal text (#28683) fix: change default text color in homepage custom content block (#28685) refactor(models): Use Messages Raw model (8/N) (#28678) refactor: move hasAllPermission to hasAllPermissionAsync (#28674) refactor: Feature parity for EE models (#28614) ...
gabriellsh
added a commit
that referenced
this pull request
Mar 30, 2023
…avatarEmoji * 'develop' of github.com:RocketChat/Rocket.Chat: (57 commits) refactor(client): `readMessage` events (#28709) refactor: Rooms model 1/2 (#28694) refactor: `LivechatTag` model to raw (#28706) refactor: Promise.await removal - ReadReceipt (#28661) refactor: `AutoComplete` Sanitization (#28666) fix: Unauthorized Toast Message when accessing a channel's team that user are not a member (#28670) regression: fix apps-engine persistence methods (#28688) chore: Update `codeql` to v2 (#28692) fix: Avoid `useEffect` loop (#28699) refactor: Remove `canned responses` model (#28686) refactor(models): Use Messages Raw model (9/N) (#28693) chore: Delete unused `.../surfaces/SurfaceContext.tsx` (#28690) i18n: fix sentence in 2fa email modal text (#28683) fix: change default text color in homepage custom content block (#28685) refactor(models): Use Messages Raw model (8/N) (#28678) refactor: move hasAllPermission to hasAllPermissionAsync (#28674) refactor: Feature parity for EE models (#28614) refactor(client): Dead code and spurious exports (#28654) fix(client): Fuselage's icon font reloads too often (#28673) refactor: Subscriptions model - 5 (#28550) ...
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.
ARCH-936
Proposed changes (including videos or screenshots)
Issue(s)
Steps to test or reproduce
Further comments