-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update VS Code References (settings sync schema, leeway) #8077
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
Conversation
/hold |
I guess how to test section should explain how to define a user task which can be shared and how to verify that it is shared? |
@filiptronicek should it be opened for review. why is it still a draft? |
Because build is failed, still need change code |
components/gitpod-db/src/typeorm/entity/db-code-sync-resource.ts
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## main #8077 +/- ##
=========================================
+ Coverage 8.41% 10.86% +2.44%
=========================================
Files 33 18 -15
Lines 2340 1022 -1318
=========================================
- Hits 197 111 -86
+ Misses 2138 909 -1229
+ Partials 5 2 -3
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Adding blocked label, some input required from @jeanp413 to help out @filiptronicek to get this one merged. Please sync, and let us know if there's any other support you need 🙏 . |
Today I dug through what the This is an example object of the {
"session": "401d5491-c3bd-4605-9175-ce33aaf8c9d5",
"latest": {
"extensions": "371d597e-e82e-41ed-ac89-6f497bca8872",
"globalState": "43754c45-e198-4783-8a13-cc87d670c44c",
"machines": "d14884d9-0f6d-48a6-90b9-664db8e9a240",
"settings": "34459307-8332-4b50-a04e-756557358f0d"
},
"ref": "W/\"10a-egzfJAhstbSergamP5WP7tpzSsI\""
} Aaaah, found its origin, it's an ETag! |
Good find, here's where it's used |
@jeanp413 it looks like we already indeed serve weak etags with the requests (as indicated by the etag starting with Thet etag is added precisely here (so not express, but our code):
|
e002157
to
8f253aa
Compare
8f253aa
to
6d5f83e
Compare
d9af5fe
to
e4df08c
Compare
e4df08c
to
a6ead73
Compare
/werft run with-clean-slate-deployment 👍 started the job as gitpod-build-ft-update-vscode-refs.12 |
components/gitpod-db/src/typeorm/entity/db-code-sync-resource.ts
Outdated
Show resolved
Hide resolved
d145755
to
1626f22
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.
LGTM
b591e3a
to
3ea60f9
Compare
Remove Theia assignments Co-authored-by: Jean Pierre <[email protected]>
3ea60f9
to
234a82f
Compare
/unhold |
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.
LGTM
Description
This PR does two things:
a. Specifically, user tasks can be synced with this PR
vscode
to the new one ->openvscode-server
Related Issue(s)
Follow-up to #8048
How to test
Make sure user tasks are synced correctly. In order to do that, do the following:
Release Notes