-
Notifications
You must be signed in to change notification settings - Fork 917
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
Logic to integrate dashboards-maps plugin with OSD for custom GeoJSON upload feature #1632
Logic to integrate dashboards-maps plugin with OSD for custom GeoJSON upload feature #1632
Conversation
…plugin Signed-off-by: Shivam Dhar <[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 one small callout, the rest looks good to me!
Signed-off-by: Shivam Dhar <[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.
Awesome! LGTM!
Codecov Report
@@ Coverage Diff @@
## main #1632 +/- ##
=======================================
Coverage 68.08% 68.08%
=======================================
Files 3072 3072
Lines 59015 59015
Branches 8924 8924
=======================================
Hits 40183 40183
Misses 16645 16645
Partials 2187 2187 Continue to review full report at Codecov.
|
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
… upload feature (#1632) * adds logic to accommodate import custom map tab from dashboards-maps plugin Signed-off-by: Shivam Dhar <[email protected]> * adds type to http and notifications Signed-off-by: Shivam Dhar <[email protected]> Co-authored-by: Shivam Dhar <[email protected]> (cherry picked from commit 6d1675c)
… upload feature (#1632) * adds logic to accommodate import custom map tab from dashboards-maps plugin Signed-off-by: Shivam Dhar <[email protected]> * adds type to http and notifications Signed-off-by: Shivam Dhar <[email protected]> Co-authored-by: Shivam Dhar <[email protected]> (cherry picked from commit 6d1675c)
… upload feature (#1632) (#1645) * adds logic to accommodate import custom map tab from dashboards-maps plugin * adds type to http and notifications Signed-off-by: Shivam Dhar <[email protected]> (cherry picked from commit 6d1675c)
… upload feature (opensearch-project#1632) * adds logic to accommodate import custom map tab from dashboards-maps plugin Signed-off-by: Shivam Dhar <[email protected]> * adds type to http and notifications Signed-off-by: Shivam Dhar <[email protected]> Co-authored-by: Shivam Dhar <[email protected]>
… upload feature (opensearch-project#1632) * adds logic to accommodate import custom map tab from dashboards-maps plugin Signed-off-by: Shivam Dhar <[email protected]> * adds type to http and notifications Signed-off-by: Shivam Dhar <[email protected]> Co-authored-by: Shivam Dhar <[email protected]>
… upload feature (opensearch-project#1632) * adds logic to accommodate import custom map tab from dashboards-maps plugin Signed-off-by: Shivam Dhar <[email protected]> * adds type to http and notifications Signed-off-by: Shivam Dhar <[email protected]> Co-authored-by: Shivam Dhar <[email protected]>
… upload feature (opensearch-project#1632) (opensearch-project#1645) * adds logic to accommodate import custom map tab from dashboards-maps plugin * adds type to http and notifications Signed-off-by: Shivam Dhar <[email protected]> (cherry picked from commit 6d1675c)
… upload feature (opensearch-project#1632) (opensearch-project#1645) * adds logic to accommodate import custom map tab from dashboards-maps plugin * adds type to http and notifications Signed-off-by: Shivam Dhar <[email protected]> (cherry picked from commit 6d1675c)
… upload feature (opensearch-project#1632) * adds logic to accommodate import custom map tab from dashboards-maps plugin Signed-off-by: Shivam Dhar <[email protected]> * adds type to http and notifications Signed-off-by: Shivam Dhar <[email protected]> Co-authored-by: Shivam Dhar <[email protected]>
Signed-off-by: Shivam Dhar [email protected]
Description
dashboards-maps repository contains
cutomImportMap
plugin which will be used for uploading custom GeoJSON files via region map plugin in OSD.This PR helps in establishing the connection via usage of appropriate props and interfaces so that the extra tab (new component that will be added in dashboards-maps repo for taking user input) appears at the correct place in the region map visualization section.
Issues Resolved
#1408
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr