-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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): client version check #9205
base: canary
Are you sure you want to change the base?
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
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. |
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 9ea6742. 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 6 targets
Sent with 💌 from NxCloud. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## canary #9205 +/- ##
==========================================
+ Coverage 51.66% 51.76% +0.09%
==========================================
Files 2154 2158 +4
Lines 97039 97225 +186
Branches 16173 16192 +19
==========================================
+ Hits 50140 50332 +192
+ Misses 45567 45142 -425
- Partials 1332 1751 +419
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Add some tests
1e876b8
to
6de0745
Compare
eb7c0a5
to
6a54784
Compare
12b06fa
to
f95fbe9
Compare
} | ||
} | ||
|
||
async checkVersion(clientVersion?: any) { |
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.
we might need the channel control, cross channel connections should be forbidden
f95fbe9
to
f91d9a2
Compare
f91d9a2
to
fae6343
Compare
No description provided.