-
Notifications
You must be signed in to change notification settings - Fork 99
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
Add alpha1 qualifiers for dashboards plugin #616
Add alpha1 qualifiers for dashboards plugin #616
Conversation
Signed-off-by: Joshua Li <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #616 +/- ##
=============================================
+ Coverage 54.54% 76.60% +22.05%
Complexity 283 283
=============================================
Files 239 38 -201
Lines 7795 2154 -5641
Branches 1605 228 -1377
=============================================
- Hits 4252 1650 -2602
+ Misses 3371 363 -3008
+ Partials 172 141 -31
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Signed-off-by: Joshua Li <[email protected]>
This reverts commit b0b23bb. Signed-off-by: Joshua Li <[email protected]>
@@ -1,6 +1,6 @@ | |||
{ | |||
"id": "observabilityDashboards", | |||
"version": "2.0.0.0", | |||
"version": "2.0.0.0-alpha1", | |||
"opensearchDashboardsVersion": "2.0.0", |
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.
What does this correspond to?
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.
plugin version and compatible dashboards version
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.
LGTM.
Signed-off-by: Joshua Li [email protected]
Description
closes #577
Issues Resolved
[List any issues this PR will resolve]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.