-
Notifications
You must be signed in to change notification settings - Fork 912
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
[Rename] Refactored src/cli_plugin/* #77
[Rename] Refactored src/cli_plugin/* #77
Conversation
Signed-off-by: Mihir Soni <mihirsoni.123@gmail.com>
Signed-off-by: Mihir Soni <mihirsoni.123@gmail.com>
Signed-off-by: Mihir Soni <mihirsoni.123@gmail.com>
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.
LGTM! Just a NIT that actually wont need to be changed if you don't want to.
|
||
it('produces expected defaults', function () { | ||
expect(parse(command, { ...defaultOptions }, kbnPackage)).toMatchInlineSnapshot(` | ||
expect(parse(command, { ...defaultOptions }, osdPackage)).toMatchInlineSnapshot(` | ||
Object { | ||
"config": "", | ||
"plugin": "plugin name", |
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.
NIT: looks like a test and could probably can replace line 64 and 91: elastic and kibana plugins?
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.
LGTM
* [Rename] Refactored src/cli_plugin/* Signed-off-by: Mihir Soni <mihirsoni.123@gmail.com> * [Rename] Refactored src/cli_plugin/* Signed-off-by: Mihir Soni <mihirsoni.123@gmail.com> * [Rename] accomodate PR review feedback Signed-off-by: Mihir Soni <mihirsoni.123@gmail.com>
* [Rename] Refactored src/cli_plugin/* Signed-off-by: Mihir Soni <mihirsoni.123@gmail.com> * [Rename] Refactored src/cli_plugin/* Signed-off-by: Mihir Soni <mihirsoni.123@gmail.com> * [Rename] accomodate PR review feedback Signed-off-by: Mihir Soni <mihirsoni.123@gmail.com>
* [Rename] Refactored src/cli_plugin/* Signed-off-by: Mihir Soni <mihirsoni.123@gmail.com> * [Rename] Refactored src/cli_plugin/* Signed-off-by: Mihir Soni <mihirsoni.123@gmail.com> * [Rename] accomodate PR review feedback Signed-off-by: Mihir Soni <mihirsoni.123@gmail.com>
refactor: move workspace uiSettings registration to workspace service --------- Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
refactor: move workspace uiSettings registration to workspace service --------- Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
refactor: move workspace uiSettings registration to workspace service --------- Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
Issue #, if available: #37
Description of changes: ctored src/cli_plugin/*
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.