-
Notifications
You must be signed in to change notification settings - Fork 891
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/plugins/vis_type_table directory #97
[Rename] Refactored src/plugins/vis_type_table directory #97
Conversation
Signed-off-by: Mihir Soni <[email protected]>
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.
Just a few comments but LG
@@ -31,7 +31,7 @@ jest.mock('./table_vis_response_handler', () => ({ | |||
describe('interpreter/functions#table', () => { | |||
const fn = functionWrapper(createTableVisFn()); | |||
const context = { | |||
type: 'kibana_datatable', | |||
type: 'opensearch_dashboardsdatatable', |
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.
i think would be opensearch_dashboards_datatable
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.
Fixd
@@ -39,14 +39,14 @@ interface RenderValue { | |||
} | |||
|
|||
export const createTableVisFn = (): ExpressionFunctionDefinition< | |||
'kibana_table', | |||
'opensearch_dashboardstable', |
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.
i believe opensearch_dashboards_table
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.
Fixed.
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.
Looks good
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! Thanks!
* [Rename] Refactored src/plugins/vis_type_table directory Signed-off-by: Mihir Soni <[email protected]>
* [Rename] Refactored src/plugins/vis_type_table directory Signed-off-by: Mihir Soni <[email protected]>
* [Rename] Refactored src/plugins/vis_type_table directory Signed-off-by: Mihir Soni <[email protected]>
…opensearch-project#97) Signed-off-by: yuye-aws <[email protected]>
…opensearch-project#97) Signed-off-by: yuye-aws <[email protected]>
…opensearch-project#97) Signed-off-by: yuye-aws <[email protected]>
Signed-off-by: Mihir Soni [email protected]
Issue #, if available: #37
Description of changes: Refactored src/plugins/vis_type_table directory
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.