[Workspace]Analytics use case overview and essential use case overview crashed#8524
Merged
SuZhou-Joe merged 2 commits intoopensearch-project:mainfrom Oct 8, 2024
Merged
Conversation
Signed-off-by: Lin Wang <wonglam@amazon.com>
SuZhou-Joe
approved these changes
Oct 8, 2024
ruanyl
approved these changes
Oct 8, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8524 +/- ##
=======================================
Coverage 60.93% 60.93%
=======================================
Files 3767 3767
Lines 89406 89406
Branches 13994 13994
=======================================
+ Hits 54478 54480 +2
+ Misses 31526 31525 -1
+ Partials 3402 3401 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Oct 8, 2024
…w crashed (#8524) * Remove collaboratorTypes in renderUseCaseOverviewApp Signed-off-by: Lin Wang <wonglam@amazon.com> * Changeset file for PR #8524 created/updated --------- Signed-off-by: Lin Wang <wonglam@amazon.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit acc947e) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
ruanyl
pushed a commit
that referenced
this pull request
Oct 8, 2024
ruchidh
pushed a commit
to ruchidh/OpenSearch-Dashboards
that referenced
this pull request
Jul 18, 2025
…w crashed (opensearch-project#8524) (opensearch-project#8525) Signed-off-by: Ruchi Sharma <ruchi492@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR is for fixing page crashed in the analytics use case overview and essential use case overview. The root cause was using
thisinside a normal function. Since use case overview page doesn't need collaboratorTypes service, just remove it from the depend services list.Testing the changes
yarn osd bootstrap --single-version looseconfig/opensearch_dashboards.ymlyarn start --no-base-pathChangelog
Check List
yarn test:jestyarn test:jest_integration