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(core): impl team workspace #8920

Merged
merged 1 commit into from
Dec 10, 2024
Merged

Conversation

JimmFly
Copy link
Member

@JimmFly JimmFly commented Nov 25, 2024

AF-1738 AF-1735 AF-1731 AF-1721 AF-1717 AF-1736 AF-1727 AF-1719 AF-1877
UI for team workspaces :

  • add upgrade to team & successful upgrade page ( /upgrade-to-team & /upgrade-success/team)
  • update team plans on pricing page ( settings —> pricing plans )
  • update reaching the usage/member limit modal
  • update invite member modal
  • update member CRUD options

Copy link

graphite-app bot commented Nov 25, 2024

Your org has enabled the Graphite merge queue for merging into canary

Add the label “merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

Copy link
Member Author

JimmFly commented Nov 25, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Copy link

nx-cloud bot commented Nov 25, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 612310b. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

Copy link

codecov bot commented Nov 25, 2024

Codecov Report

Attention: Patch coverage is 39.13043% with 14 lines in your changes missing coverage. Please review.

Project coverage is 65.78%. Comparing base (5d25580) to head (612310b).
Report is 1 commits behind head on canary.

Files with missing lines Patch % Lines
.../server/src/core/workspaces/resolvers/workspace.ts 40.00% 9 Missing ⚠️
.../frontend/component/src/ui/modal/confirm-modal.tsx 0.00% 2 Missing ⚠️
...nd/core/src/modules/cloud/entities/subscription.ts 0.00% 2 Missing ⚠️
.../src/modules/cloud/entities/subscription-prices.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           canary    #8920      +/-   ##
==========================================
+ Coverage   65.75%   65.78%   +0.03%     
==========================================
  Files         708      708              
  Lines       40582    40604      +22     
  Branches     3910     3913       +3     
==========================================
+ Hits        26684    26711      +27     
+ Misses      13481    13476       -5     
  Partials      417      417              
Flag Coverage Δ
server-test 77.70% <40.00%> (+0.04%) ⬆️
unittest 36.10% <37.50%> (+<0.01%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JimmFly JimmFly force-pushed the jimmfly/1125/feat-team-ui branch from 879ebf3 to 9549572 Compare November 29, 2024 06:01
@JimmFly JimmFly force-pushed the jimmfly/1125/feat-team-ui branch from 9549572 to b010fe3 Compare November 29, 2024 06:51
@JimmFly JimmFly force-pushed the jimmfly/1125/feat-team-ui branch from b010fe3 to 71b0694 Compare November 29, 2024 08:17
@JimmFly JimmFly force-pushed the jimmfly/1125/feat-team-ui branch from 71b0694 to e26236f Compare December 2, 2024 03:25
@JimmFly JimmFly force-pushed the jimmfly/1125/feat-team-ui branch 3 times, most recently from 974cbcc to e26e7cb Compare December 2, 2024 05:14
@JimmFly JimmFly force-pushed the jimmfly/1125/feat-team-ui branch from e26e7cb to 2beff12 Compare December 3, 2024 04:46
@JimmFly JimmFly force-pushed the jimmfly/1125/feat-team-ui branch from 2beff12 to aeeaec1 Compare December 3, 2024 07:17
@JimmFly JimmFly force-pushed the jimmfly/1125/feat-team-ui branch from 57a611d to b650c2a Compare December 9, 2024 09:01
Base automatically changed from darksky/simple-team-quota to canary December 9, 2024 09:51
@JimmFly JimmFly force-pushed the jimmfly/1125/feat-team-ui branch from b650c2a to 85ea5e5 Compare December 9, 2024 13:07
@JimmFly JimmFly force-pushed the jimmfly/1125/feat-team-ui branch from 85ea5e5 to 2174f53 Compare December 10, 2024 02:52
@JimmFly JimmFly force-pushed the jimmfly/1125/feat-team-ui branch from 2174f53 to c1f378d Compare December 10, 2024 03:25
@JimmFly JimmFly force-pushed the jimmfly/1125/feat-team-ui branch from c1f378d to bbee5b9 Compare December 10, 2024 03:27
@JimmFly JimmFly force-pushed the jimmfly/1125/feat-team-ui branch 4 times, most recently from ff92eda to 818adf3 Compare December 10, 2024 05:38
Copy link

graphite-app bot commented Dec 10, 2024

Merge activity

forehalo pushed a commit that referenced this pull request Dec 10, 2024
AF-1738 AF-1735 AF-1731 AF-1721 AF-1717 AF-1736 AF-1727 AF-1719 AF-1877
UI for team workspaces :
- add upgrade to team & successful upgrade page ( `/upgrade-to-team` & `/upgrade-success/team`)
- update team plans on pricing page ( settings —> pricing plans )
- update reaching the usage/member limit modal
- update invite member modal
- update member CRUD options
@forehalo forehalo force-pushed the jimmfly/1125/feat-team-ui branch from 818adf3 to cad818f Compare December 10, 2024 06:26
AF-1738 AF-1735 AF-1731 AF-1721 AF-1717 AF-1736 AF-1727 AF-1719 AF-1877
UI for team workspaces :
- add upgrade to team & successful upgrade page ( `/upgrade-to-team` & `/upgrade-success/team`)
- update team plans on pricing page ( settings —> pricing plans )
- update reaching the usage/member limit modal
- update invite member modal
- update member CRUD options
@forehalo forehalo force-pushed the jimmfly/1125/feat-team-ui branch from cad818f to 612310b Compare December 10, 2024 06:31
@graphite-app graphite-app bot merged commit 612310b into canary Dec 10, 2024
47 checks passed
@graphite-app graphite-app bot deleted the jimmfly/1125/feat-team-ui branch December 10, 2024 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app:core app:server mod:component mod:i18n Related to i18n mod:infra Environment related issues and discussions test Related to test cases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants