-
Notifications
You must be signed in to change notification settings - Fork 916
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
[BUG] Maps show error #221
Labels
bug
Something isn't working
Milestone
Comments
In order to solve this problem, there are multiple approach :
CC: @nknize |
kavilla
added a commit
to kavilla/OpenSearch-Dashboards
that referenced
this issue
Apr 19, 2021
Ignore map related functional tests temporarily until we have a replacement for EMS. See: opensearch-project/OpenSearch-Dashboards#221 Signed-off-by: Kawika Avilla <[email protected]>
kavilla
added a commit
to kavilla/OpenSearch-Dashboards
that referenced
this issue
Apr 21, 2021
Ignore map related functional tests temporarily until we have a replacement for EMS. See: opensearch-project/OpenSearch-Dashboards#221 Signed-off-by: Kawika Avilla <[email protected]>
This was referenced Apr 21, 2021
Merged
mihirsoni
pushed a commit
that referenced
this issue
Apr 22, 2021
* [Tests] ciGroup2 fully passing Signed-off-by: Kawika Avilla <[email protected]> * [Tests] updated ndjson files Removing references to kibana Signed-off-by: Kawika Avilla <[email protected]> * [Tests] ignore map-related functional tests Ignore map related functional tests temporarily until we have a replacement for EMS. See: #221 Signed-off-by: Kawika Avilla <[email protected]> * [Tests] Update dashboards data to correct config Signed-off-by: Kawika Avilla <[email protected]> * [Tests] update ndjson to big to correct type Signed-off-by: Kawika Avilla <[email protected]>
Currently, if you pull
|
Will be sending a PR to make a new maps client that extends the current map client. |
kavilla
added a commit
to kavilla/OpenSearch-Dashboards-1
that referenced
this issue
Apr 29, 2021
Update to not use EMS so it works out of the box. Related to: opensearch-project#221 Fails linter and should problem write more unit tests but working with smoke tests. Signed-off-by: Kawika Avilla <[email protected]>
kavilla
added a commit
to kavilla/OpenSearch-Dashboards-1
that referenced
this issue
Apr 29, 2021
Update to not use EMS so it works out of the box. Related to: opensearch-project#221 Fails linter and should problem write more unit tests but working with smoke tests. Signed-off-by: Kawika Avilla <[email protected]>
Merged
5 tasks
mihirsoni
pushed a commit
that referenced
this issue
Apr 30, 2021
* [Build] Update default maps client Update to not use EMS so it works out of the box. Related to: #221 Fails linter and should problem write more unit tests but working with smoke tests. Signed-off-by: Kawika Avilla <[email protected]> * [Build] fix linter for map messages Signed-off-by: Kawika Avilla <[email protected]> * [Build] enable and update map func tests Passing on the CI. Needed to update the casing of the expected response but that was all that was needed. Signed-off-by: Kawika Avilla <[email protected]> * [Rename] rename to osd_version Signed-off-by: Kawika Avilla <[email protected]>
kavilla
added a commit
that referenced
this issue
May 21, 2021
* [Tests] ciGroup2 fully passing Signed-off-by: Kawika Avilla <[email protected]> * [Tests] updated ndjson files Removing references to kibana Signed-off-by: Kawika Avilla <[email protected]> * [Tests] ignore map-related functional tests Ignore map related functional tests temporarily until we have a replacement for EMS. See: #221 Signed-off-by: Kawika Avilla <[email protected]> * [Tests] Update dashboards data to correct config Signed-off-by: Kawika Avilla <[email protected]> * [Tests] update ndjson to big to correct type Signed-off-by: Kawika Avilla <[email protected]>
kavilla
added a commit
that referenced
this issue
May 21, 2021
* [Build] Update default maps client Update to not use EMS so it works out of the box. Related to: #221 Fails linter and should problem write more unit tests but working with smoke tests. Signed-off-by: Kawika Avilla <[email protected]> * [Build] fix linter for map messages Signed-off-by: Kawika Avilla <[email protected]> * [Build] enable and update map func tests Passing on the CI. Needed to update the casing of the expected response but that was all that was needed. Signed-off-by: Kawika Avilla <[email protected]> * [Rename] rename to osd_version Signed-off-by: Kawika Avilla <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Calls to get map data errors out. While navigating to any page that makes a call to get map data it sends a request to a non-existent service. This is because the original URL for the service was replaced while the fork was undergoing renaming. This was expected bug to occur but will need to be fixed.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Successful response to an existing service and it shows map data.
OpenSearch Version
n/a
Dashboards Version
1.x
main
Plugins
n/a
Screenshots
Host/Environment (please complete the following information):
Additional context
Need to discuss with the community about what map service to use.
The text was updated successfully, but these errors were encountered: