-
Notifications
You must be signed in to change notification settings - Fork 57
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] Allow browsing integrations in Flyout from Data Sources page #1562
Conversation
* Move add integration button to custom component Signed-off-by: Simeon Widdis <[email protected]> * Add flyout toggle in installed integrations table Signed-off-by: Simeon Widdis <[email protected]> * Fix category filters naming Signed-off-by: Simeon Widdis <[email protected]> * Break out integration category filter Signed-off-by: Simeon Widdis <[email protected]> * Repair category filtering for new install flyout Signed-off-by: Simeon Widdis <[email protected]> * Update testing constants for new filter handling Signed-off-by: Simeon Widdis <[email protected]> * Add tests for new flyout Signed-off-by: Simeon Widdis <[email protected]> * Move basePathLink to shared utils Signed-off-by: Simeon Widdis <[email protected]> --------- Signed-off-by: Simeon Widdis <[email protected]> (cherry picked from commit 7d29261) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Interdependent with #1561: Need to merge this before we can backport 1561 (or we get a gnarly merge conflict), but we need to merge both this and 1561's backport before 2.13 is cut (or we get an incomplete feature). |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #1562 +/- ##
==========================================
+ Coverage 58.09% 58.12% +0.02%
==========================================
Files 362 362
Lines 13227 13260 +33
Branches 3445 3460 +15
==========================================
+ Hits 7684 7707 +23
- Misses 5484 5493 +9
- Partials 59 60 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…s page (opensearch-project#1562) * Move add integration button to custom component * Add flyout toggle in installed integrations table * Fix category filters naming * Break out integration category filter * Repair category filtering for new install flyout * Update testing constants for new filter handling * Add tests for new flyout * Move basePathLink to shared utils --------- (cherry picked from commit 7d29261) Signed-off-by: Simeon Widdis <[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> (cherry picked from commit 36bd75e)
Backport 7d29261 from #1560.