-
Notifications
You must be signed in to change notification settings - Fork 916
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: data source permission client wrapper error of not returning explicitly the saved object client functions #8118
fix: data source permission client wrapper error of not returning explicitly the saved object client functions #8118
Conversation
explicitly the saved object client functions Signed-off-by: Yulong Ruan <[email protected]>
❌ 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. |
❌ 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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8118 +/- ##
=======================================
Coverage 63.84% 63.84%
=======================================
Files 3738 3738
Lines 88704 88704
Branches 13795 13795
=======================================
Hits 56629 56629
Misses 31478 31478
Partials 597 597
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
explicitly the saved object client functions Signed-off-by: Yulong Ruan <[email protected]> Changeset file for PR opensearch-project#8118 created/updated
explicitly the saved object client functions Signed-off-by: Yulong Ruan <[email protected]> Changeset file for PR opensearch-project#8118 created/updated
Checked the failed CI, it's unrelated to this PR, merging now. |
…licitly the saved object client functions (#8118) * fix: data source permission client wrapper error of not returning explicitly the saved object client functions Signed-off-by: Yulong Ruan <[email protected]> * Changeset file for PR #8118 created/updated --------- Signed-off-by: Yulong Ruan <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> Co-authored-by: ZilongX <[email protected]> Co-authored-by: Xuesong Luo <[email protected]> (cherry picked from commit cc24bf6) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…licitly the saved object client functions (#8118) * fix: data source permission client wrapper error of not returning explicitly the saved object client functions Signed-off-by: Yulong Ruan <[email protected]> * Changeset file for PR #8118 created/updated --------- Signed-off-by: Yulong Ruan <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> Co-authored-by: ZilongX <[email protected]> Co-authored-by: Xuesong Luo <[email protected]> (cherry picked from commit cc24bf6) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
) explicitly the saved object client functions Signed-off-by: Yulong Ruan <[email protected]> Changeset file for PR #8118 created/updated
) explicitly the saved object client functions Signed-off-by: Yulong Ruan <[email protected]> Changeset file for PR #8118 created/updated
Description
This PR fixed the issue:
Before the fix, open OSD shows error:
After the fix, OSD is opened properly:
Issues Resolved
Screenshot
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration