-
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
[Manual][Backport 2.x] Backport 7884 and 7954 to 2.x #7984
[Manual][Backport 2.x] Backport 7884 and 7954 to 2.x #7984
Conversation
… API (opensearch-project#7884) * Add validate for features field in workspace create and update API Signed-off-by: Lin Wang <[email protected]> * Changeset file for PR opensearch-project#7884 created/updated * Changeset file for PR opensearch-project#7884 created/updated * Move router outside align with other plugins Signed-off-by: Lin Wang <[email protected]> * Add ut and fix integration tests Signed-off-by: Lin Wang <[email protected]> * Import use case id from default nav groups Signed-off-by: Lin Wang <[email protected]> * Fix workspace routes UT Signed-off-by: Lin Wang <[email protected]> * Share feature config generator between publicn and server Signed-off-by: Lin Wang <[email protected]> * Fix osd server crashed due to import from public Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
…es UT (opensearch-project#7954) * Fix dynamicConfigServiceMock import path in workspace routes UT Signed-off-by: Lin Wang <[email protected]> * Changeset file for PR opensearch-project#7954 created/updated --------- Signed-off-by: Lin Wang <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #7984 +/- ##
==========================================
+ Coverage 61.13% 61.15% +0.01%
==========================================
Files 3686 3687 +1
Lines 87139 87149 +10
Branches 13387 13389 +2
==========================================
+ Hits 53275 53295 +20
+ Misses 30632 30619 -13
- Partials 3232 3235 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
ciGroup3 failed because of #7979. |
* [Workspace]Validate features parameter in workspace create and update API (#7884) * Add validate for features field in workspace create and update API Signed-off-by: Lin Wang <[email protected]> * Changeset file for PR #7884 created/updated * Changeset file for PR #7884 created/updated * Move router outside align with other plugins Signed-off-by: Lin Wang <[email protected]> * Add ut and fix integration tests Signed-off-by: Lin Wang <[email protected]> * Import use case id from default nav groups Signed-off-by: Lin Wang <[email protected]> * Fix workspace routes UT Signed-off-by: Lin Wang <[email protected]> * Share feature config generator between publicn and server Signed-off-by: Lin Wang <[email protected]> * Fix osd server crashed due to import from public Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> * [Workspace]Fix dynamicConfigServiceMock import path in workspace routes UT (#7954) * Fix dynamicConfigServiceMock import path in workspace routes UT Signed-off-by: Lin Wang <[email protected]> * Changeset file for PR #7954 created/updated --------- Signed-off-by: Lin Wang <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> --------- Signed-off-by: Lin Wang <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit d3ce40f) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* [Workspace]Validate features parameter in workspace create and update API (#7884) * Add validate for features field in workspace create and update API * Changeset file for PR #7884 created/updated * Changeset file for PR #7884 created/updated * Move router outside align with other plugins * Add ut and fix integration tests * Import use case id from default nav groups * Fix workspace routes UT * Share feature config generator between publicn and server * Fix osd server crashed due to import from public --------- * [Workspace]Fix dynamicConfigServiceMock import path in workspace routes UT (#7954) * Fix dynamicConfigServiceMock import path in workspace routes UT * Changeset file for PR #7954 created/updated --------- --------- (cherry picked from commit d3ce40f) Signed-off-by: Lin Wang <[email protected]> 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
This PR is for backporting #7884 and #7954 to
2.x
branch.There is a unit test failed in #7884 backport PR, the #7954 would fix this unit test error.
Issues Resolved
Screenshot
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration