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: add everyone group #1322

Merged
merged 18 commits into from
Oct 21, 2024
Merged

feat: add everyone group #1322

merged 18 commits into from
Oct 21, 2024

Conversation

Meierschlumpf
Copy link
Member

@Meierschlumpf Meierschlumpf commented Oct 18, 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)

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

deepsource-io bot commented Oct 18, 2024

Here's the code health analysis summary for commits 9b5b8e6..980c146. 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 18, 2024

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 38.83% 14636 / 37686
🔵 Statements 38.83% 14636 / 37686
🔵 Functions 36.05% 380 / 1054
🔵 Branches 71% 1303 / 1835
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
apps/nextjs/src/app/[locale]/manage/layout.tsx 0% 0% 0% 0% 1-2, 24, 26-29, 31, 33-34, 36-156, 158-163, 165
apps/nextjs/src/app/[locale]/manage/users/groups/[id]/_rename-group-form.tsx 0% 0% 0% 0% 1, 3-4, 6-11, 21-28, 30-62, 64-67, 69-74, 76-77, 79
apps/nextjs/src/app/[locale]/manage/users/groups/[id]/_reserved-group-alert.tsx 0% 0% 0% 0% 1-3, 5-6, 8-9, 11-19, 21-22, 24-25, 27
apps/nextjs/src/app/[locale]/manage/users/groups/[id]/page.tsx 0% 0% 0% 0% 1, 3-5, 7-11, 19-23, 25-27, 29, 31, 33-39, 41-46, 48, 50
apps/nextjs/src/app/[locale]/manage/users/groups/[id]/members/page.tsx 0% 0% 0% 0% 1-3, 6-11, 13-15, 26-30, 32, 34-35, 37-41, 43-45, 47-48, 50-53, 57-60, 62-68, 70-77, 79, 87-101, 103
apps/tasks/src/main.ts 0% 0% 0% 0% 1-2, 4-5, 7-10
packages/api/src/router/group.ts 89.83% 91.89% 100% 89.83% 96-101, 112-119, 203-207, 245-249
packages/auth/events.ts 98.29% 88.88% 100% 98.29% 122-123
packages/auth/test/events.spec.ts 100% 100% 100% 100%
packages/db/migrations/run-seed.ts 0% 0% 0% 0% 1-2, 4-12
packages/db/migrations/seed.ts 0% 0% 0% 0% 1, 3-4, 6, 8-9, 11-14, 16-19, 21-24, 26-31, 33-35, 37-40, 42-47, 49-52
packages/db/migrations/mysql/migrate.ts 0% 0% 0% 0% 1-4, 7-8, 10, 12-23, 25-28, 30-32, 34-42
packages/db/migrations/sqlite/migrate.ts 0% 0% 0% 0% 1-3, 5-6, 8, 10-11, 13, 15, 17-18, 20-28
packages/db/schema/mysql.ts 100% 100% 100% 100%
packages/db/schema/sqlite.ts 100% 100% 100% 100%
packages/definitions/src/group.ts 100% 100% 100% 100%
packages/definitions/src/index.ts 100% 100% 100% 100%
packages/definitions/src/docs/codegen.ts 0% 0% 0% 0% 1-5, 7, 9-10, 12-14, 16-24, 26-29, 31-37, 39-40, 42-44, 46-48, 50-52, 54-55, 57-58, 65-68, 70-73, 75
packages/definitions/src/docs/homarr-docs-sitemap.ts 0% 0% 0% 0%
packages/definitions/src/docs/index.ts 66.66% 100% 0% 66.66% 7
packages/spotlight/src/modes/index.tsx 0% 0% 0% 0% 1-2, 4-5, 7-8, 10-14, 16, 18-27, 29-33, 35-43, 45-67, 69-73, 75
packages/translation/src/lang/en.ts 100% 100% 100% 100%
packages/validation/src/group.ts 100% 100% 100% 100%
packages/widgets/src/video/component.tsx 0% 0% 0% 0% 1, 3-7, 9, 12, 14, 16, 18-21, 23-25, 27-28, 30-31, 33-39, 41, 43-44, 46-53, 55, 57-58, 60-63, 66-77, 79-84, 86
tooling/eslint/base.js 0% 0% 0% 0% 1-95
Generated in workflow #3326 for commit 980c146 by the Vitest Coverage Report Action

@Meierschlumpf Meierschlumpf marked this pull request as ready for review October 18, 2024 16:49
@Meierschlumpf Meierschlumpf requested a review from a team as a code owner October 18, 2024 16:49
@Meierschlumpf Meierschlumpf merged commit 2f1c800 into dev Oct 21, 2024
10 checks passed
@Meierschlumpf Meierschlumpf deleted the everyone-group branch October 21, 2024 15:23
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