-
Notifications
You must be signed in to change notification settings - Fork 167
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
Deleting workbench resource makes workbench editable #3368
Conversation
Thanks! @pnaik1 LGTM! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3368 +/- ##
==========================================
- Coverage 85.08% 85.07% -0.01%
==========================================
Files 1329 1330 +1
Lines 29931 29989 +58
Branches 8200 8216 +16
==========================================
+ Hits 25466 25514 +48
- Misses 4465 4475 +10
... and 5 files with indirect coverage changes Continue to review 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.
Left some comments, code lgtm overall. I still need to test it on a live cluster.
frontend/src/pages/projects/screens/spawner/environmentVariables/utils.ts
Outdated
Show resolved
Hide resolved
frontend/src/pages/projects/screens/spawner/environmentVariables/AlertWarningText.tsx
Outdated
Show resolved
Hide resolved
frontend/src/pages/projects/screens/spawner/environmentVariables/AlertWarningText.tsx
Outdated
Show resolved
Hide resolved
frontend/src/pages/projects/screens/spawner/environmentVariables/useNotebookEnvVariables.tsx
Outdated
Show resolved
Hide resolved
frontend/src/pages/projects/screens/spawner/environmentVariables/AlertWarningText.tsx
Outdated
Show resolved
Hide resolved
frontend/src/pages/projects/screens/spawner/environmentVariables/utils.ts
Outdated
Show resolved
Hide resolved
frontend/src/pages/projects/screens/spawner/environmentVariables/AlertWarningText.tsx
Show resolved
Hide resolved
frontend/src/pages/projects/screens/spawner/environmentVariables/AlertWarningText.tsx
Outdated
Show resolved
Hide resolved
frontend/src/pages/projects/screens/spawner/environmentVariables/AlertWarningText.tsx
Outdated
Show resolved
Hide resolved
99d2931
to
a1234bb
Compare
frontend/src/pages/projects/screens/spawner/environmentVariables/useNotebookEnvVariables.tsx
Outdated
Show resolved
Hide resolved
frontend/src/pages/projects/screens/spawner/environmentVariables/useNotebookEnvVariables.tsx
Outdated
Show resolved
Hide resolved
FYI, I have modified the existing |
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
/retest |
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.
this looks good
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: DaoDaoNoCode, Gkrumbach07 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 |
https://issues.redhat.com/browse/RHOAIENG-1891
Description
How Has This Been Tested?
Test Impact
added cypress test
Request review criteria:
Self checklist (all need to be checked):
If you have UI changes:
After the PR is posted & before it merges:
main