-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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): support team workspace subscription #8919
base: 61/refactor-payment-service
Are you sure you want to change the base?
feat(server): support team workspace subscription #8919
Conversation
Your org has enabled the Graphite merge queue for merging into canaryAdd 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. |
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 61/refactor-payment-service #8919 +/- ##
===============================================================
+ Coverage 65.58% 65.76% +0.17%
===============================================================
Files 669 671 +2
Lines 37686 38222 +536
Branches 3644 3671 +27
===============================================================
+ Hits 24716 25136 +420
- Misses 12622 12738 +116
Partials 348 348
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 05a054c. 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 targetSent with 💌 from NxCloud. |
baeab09
to
4e6b606
Compare
4e6b606
to
3267873
Compare
3267873
to
dc22bfe
Compare
dc22bfe
to
5fdae93
Compare
5fdae93
to
1db5184
Compare
08d28d7
to
0b92962
Compare
1db5184
to
05a054c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should reuse subscriptions table
close AF-1724, AF-1722