-
Notifications
You must be signed in to change notification settings - Fork 98
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
Modularize event Analytics live tail and fix bug #647
Conversation
Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
dashboards-observability/public/components/common/live_tail/live_tail_button.tsx
Outdated
Show resolved
Hide resolved
dashboards-observability/public/components/common/live_tail/live_tail_button.tsx
Outdated
Show resolved
Hide resolved
dashboards-observability/public/components/explorer/explorer.tsx
Outdated
Show resolved
Hide resolved
dashboards-observability/.cypress/integration/event_analytics.spec.js
Outdated
Show resolved
Hide resolved
dashboards-observability/public/components/explorer/explorer.tsx
Outdated
Show resolved
Hide resolved
dashboards-observability/public/components/explorer/explorer.tsx
Outdated
Show resolved
Hide resolved
Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
dashboards-observability/public/components/common/live_tail/live_tail_button.tsx
Outdated
Show resolved
Hide resolved
Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
1a25d60
dashboards-observability/public/components/common/live_tail/live_tail_button.test.tsx
Outdated
Show resolved
Hide resolved
dashboards-observability/public/components/explorer/explorer.tsx
Outdated
Show resolved
Hide resolved
Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #647 +/- ##
=============================================
+ Coverage 59.46% 76.60% +17.13%
Complexity 283 283
=============================================
Files 236 38 -198
Lines 7735 2154 -5581
Branches 1552 228 -1324
=============================================
- Hits 4600 1650 -2950
+ Misses 2963 363 -2600
+ 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: Kavitha Conjeevaram Mohan <[email protected]>
import { LiveTailButton, StopLiveButton } from '../live_tail_button'; | ||
import { waitFor } from '@testing-library/dom'; | ||
|
||
describe('Live tail button', () => { |
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 believe the describe
should not be indented, can we reduce the indent here?
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.
yeah okay, one more PR is yet to come, will include the change in that
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- left 1 minor comment
) Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
Signed-off-by: Kavitha Conjeevaram Mohan [email protected]
Description
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.