-
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
[Workspace]Add workspaces and permissions fields into saved objects _bulk_get response #7565
[Workspace]Add workspaces and permissions fields into saved objects _bulk_get response #7565
Conversation
Signed-off-by: Hailong Cui <ihailong@amazon.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7565 +/- ##
=======================================
Coverage 63.64% 63.64%
=======================================
Files 3629 3629
Lines 79522 79522
Branches 12604 12604
=======================================
Hits 50611 50611
Misses 25842 25842
Partials 3069 3069
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.
Thanks for fix!
…bulk_get response (#7565) * fix missing fields Signed-off-by: Hailong Cui <ihailong@amazon.com> * Changeset file for PR #7565 created/updated --------- Signed-off-by: Hailong Cui <ihailong@amazon.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit f3dee46) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…bulk_get response (#7565) * fix missing fields Signed-off-by: Hailong Cui <ihailong@amazon.com> * Changeset file for PR #7565 created/updated --------- Signed-off-by: Hailong Cui <ihailong@amazon.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit f3dee46) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…bulk_get response (#7565) (#7569) * fix missing fields * Changeset file for PR #7565 created/updated --------- (cherry picked from commit f3dee46) Signed-off-by: Hailong Cui <ihailong@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>
…bulk_get response (opensearch-project#7565) * fix missing fields Signed-off-by: Hailong Cui <ihailong@amazon.com> * Changeset file for PR opensearch-project#7565 created/updated --------- Signed-off-by: Hailong Cui <ihailong@amazon.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Description
this PR will add workspaces and permissions fields into saved objects _bulk_get response
Issues Resolved
#7564
Screenshot
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration