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

feat: new licenses.info endpoint #30473

Merged
merged 28 commits into from
Oct 3, 2023
Merged

feat: new licenses.info endpoint #30473

merged 28 commits into from
Oct 3, 2023

Conversation

pierre-lehnen-rc
Copy link
Contributor

Proposed changes (including videos or screenshots)

Issue(s)

Steps to test or reproduce

Further comments

@changeset-bot
Copy link

changeset-bot bot commented Sep 22, 2023

🦋 Changeset detected

Latest commit: a88e3e5

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/rest-typings Minor
@rocket.chat/license Patch
@rocket.chat/meteor Minor
@rocket.chat/core-services Patch
@rocket.chat/ui-contexts Major
@rocket.chat/account-service Patch
@rocket.chat/authorization-service Patch
@rocket.chat/ddp-streamer Patch
@rocket.chat/stream-hub-service Patch
@rocket.chat/api-client Patch
@rocket.chat/ddp-client Patch
@rocket.chat/omnichannel-services Patch
@rocket.chat/presence Patch
rocketchat-services Patch
@rocket.chat/omnichannel-transcript Patch
@rocket.chat/presence-service Patch
@rocket.chat/queue-worker Patch
@rocket.chat/fuselage-ui-kit Major
@rocket.chat/gazzodown 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/livechat Patch
@rocket.chat/core-typings Minor
@rocket.chat/cron Patch
@rocket.chat/model-typings Patch
@rocket.chat/pdf-worker Patch
@rocket.chat/models 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 22, 2023

Codecov Report

Merging #30473 (a88e3e5) into develop (c0ef13a) will increase coverage by 0.00%.
The diff coverage is 5.88%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop   #30473   +/-   ##
========================================
  Coverage    50.92%   50.93%           
========================================
  Files          809      803    -6     
  Lines        15005    15014    +9     
  Branches      2723     2733   +10     
========================================
+ Hits          7642     7647    +5     
+ Misses        6954     6945    -9     
- Partials       409      422   +13     
Flag Coverage Δ
e2e 48.67% <ø> (+0.11%) ⬆️
unit 62.56% <5.88%> (-0.44%) ⬇️

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

apps/meteor/ee/server/api/licenses.ts Outdated Show resolved Hide resolved
const limits = (
(license &&
(await Promise.all(
(['activeUsers', 'guestUsers', 'privateApps', 'marketplaceApps', 'monthlyActiveContacts'] as LicenseLimitKind[])
Copy link
Contributor

Choose a reason for hiding this comment

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

Think this would be better as a constant for readability

@ggazzo ggazzo force-pushed the feat/nbj-295-license-v3-type branch from 24062c3 to 79fe515 Compare September 28, 2023 19:34
Base automatically changed from feat/nbj-295-license-v3-type to develop September 28, 2023 22:17
@pierre-lehnen-rc pierre-lehnen-rc marked this pull request as ready for review October 2, 2023 19:25
@pierre-lehnen-rc pierre-lehnen-rc requested review from a team as code owners October 2, 2023 19:25
@ggazzo ggazzo merged commit a98f3ff into develop Oct 3, 2023
40 of 41 checks passed
@ggazzo ggazzo deleted the feat/license3-cont branch October 3, 2023 20:27
gabriellsh added a commit that referenced this pull request Oct 6, 2023
…t into improve/ui-caching

* 'improve/ui-caching' of github.com:RocketChat/Rocket.Chat: (40 commits)
  Update .changeset/wicked-humans-hang.md
  feat: Save visitor's activity on agent's interaction (#30222)
  chore: update mentions upsell modal content (#30503)
  fix: font-disabled color (#30569)
  chore: anchor text-decoration rules (#30485)
  chore: `AccessibilityPage` hide Enterprise tag when is EE (#30486)
  chore: Replace `Field.[SUBCOMPONENT]` in favor of named imports (#30501)
  fix: Check for room scoped permissions for creating discussions (#30497)
  ci: fix Docker image build for production (#30562)
  chore: Fix triggers flaky tests (#30530)
  chore: get translations from CDN (#30331)
  feat: new `licenses.info` endpoint (#30473)
  ci: run tests from forks (#30556)
  regression: unmarked dangling promise on license validation (#30557)
  regression: fix initializing startup order (#30555)
  feat: push notification statistics (#30269)
  chore: do not focus messagebox on mobile devices (#30553)
  chore: add the new endpoints to sync with cloud (#30546)
  fix: in forward search field, user cannot be found by name (Full Name) (#29663)
  chore: set license public key v3 with v2 (#30548)
  ...
debdutdeb pushed a commit that referenced this pull request Oct 26, 2023
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.

4 participants