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

wip: add onboarding steps and import before v1 #1203

Closed
wants to merge 13 commits into from
Closed

Conversation

Meierschlumpf
Copy link
Member

@Meierschlumpf Meierschlumpf commented Sep 29, 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)

localhost_3000_init
localhost_3000_init (1)
localhost_3000_init (2)
localhost_3000_init (3)

Blocked by #964 as I need the improved import stuff

@Meierschlumpf Meierschlumpf added the enhancement New feature or request label Sep 29, 2024
@Meierschlumpf Meierschlumpf self-assigned this Sep 29, 2024
Copy link

deepsource-io bot commented Sep 29, 2024

Here's the code health analysis summary for commits 6dcf1ad..29f6945. View details on DeepSource ↗.

Analysis Summary

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

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

Copy link

github-actions bot commented Sep 29, 2024

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 21.37% 6400 / 29945
🔵 Statements 21.37% 6400 / 29945
🔵 Functions 23.47% 247 / 1052
🔵 Branches 59.7% 775 / 1298
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
apps/nextjs/src/app/[locale]/layout.tsx 0% 0% 0% 0% 1-112
apps/nextjs/src/app/[locale]/_client-providers/trpc.tsx 0% 0% 0% 0% 1-121
apps/nextjs/src/app/[locale]/init/layout.tsx 0% 0% 0% 0% 1-15
apps/nextjs/src/app/[locale]/init/page.tsx 0% 0% 0% 0% 1-32
apps/nextjs/src/app/[locale]/init/_components/init-card.tsx 0% 0% 0% 0% 1-47
apps/nextjs/src/app/[locale]/init/_components/init-color-scheme.tsx 0% 0% 0% 0% 1-55
apps/nextjs/src/app/[locale]/init/_components/init-preferences-row.tsx 0% 0% 0% 0% 1-16
apps/nextjs/src/app/[locale]/init/_components/init-title.tsx 0% 0% 0% 0% 1-14
apps/nextjs/src/app/[locale]/init/admin-group/admin-group-form.tsx 0% 0% 0% 0% 1-72
apps/nextjs/src/app/[locale]/init/admin-group/page.tsx 0% 0% 0% 0% 1-20
apps/nextjs/src/app/[locale]/init/existing/page.tsx 0% 0% 0% 0% 1-33
apps/nextjs/src/app/[locale]/init/import/old/boards/_drop-zone.tsx 0% 0% 0% 0% 1-523
apps/nextjs/src/app/[locale]/init/import/old/boards/page.tsx 0% 0% 0% 0% 1-20
apps/nextjs/src/app/[locale]/init/user/page.tsx 0% 0% 0% 0% 1-30
apps/nextjs/src/components/user-avatar-menu.tsx 0% 0% 0% 0% 1-137
apps/nextjs/src/components/language/current-language-combobox.tsx 0% 0% 0% 0% 1-14
apps/nextjs/src/components/language/language-combobox.tsx 0% 0% 0% 0% 1-96
packages/api/src/root.ts 0% 0% 0% 0% 1-40
packages/api/src/router/group.ts 89.91% 91.89% 100% 89.91% 104-109, 120-127, 211-215, 253-257
packages/api/src/router/user.ts 35.67% 61.9% 100% 35.67% 46-49, 65-100, 118-126, 130-136, 147-160, 164-192, 197-201, 209-213, 216-220, 237-241, 246-305, 310-338, 341-346, 349-361, 367-379, 382-394, 400-426, 460-464
packages/api/src/router/onboarding/checks.ts 0% 0% 0% 0% 1-4
packages/api/src/router/onboarding/onboarding-router.ts 0% 0% 0% 0% 1-226
packages/common/src/encryption.ts 93.33% 60% 100% 93.33% 13-14
packages/db/queries/group.ts 14.7% 100% 0% 14.7% 11-19, 22-25, 28-36, 39-49
packages/db/queries/index.ts 100% 100% 100% 100%
packages/definitions/src/group.ts 100% 100% 100% 100%
packages/old-import/src/apps.ts 15.78% 100% 0% 15.78% 8-15, 23-28, 36-38
packages/old-import/src/index.ts 100% 100% 100% 100%
packages/old-import/src/multiple.ts 4.54% 100% 0% 4.54% 15-66
packages/old-import/src/one.ts 7.69% 100% 0% 7.69% 12-42
packages/old-import/src/compare/apps.ts 14.28% 100% 0% 14.28% 5-11
packages/old-import/src/mappers/map-integrations.ts 79.31% 100% 0% 79.31% 5-10
packages/old-import/src/migration/check-token.ts 0% 0% 0% 0% 1-18
packages/old-import/src/migration/index.ts 0% 0% 0% 0% 1
packages/old-import/src/migration/oldmarr-zip.ts 0% 0% 0% 0% 1-111
packages/old-import/src/migration/schemas/checksum.ts 0% 0% 0% 0% 1-3
packages/old-import/src/migration/schemas/export.ts 0% 0% 0% 0% 1-7
packages/old-import/src/migration/schemas/users.ts 0% 0% 0% 0% 1-30
packages/old-import/src/prepare/index.ts 6.66% 100% 0% 6.66% 23-57
packages/old-import/src/prepare/multiple.ts 4.61% 100% 0% 4.61% 15-69, 72-93
packages/old-import/src/prepare/prepare-apps.ts 4.34% 100% 0% 4.34% 18-68
packages/old-import/src/prepare/prepare-integrations.ts 6.06% 100% 0% 6.06% 15-54
packages/old-import/src/prepare/prepare-sections.ts 5.88% 100% 0% 5.88% 7-42
packages/old-import/src/widgets/options.ts 80% 100% 0% 80% 32-39, 142-161
packages/old-schema/src/app.ts 100% 100% 100% 100%
packages/old-schema/src/index.ts 100% 100% 100% 100%
packages/old-schema/src/setting.ts 100% 100% 100% 100%
packages/validation/src/common.ts 81.48% 100% 100% 81.48% 20-24
packages/validation/src/group.ts 100% 100% 100% 100%
Generated in workflow #3716 for commit 29f6945 by the Vitest Coverage Report Action

@Meierschlumpf Meierschlumpf force-pushed the dev branch 2 times, most recently from 09ac2bf to c37a0e3 Compare October 23, 2024 15:30
@Meierschlumpf Meierschlumpf deleted the onboarding branch December 16, 2024 15:43
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