denozord
  • Joined on 2024-11-14
denozord pushed to v3 at denozord/router-lists-ui 2026-02-18 13:36:31 +07:00
fdc39060a1 feat(NetworkMapUnifi): add short speed formatting and country flag display to network edges
denozord pushed to v3 at denozord/router-lists-ui 2026-02-18 13:29:30 +07:00
283ab53b80 feat(NetworkMapScheduler): improve logging for speed test results by including server labels
denozord pushed to v3 at denozord/router-lists-ui 2026-02-18 13:23:07 +07:00
89d71ff060 feat(NetworkMapScheduler): enhance job execution logging and add force refresh option for ping and speed tests
denozord pushed to v3 at denozord/router-lists-ui 2026-02-18 13:06:05 +07:00
b1834e988b feat(NetworkMapDashboard): implement cache handling for ping and speed requests to optimize data fetching
denozord pushed to v3 at denozord/router-lists-ui 2026-02-18 12:46:02 +07:00
6f13f39685 fix(schedulerRoutes): standardize comment formatting for API route documentation
denozord pushed to v3 at denozord/router-lists-ui 2026-02-18 12:41:25 +07:00
dbca38d31a feat(NetworkMapScheduler): integrate network map scheduler functionality with API routes and frontend components for enhanced network monitoring
denozord pushed to v3 at denozord/router-lists-ui 2026-02-18 12:24:55 +07:00
fbe9a07727 feat(InterfaceSpeedTest, MikrotikConfigRoutes): enhance speed test functionality with cache handling and force refresh options
denozord pushed to v3 at denozord/router-lists-ui 2026-02-18 12:17:02 +07:00
8b362f0f55 feat(MikrotikConfigRoutes): add function to retrieve remote MikroTik credentials for speed tests, enhancing server configuration flexibility
denozord pushed to v3 at denozord/router-lists-ui 2026-02-18 12:02:34 +07:00
9f85351b6b refactor(NetworkMap): unify ping handling by implementing edge-based keying for ping timestamps in NetworkMapDashboard and NetworkMapUnifi components
denozord pushed to v3 at denozord/router-lists-ui 2026-02-18 11:55:41 +07:00
b5eb47e690 feat(NetworkMapDashboard): implement runWithOnePerKey function to ensure single task execution per node during speed tests
denozord pushed to v3 at denozord/router-lists-ui 2026-02-18 11:43:42 +07:00
034e0d1eee feat(NetworkMap): add speed test functionality to Network Map Dashboard and Unifi components, including UI updates for speed display and handling
denozord pushed to v3 at denozord/router-lists-ui 2026-02-18 00:43:22 +07:00
29161ae0cb refactor(InterfaceSpeedTest): simplify TCP speed display by separating download and upload metrics
denozord pushed to v3 at denozord/router-lists-ui 2026-02-17 23:35:33 +07:00
89c75f8e2e fix(InterfaceSpeedTest): increase timeout for speed test API request to accommodate longer test durations
denozord pushed to v3 at denozord/router-lists-ui 2026-02-17 23:29:42 +07:00
270cee077f refactor(MikrotikConfigRoutes): update speed test configuration to include 'proplist' for TCP metrics and remove deprecated 'protocol' parameter
denozord pushed to v3 at denozord/router-lists-ui 2026-02-17 23:25:53 +07:00
1a283f64f6 refactor(TrafficRoutes): remove deprecated interface speed test endpoint to streamline API
denozord pushed to v3 at denozord/router-lists-ui 2026-02-17 23:22:43 +07:00
99b346fd94 refactor(TrafficRoutes): remove deprecated interface statistics and speed test functions; streamline MikroTik credentials retrieval
denozord pushed to v3 at denozord/router-lists-ui 2026-02-17 23:18:26 +07:00
5c03ec7bd0 feat(TrafficRoutes, InterfaceSpeedTest, Settings): implement MikroTik interface statistics route; update speed test duration settings to default to 5 seconds across UI components
denozord pushed to v3 at denozord/router-lists-ui 2026-02-17 23:06:11 +07:00
31ed777334 fix(MikrotikSpeedTest): remove 'direction' parameter from speed test configuration to streamline request handling
denozord pushed to v3 at denozord/router-lists-ui 2026-02-17 23:00:58 +07:00
9dc931a10b feat(MikrotikSpeedTest): add speed test API route and frontend integration; implement caching and error handling for speed test functionality
denozord pushed to v3 at denozord/router-lists-ui 2026-02-17 22:41:06 +07:00
d29f1aef51 feat(TrafficRoutes, App): implement interface speed test route and UI integration; update error handling for interface measurement