Skip to content

chore: remove --bulk option and all_bulk ingest type - #14

Merged
kato83 merged 1 commit into
mainfrom
chore/remove-bulk-option
Jul 24, 2026
Merged

chore: remove --bulk option and all_bulk ingest type#14
kato83 merged 1 commit into
mainfrom
chore/remove-bulk-option

Conversation

@kato83

@kato83 kato83 commented Jul 24, 2026

Copy link
Copy Markdown
Owner

Summary

Remove the top-level all.zip bulk import feature (--bulk / all_bulk).

The bulk import via all.zip complicated sync_state management without sufficient benefit over per-ecosystem imports.

Changes

  • 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

Verification

  • go build ./...
  • go test ./... ✅ (all pass)
  • golangci-lint ✅ (0 issues)

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
kato83 merged commit d0aabed into main Jul 24, 2026
3 checks passed
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
@kato83
kato83 deleted the chore/remove-bulk-option branch July 25, 2026 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant