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 crawling settings #959

Merged
merged 4 commits into from
Sep 6, 2024
Merged

feat: add crawling settings #959

merged 4 commits into from
Sep 6, 2024

Conversation

manuel-rw
Copy link
Member

@manuel-rw manuel-rw commented Aug 9, 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)

image

https://nextjs.org/learn-pages-router/seo/crawling-and-indexing/metatags

Copy link

deepsource-io bot commented Aug 9, 2024

Here's the code health analysis summary for commits d20384d..9336f6b. 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 Aug 9, 2024

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 39.67% 11784 / 29703
🔵 Statements 39.67% 11784 / 29703
🔵 Functions 36.32% 283 / 779
🔵 Branches 70.95% 1082 / 1525
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
apps/nextjs/src/app/[locale]/layout.tsx 0% 0% 0% 0% 1-2, 4-7, 9-12, 14-21, 23-26, 28-45, 47-52, 54-56, 58-67, 69, 71-82, 84
apps/nextjs/src/app/[locale]/manage/about/page.tsx 0% 0% 0% 0% 1-2, 19-20, 22, 24-27, 30, 32-33, 35-38, 40-43, 45-46, 48-54, 56-58, 60-67, 69-74, 76-143, 145, 147-153, 155, 163-174, 176
apps/nextjs/src/app/[locale]/manage/settings/page.tsx 0% 0% 0% 0% 1, 3-4, 6-8, 10-12, 14-17, 19-30, 32
apps/nextjs/src/app/[locale]/manage/settings/_components/analytics.settings.tsx 0% 0% 0% 0% 1, 4, 6-7, 9, 11-12, 18-25, 27-34, 36-41, 43-47, 49-51, 53-83, 85
apps/nextjs/src/app/[locale]/manage/settings/_components/crawling-and-indexing.settings.tsx 0% 0% 0% 0% 1, 4, 6-7, 9, 11-12, 18-25, 27-32, 34-38, 40-42, 44-66, 68
apps/nextjs/src/app/[locale]/manage/settings/_components/setting-switch.tsx 0% 0% 0% 0% 1-2, 4, 8-15, 24-28, 30-31, 33-44, 46
apps/nextjs/src/app/api/about/contributors/crowdin/route.ts 0% 0% 0% 0% 1, 3, 5-7, 9
apps/nextjs/src/app/api/about/contributors/github/route.ts 0% 0% 0% 0% 1, 3, 5-7, 9
apps/nextjs/src/components/layout/search-engine-optimization.tsx 0% 0% 0% 0% 1, 3-4, 7-10, 12-14, 16-18, 20, 22-25, 27-31, 33
packages/server-settings/src/index.ts 100% 100% 100% 100%
packages/translation/src/lang/en.ts 100% 100% 100% 100%
Generated in workflow #2792

@manuel-rw manuel-rw force-pushed the feat/add-crawling-settings branch 2 times, most recently from 8bcbe8c to 13f04b1 Compare August 9, 2024 19:37
@manuel-rw manuel-rw self-assigned this Aug 9, 2024
@manuel-rw manuel-rw force-pushed the feat/add-crawling-settings branch 3 times, most recently from 21929c9 to 898ad07 Compare August 18, 2024 19:54
@manuel-rw manuel-rw force-pushed the feat/add-crawling-settings branch 2 times, most recently from dc3fb5c to 670780a Compare August 25, 2024 16:46
@manuel-rw manuel-rw force-pushed the feat/add-crawling-settings branch from babcf2e to d94da7c Compare September 1, 2024 13:41
@manuel-rw manuel-rw marked this pull request as ready for review September 1, 2024 13:41
@manuel-rw manuel-rw requested a review from a team as a code owner September 1, 2024 13:41
@manuel-rw manuel-rw force-pushed the feat/add-crawling-settings branch 2 times, most recently from b045386 to 7edbad3 Compare September 6, 2024 20:46
Meierschlumpf
Meierschlumpf previously approved these changes Sep 6, 2024
@manuel-rw manuel-rw merged commit 19cd41a into dev Sep 6, 2024
10 checks passed
@manuel-rw manuel-rw deleted the feat/add-crawling-settings branch September 6, 2024 20:51
@Meierschlumpf Meierschlumpf added the enhancement New feature or request label Sep 6, 2024
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