-
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
[Workspace] add missing method for workspace client interface #9070
[Workspace] add missing method for workspace client interface #9070
Conversation
Signed-off-by: yubonluo <yubonluo@amazon.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9070 +/- ##
==========================================
- Coverage 60.90% 60.90% -0.01%
==========================================
Files 3808 3808
Lines 91180 91180
Branches 14397 14397
==========================================
- Hits 55531 55529 -2
- Misses 32096 32097 +1
- Partials 3553 3554 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: yubonluo <yubonluo@amazon.com>
…rch-Dashboards into 2.19/add-missing-method
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.
Nice refactor!
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.
we may not need to expose create, delete, update
in core, they may treated as workspace internal methods. what do you think @ruanyl @SuZhou-Joe
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.
From my perspective, it is OK to expose those methods though for now there is not a use case.
Signed-off-by: yubonluo <yubonluo@amazon.com>
* add missing method for workspace client interface Signed-off-by: yubonluo <yubonluo@amazon.com> * Changeset file for PR #9070 created/updated * fix bootstrap issue Signed-off-by: yubonluo <yubonluo@amazon.com> * fix error Signed-off-by: yubonluo <yubonluo@amazon.com> --------- Signed-off-by: yubonluo <yubonluo@amazon.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit c836e60) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…#9123) * add missing method for workspace client interface * Changeset file for PR #9070 created/updated * fix bootstrap issue * fix error --------- (cherry picked from commit c836e60) Signed-off-by: yubonluo <yubonluo@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>
Description
add missing method for workspace client interface
Issues Resolved
Screenshot
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration