Skip to content
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

feat: show negative uptime for nodes when disconnected #1740

Merged
merged 2 commits into from
Dec 10, 2024

Conversation

artemmufazalov
Copy link
Member

@artemmufazalov artemmufazalov commented Dec 5, 2024

Closes #1065

Screenshot 2024-12-10 at 12 16 49

CI Results

Test Status: βœ… PASSED

πŸ“Š Full Report

Total Passed Failed Flaky Skipped
208 208 0 0 0

😟 No changes in tests. πŸ˜•

Bundle Size: βœ…

Current: 65.86 MB | Main: 65.86 MB
Diff: +1.72 KB (0.00%)

βœ… Bundle size unchanged.

ℹ️ CI Information
  • Test recordings for failed tests are available in the full report.
  • Bundle size is measured for the entire 'dist' directory.
  • πŸ“Š indicates links to detailed reports.
  • πŸ”Ί indicates increase, πŸ”½ decrease, and βœ… no change in bundle size.

@artemmufazalov artemmufazalov added the status/need info Further information is requested label Dec 6, 2024
@artemmufazalov artemmufazalov force-pushed the 1065-show-disconnect-time branch 3 times, most recently from 9fcb411 to ece23d8 Compare December 6, 2024 13:49
@artemmufazalov artemmufazalov removed the status/need info Further information is requested label Dec 9, 2024
@artemmufazalov artemmufazalov force-pushed the 1065-show-disconnect-time branch from ece23d8 to 82d9ec3 Compare December 10, 2024 09:21
@artemmufazalov artemmufazalov marked this pull request as ready for review December 10, 2024 09:22
@@ -0,0 +1,10 @@
import {getUptimeFromDateFormatted} from '../dataFormatters';

describe('getUptimeFromDateFormatted', () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's add test for downtime!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for comment, found a bug with downtime formatting

@artemmufazalov artemmufazalov added this pull request to the merge queue Dec 10, 2024
Merged via the queue into main with commit 3991c56 Dec 10, 2024
7 checks passed
@artemmufazalov artemmufazalov deleted the 1065-show-disconnect-time branch December 10, 2024 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

show disconnect time of disconnected node
2 participants