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

chore: Change plan name Enterprise to Premium on marketplace #30487

Merged
merged 16 commits into from
Oct 9, 2023

Conversation

csuadev
Copy link
Contributor

@csuadev csuadev commented Sep 25, 2023

Because of the new NBJ, the Enterprise plan is going to be renamed to Premium, this introduce this change on the marketplace UI.

Proposed changes (including videos or screenshots)

image

Issue(s)

https://rocketchat.atlassian.net/browse/AECO-368

Steps to test or reproduce

Further comments

@changeset-bot
Copy link

changeset-bot bot commented Sep 25, 2023

🦋 Changeset detected

Latest commit: a86684e

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

This PR includes changesets to release 30 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/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 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 25, 2023

Codecov Report

Merging #30487 (a86684e) into develop (76c7b95) will decrease coverage by 0.14%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop   #30487      +/-   ##
===========================================
- Coverage    51.31%   51.18%   -0.14%     
===========================================
  Files          811      805       -6     
  Lines        15080    15109      +29     
  Branches      2752     2763      +11     
===========================================
- Hits          7739     7733       -6     
- Misses        6932     6949      +17     
- Partials       409      427      +18     
Flag Coverage Δ
e2e 48.47% <ø> (-0.10%) ⬇️
unit 64.93% <ø> (ø)

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

@csuadev csuadev marked this pull request as ready for review September 25, 2023 20:58
@csuadev csuadev requested a review from a team as a code owner September 25, 2023 20:58
@casalsgh casalsgh requested a review from rique223 September 26, 2023 19:28
@csuadev csuadev requested a review from tassoevan October 2, 2023 16:12
@hugocostadev
Copy link
Contributor

maybe this is outdated... I guess that the Enterprise plan continue with the same name

AlenDavid
AlenDavid previously approved these changes Oct 2, 2023
Copy link
Contributor

@AlenDavid AlenDavid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

tassoevan
tassoevan previously approved these changes Oct 3, 2023
@csuadev csuadev dismissed stale reviews from tassoevan and AlenDavid via 8419591 October 4, 2023 19:59
@dionisio-bot dionisio-bot bot added the stat: ready to merge PR tested and approved waiting for merge label Oct 6, 2023
AlenDavid
AlenDavid previously approved these changes Oct 6, 2023
@dionisio-bot dionisio-bot bot removed the stat: ready to merge PR tested and approved waiting for merge label Oct 6, 2023
@dionisio-bot dionisio-bot bot added the stat: ready to merge PR tested and approved waiting for merge label Oct 6, 2023
@dionisio-bot dionisio-bot bot added stat: ready to merge PR tested and approved waiting for merge and removed stat: ready to merge PR tested and approved waiting for merge labels Oct 6, 2023
@csuadev csuadev requested a review from AlenDavid October 6, 2023 16:46
Copy link
Contributor

@AlenDavid AlenDavid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dionisio-bot dionisio-bot bot added stat: ready to merge PR tested and approved waiting for merge and removed stat: ready to merge PR tested and approved waiting for merge labels Oct 9, 2023
@dionisio-bot dionisio-bot bot added stat: ready to merge PR tested and approved waiting for merge and removed stat: ready to merge PR tested and approved waiting for merge labels Oct 9, 2023
@dionisio-bot dionisio-bot bot added stat: ready to merge PR tested and approved waiting for merge and removed stat: ready to merge PR tested and approved waiting for merge labels Oct 9, 2023
@dionisio-bot dionisio-bot bot added stat: ready to merge PR tested and approved waiting for merge and removed stat: ready to merge PR tested and approved waiting for merge labels Oct 9, 2023
@kodiakhq kodiakhq bot merged commit 06a8e30 into develop Oct 9, 2023
43 checks passed
@kodiakhq kodiakhq bot deleted the chore/AECO-368-enterprise-to-premium-marketplace branch October 9, 2023 18:25
gabriellsh added a commit that referenced this pull request Oct 11, 2023
…/mentionBot

* 'develop' of github.com:RocketChat/Rocket.Chat:
  fix: Auto-translate doesn't work on E2E rooms (#30369)
  test: Validate monitors data access (#30593)
  fix: reset file input after uploading file (#30529)
  refactor: AutoCompleteTagsMultiple to TS (#30577)
  fix: DM room stay "read only" after the deactivate and reactivate user with "guest" role (#30459)
  fix: Change plan name from Enterprise to Premium on marketplace filtering (#30616)
  regression: test license from cloud (#30609)
  fix: Unable to send attachments via email as an omni-agent (#30525)
  ci: fix lint task
  fix: cloud alerts (#30607)
  feat: License trigger cloud sync after reach limits (#30603)
  chore: Change plan name Enterprise to Premium on marketplace (#30487)
  chore: Improve cache of static files (#30290)
  regression: Undefined MAC count on startup cloud sync (#30605)
  chore: Change Records page name to Reports (#30513)
@casalsgh casalsgh added this to the 6.5.0 milestone Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
squad: apps ecosystem AECO stat: ready to merge PR tested and approved waiting for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants