Rocket.Chat
Rocket.Chat copied to clipboard
feat: introduce new methods to fetch rooms on Livechat Bridge
Proposed changes (including videos or screenshots)
- Add new method on the Livechat Bridge to fetch the current numbers of open chats by a provided AgentID
- After related: https://github.com/RocketChat/Rocket.Chat.Apps-engine/pull/710 is merged we would need to bump the apps.engine version package.
Issue(s)
- https://rocketchat.atlassian.net/browse/PROSVC-55
🦋 Changeset detected
Latest commit: b9805e126f7f2b0fd55ffaf390946c44e6c80b84
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 32 packages
Name | Type |
---|---|
@rocket.chat/meteor | Minor |
@rocket.chat/core-typings | Minor |
@rocket.chat/rest-typings | Minor |
@rocket.chat/apps | Patch |
@rocket.chat/core-services | Patch |
@rocket.chat/cron | Patch |
@rocket.chat/gazzodown | Major |
@rocket.chat/livechat | Patch |
@rocket.chat/model-typings | Patch |
@rocket.chat/ui-contexts | Major |
@rocket.chat/account-service | Patch |
@rocket.chat/authorization-service | Patch |
@rocket.chat/ddp-streamer | Patch |
@rocket.chat/omnichannel-transcript | Patch |
@rocket.chat/presence-service | Patch |
@rocket.chat/queue-worker | Patch |
@rocket.chat/stream-hub-service | Patch |
@rocket.chat/api-client | Patch |
@rocket.chat/license | Patch |
@rocket.chat/omnichannel-services | Patch |
@rocket.chat/pdf-worker | Patch |
@rocket.chat/presence | Patch |
rocketchat-services | Patch |
@rocket.chat/ddp-client | Patch |
@rocket.chat/fuselage-ui-kit | Major |
@rocket.chat/models | Patch |
@rocket.chat/ui-avatar | Major |
@rocket.chat/ui-client | Major |
@rocket.chat/ui-video-conf | Major |
@rocket.chat/uikit-playground | Patch |
@rocket.chat/web-ui-registration | Major |
@rocket.chat/instance-status | Patch |
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
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 54.46%. Comparing base (
a222238
) to head (b9805e1
).
Additional details and impacted files
@@ Coverage Diff @@
## develop #31538 +/- ##
===========================================
- Coverage 54.49% 54.46% -0.03%
===========================================
Files 2294 2290 -4
Lines 50554 50508 -46
Branches 10323 10322 -1
===========================================
- Hits 27547 27511 -36
+ Misses 20510 20499 -11
- Partials 2497 2498 +1
Flag | Coverage Δ | |
---|---|---|
e2e | 53.45% <ø> (-0.07%) |
:arrow_down: |
e2e-api | 40.10% <ø> (+0.04%) |
:arrow_up: |
unit | 75.45% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
Just a note for the future: whenever updating the Apps-Engine, you can run a yarn up @rocket.chat/[email protected]
at the root of the project - this will update the dependency in all packages inside the monorepo to the same version.
Of course, this also works for any other package that is used throughout the monorepo :)