-
Notifications
You must be signed in to change notification settings - Fork 65
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: Split functionality between server:deploy and server:star commands #990
Conversation
src/commands/server/start.ts
Outdated
import { getCommandFailMessage, getCommandSuccessMessage, initializeContext } from '../../util' | ||
|
||
export default class Start extends Command { | ||
static description = 'start Eclipse Che server' |
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.
start
-> Start
?
src/util.ts
Outdated
* Returns command success message with execution time. | ||
*/ | ||
export function getCommandFailMessage(command: Command, ctx: any): string { |
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.
Maybe error message?
@@ -2134,11 +2134,11 @@ ecc-jsbn@~0.1.1: | |||
|
|||
"eclipse-che-operator@git://github.com/eclipse/che-operator#master": | |||
version "0.0.0" | |||
resolved "git://github.com/eclipse/che-operator#2e0bfecd456e20e2c289533fe40f05e5c5d78f3e" | |||
resolved "git://github.com/eclipse/che-operator#2e957457f5ab5a9fd370f8915ffedd0c321af240" |
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.
Do we need to update yarn.lock
?
src/common-flags.ts
Outdated
export const LOG_DIRECTORY_KEY = 'directory' | ||
export const directory = string({ |
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.
Since it is sort of general properties I would like to have logs
in prefix
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mmorhun, tolusha 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 |
New changes are detected. LGTM label has been removed. |
/retest |
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
/retest |
What does this PR do?
Split functionality between server:deploy and server:star commands
Screenshot/screencast of this PR
What issues does this PR fix or reference?
eclipse-che/che#18015
How to test this PR?
server:deploy
,server:start
in a different orderPR Checklist
As the author of this Pull Request I made sure that:
What issues does this PR fix or reference
andHow to test this PR
completedReviewers
Reviewers, please comment how you tested the PR when approving it.