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 nextcloud integration #2501

Merged
merged 1 commit into from
Mar 8, 2025
Merged

Conversation

manuel-rw
Copy link
Member

@manuel-rw manuel-rw commented Mar 4, 2025


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)

image

@manuel-rw manuel-rw linked an issue Mar 4, 2025 that may be closed by this pull request
Copy link

deepsource-io bot commented Mar 4, 2025

Here's the code health analysis summary for commits 0b07f22..8d74bfe. 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/nextcloud-integration branch from 0f2c1b4 to d28917e Compare March 6, 2025 20:13
Copy link

github-actions bot commented Mar 6, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 23.21% 9920 / 42722
🔵 Statements 23.21% 9920 / 42722
🔵 Functions 29.96% 415 / 1385
🔵 Branches 64.95% 1186 / 1826
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
packages/definitions/src/integration.ts 98.75% 100% 40% 98.75% 169, 172
packages/integrations/src/index.ts 100% 100% 100% 100%
packages/integrations/src/base/creator.ts 54.9% 100% 0% 54.9% 32-48, 51-62
packages/integrations/src/nextcloud/nextcloud.integration.ts 10.95% 100% 0% 10.95% 17-19, 22-84, 87-96
packages/widgets/src/calendar/calendar-event-list.tsx 0% 0% 0% 0% 1-127
Generated in workflow #5444 for commit 8d74bfe by the Vitest Coverage Report Action

@manuel-rw manuel-rw force-pushed the feat/nextcloud-integration branch 5 times, most recently from 512f6c4 to 9f5368e Compare March 7, 2025 22:45
@manuel-rw manuel-rw self-assigned this Mar 7, 2025
@manuel-rw manuel-rw added enhancement New feature or request integration New integration labels Mar 7, 2025
@manuel-rw manuel-rw force-pushed the feat/nextcloud-integration branch from 9f5368e to 4ef3068 Compare March 7, 2025 22:46
@manuel-rw manuel-rw marked this pull request as ready for review March 7, 2025 22:53
@manuel-rw manuel-rw requested a review from a team as a code owner March 7, 2025 22:53
@manuel-rw manuel-rw force-pushed the feat/nextcloud-integration branch 2 times, most recently from 7923926 to 8c0102d Compare March 8, 2025 21:13
@manuel-rw manuel-rw requested a review from Meierschlumpf March 8, 2025 21:15
@manuel-rw manuel-rw force-pushed the feat/nextcloud-integration branch from 8c0102d to 8d74bfe Compare March 8, 2025 21:17
@manuel-rw manuel-rw merged commit 2e62a61 into dev Mar 8, 2025
13 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 integration New integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Integration with Nextcloud
2 participants