Skip to content
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

feat(ws): Implement Start restart and stop workspace actions #162

Conversation

ElayAharoni
Copy link

Fixes: #146

Implemented Start, restart and stop workspace actions present in the workspace table actions kebab dropdown.
with the requested buttons and warning, from the issue description.
snapshots:

  1. start with pending updates:
    image

  2. restart without pending updates:
    image

  3. stop without pending updates:
    image

  4. stop with pending updates:
    image

  5. restart with pending updates:
    image

@ElayAharoni ElayAharoni force-pushed the add-start-stop-and-restart-actions-to-workspaces-table branch from f56e1a3 to 1ee488d Compare January 6, 2025 11:27
Copy link

@paulovmr paulovmr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @ElayAharoni , thanks for the PR. IMO, we should have one component (and its .tsx file) for each of those modals, instead of managing UI features as React states. This way each component would be isolated and could call the appropriate BFF service to execute its action. In the Workspaces.tsx, we would have only the const [isXModalOpen, setIsXModalOpen] = React.useState(false); boolean state to manage if each popup is opened or not.

This idea is similar to what Model Registry does with ModelVersionsTableRow using the ArchiveModelVersionModal modal.

@ElayAharoni ElayAharoni force-pushed the add-start-stop-and-restart-actions-to-workspaces-table branch 6 times, most recently from 759dd78 to b57356a Compare January 9, 2025 13:39
@ElayAharoni ElayAharoni force-pushed the add-start-stop-and-restart-actions-to-workspaces-table branch 3 times, most recently from 83de775 to db40107 Compare January 30, 2025 14:09
@ElayAharoni
Copy link
Author

i have made changes according to @thesuperzapper requests.
also this is the change after rebasing the latest changes.
https://www.loom.com/share/50623d12b176400e9d9ef1c0189b2afa

@ElayAharoni ElayAharoni force-pushed the add-start-stop-and-restart-actions-to-workspaces-table branch from db40107 to 4fef141 Compare February 2, 2025 09:30
@google-oss-prow google-oss-prow bot added size/XL and removed size/L labels Feb 2, 2025
Copy link

@paulovmr paulovmr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @ElayAharoni , thanks for adding all the redirect information on this UI. I still think we should have one component (in its own .tsx file) for each of those modals as we discussed before, with a reusable component in a separate file for the redirects information. The WorkspaceActionAlert currently has a lot of responsibilities, and the separation would help the understanding and maintainability of this code.

@ElayAharoni ElayAharoni force-pushed the add-start-stop-and-restart-actions-to-workspaces-table branch 3 times, most recently from 4558e11 to 59060e3 Compare February 5, 2025 14:09
@ElayAharoni
Copy link
Author

hi @paulovmr i did the requested changes

Copy link

@paulovmr paulovmr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @ElayAharoni , the components modularity looks good to me now! I've left a few comments inline, and I have a few suggestions regarding some naming:

  • Consider renaming RestartActionAlert to WorkspaceRestartActionModal (and similarly to the others)
  • Consider renaming ActionWithUpdatesBody to WorkspaceRedirectInformationView
  • Consider changing the activeActionData state to be only a enum with the type of the action. The already existing selectedWorkspace state could be used to hold the workspace and passed to the modal directly. Also please consider renaming it to activeActionType.

@ElayAharoni ElayAharoni force-pushed the add-start-stop-and-restart-actions-to-workspaces-table branch 5 times, most recently from 5cd2049 to 2da85b8 Compare February 6, 2025 15:00
@ElayAharoni ElayAharoni force-pushed the add-start-stop-and-restart-actions-to-workspaces-table branch 2 times, most recently from 7403a63 to 12e2f9b Compare February 6, 2025 16:12
Signed-off-by: Elay Aharoni (EXT-Nokia) <[email protected]>
@ElayAharoni ElayAharoni force-pushed the add-start-stop-and-restart-actions-to-workspaces-table branch from 12e2f9b to 8114ef4 Compare February 6, 2025 16:26
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ederign, paulovmr

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ederign
Copy link
Member

ederign commented Feb 6, 2025

/lgtm

@google-oss-prow google-oss-prow bot added the lgtm label Feb 6, 2025
@google-oss-prow google-oss-prow bot merged commit 4cbc26e into kubeflow:notebooks-v2 Feb 6, 2025
4 checks passed
Mohamed-ben-khemis pushed a commit to Mohamed-ben-khemis/notebooks that referenced this pull request Mar 13, 2025
…w#162)

Signed-off-by: Elay Aharoni (EXT-Nokia) <[email protected]>
Co-authored-by: Elay Aharoni (EXT-Nokia) <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants