-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
[BREAK] remove unused endpoints and restify others #25889
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
murtaza98
reviewed
Jun 20, 2022
murtaza98
reviewed
Jun 20, 2022
apps/meteor/ee/app/livechat-enterprise/server/api/priorities.ts
Outdated
Show resolved
Hide resolved
murtaza98
reviewed
Jun 20, 2022
murtaza98
reviewed
Jun 20, 2022
murtaza98
reviewed
Jun 20, 2022
murtaza98
reviewed
Jun 23, 2022
murtaza98
previously approved these changes
Jun 24, 2022
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.
LGTM!
murtaza98
previously approved these changes
Jun 27, 2022
….Chat into break/remove-endpoints
murtaza98
previously approved these changes
Jun 28, 2022
ggazzo
added
stat: ready to merge
PR tested and approved waiting for merge
and removed
stat: needs QA
labels
Jun 28, 2022
murtaza98
approved these changes
Jun 28, 2022
ggazzo
approved these changes
Jun 29, 2022
gabriellsh
added a commit
that referenced
this pull request
Jun 29, 2022
…turbo * 'develop' of github.com:RocketChat/Rocket.Chat: [NEW] Community Edition Watermark (#25844) [BREAK] remove unused endpoints and restify others (#25889) Chore: add underscore to ddp-streamer [IMPROVE] VoIP admin page cleanup: remove unused settings (#25993) Regression: Fix micro services (#26054) Regression: Fix threads list (#26052) [NEW] VoIP Input/Output Device Selection (#25966) Chore: Account/Profile to TS (#25929)
gabriellsh
added a commit
that referenced
this pull request
Jun 29, 2022
…/clientPackage * 'develop' of github.com:RocketChat/Rocket.Chat: (80 commits) [NEW] Community Edition Watermark (#25844) [BREAK] remove unused endpoints and restify others (#25889) Chore: add underscore to ddp-streamer [IMPROVE] VoIP admin page cleanup: remove unused settings (#25993) Regression: Fix micro services (#26054) Regression: Fix threads list (#26052) [NEW] VoIP Input/Output Device Selection (#25966) Chore: Account/Profile to TS (#25929) Chore: Add missing Swedish livechat translations (#26048) [IMPROVE] Expand the feature set of the new message rendering (#25970) Chore: Bump fuselage and update icon (#26036) [NEW][APPS] Allowing apps to register authenticated routes (#25937) [NEW] Enable outbound calling for EE (#25843) (#25960) Chore: Introduce new index to query active livechat conversations for cloud scaling (#26047) [FIX] Importer fails to download files from URLs with query string params (#25934) [IMPROVE] Moved call hold/unhold to EE (#26007) [NEW] Engagement Metrics - Phase 2 (#25505) Chore: Convert usePreventDefault, useQueryOptions, useShortcutOpenMenu (#26035) [FIX] Importer files are unnecessarily transferred over the network. (#25919) Chore: test turbo params (#26038) ...
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)
Here's a list of changes:
/v1/livechat/office-hours
Deletedlivechat:getInitialData
deletedlivechat:startFileUploadRoom
deleted/v1/livechat/tags.list
renamed to/v1/livechat/tags
/v1/livechat/tags.getOne
renamed to/v1/livechat/tags/:tagId
/v1/livechat/priorities.list
renamed to/v1/livechat/priorities
/v1/livechat/priorities.getOne
renamed to/v1/livechat/priorities/:priorityId
/v1/livechat/business-hours.list
renamed to/v1/livechat/business-hours
livechat/units.list
renamed tolivechat/units
/v1/livechat/units.getOne
renamed to/v1/livechat/units/:unitId
livechat/unitMonitors.list
renamed tolivechat/units/:unitId/monitors
livechat/departments.available-by-unit/:unitId
renamed tolivechat/units/:unitId/departments/available
livechat/departments.by-unit/:id
renamed tolivechat/units/:unitId/departments
livechat/monitors.list
renamed tolivechat/monitors
Issue(s)
Steps to test or reproduce
Further comments