Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat(UI): add workspace restart button#7137

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Kira-Pilot merged 11 commits intomainfromw-restart-btn/kira-pilot
Apr 14, 2023

Conversation

@Kira-Pilot
Copy link
Member

This PR replaces#7070 andresolves#6241 (but not#5800). We've decided to implement the restart functionality entirely on the FE after realizing the previous PR would require Provisioner changes, and this small feature does not warrant such a change at this point in time.
Kapture 2023-04-14 at 10 59 16

@Kira-PilotKira-Pilot changed the base branch frommain tobq/refactor-workspace-headerApril 14, 2023 15:03
workspace={workspace}
handleStart={()=>workspaceSend({type:"START"})}
handleStop={()=>workspaceSend({type:"STOP"})}
handleRestart={()=>workspaceSend({type:"START"})}
Copy link
MemberAuthor

Choose a reason for hiding this comment

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

Arestart is essentially just astart, so I simplified here instead of building out a new state in our workspace machine.
There might be edge cases that require astop before astart, but we do the exact same thing (start without stopping first) forupdate and we haven't had any complaints about that feature, so I figure we start simple.

Base automatically changed frombq/refactor-workspace-header tomainApril 14, 2023 15:28
Copy link
Contributor

@BrunoQuaresmaBrunoQuaresma left a comment

Choose a reason for hiding this comment

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

LGTM

@Kira-PilotKira-Pilot merged commit9ec16d4 intomainApr 14, 2023
@Kira-PilotKira-Pilot deleted the w-restart-btn/kira-pilot branchApril 14, 2023 15:48
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsApr 14, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

@sreyasreyaAwaiting requested review from sreya

1 more reviewer

@BrunoQuaresmaBrunoQuaresmaBrunoQuaresma approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

@Kira-PilotKira-Pilot

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

feat: add a restart button

3 participants

@Kira-Pilot@BrunoQuaresma

[8]ページ先頭

©2009-2025 Movatter.jp