-
Notifications
You must be signed in to change notification settings - Fork 43
feat(ws): Notebooks v2 add secrets to workspace creation properties #303
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
base: notebooks-v2
Are you sure you want to change the base?
feat(ws): Notebooks v2 add secrets to workspace creation properties #303
Conversation
Signed-off-by: Hen Schwartz (EXT-Nokia) <[email protected]>
Signed-off-by: Hen Schwartz (EXT-Nokia) <[email protected]>
…mockup kubeflow#203 (kubeflow#237) * feat(ws): Notebooks 2.0 // Frontend // Workspace Kind Viewer // Live mockup kubeflow#203 Signed-off-by: Liav Weiss (EXT-Nokia) <[email protected]> * feat(ws): Notebooks 2.0 // Frontend // Workspace Kind Viewer // Live mockup kubeflow#203 Signed-off-by: Liav Weiss (EXT-Nokia) <[email protected]> * feat(ws): Notebooks 2.0 // Frontend // Workspace Kind Viewer // Live mockup kubeflow#203 Signed-off-by: Liav Weiss (EXT-Nokia) <[email protected]> * feat(ws): Notebooks 2.0 // Frontend // Workspace Kind Viewer // Live mockup kubeflow#203 Signed-off-by: Liav Weiss (EXT-Nokia) <[email protected]> * feat(ws): Notebooks 2.0 // Frontend // Workspace Kind Viewer // Live mockup kubeflow#203 Signed-off-by: Liav Weiss (EXT-Nokia) <[email protected]> * feat(ws): Notebooks 2.0 // Frontend // Workspace Kind Viewer // Live mockup kubeflow#203 Signed-off-by: Liav Weiss (EXT-Nokia) <[email protected]> * feat(ws): Notebooks 2.0 // Frontend // Workspace Kind Viewer // Live mockup kubeflow#203 Signed-off-by: Liav Weiss (EXT-Nokia) <[email protected]> --------- Signed-off-by: Liav Weiss (EXT-Nokia) <[email protected]> Co-authored-by: Liav Weiss (EXT-Nokia) <[email protected]>
…eflow#264) Signed-off-by: Jenny <[email protected]>
…eflow#264) Signed-off-by: Jenny <[email protected]>
Signed-off-by: Jenny <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
9c0a3ce
to
de8fe2a
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.
Thanks @thaorell for the PR! I left a few comments, after those are fixed and we get the dependent PR merged and your branch rebased, I can do a final review.
} from '@patternfly/react-core'; | ||
import { WorkSpaceSecret } from '~/shared/types'; | ||
|
||
interface WorkspaceCreationSecretsProps { |
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.
interface WorkspaceCreationSecretsProps { | |
interface WorkspaceCreationPropertiesSecretsProps { |
secrets: WorkSpaceSecret[]; | ||
} | ||
|
||
export interface WorkSpaceSecret { |
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.
export interface WorkSpaceSecret { | |
export interface WorkspaceSecret { |
)} | ||
</ExpandableSection> | ||
{!isSecretsExpanded && ( | ||
<div style={{ paddingLeft: '36px' }}> |
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.
Please consider adding a message here, similarly to volumes. @jenny-s51 Any suggestions on the message to use here?
</Table> | ||
)} | ||
<Button variant="primary" onClick={() => setIsModalOpen(true)} style={{ marginTop: '1rem' }}> | ||
Create Secrets |
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.
Create Secrets | |
Create Secret |
Create Secrets | ||
</Button> | ||
<Modal isOpen={isModalOpen} onClose={clearForm} variant={ModalVariant.small}> | ||
<ModalHeader |
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.
Please consider adding a description
to the ModalHeader
, similarly to volumes. @jenny-s51 Any suggestions on the message to use here?
Signed-off-by: Charles Thao <[email protected]>
de8fe2a
to
24c4046
Compare
/ok-to-test |
closes: #267
related: depends on #262
Note:
defaultMode
and stores it as decimal before submitting back to API2025_05_01-15_35_11.webm