Skip to content

Conversation

@Szarny
Copy link
Contributor

@Szarny Szarny commented Jun 1, 2022

What this PR does / why we need it:

This PR includes part of #3673 changes related to gRPC and code gen.

Which issue(s) this PR fixes:

Fixes partially #3534

Does this PR introduce a user-facing change?:

NONE

@Szarny Szarny requested a review from nghialv as a code owner June 1, 2022 08:21
@Szarny Szarny self-assigned this Jun 1, 2022
@Szarny Szarny requested review from khanhtc1202 and knanao as code owners June 1, 2022 08:21
@Szarny Szarny marked this pull request as draft June 1, 2022 08:21
@Szarny Szarny changed the title Update proto definition to add Piped restart feature Add feature to show piped config on web console: gRPC Jun 1, 2022
@Szarny Szarny changed the title Add feature to show piped config on web console: gRPC Add feature to show piped config on web console (gRPC) Jun 1, 2022
# Conflicts:
#	pkg/app/server/service/pipedservice/service.pb.go
#	pkg/model/piped.pb.go
@Szarny Szarny changed the base branch from master to feature/3534-restart-piped-master June 1, 2022 09:05
@Szarny Szarny marked this pull request as ready for review June 1, 2022 09:09
@Szarny Szarny changed the title Add feature to show piped config on web console (gRPC) Add feature to restart piped via web console (gRPC) Jun 1, 2022
// to determine whether Piped should be restarted with another version or not.
string desired_version = 30;
// The flag to determine whether Piped should be restarted with current config.
bool need_restart = 31;
Copy link
Member

Choose a reason for hiding this comment

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

@Szarny How about doing it via Command instead of via this flag?
FYI, Command is also being used for other tasks like canceling deployment, syncing a new deployment from the web console.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants