-
Notifications
You must be signed in to change notification settings - Fork 885
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][Data Explorer] Saved queries does not persist after browser refresh #5071
Labels
bug
Something isn't working
data explorer
Issues related to the Data Explorer project
de-angular
de-angularize work
v2.11.0
Comments
abbyhu2000
added
bug
Something isn't working
untriaged
data explorer
Issues related to the Data Explorer project
de-angular
de-angularize work
labels
Sep 19, 2023
1 task
Also after making a saved search then jump to dashboard to save a dashboard, when jump back to discover from dashboard, the previous saved object is not loaded. Need to open it again. This is not persistent with previous discover. I think this might be same issue. |
@abbyhu2000 Is the fix for this expected to be ready for 2.11, or should we relabel? |
ananzh
added a commit
to ananzh/OpenSearch-Dashboards
that referenced
this issue
Oct 4, 2023
…loading page and paste url to new tab Issue Resolve opensearch-project#5179 opensearch-project#5071 Signed-off-by: ananzh <ananzh@amazon.com>
8 tasks
ananzh
added a commit
to ananzh/OpenSearch-Dashboards
that referenced
this issue
Oct 4, 2023
…fresh page or paste url to a new tab Issue Resolve opensearch-project#5179 opensearch-project#5071 Signed-off-by: ananzh <ananzh@amazon.com>
ananzh
added a commit
to ananzh/OpenSearch-Dashboards
that referenced
this issue
Oct 4, 2023
…fresh page or paste url to a new tab Issue Resolve opensearch-project#5179 opensearch-project#5071 Signed-off-by: ananzh <ananzh@amazon.com>
AMoo-Miki
pushed a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this issue
Oct 4, 2023
…fresh page or paste url to a new tab (opensearch-project#5206) Issue Resolve opensearch-project#5179 opensearch-project#5071 Signed-off-by: ananzh <ananzh@amazon.com> (cherry picked from commit 5623cef) Signed-off-by: Miki <miki@amazon.com>
This was resolved with #5206. |
AMoo-Miki
added a commit
that referenced
this issue
Oct 4, 2023
* [BUG][Discover] Add onQuerySubmit to top nav and allow force update to embeddable (#5160) * all reload to force update embeddable * add onQuerySubmit to top nav Issue Resolve #5116 #5159 Signed-off-by: ananzh <ananzh@amazon.com> Co-authored-by: Miki <miki@amazon.com> Co-authored-by: Ashwin P Chandran <ashwinpc@amazon.com> (cherry picked from commit 7d89cca) Signed-off-by: Miki <miki@amazon.com> * [Discover] A bunch of navigation fixes (#5168) * Discover: Fixes state persistence after nav * Fixed breadcrumbs and navigation * fixes mobile view --------- Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com> (cherry picked from commit cb6e0f0) Signed-off-by: Miki <miki@amazon.com> * [BUG][Data Explorer][Discover] Automatically load solo added default index pattern (#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 #5128 --------- Signed-off-by: ananzh <ananzh@amazon.com> (cherry picked from commit 9601c6c) Signed-off-by: Miki <miki@amazon.com> * [BUG][Data Explorer][Discover] Allow data grid to auto adjust size based on fetched data count (#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 #5181 Signed-off-by: ananzh <ananzh@amazon.com> (cherry picked from commit 677fdf5) Signed-off-by: Miki <miki@amazon.com> * Fixes mobile layout (#5195) Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com> (cherry picked from commit 0ffd2ab) * [BUG][Data Explorer][Discover] Allow filter and query persist when refresh page or paste url to a new tab (#5206) Issue Resolve #5179 #5071 Signed-off-by: ananzh <ananzh@amazon.com> (cherry picked from commit 5623cef) Signed-off-by: Miki <miki@amazon.com> * fixes DataTable rendering in doscover (#5207) Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com> (cherry picked from commit c70125f) --------- Signed-off-by: ananzh <ananzh@amazon.com> Signed-off-by: Miki <miki@amazon.com> Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com> Co-authored-by: Anan Zhuang <ananzh@amazon.com> Co-authored-by: Ashwin P Chandran <ashwinpc@amazon.com>
willie-hung
pushed a commit
to willie-hung/OpenSearch-Dashboards
that referenced
this issue
Oct 5, 2023
…fresh page or paste url to a new tab (opensearch-project#5206) Issue Resolve opensearch-project#5179 opensearch-project#5071 Signed-off-by: ananzh <ananzh@amazon.com> Signed-off-by: Willie Hung <willie880201044@gmail.com>
SuZhou-Joe
pushed a commit
to SuZhou-Joe/OpenSearch-Dashboards
that referenced
this issue
Oct 7, 2023
…fresh page or paste url to a new tab (opensearch-project#5206) Issue Resolve opensearch-project#5179 opensearch-project#5071 Signed-off-by: ananzh <ananzh@amazon.com>
kavilla
pushed a commit
to opensearch-project/opensearch-dashboards-functional-test
that referenced
this issue
Oct 13, 2023
Migrate the old selenium tests for discover to cypress tests for data explorer. PR [for #5003](opensearch-project/OpenSearch-Dashboards#5072) needs to be merged first. Below are a list of bugs found when writing the tests, the tests for the below feature are skipped and commented with the issue link: - opensearch-project/OpenSearch-Dashboards#5071 - opensearch-project/OpenSearch-Dashboards#5068 - opensearch-project/OpenSearch-Dashboards#5058 - opensearch-project/OpenSearch-Dashboards#5057 - opensearch-project/OpenSearch-Dashboards#5056 ### Issues Resolved resolves opensearch-project/OpenSearch-Dashboards#4781 --------- Signed-off-by: Qingyang(Abby) Hu <abigailhu2000@gmail.com>
opensearch-trigger-bot bot
pushed a commit
to opensearch-project/opensearch-dashboards-functional-test
that referenced
this issue
Oct 13, 2023
Migrate the old selenium tests for discover to cypress tests for data explorer. PR [for #5003](opensearch-project/OpenSearch-Dashboards#5072) needs to be merged first. Below are a list of bugs found when writing the tests, the tests for the below feature are skipped and commented with the issue link: - opensearch-project/OpenSearch-Dashboards#5071 - opensearch-project/OpenSearch-Dashboards#5068 - opensearch-project/OpenSearch-Dashboards#5058 - opensearch-project/OpenSearch-Dashboards#5057 - opensearch-project/OpenSearch-Dashboards#5056 ### Issues Resolved resolves opensearch-project/OpenSearch-Dashboards#4781 --------- Signed-off-by: Qingyang(Abby) Hu <abigailhu2000@gmail.com> (cherry picked from commit 7cf0a03)
opensearch-trigger-bot bot
pushed a commit
to opensearch-project/opensearch-dashboards-functional-test
that referenced
this issue
Oct 13, 2023
Migrate the old selenium tests for discover to cypress tests for data explorer. PR [for #5003](opensearch-project/OpenSearch-Dashboards#5072) needs to be merged first. Below are a list of bugs found when writing the tests, the tests for the below feature are skipped and commented with the issue link: - opensearch-project/OpenSearch-Dashboards#5071 - opensearch-project/OpenSearch-Dashboards#5068 - opensearch-project/OpenSearch-Dashboards#5058 - opensearch-project/OpenSearch-Dashboards#5057 - opensearch-project/OpenSearch-Dashboards#5056 ### Issues Resolved resolves opensearch-project/OpenSearch-Dashboards#4781 --------- Signed-off-by: Qingyang(Abby) Hu <abigailhu2000@gmail.com> (cherry picked from commit 7cf0a03)
kavilla
pushed a commit
to opensearch-project/opensearch-dashboards-functional-test
that referenced
this issue
Oct 13, 2023
Migrate the old selenium tests for discover to cypress tests for data explorer. PR [for #5003](opensearch-project/OpenSearch-Dashboards#5072) needs to be merged first. Below are a list of bugs found when writing the tests, the tests for the below feature are skipped and commented with the issue link: - opensearch-project/OpenSearch-Dashboards#5071 - opensearch-project/OpenSearch-Dashboards#5068 - opensearch-project/OpenSearch-Dashboards#5058 - opensearch-project/OpenSearch-Dashboards#5057 - opensearch-project/OpenSearch-Dashboards#5056 ### Issues Resolved resolves opensearch-project/OpenSearch-Dashboards#4781 --------- Signed-off-by: Qingyang(Abby) Hu <abigailhu2000@gmail.com> (cherry picked from commit 7cf0a03) Co-authored-by: Qingyang(Abby) Hu <abigailhu2000@gmail.com>
kavilla
pushed a commit
to opensearch-project/opensearch-dashboards-functional-test
that referenced
this issue
Oct 13, 2023
Migrate the old selenium tests for discover to cypress tests for data explorer. PR [for #5003](opensearch-project/OpenSearch-Dashboards#5072) needs to be merged first. Below are a list of bugs found when writing the tests, the tests for the below feature are skipped and commented with the issue link: - opensearch-project/OpenSearch-Dashboards#5071 - opensearch-project/OpenSearch-Dashboards#5068 - opensearch-project/OpenSearch-Dashboards#5058 - opensearch-project/OpenSearch-Dashboards#5057 - opensearch-project/OpenSearch-Dashboards#5056 ### Issues Resolved resolves opensearch-project/OpenSearch-Dashboards#4781 --------- Signed-off-by: Qingyang(Abby) Hu <abigailhu2000@gmail.com> (cherry picked from commit 7cf0a03) Co-authored-by: Qingyang(Abby) Hu <abigailhu2000@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
data explorer
Issues related to the Data Explorer project
de-angular
de-angularize work
v2.11.0
Describe the bug
Saved queries does not persist after browser refresh. (The saved queries is no longer being selected as shown in the saved quer ies window)
Screen.Recording.2023-09-19.at.3.43.57.PM.mov
Expected behavior
Saved queries should persist across refresh, and it is still shown as selected in the save queries window.
The text was updated successfully, but these errors were encountered: