-
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.16] [Backport 2.x][MDS] Observability Datasource Plugin migration with MDS support for Data Connection Table #7384
Conversation
…S support for Data Connection Table (#7371) * [MDS] Observability Datasource Plugin migration with MDS support (#7143) * Observability Datasource Plugin migration with MDS support Signed-off-by: Ryan Liang <[email protected]> * Switch to use doc services for doc links of configuration of s3 datasource Signed-off-by: Ryan Liang <[email protected]> * Add tests for home panel Signed-off-by: Ryan Liang <[email protected]> * Fix the snapshot for mds Signed-off-by: Ryan Liang <[email protected]> * Add tests for data source creation panel Signed-off-by: Ryan Liang <[email protected]> * Add tests for dq data connection table Signed-off-by: Ryan Liang <[email protected]> * Add tests for dq configuration Signed-off-by: Ryan Liang <[email protected]> * Add readonly for s3glue doc link Signed-off-by: Ryan Liang <[email protected]> * Add tests for s3 prometheus creation and review Signed-off-by: Ryan Liang <[email protected]> * Fix mount feature flag behavior and tests Signed-off-by: Ryan Liang <[email protected]> * Shorten file names Signed-off-by: Ryan Liang <[email protected]> * Shorten file names again Signed-off-by: Ryan Liang <[email protected]> * Experiment 1 Signed-off-by: Ryan Liang <[email protected]> * Fix the visbuilder failure 1 Signed-off-by: Ryan Liang <[email protected]> * Fix the setter of datasource setup in vis_type_timeseries Signed-off-by: Ryan Liang <[email protected]> * Synced branch Signed-off-by: Ryan Liang <[email protected]> * Fix the readonly in doc link and add change log Signed-off-by: Ryan Liang <[email protected]> * Fix the create opensearch datasource's cancel button redirection Signed-off-by: Ryan Liang <[email protected]> * Add more test cases for breadscrumb changes and mount behavior based on the plugin registration Signed-off-by: Ryan Liang <[email protected]> --------- Signed-off-by: Ryan Liang <[email protected]> * [MDS] Fix the dsm plugin setup when mds feature flag is disabled (#7163) * Fix the dsm plugin setup when mds feature flag is disabled Signed-off-by: Ryan Liang <[email protected]> * Changeset file for PR #7163 created/updated --------- Signed-off-by: Ryan Liang <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> * Changeset file for PR #7371 created/updated * Fix snapshots Signed-off-by: Ryan Liang <[email protected]> --------- Signed-off-by: Ryan Liang <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit 704f2fa) 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.16 #7384 +/- ##
==========================================
+ Coverage 68.13% 68.14% +0.01%
==========================================
Files 3471 3488 +17
Lines 68759 69058 +299
Branches 11206 11247 +41
==========================================
+ Hits 46849 47062 +213
- Misses 19167 19234 +67
- Partials 2743 2762 +19
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Backport 704f2fa from #7371.