Skip to content

feat: Health Monitoring widget unification with graphs #1959

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

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

SeDemal
Copy link
Collaborator

@SeDemal SeDemal commented Jan 15, 2025

…n Progress)


Homarr

Thank you for your contribution. Please ensure that your pull request meets the following pull request:

  • Builds without warnings or errors (pnpm buid, autofix with pnpm format:fix)
  • Pull request targets dev branch
  • Commits follow the conventional commits guideline
  • No shorthand variable names are used (eg. x, y, i or any abbrevation)

Relates to #2923

Copy link

deepsource-io bot commented Jan 15, 2025

Here's the code health analysis summary for commits 94263c4..3b20c96. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript❌ Failure
❗ 2 occurences introduced
View Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

@SeDemal SeDemal changed the title feat: Initial commit for health monitoring widget with graphs (Work i… feat: Health Monitoring widget unification with graphs Jan 16, 2025
@manuel-rw manuel-rw self-assigned this Apr 6, 2025
@manuel-rw manuel-rw added the enhancement New feature or request label Apr 6, 2025
@manuel-rw manuel-rw moved this to In Progress in Homarr prioritized backlog Apr 6, 2025
@manuel-rw
Copy link
Member

I'm taking over this again

@manuel-rw manuel-rw force-pushed the feat/health-monitoring-with-graphs branch from 2fb30ba to 556f7cf Compare April 6, 2025 14:24
Copy link

github-actions bot commented Apr 6, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 22.32% 10281 / 46060
🔵 Statements 22.32% 10281 / 46060
🔵 Functions 30.37% 442 / 1455
🔵 Branches 63.18% 1258 / 1991
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
packages/api/src/router/widgets/health-monitoring.ts 29.54% 100% 100% 29.54% 18-30, 37-58
packages/cron-jobs/src/jobs/integrations/health-monitoring.ts 0% 0% 0% 0% 1-14
packages/definitions/src/integration.ts 98.84% 100% 40% 98.84% 181, 184
packages/integrations/src/index.ts 100% 100% 100% 100%
packages/integrations/src/types.ts 100% 100% 100% 100%
packages/integrations/src/base/creator.ts 56.6% 100% 0% 56.6% 35-51, 54-65
packages/integrations/src/health-monitoring/dashdot/dashdot-integration.ts 9.23% 100% 0% 9.23% 17-19, 22-74, 77-79
packages/integrations/src/health-monitoring/dashdot/dashdot-schema.ts 100% 100% 100% 100%
packages/integrations/src/health-monitoring/openmediavault/openmediavault.ts 0% 0% 0% 0%
packages/integrations/src/interfaces/health-monitoring/healt-monitoring-data.ts 0% 0% 0% 0%
packages/integrations/src/interfaces/health-monitoring/health-monitoring-interface.ts 100% 100% 100% 100%
packages/redis/src/index.ts 100% 100% 100% 100%
packages/redis/src/lib/channel.ts 23.87% 100% 13.33% 23.87% 28-38, 44-48, 50-52, 71-73, 79-80, 85-86, 92-93, 102-125, 142-151, 158-184, 189-190, 196-197, 202-204, 207-214, 217-224, 227-228, 231-233, 236-271, 274-295, 309-311, 313-314, 322-325, 336-338, 345-347, 353-355, 360-361
packages/request-handler/src/health-monitoring.ts 35% 100% 0% 35% 16-28
packages/widgets/src/health-monitoring/component.tsx 0% 0% 0% 0% 1-362
packages/widgets/src/health-monitoring/index.ts 100% 100% 50% 100%
Generated in workflow #5906 for commit 3b20c96 by the Vitest Coverage Report Action

@manuel-rw manuel-rw force-pushed the feat/health-monitoring-with-graphs branch from 556f7cf to f95bc80 Compare April 6, 2025 14:40
@manuel-rw manuel-rw force-pushed the feat/health-monitoring-with-graphs branch from f95bc80 to 3b20c96 Compare April 10, 2025 19:51
@manuel-rw manuel-rw linked an issue Apr 23, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

feat(dashdot): add graph widget
2 participants