chore: remove --bulk option and all_bulk ingest type - #14
Merged
Conversation
Remove the top-level all.zip bulk import feature: - CLI: remove --bulk flag and --all --bulk branch - Fetcher: remove StreamTopLevelAllZip function - Ingest: remove BulkImportAll function and tests - Server/API: remove all_bulk from allowed types and OpenAPI spec - UI: remove 'All Ecosystems (Bulk)' option and translations - Docs: remove --bulk from README/README_ja CLI reference The bulk import via all.zip complicated sync_state management without sufficient benefit over per-ecosystem imports.
kato83
added a commit
that referenced
this pull request
Jul 25, 2026
…lity esbuild >= 0.27.3, < 0.28.1 has a path traversal vulnerability on Windows when serving files from servedir (GHSA #14). @angular/build@22.0.7 pins vite@7.3.5, which transitively pulls in esbuild@0.27.7. Since vite cannot be upgraded independently, use a pnpm override in pnpm-workspace.yaml to force esbuild >= 0.28.1.
kato83
added a commit
that referenced
this pull request
Jul 25, 2026
chore: remove --bulk option and all_bulk ingest type
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Remove the top-level all.zip bulk import feature (
--bulk/all_bulk).The bulk import via all.zip complicated
sync_statemanagement without sufficient benefit over per-ecosystem imports.Changes
--bulkflag and--all --bulkbranchStreamTopLevelAllZipfunctionBulkImportAllfunction and testsall_bulkfrom allowed types and OpenAPI spec--bulkfrom README/README_ja CLI referenceVerification
go build ./...✅go test ./...✅ (all pass)golangci-lint✅ (0 issues)