Skip to content

feat(integrations): add suggestions to manage home page #3390

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

Meierschlumpf
Copy link
Member


Homarr

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

  • Builds without warnings or errors (pnpm build, 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)
  • Documentation is up to date. Create a pull request here.

This pull request adds suggestions of integrations to add to the manage home page. It uses the mounted docker instances to find out which integrations can be added. My plan is to open a modal when there are more than one container running the same integration. (So you can select which one you want to add)
image

@Meierschlumpf Meierschlumpf self-assigned this Jun 12, 2025
@Meierschlumpf Meierschlumpf added the enhancement New feature or request label Jun 12, 2025
Copy link

deepsource-io bot commented Jun 12, 2025

Here's the code health analysis summary for commits c5cc8f1..0513a8e. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript❌ Failure
❗ 1 occurence introduced
View Check ↗

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

Copy link

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 21.98% 10971 / 49910
🔵 Statements 21.98% 10971 / 49910
🔵 Functions 30.25% 484 / 1600
🔵 Branches 64.12% 1355 / 2113
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
apps/nextjs/src/app/[locale]/manage/page.tsx 0% 0% 0% 0% 1-143
packages/api/src/router/integration/integration-router.ts 40.95% 79.48% 33.33% 40.95% 89-134, 139-143, 147-153, 171-175, 207-212, 216-220, 277-281, 293-298, 302-306, 356-360, 365-433, 438-479, 484-525, 531-532, 535-592, 612-627, 630-639, 642-648, 651-658, 661-685, 688-695, 732-744
packages/definitions/src/integration.ts 99.24% 100% 40% 99.24% 275, 278
packages/docker/src/singleton.ts 52.77% 71.42% 75% 52.77% 20-39, 43-44
Generated in workflow #6874 for commit 0513a8e by the Vitest Coverage Report Action

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
None yet
Development

Successfully merging this pull request may close these issues.

1 participant