-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add desktop IDE image support in registry-facade and ws-manager #6364
Conversation
Codecov Report
@@ Coverage Diff @@
## main #6364 +/- ##
===========================================
+ Coverage 19.04% 40.92% +21.88%
===========================================
Files 2 36 +34
Lines 168 7381 +7213
===========================================
+ Hits 32 3021 +2989
- Misses 134 4126 +3992
- Partials 2 234 +232
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
Thank you very much for splitting this out. I'm somewhat surprised to see the change in this way, considering the original draft.
How much effort would it be to align this with the original design?
256e296
to
afa6acd
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.
Thank you for making that change.
We're not yet setting DeprecatedIdeImage
when returning a WorkspaceSpec
, that's backwards incompatible.
The remainder of changes could be put in place in a follow up PR.
d1f9eae
to
1fc23ff
Compare
1fc23ff
to
17967fb
Compare
@csweichel It's done. |
Awesome. Thank you for making those changes. /lgtm |
LGTM label has been added. Git tree hash: dc4e900431f89b0442ce19bc69f1fce73ba40780
|
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.
server changes LGTM
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: csweichel, geropl Associated issue: #6270 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
This PR has the parts of the umbrella PR #6270 that changes
registry-facade
andws-manager
to support desktop IDE images.See #6270 (comment) for more info.
Release Notes