-
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/plugins/vis_type_timeseries directory #100
[Rename] Refactored src/plugins/vis_type_timeseries directory #100
Conversation
Signed-off-by: Mihir Soni <mihirsoni.123@gmail.com>
src/plugins/vis_type_timeseries/server/lib/vis_data/annotations/get_request_params.js
Outdated
Show resolved
Hide resolved
src/plugins/vis_type_timeseries/public/application/components/lib/get_interval.js
Outdated
Show resolved
Hide resolved
src/plugins/vis_type_timeseries/server/lib/vis_data/get_series_data.js
Outdated
Show resolved
Hide resolved
src/plugins/vis_type_timeseries/server/lib/vis_data/get_table_data.js
Outdated
Show resolved
Hide resolved
src/plugins/vis_type_timeseries/server/lib/vis_data/helpers/get_es_shard_timeout.test.js
Outdated
Show resolved
Hide resolved
src/plugins/vis_type_timeseries/server/lib/vis_data/helpers/get_es_shard_timeout.test.js
Outdated
Show resolved
Hide resolved
@@ -20,7 +20,7 @@ | |||
import { getEsShardTimeout } from './get_es_shard_timeout'; |
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.
getEsShardTimeout --> getOpenSearchShardTimeout
get_es_shard_timeout --> get_opensearch_shard_timeout
also the file name needs change
src/plugins/vis_type_timeseries/server/lib/vis_data/request_processors/annotations/query.js
Outdated
Show resolved
Hide resolved
src/plugins/vis_type_timeseries/server/lib/vis_data/request_processors/annotations/query.js
Outdated
Show resolved
Hide resolved
src/plugins/vis_type_timeseries/server/lib/vis_data/request_processors/annotations/query.js
Outdated
Show resolved
Hide resolved
src/plugins/vis_type_timeseries/server/lib/vis_data/request_processors/series/filter_ratios.js
Outdated
Show resolved
Hide resolved
src/plugins/vis_type_timeseries/server/lib/vis_data/request_processors/series/filter_ratios.js
Outdated
Show resolved
Hide resolved
src/plugins/vis_type_timeseries/server/lib/vis_data/request_processors/series/query.js
Outdated
Show resolved
Hide resolved
src/plugins/vis_type_timeseries/server/lib/vis_data/request_processors/series/query.js
Outdated
Show resolved
Hide resolved
src/plugins/vis_type_timeseries/server/lib/vis_data/request_processors/series/query.js
Outdated
Show resolved
Hide resolved
...plugins/vis_type_timeseries/server/lib/vis_data/request_processors/series/split_by_filter.js
Outdated
Show resolved
Hide resolved
...lugins/vis_type_timeseries/server/lib/vis_data/request_processors/series/split_by_filters.js
Outdated
Show resolved
Hide resolved
src/plugins/vis_type_timeseries/server/lib/vis_data/request_processors/table/filter_ratios.js
Outdated
Show resolved
Hide resolved
src/plugins/vis_type_timeseries/server/lib/vis_data/request_processors/table/filter_ratios.js
Outdated
Show resolved
Hide resolved
src/plugins/vis_type_timeseries/server/lib/vis_data/request_processors/table/query.js
Outdated
Show resolved
Hide resolved
src/plugins/vis_type_timeseries/server/lib/vis_data/request_processors/table/query.js
Outdated
Show resolved
Hide resolved
...gins/vis_type_timeseries/server/lib/vis_data/request_processors/table/split_by_everything.js
Outdated
Show resolved
Hide resolved
src/plugins/vis_type_timeseries/server/lib/vis_data/request_processors/table/split_by_terms.js
Outdated
Show resolved
Hide resolved
src/plugins/vis_type_timeseries/server/lib/vis_data/series/get_request_params.js
Outdated
Show resolved
Hide resolved
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.
Miss some Es. Others look 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.
Fix Anan comments but looks good otherwise
* [Rename] Refactored src/plugins/vis_type_timeseries directory Signed-off-by: Mihir Soni <mihirsoni.123@gmail.com>
* [Rename] Refactored src/plugins/vis_type_timeseries directory Signed-off-by: Mihir Soni <mihirsoni.123@gmail.com>
* [Rename] Refactored src/plugins/vis_type_timeseries directory Signed-off-by: Mihir Soni <mihirsoni.123@gmail.com>
* change workspace id size to 6 Signed-off-by: Yulong Ruan <ruanyl@amazon.com> * added license header Signed-off-by: Yulong Ruan <ruanyl@amazon.com> --------- Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
* change workspace id size to 6 Signed-off-by: Yulong Ruan <ruanyl@amazon.com> * added license header Signed-off-by: Yulong Ruan <ruanyl@amazon.com> --------- Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
* change workspace id size to 6 Signed-off-by: Yulong Ruan <ruanyl@amazon.com> * added license header Signed-off-by: Yulong Ruan <ruanyl@amazon.com> --------- Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
Signed-off-by: Mihir Soni mihirsoni.123@gmail.com
Issue #, if available: #37
Description of changes: Refactored src/plugins/vis_type_timeseries directory
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.