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

When flux install is complete, cluster list should auto-refresh #71

Closed
josefaworks opened this issue Sep 17, 2021 · 2 comments
Closed
Assignees
Labels
feature New feature request UI UI issue or enhancement
Projects

Comments

@josefaworks
Copy link

josefaworks commented Sep 17, 2021

Currently when flux install completes, a user must manually click the refresh button to update the list of clusters.

As a user, I'd like for the list of clusters to automatically refresh when flux install is complete so that I am not left guessing what to do next (ie: click refresh) or if the install worked properly.

Related to ticket #17

@josefaworks josefaworks created this issue from a note in Backlog (Needs triage) Sep 17, 2021
@josefaworks josefaworks removed this from Needs triage in Backlog Sep 17, 2021
@josefaworks josefaworks added this to To do in Sprint 4 via automation Sep 17, 2021
@RandomFractals
Copy link
Collaborator

RandomFractals commented Sep 20, 2021

@usernamehw this feature implementation will require a working flux terminal as described in #48, flux nodes state parser from #77, and calling clusters tree view refresh command with Sources and Applications view refreshes you already added in #75.

@RandomFractals RandomFractals added feature New feature request UI UI issue or enhancement labels Sep 20, 2021
@RandomFractals RandomFractals added this to To do in Sprint 5 Sep 23, 2021
@RandomFractals RandomFractals removed this from To do in Sprint 4 Sep 23, 2021
@usernamehw usernamehw moved this from To do to In progress in Sprint 5 Sep 27, 2021
usernamehw added a commit that referenced this issue Sep 27, 2021
- shell with output - implement showing progress of terminal command in output view
- do not always add newline in output view
@usernamehw
Copy link
Collaborator

usernamehw commented Sep 27, 2021

Cluster list now auto-refreshes after install/uninstall and uses output view (instead of the terminal) for showing progress:

Screenshot (257)

Uninstall commands requires for user to type y and that's not possible with output view, so the confirmation was moved into a modal dialog:

Screenshot (258)

Sprint 5 automation moved this from In progress to Done Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request UI UI issue or enhancement
Projects
No open projects
Development

No branches or pull requests

3 participants