-
Notifications
You must be signed in to change notification settings - Fork 923
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]Refactor use case selector in workspace creation page #8444
Conversation
* Refactor use case selector in workspace create Signed-off-by: Lin Wang <[email protected]> * Add gap for details panel title Signed-off-by: Lin Wang <[email protected]> * Update use case name and description Signed-off-by: Lin Wang <[email protected]> * Filter out hidden nav links Signed-off-by: Lin Wang <[email protected]> * Changeset file for PR #8413 created/updated * Add test case for different feature details Signed-off-by: Lin Wang <[email protected]> * Change back to "Analytics" Signed-off-by: Lin Wang <[email protected]> * Add all features suffix for all use case Signed-off-by: Lin Wang <[email protected]> * Fix failed unit tests Signed-off-by: Lin Wang <[email protected]> * Filter out getting started links Signed-off-by: Lin Wang <[email protected]> * Renaming isFlyoutVisible to isUseCaseFlyoutVisible 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> (cherry picked from commit 7b5a379) 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 #8444 +/- ##
==========================================
- Coverage 61.02% 61.01% -0.01%
==========================================
Files 3755 3756 +1
Lines 89206 89228 +22
Branches 13939 13947 +8
==========================================
+ Hits 54439 54446 +7
- Misses 31389 31400 +11
- Partials 3378 3382 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…nsearch-project#8413) (opensearch-project#8444) * Refactor use case selector in workspace create * Add gap for details panel title * Update use case name and description * Filter out hidden nav links * Changeset file for PR opensearch-project#8413 created/updated * Add test case for different feature details * Change back to "Analytics" * Add all features suffix for all use case * Fix failed unit tests * Filter out getting started links * Renaming isFlyoutVisible to isUseCaseFlyoutVisible --------- (cherry picked from commit 7b5a379) 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>
Backport 7b5a379 from #8413.