-
Notifications
You must be signed in to change notification settings - Fork 913
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
Fix navigation issue across dashboards #5435
Merged
abbyhu2000
merged 2 commits into
opensearch-project:main
from
abbyhu2000:dashboard_issue
Nov 7, 2023
Merged
Fix navigation issue across dashboards #5435
abbyhu2000
merged 2 commits into
opensearch-project:main
from
abbyhu2000:dashboard_issue
Nov 7, 2023
Conversation
This file contains 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
abbyhu2000
requested review from
ananzh,
kavilla,
seanneumann,
AMoo-Miki,
ashwin-pc,
joshuarrrr,
zengyan-amazon,
kristenTian,
zhongnansu,
manasvinibs,
ZilongX,
Flyingliuhub,
BSFishy and
curq
as code owners
November 6, 2023 16:48
Signed-off-by: abbyhu2000 <[email protected]>
abbyhu2000
force-pushed
the
dashboard_issue
branch
from
November 6, 2023 16:52
224de7d
to
035f016
Compare
Signed-off-by: abbyhu2000 <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #5435 +/- ##
=======================================
Coverage 66.78% 66.78%
=======================================
Files 3291 3291
Lines 63174 63174
Branches 10055 10055
=======================================
Hits 42191 42191
+ Misses 18573 18497 -76
- Partials 2410 2486 +76
Flags with carried forward coverage won't be shown. Click here to find out more.
|
ananzh
approved these changes
Nov 6, 2023
abbyhu2000
added
v2.11.1
Issues targeting release v2.11.1
backport 2.x
backport 2.11
labels
Nov 6, 2023
kavilla
approved these changes
Nov 7, 2023
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Nov 7, 2023
Previously navigating from one dashboard to another dashboard do not work. This PR adds a dashboard id as a prop to pass into the <DashboardViewPort> component in order to force react to re-render every time it receives a new id. Resolve the following issues: * #4694 * https://github.com/opensearch-project/Open and Search-Dashboards/issues/4819 Signed-off-by: abbyhu2000 <[email protected]> (cherry picked from commit 1de8be6) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Nov 7, 2023
Previously navigating from one dashboard to another dashboard do not work. This PR adds a dashboard id as a prop to pass into the <DashboardViewPort> component in order to force react to re-render every time it receives a new id. Resolve the following issues: * #4694 * https://github.com/opensearch-project/Open and Search-Dashboards/issues/4819 Signed-off-by: abbyhu2000 <[email protected]> (cherry picked from commit 1de8be6) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Nov 7, 2023
Previously navigating from one dashboard to another dashboard do not work. This PR adds a dashboard id as a prop to pass into the <DashboardViewPort> component in order to force react to re-render every time it receives a new id. Resolve the following issues: * #4694 * https://github.com/opensearch-project/Open and Search-Dashboards/issues/4819 Signed-off-by: abbyhu2000 <[email protected]> (cherry picked from commit 1de8be6) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md
abbyhu2000
pushed a commit
that referenced
this pull request
Nov 9, 2023
Previously navigating from one dashboard to another dashboard do not work. This PR adds a dashboard id as a prop to pass into the <DashboardViewPort> component in order to force react to re-render every time it receives a new id. Resolve the following issues: * #4694 * https://github.com/opensearch-project/Open and Search-Dashboards/issues/4819 Signed-off-by: abbyhu2000 <[email protected]> (cherry picked from commit 1de8be6) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
abbyhu2000
pushed a commit
that referenced
this pull request
Nov 9, 2023
Previously navigating from one dashboard to another dashboard do not work. This PR adds a dashboard id as a prop to pass into the <DashboardViewPort> component in order to force react to re-render every time it receives a new id. Resolve the following issues: * #4694 * https://github.com/opensearch-project/Open and Search-Dashboards/issues/4819 Signed-off-by: abbyhu2000 <[email protected]> (cherry picked from commit 1de8be6) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AMoo-Miki
added a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this pull request
Nov 15, 2023
Previously navigating from one dashboard to another dashboard do not work. This PR adds a dashboard id as a prop to pass into the <DashboardViewPort> component in order to force react to re-render every time it receives a new id. Resolve the following issues: * opensearch-project#4694 * https://github.com/opensearch-project/Open and Search-Dashboards/issues/4819 Signed-off-by: abbyhu2000 <[email protected]> (cherry picked from commit 1de8be6) Signed-off-by: Miki <[email protected]>
AMoo-Miki
added a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this pull request
Nov 16, 2023
…mmit 1de8be6 from opensearch-project#5435) Also: * Lock chromedriver to v116 which is the last one compatible with Node 16 * Bump caniuse-lite db. Signed-off-by: Miki <[email protected]>
AMoo-Miki
added a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this pull request
Nov 16, 2023
…mmit 1de8be6 from opensearch-project#5435) Also: * Lock chromedriver to v116 which is the last one compatible with Node 16 * Bump caniuse-lite db. Signed-off-by: Miki <[email protected]>
AMoo-Miki
added a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this pull request
Nov 16, 2023
…mmit 1de8be6 from opensearch-project#5435) Also: * Lock chromedriver to v116 which is the last one compatible with Node 16 * Bump caniuse-lite db. Signed-off-by: Miki <[email protected]>
AMoo-Miki
added a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this pull request
Nov 20, 2023
…mmit 1de8be6 from opensearch-project#5435) Also: * Lock chromedriver to v116 which is the last one compatible with Node 16 * Bump caniuse-lite db. Signed-off-by: Miki <[email protected]>
AMoo-Miki
added a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this pull request
Nov 20, 2023
…mmit 1de8be6 from opensearch-project#5435) Also: * Lock chromedriver to v116 which is the last one compatible with Node 16 * Bump caniuse-lite db. Signed-off-by: Miki <[email protected]>
AMoo-Miki
added a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this pull request
Nov 21, 2023
…mmit 1de8be6 from opensearch-project#5435) Also: * Lock chromedriver to v116 which is the last one compatible with Node 16 * Bump caniuse-lite db. Signed-off-by: Miki <[email protected]>
4 tasks
AMoo-Miki
added a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this pull request
Dec 21, 2023
…mmit 1de8be6 from opensearch-project#5435) Also: * Lock chromedriver to v116 which is the last one compatible with Node 16 * Bump caniuse-lite db. Signed-off-by: Miki <[email protected]>
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport 2.x
dashboards
de-angular
de-angularize work
distinguished-contributor
v2.11.1
Issues targeting release v2.11.1
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
Add a dashboard id as a prop to pass into the to force react to rerender the component everytime it receives a new id.
Issues Resolved
resolves #4694
resolves #4819
Screenshot
Screen.Recording.2023-11-06.at.8.46.07.AM.mov
Screen.Recording.2023-11-06.at.3.12.04.PM.mov
Testing the changes
Check List
yarn test:jest
yarn test:jest_integration