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: sync client versioning #5645

Merged
merged 1 commit into from
Feb 5, 2024
Merged

Conversation

darkskygit
Copy link
Member

@darkskygit darkskygit commented Jan 19, 2024

after this pr, server will only accept client that have some major version
the client version <0.12 will be rejected by the server, >= 0.12 can receive outdated messages and notify users
fix TOV-216

Copy link

graphite-app bot commented Jan 19, 2024

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

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

You can enable merging using labels in your Graphite merge queue settings.

Copy link
Member Author

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.

Copy link

codecov bot commented Jan 19, 2024

Codecov Report

Attention: 65 lines in your changes are missing coverage. Please review.

Comparison is base (5ca0d65) 65.02% compared to head (25e8a2a) 65.14%.

Files Patch % Lines
...kend/server/src/core/sync/events/events.gateway.ts 6.52% 43 Missing ⚠️
packages/frontend/workspace-impl/src/cloud/sync.ts 0.00% 9 Missing ⚠️
...ges/frontend/workspace-impl/src/cloud/awareness.ts 0.00% 7 Missing ⚠️
...s/common/infra/src/workspace/engine/sync/engine.ts 40.00% 2 Missing and 1 partial ⚠️
...ges/common/infra/src/workspace/engine/sync/peer.ts 40.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           canary    #5645      +/-   ##
==========================================
+ Coverage   65.02%   65.14%   +0.12%     
==========================================
  Files         345      345              
  Lines       19597    19536      -61     
  Branches     1652     1649       -3     
==========================================
- Hits        12742    12727      -15     
+ Misses       6637     6589      -48     
- Partials      218      220       +2     
Flag Coverage Δ
server-test 71.47% <18.86%> (+0.29%) ⬆️
unittest 46.41% <15.38%> (-0.16%) ⬇️

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 force-pushed the darksky/sync-client-versioning branch 4 times, most recently from 0b40579 to 1220469 Compare January 26, 2024 07:54
@darkskygit darkskygit force-pushed the darksky/sync-client-versioning branch 2 times, most recently from 189075e to 6aa33fc Compare January 31, 2024 08:53
@github-actions github-actions bot added the mod:infra Environment related issues and discussions label Jan 31, 2024
@darkskygit darkskygit force-pushed the darksky/sync-client-versioning branch 2 times, most recently from ca97d71 to 505b10b Compare February 2, 2024 07:33
@darkskygit darkskygit force-pushed the darksky/sync-client-versioning branch from 48f272d to 5b19927 Compare February 2, 2024 09:27
@darkskygit darkskygit marked this pull request as ready for review February 2, 2024 09:27
@darkskygit darkskygit force-pushed the darksky/sync-client-versioning branch from 5b19927 to 7b6b83b Compare February 5, 2024 08:19
Copy link

nx-cloud bot commented Feb 5, 2024

Copy link

graphite-app bot commented Feb 5, 2024

Merge activity

after this pr, server will only accept client that have some major version
the client version <0.12 will be rejected by the server, >= 0.12 can receive outdated messages and notify users
@darkskygit darkskygit force-pushed the darksky/sync-client-versioning branch from 905bc11 to 25e8a2a Compare February 5, 2024 08:43
@graphite-app graphite-app bot merged commit 25e8a2a into canary Feb 5, 2024
38 of 42 checks passed
@graphite-app graphite-app bot deleted the darksky/sync-client-versioning branch February 5, 2024 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app:core app:server mod:infra Environment related issues and discussions mod:workspace-impl
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants