-
Notifications
You must be signed in to change notification settings - Fork 917
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] Enable direct query connections to support in workspace #8010
Conversation
❌ 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 #8010 +/- ##
==========================================
+ Coverage 60.58% 60.60% +0.02%
==========================================
Files 3726 3727 +1
Lines 88186 88290 +104
Branches 13624 13651 +27
==========================================
+ Hits 53425 53512 +87
- Misses 31516 31528 +12
- Partials 3245 3250 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…7839) * add dqc Signed-off-by: yubonluo <[email protected]> * add dircet query connections on the detail page Signed-off-by: yubonluo <[email protected]> * Changeset file for PR #7839 created/updated * delete useless code Signed-off-by: yubonluo <[email protected]> * optimize the code Signed-off-by: yubonluo <[email protected]> * optimize the code Signed-off-by: yubonluo <[email protected]> * Refactor association modal Signed-off-by: Kapian1234 <[email protected]> * Integrate modal with workspace detail page Signed-off-by: Lin Wang <[email protected]> * Fix parent data source unchecked Signed-off-by: Lin Wang <[email protected]> * Remove all tab and sort connections by name alphabetical Signed-off-by: Lin Wang <[email protected]> * optimzie Signed-off-by: yubonluo <[email protected]> * Fix checked status disappear after modal tab change Signed-off-by: Lin Wang <[email protected]> * optimize the dqc table Signed-off-by: yubonluo <[email protected]> * optimize the code Signed-off-by: yubonluo <[email protected]> * update the table css Signed-off-by: yubonluo <[email protected]> * Simplify options update logic Signed-off-by: Lin Wang <[email protected]> * Add unit tests for AssociationDataSourceModal Signed-off-by: Lin Wang <[email protected]> * add unit test Signed-off-by: yubonluo <[email protected]> * optimize the code Signed-off-by: yubonluo <[email protected]> * Add nested support in associate data source modal Signed-off-by: Lin Wang <[email protected]> * delete useless code Signed-off-by: yubonluo <[email protected]> * Change back type Signed-off-by: Lin Wang <[email protected]> * Update type in modal UT Signed-off-by: Lin Wang <[email protected]> * optimize the code Signed-off-by: yubonluo <[email protected]> --------- Signed-off-by: yubonluo <[email protected]> Signed-off-by: Kapian1234 <[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: Kapian1234 <[email protected]> Co-authored-by: Lin Wang <[email protected]> Co-authored-by: Yulong Ruan <[email protected]> (cherry picked from commit 0798865) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
d0633f7
to
f2c0686
Compare
|
…7839) (#8010) * add dqc * add dircet query connections on the detail page * Changeset file for PR #7839 created/updated * delete useless code * optimize the code * optimize the code * Refactor association modal * Integrate modal with workspace detail page * Fix parent data source unchecked * Remove all tab and sort connections by name alphabetical * optimzie * Fix checked status disappear after modal tab change * optimize the dqc table * optimize the code * update the table css * Simplify options update logic * Add unit tests for AssociationDataSourceModal * add unit test * optimize the code * Add nested support in associate data source modal * delete useless code * Change back type * Update type in modal UT * optimize the code --------- (cherry picked from commit 0798865) Signed-off-by: yubonluo <[email protected]> Signed-off-by: Kapian1234 <[email protected]> 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> Co-authored-by: Kapian1234 <[email protected]> Co-authored-by: Lin Wang <[email protected]> Co-authored-by: Yulong Ruan <[email protected]> (cherry picked from commit d88e3b0) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…7839) (#8010) (#8048) * add dqc * add dircet query connections on the detail page * Changeset file for PR #7839 created/updated * delete useless code * optimize the code * optimize the code * Refactor association modal * Integrate modal with workspace detail page * Fix parent data source unchecked * Remove all tab and sort connections by name alphabetical * optimzie * Fix checked status disappear after modal tab change * optimize the dqc table * optimize the code * update the table css * Simplify options update logic * Add unit tests for AssociationDataSourceModal * add unit test * optimize the code * Add nested support in associate data source modal * delete useless code * Change back type * Update type in modal UT * optimize the code --------- (cherry picked from commit 0798865) (cherry picked from commit d88e3b0) Signed-off-by: yubonluo <[email protected]> Signed-off-by: Kapian1234 <[email protected]> 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> Co-authored-by: Kapian1234 <[email protected]> Co-authored-by: Lin Wang <[email protected]> Co-authored-by: Yulong Ruan <[email protected]>
Backport 0798865 from #7839.