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(monorepo): unify Storacha Go repositories into a single go-libstoracha library #1

Merged
merged 1 commit into from
Feb 14, 2025

Conversation

frrist
Copy link

@frrist frrist commented Feb 14, 2025

This commit merges the existing Storacha Go repositories (go-capabilities, go-metadata, go-piece, go-jobqueue, and ipni-publisher) into a single monorepo called go-libstoracha. The full git histories of each repo are preserved during the migration.

A new top-level README consolidates the prior package-specific READMEs, providing a unified overview of the library. Each original project is retained as a subpackage in go-libstoracha, and all existing code references have been updated.

…oracha library

This commit merges the existing Storacha Go repositories (go-capabilities, go-metadata,
go-piece, go-jobqueue, and ipni-publisher) into a single monorepo called go-libstoracha.
The full git histories of each repo are preserved during the migration.

A new top-level README consolidates the prior package-specific READMEs, providing a unified
overview of the library. Each original project is retained as a subpackage in go-libstoracha,
and all existing code references have been updated.
@frrist
Copy link
Author

frrist commented Feb 14, 2025

The CI static check is failing due to an unused field in the job queue:

Error: ./jobqueue/jobqueue.go:35:3: field multiprocessor is unused (U1000)

Since this is a non-critical issue, proceeding with the merge and planning to address it in a dedicated follow-up PR -> #2

@frrist frrist merged commit e92961a into main Feb 14, 2025
3 of 4 checks passed
@frrist frrist deleted the frrist/refactor/monorepo branch February 14, 2025 20:08
@frrist frrist self-assigned this Feb 14, 2025
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.

go-libstoracha refactor
1 participant