-
Notifications
You must be signed in to change notification settings - Fork 918
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
[Backport 2.x] [Workspace]Feat add use cases to workspace form #6967
Conversation
* Add workspace use case to workspace form Signed-off-by: Lin Wang <[email protected]> * Remove feature selector in workspace form Signed-off-by: Lin Wang <[email protected]> * Show use cases in workspace list page Signed-off-by: Lin Wang <[email protected]> * Change direction for workspace use case selector Signed-off-by: Lin Wang <[email protected]> * Modify test cases for match use case Signed-off-by: Lin Wang <[email protected]> * Make use cases as a required field Signed-off-by: Lin Wang <[email protected]> * Update ui according feedbacks Signed-off-by: Lin Wang <[email protected]> * Add management feature to dashboards and visualize use cases Signed-off-by: Lin Wang <[email protected]> * Update latest feature relationships Signed-off-by: Lin Wang <[email protected]> * Changeset file for PR #6887 created/updated * Changeset file for PR #6887 created/updated * Update test case for workspace creator and updater Signed-off-by: Lin Wang <[email protected]> * Address unit test Signed-off-by: Lin Wang <[email protected]> * Add discover feature to all use case Signed-off-by: Lin Wang <[email protected]> * Add missing features to security analytics Signed-off-by: Lin Wang <[email protected]> * Address PR comments Signed-off-by: Lin Wang <[email protected]> * Add comment for workspace use cases map Signed-off-by: Lin Wang <[email protected]> * Update use case UI Signed-off-by: Lin Wang <[email protected]> * Remove the permissions tab Signed-off-by: Lin Wang <[email protected]> * Update breadcrum to Create a workspace Signed-off-by: Lin Wang <[email protected]> * Address ut failed 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> Co-authored-by: Yulong Ruan <[email protected]> (cherry picked from commit 7be3e30) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
❌ Invalid Changelog HeadingThe '## Changelog' heading in your PR description is either missing or malformed. Please make sure that your PR description includes a '## Changelog' heading with proper spelling, capitalization, spacing, and Markdown syntax. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #6967 +/- ##
=======================================
Coverage 67.49% 67.49%
=======================================
Files 3445 3445
Lines 67947 67938 -9
Branches 11045 11037 -8
=======================================
- Hits 45860 45855 -5
+ Misses 19420 19417 -3
+ Partials 2667 2666 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Backport 7be3e30 from #6887.