-
Notifications
You must be signed in to change notification settings - Fork 916
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
Remove duplicate data source attribute interface #6437
Remove duplicate data source attribute interface #6437
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6437 +/- ##
==========================================
- Coverage 55.58% 52.20% -3.39%
==========================================
Files 1199 2561 +1362
Lines 24259 50002 +25743
Branches 4087 7830 +3743
==========================================
+ Hits 13485 26103 +12618
- Misses 10133 22658 +12525
- Partials 641 1241 +600
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
0ebafb9
to
3181a1f
Compare
Signed-off-by: Bandini Bhopi <[email protected]>
3181a1f
to
7a061d9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making this improvement
title: string; | ||
description?: string; | ||
endpoint?: string; | ||
dataSourceVersion?: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This may break the datasource metadata fetch flow, need to double check.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I actually tested. I have attached video in detail. .kibana
index has data source version, installed plugin version information.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let me know if more testing required.
Signed-off-by: Bandini Bhopi <[email protected]> (cherry picked from commit e785fd3) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md
Signed-off-by: Bandini Bhopi <[email protected]> (cherry picked from commit e785fd3) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md
Signed-off-by: Bandini Bhopi <[email protected]> (cherry picked from commit e785fd3) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Removed duplicate data source attribute interface from data source management plugin.
Issues Resolved
Partially resolves #6204
Screenshot
Screen.Recording.2024-04-15.at.11.35.49.AM.mov
Above recording performs following steps and verify this changes doesn't introduce regressions.
Username & Password
authentication type.Testing the changes
Check List
yarn test:jest
yarn test:jest_integration