-
Notifications
You must be signed in to change notification settings - Fork 915
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
[Manual 2.x] De-angular backports collection #5219
Merged
AMoo-Miki
merged 7 commits into
opensearch-project:2.x
from
AMoo-Miki:manual-2.x-deangular-backports-1
Oct 4, 2023
Merged
[Manual 2.x] De-angular backports collection #5219
AMoo-Miki
merged 7 commits into
opensearch-project:2.x
from
AMoo-Miki:manual-2.x-deangular-backports-1
Oct 4, 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
…o embeddable (opensearch-project#5160) * all reload to force update embeddable * add onQuerySubmit to top nav Issue Resolve opensearch-project#5116 opensearch-project#5159 Signed-off-by: ananzh <[email protected]> Co-authored-by: Miki <[email protected]> Co-authored-by: Ashwin P Chandran <[email protected]> (cherry picked from commit 7d89cca) Signed-off-by: Miki <[email protected]>
* Discover: Fixes state persistence after nav * Fixed breadcrumbs and navigation * fixes mobile view --------- Signed-off-by: Ashwin P Chandran <[email protected]> (cherry picked from commit cb6e0f0) Signed-off-by: Miki <[email protected]>
…index pattern (opensearch-project#5171) * [BUG][Data Explorer][Discover] Automatically load solo added default index pattern This fix ensures that when add a default index pattern, Discover will automatically select and load its details. Issue Resolve opensearch-project#5128 --------- Signed-off-by: ananzh <[email protected]> (cherry picked from commit 9601c6c) Signed-off-by: Miki <[email protected]>
…sed on fetched data count (opensearch-project#5191) * This PR adds a new rows state to the DiscoverCanvas component and updated it whenever the data$ observable emitted new row data. * The DiscoverTable component was then refactored to accept rows as a prop, making it dependent on the parent component to provide the correct set of data. This ensures that the table renders correctly based on the current data and doesn't rely on its internal state, which could be outdated. Issue Resolve opensearch-project#5181 Signed-off-by: ananzh <[email protected]> (cherry picked from commit 677fdf5) Signed-off-by: Miki <[email protected]>
Signed-off-by: Ashwin P Chandran <[email protected]> (cherry picked from commit 0ffd2ab)
…fresh page or paste url to a new tab (opensearch-project#5206) Issue Resolve opensearch-project#5179 opensearch-project#5071 Signed-off-by: ananzh <[email protected]> (cherry picked from commit 5623cef) Signed-off-by: Miki <[email protected]>
Signed-off-by: Ashwin P Chandran <[email protected]> (cherry picked from commit c70125f)
AMoo-Miki
added
Skip-Changelog
PRs that are too trivial to warrant a changelog or release notes entry
v2.11.0
labels
Oct 4, 2023
AMoo-Miki
requested review from
ananzh,
kavilla,
seanneumann,
ashwin-pc,
joshuarrrr,
abbyhu2000,
zengyan-amazon,
kristenTian,
zhongnansu,
manasvinibs,
ZilongX,
Flyingliuhub and
BSFishy
as code owners
October 4, 2023 21:39
Codecov Report
@@ Coverage Diff @@
## 2.x #5219 +/- ##
==========================================
- Coverage 66.79% 66.77% -0.03%
==========================================
Files 3278 3278
Lines 63042 63053 +11
Branches 10028 10030 +2
==========================================
- Hits 42111 42105 -6
- Misses 18464 18481 +17
Partials 2467 2467
Flags with carried forward coverage won't be shown. Click here to find out more.
|
ananzh
approved these changes
Oct 4, 2023
AMoo-Miki
changed the title
Manual 2.x deangular backports 1
[Manual 2.x] De-angular backports collection
Oct 4, 2023
abbyhu2000
approved these changes
Oct 4, 2023
ashwin-pc
approved these changes
Oct 4, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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
Sequential backport of:
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr