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

feat: #1243 add api routes #1286

Merged
merged 1 commit into from
Nov 23, 2024
Merged

feat: #1243 add api routes #1286

merged 1 commit into from
Nov 23, 2024

Conversation

manuel-rw
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 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 Oct 11, 2024

Here's the code health analysis summary for commits 982ab43..1478756. 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.

Copy link

github-actions bot commented Oct 11, 2024

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 21.42% 6360 / 29685
🔵 Statements 21.42% 6360 / 29685
🔵 Functions 24.23% 253 / 1044
🔵 Branches 58.97% 802 / 1360
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
apps/nextjs/src/app/[locale]/manage/tools/api/components/swagger-ui.tsx 0% 0% 0% 0% 1-23
apps/nextjs/src/app/[locale]/manage/users/[userId]/general/_components/_delete-user-button.tsx 0% 0% 0% 0% 1-47
apps/nextjs/src/app/[locale]/manage/users/[userId]/general/_components/_first-day-of-week.tsx 0% 0% 0% 0% 1-81
apps/nextjs/src/app/api/[...trpc]/route.ts 0% 0% 0% 0% 1-83
packages/api/src/open-api.ts 0% 0% 0% 0% 1-19
packages/api/src/schema-merger.ts 100% 100% 100% 100%
packages/api/src/trpc.ts 70.58% 100% 33.33% 70.58% 33-42, 56-62
packages/api/src/router/app.ts 85.12% 91.66% 100% 85.12% 27-31, 45-54, 83-85
packages/api/src/router/invite.ts 100% 100% 100% 100%
packages/api/src/router/user.ts 44.53% 65.21% 100% 44.53% 83-90, 108-143, 151-159, 167-173, 186-199, 219-247, 256-260, 268-272, 275-279, 300-304, 313-372, 379-407, 414-419, 422-434, 440-452, 455-467, 475-501, 535-539
packages/db/validationSchemas.ts 100% 100% 100% 100%
Generated in workflow #3836 for commit 1478756 by the Vitest Coverage Report Action

@manuel-rw manuel-rw force-pushed the feat/#1243-add-api-routes branch 2 times, most recently from 864bedb to d8f639e Compare October 20, 2024 12:10
@manuel-rw
Copy link
Member Author

Blocked by trpc/trpc-openapi#441

@manuel-rw manuel-rw force-pushed the feat/#1243-add-api-routes branch from d8f639e to cad9f69 Compare October 20, 2024 13:12
@Meierschlumpf Meierschlumpf force-pushed the dev branch 2 times, most recently from 09ac2bf to c37a0e3 Compare October 23, 2024 15:30
@manuel-rw manuel-rw force-pushed the feat/#1243-add-api-routes branch 15 times, most recently from 330987c to 6336760 Compare November 23, 2024 20:10
@manuel-rw manuel-rw marked this pull request as ready for review November 23, 2024 20:16
@manuel-rw manuel-rw requested a review from a team as a code owner November 23, 2024 20:16
@manuel-rw manuel-rw self-assigned this Nov 23, 2024
@manuel-rw manuel-rw added the enhancement New feature or request label Nov 23, 2024
@manuel-rw manuel-rw force-pushed the feat/#1243-add-api-routes branch from 6336760 to 1478756 Compare November 23, 2024 20:46
@manuel-rw manuel-rw merged commit d76b4d0 into dev Nov 23, 2024
11 checks passed
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.

2 participants