-
Notifications
You must be signed in to change notification settings - Fork 53
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
chore: cherry-pick #625 to 7.52.x #634
Conversation
Hi @AObuchow. Thanks for your PR. I'm waiting for a eclipse-che member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
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.
So that the commit log is more clear about blockers fixed for the product, can you update your commit message so it refers to the original commit message? Add external attributes to workspaces
is much more descriptive than cherrypick #625
, and will make it immediately obvious when checking the commit log that a fix was ported (and especially WHY).
Sounds good to me - will update it shortly :) |
82bcc11
to
bcf9e4f
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 (in terms of commit message metadata) but not an SME so don't trust me here... especially with the comment above about that this cherrypick broke stuff and wasn't completely straightforward.
bcf9e4f
to
6240801
Compare
1 similar comment
dumb question.... do we need to run tests with node 14? it's EOL soon and 16 is the LTS version |
a454629
to
e4d998a
Compare
Allows for injecting storage-type and external config attributes into devworkspaces Signed-off-by: Andrew Obuchowicz <[email protected]>
e4d998a
to
23c619c
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: AObuchow, nickboldt, olexii4 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* fix: storage type select widget Signed-off-by: Oleksii Orel <[email protected]>
23c619c
to
e8565de
Compare
New changes are detected. LGTM label has been removed. |
the PR checks will never pass because they require docker login to quay.io, which uses secrets that will never be accessible to @AObuchow 's fork, only this repo. |
Closing in favour of #635 |
What does this PR do?
Add changes from #625 into the 7.52.x branch.
This back port led to some conflicts, so hopefully I resolved them properly. If not, feel free to either modify this PR or discard it and redo it yourself.
What issues does this PR fix or reference?
eclipse-che/che#21405
Is it tested? How?
I ran the automated tests with
npm run test