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

enhance(dev): frontendの検索インデックス作成を単独のコマンドで行えるように #15653

Merged
merged 1 commit into from
Mar 12, 2025

Conversation

kakkokari-gtyih
Copy link
Contributor

What

pnpm build-frontend-search-index で、開発サーバーを起動することなく検索インデックスの再生成を行えるように

Why

Fix #15648

Additional info (optional)

pnpm build-assets でできるようにするのでもいいかもしれない

Checklist

  • Read the contribution guide
  • Test working in a local environment
  • (If needed) Add story of storybook
  • (If needed) Update CHANGELOG.md
  • (If possible) Add tests

@github-actions github-actions bot added the packages/frontend Client side specific issue/PR label Mar 12, 2025
Copy link

codecov bot commented Mar 12, 2025

Codecov Report

Attention: Patch coverage is 3.84615% with 25 lines in your changes missing coverage. Please review.

Project coverage is 15.30%. Comparing base (d185785) to head (d1b0fb2).
Report is 8 commits behind head on develop.

Files with missing lines Patch % Lines
...es/frontend/lib/vite-plugin-create-search-index.ts 0.00% 15 Missing ⚠️
packages/frontend/scripts/generate-search-index.ts 11.11% 8 Missing ⚠️
packages/frontend/vite-node.config.ts 0.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           develop   #15653       +/-   ##
============================================
- Coverage    41.87%   15.30%   -26.57%     
============================================
  Files         1625      788      -837     
  Lines       166074    72504    -93570     
  Branches      4108     1280     -2828     
============================================
- Hits         69537    11095    -58442     
+ Misses       96093    60983    -35110     
+ Partials       444      426       -18     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@syuilo syuilo merged commit e594fb0 into misskey-dev:develop Mar 12, 2025
22 of 23 checks passed
@syuilo
Copy link
Member

syuilo commented Mar 12, 2025

🙏🏻

@kakkokari-gtyih kakkokari-gtyih deleted the enh-15648 branch March 12, 2025 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages/frontend Client side specific issue/PR
Projects
Development

Successfully merging this pull request may close these issues.

設定の検索インデックスの再生成を単体のコマンドで行えるようにする
2 participants