-
Notifications
You must be signed in to change notification settings - Fork 968
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
[MDS] Fix the hide local cluster config #7497
Conversation
Signed-off-by: Ryan Liang <jiallian@amazon.com>
❌ Empty Changelog SectionThe Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section. |
Signed-off-by: Ryan Liang <jiallian@amazon.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7497 +/- ##
=======================================
Coverage 64.11% 64.11%
=======================================
Files 3616 3616
Lines 78759 78759
Branches 12453 12453
=======================================
Hits 50497 50497
- Misses 25206 25207 +1
+ Partials 3056 3055 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* Fix the local cluster config Signed-off-by: Ryan Liang <jiallian@amazon.com> * Fix the local cluster config and add test Signed-off-by: Ryan Liang <jiallian@amazon.com> * Changeset file for PR #7497 created/updated --------- Signed-off-by: Ryan Liang <jiallian@amazon.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit e24e535) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Fix the local cluster config Signed-off-by: Ryan Liang <jiallian@amazon.com> * Fix the local cluster config and add test Signed-off-by: Ryan Liang <jiallian@amazon.com> * Changeset file for PR #7497 created/updated --------- Signed-off-by: Ryan Liang <jiallian@amazon.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit e24e535) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Fix the local cluster config * Fix the local cluster config and add test * Changeset file for PR #7497 created/updated --------- (cherry picked from commit e24e535) Signed-off-by: Ryan Liang <jiallian@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
* Fix the local cluster config Signed-off-by: Ryan Liang <jiallian@amazon.com> * Fix the local cluster config and add test Signed-off-by: Ryan Liang <jiallian@amazon.com> * Changeset file for PR opensearch-project#7497 created/updated --------- Signed-off-by: Ryan Liang <jiallian@amazon.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
* Fix the local cluster config * Fix the local cluster config and add test * Changeset file for PR #7497 created/updated --------- (cherry picked from commit e24e535) Signed-off-by: Ryan Liang <jiallian@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> Co-authored-by: Lu Yu <nluyu@amazon.com>
* Fix the local cluster config Signed-off-by: Ryan Liang <jiallian@amazon.com> * Fix the local cluster config and add test Signed-off-by: Ryan Liang <jiallian@amazon.com> * Changeset file for PR opensearch-project#7497 created/updated --------- Signed-off-by: Ryan Liang <jiallian@amazon.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Description
The datasource picker in zero etl datasource panel should repect the configuration of
data_source.hideLocalCluster: true
Issues Resolved
Screenshot
Screen.Recording.2024-07-25.at.4.54.30.PM.mov
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration