Skip to content
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: engagement dashboard not working #30277

Merged
merged 6 commits into from
Sep 7, 2023
Merged

Conversation

tapiarafael
Copy link
Member

@tapiarafael tapiarafael commented Sep 4, 2023

Proposed changes (including videos or screenshots)

The aggregate function was not being call because of the name in the cron job is being the same of the finish sessions function, resulting in not having information to display on the Engagement Dashboard.

Issue(s)

Steps to test or reproduce

  1. Use the platform to generate session records;
  2. Wait for the cron job to run (02:00 am);
  3. Check if any data was generated in admin > engagement;

Further comments

WM-158

@changeset-bot
Copy link

changeset-bot bot commented Sep 4, 2023

🦋 Changeset detected

Latest commit: 33e5f64

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 29 packages
Name Type
@rocket.chat/meteor Patch
@rocket.chat/core-typings Patch
@rocket.chat/rest-typings Patch
@rocket.chat/core-services Patch
@rocket.chat/cron Patch
@rocket.chat/gazzodown Patch
@rocket.chat/livechat Patch
@rocket.chat/model-typings Patch
@rocket.chat/ui-contexts Patch
@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/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 Patch
@rocket.chat/models Patch
@rocket.chat/ui-client Patch
@rocket.chat/ui-video-conf Patch
@rocket.chat/uikit-playground Patch
@rocket.chat/web-ui-registration Patch
@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
Copy link

codecov bot commented Sep 4, 2023

Codecov Report

Merging #30277 (33e5f64) into develop (3dfede2) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop   #30277   +/-   ##
========================================
  Coverage    48.39%   48.40%           
========================================
  Files          700      700           
  Lines        13039    13039           
  Branches      2318     2318           
========================================
+ Hits          6310     6311    +1     
- Misses        6369     6372    +3     
+ Partials       360      356    -4     
Flag Coverage Δ
e2e 48.35% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

@tapiarafael tapiarafael marked this pull request as ready for review September 5, 2023 12:13
@casalsgh casalsgh added this to the 6.3.4 milestone Sep 6, 2023
@tapiarafael tapiarafael changed the base branch from develop to release-6.3.4 September 6, 2023 18:14
@tapiarafael tapiarafael dismissed stale reviews from matheusbsilva137 and pierre-lehnen-rc September 6, 2023 18:14

The base branch was changed.

@tapiarafael tapiarafael requested review from a team as code owners September 6, 2023 18:14
@tapiarafael tapiarafael changed the base branch from release-6.3.4 to develop September 6, 2023 18:16
@casalsgh casalsgh modified the milestones: 6.3.4, 6.3.5 Sep 6, 2023
@ggazzo ggazzo merged commit cf59c8a into develop Sep 7, 2023
@ggazzo ggazzo deleted the fix/engagement-dashboard branch September 7, 2023 18:43
@casalsgh casalsgh modified the milestones: 6.3.5, 6.4.0 Sep 8, 2023
gabriellsh added a commit that referenced this pull request Sep 19, 2023
…ove/iframeLogin

* 'develop' of github.com:RocketChat/Rocket.Chat: (29 commits)
  fix: Disables `GenericMenu` without any sections or items (#30319)
  i18n: Language update from LingoHub 🤖 on 2023-09-18Z (#30426)
  chore:  remove connectToCloud option (#30430)
  chore: remove Troubleshoot options (#30429)
  chore: bump fuselage packages (#30424)
  chore: Webhooks page refactor (#30274)
  chore: color palette changes (#30385)
  fix: increase cron job check delay to 1 min (#30402)
  fix: Presence broadcast isn't enabled after license validation (#30282)
  test: create non private team and readonly team (#30371)
  Bump version to 6.5.0-develop
  refactor: Implement functional code for the 'useFilteredApps' hook (#30279)
  Release 6.4.0-rc.1
  Release 6.3.6
  regression: Login page callout messages (#30399)
  test: tests for muting and unmuting (#30286)
  regression: Fix rooms table not showing teams (#30361)
  regression: Move queue-timeout setting to CE and remove dependency on waiting queue (#30386)
  fix: engagement dashboard not working (#30277)
  Bump 6.3.6
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants