-
Notifications
You must be signed in to change notification settings - Fork 894
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] Integrate workspace front end with data connection type saved object #8269
Conversation
…aved object (#8013) * feat: integrate workspace with data connections Signed-off-by: tygao <[email protected]> * update workspace pages and hooks to integrate with data connection Signed-off-by: tygao <[email protected]> * Changeset file for PR #8013 created/updated * remove extra comments Signed-off-by: tygao <[email protected]> * update data source import Signed-off-by: tygao <[email protected]> * test: update tests Signed-off-by: tygao <[email protected]> * Changeset file for PR #8013 created/updated * unify connection type icon and connectionType Signed-off-by: tygao <[email protected]> * test: add tests Signed-off-by: tygao <[email protected]> * display text directly instead of link for data connection in table Signed-off-by: tygao <[email protected]> * Apply suggestions from code review Co-authored-by: SuZhou-Joe <[email protected]> Signed-off-by: Tianyu Gao <[email protected]> * update Signed-off-by: tygao <[email protected]> --------- Signed-off-by: tygao <[email protected]> Signed-off-by: Tianyu Gao <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> Co-authored-by: SuZhou-Joe <[email protected]> (cherry picked from commit c894584) 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 #8269 +/- ##
==========================================
+ Coverage 64.14% 64.15% +0.01%
==========================================
Files 3740 3740
Lines 88674 88694 +20
Branches 13806 13812 +6
==========================================
+ Hits 56877 56904 +27
+ Misses 31186 31179 -7
Partials 611 611
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…aved object (opensearch-project#8013) (opensearch-project#8269) * feat: integrate workspace with data connections * update workspace pages and hooks to integrate with data connection * Changeset file for PR opensearch-project#8013 created/updated * remove extra comments * update data source import * test: update tests * Changeset file for PR opensearch-project#8013 created/updated * unify connection type icon and connectionType * test: add tests * display text directly instead of link for data connection in table * Apply suggestions from code review * update --------- (cherry picked from commit c894584) Signed-off-by: tygao <[email protected]> Signed-off-by: Tianyu Gao <[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> Co-authored-by: SuZhou-Joe <[email protected]>
Backport c894584 from #8013.