Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat(integration): add search engine creation #1816

Merged
merged 4 commits into from
Dec 31, 2024

Conversation

manuel-rw
Copy link
Member

@manuel-rw manuel-rw commented Dec 30, 2024


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)

Copy link

deepsource-io bot commented Dec 30, 2024

Here's the code health analysis summary for commits 56b57ad..6d7e1b3. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗

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

@manuel-rw manuel-rw force-pushed the feat/add-search-engine-creation branch from 8a5ba2e to 3947df3 Compare December 30, 2024 21:06
Copy link

github-actions bot commented Dec 30, 2024

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 21.57% 7934 / 36774
🔵 Statements 21.57% 7934 / 36774
🔵 Functions 24.76% 287 / 1159
🔵 Branches 61.8% 864 / 1398
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
apps/nextjs/src/app/[locale]/manage/integrations/new/_integration-new-form.tsx 0% 0% 0% 0% 1-169
packages/api/src/router/integration/integration-router.ts 54.92% 82.35% 100% 54.92% 77-122, 127-131, 149-153, 221-225, 279-283, 288-356, 361-377, 382-398, 404-405, 444-456
packages/db/schema/mysql.ts 100% 100% 100% 100%
packages/db/schema/sqlite.ts 100% 100% 100% 100%
packages/icons/index.ts 100% 100% 100% 100%
packages/icons/src/auto-icon-searcher.ts 33.33% 100% 0% 33.33% 6-9
packages/validation/src/integration.ts 100% 100% 100% 100%
Generated in workflow #4428 for commit 6d7e1b3 by the Vitest Coverage Report Action

@manuel-rw manuel-rw force-pushed the feat/add-search-engine-creation branch 8 times, most recently from 2a3c1b8 to a3c8d52 Compare December 30, 2024 22:02
@manuel-rw manuel-rw self-assigned this Dec 30, 2024
@manuel-rw manuel-rw added the enhancement New feature or request label Dec 30, 2024
@manuel-rw manuel-rw marked this pull request as ready for review December 30, 2024 22:07
@manuel-rw manuel-rw requested a review from a team as a code owner December 30, 2024 22:07
@manuel-rw manuel-rw force-pushed the feat/add-search-engine-creation branch from a3c8d52 to 4b52a97 Compare December 31, 2024 10:05
…ion-new-form.tsx

Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
@manuel-rw manuel-rw force-pushed the feat/add-search-engine-creation branch from 5c23339 to 7de484b Compare December 31, 2024 10:11
@manuel-rw manuel-rw force-pushed the feat/add-search-engine-creation branch from 7de484b to ec57aa2 Compare December 31, 2024 10:33
…ion-new-form.tsx

Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
@manuel-rw manuel-rw force-pushed the feat/add-search-engine-creation branch from ec57aa2 to 6d7e1b3 Compare December 31, 2024 10:35
@Meierschlumpf Meierschlumpf changed the title feat: add search engine creation feat(integration): add search engine creation Dec 31, 2024
@manuel-rw manuel-rw merged commit f507645 into dev Dec 31, 2024
13 of 14 checks passed
@manuel-rw manuel-rw deleted the feat/add-search-engine-creation branch December 31, 2024 10:40
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants