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(server): team quota #8955

Merged
merged 45 commits into from
Dec 9, 2024
Merged

feat(server): team quota #8955

merged 45 commits into from
Dec 9, 2024

Conversation

darkskygit
Copy link
Member

@darkskygit darkskygit commented Nov 28, 2024

Copy link

graphite-app bot commented Nov 28, 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

darkskygit commented Nov 28, 2024


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

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

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

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

Copy link

nx-cloud bot commented Nov 28, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 0d1e8c7. 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 28, 2024

Codecov Report

Attention: Patch coverage is 78.75817% with 260 lines in your changes missing coverage. Please review.

Project coverage is 65.72%. Comparing base (8fe188e) to head (0d1e8c7).
Report is 1 commits behind head on canary.

Files with missing lines Patch % Lines
...ckend/server/src/core/workspaces/resolvers/team.ts 58.45% 118 Missing ⚠️
.../server/src/core/workspaces/resolvers/workspace.ts 69.02% 35 Missing ⚠️
...ckages/backend/server/src/plugins/payment/quota.ts 35.84% 34 Missing ⚠️
...ages/backend/server/src/core/permission/service.ts 88.95% 19 Missing ⚠️
packages/backend/server/src/core/quota/service.ts 90.05% 17 Missing and 1 partial ⚠️
packages/backend/server/tests/utils/invite.ts 83.33% 12 Missing ⚠️
packages/backend/server/src/core/quota/quota.ts 85.18% 8 Missing ⚠️
packages/backend/server/src/core/quota/storage.ts 93.15% 5 Missing ⚠️
...ckend/server/src/core/workspaces/resolvers/blob.ts 0.00% 5 Missing ⚠️
...ges/backend/server/src/core/features/management.ts 33.33% 2 Missing ⚠️
... and 3 more
Additional details and impacted files
@@            Coverage Diff             @@
##           canary    #8955      +/-   ##
==========================================
- Coverage   65.76%   65.72%   -0.05%     
==========================================
  Files         702      705       +3     
  Lines       39450    40523    +1073     
  Branches     3816     3890      +74     
==========================================
+ Hits        25943    26632     +689     
- Misses      13089    13475     +386     
+ Partials      418      416       -2     
Flag Coverage Δ
server-test 77.58% <78.60%> (-0.45%) ⬇️
unittest 36.14% <100.00%> (+0.04%) ⬆️

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.

@darkskygit darkskygit changed the title feat: team quota feat(server): team quota Nov 28, 2024
@darkskygit darkskygit marked this pull request as ready for review November 28, 2024 10:01
@github-actions github-actions bot added the test Related to test cases label Nov 28, 2024
@darkskygit darkskygit force-pushed the darksky/simple-team-quota branch from 0f29c82 to 0d1e8c7 Compare December 9, 2024 07:58
@forehalo forehalo merged commit 9365958 into canary Dec 9, 2024
45 checks passed
@forehalo forehalo deleted the darksky/simple-team-quota branch December 9, 2024 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app:core app:server test Related to test cases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants