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

Migrate ipfs v0.7.0 to v0.8.0 #112

Merged
merged 14 commits into from
Dec 8, 2020
Merged

Commits on Nov 6, 2020

  1. Migrate ipfs v0.7.0 to v0.8.0

    - Convert from mdag pinning to datastore pinning
    - Build ipfs command from specific commit (for now)
    - Require go1.14 in CI needed for above
    - Do not build using vendor dir
    gammazero committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    197e400 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Configuration menu
    Copy the full SHA
    0c4451d View commit details
    Browse the repository at this point in the history
  2. Vendor deps

    This is done by turning the ipfs-10-to-11 migration into its own module and vendoring its dependencies using go mod vendor.  Since this makes ipfs-10-to-11 an independent module, and no longer a package within the fs-repo-migrations module, it changes how to build it.
    
    The top level fs-repo-migrations module must now require the ipfs-10-to-11 module in its go.mod, and then use a replace direct so that it does not actually need to download that module from github (or find it in the vendor directory).
    
    The sharness tests must also build it as a separate module and not as a package within the fs-repo-migrations module.
    gammazero committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    61e4ddd View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    0753f4e View commit details
    Browse the repository at this point in the history
  2. manually vendor

    Stebalien committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    60a653b View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. script-generated vendoring

    gammazero committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    102e121 View commit details
    Browse the repository at this point in the history
  2. Use generic fsrepo

    gammazero committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    726f3c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    795e3b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    559e75e View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. update ipfs and pinner deps

    gammazero committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    abaf6df View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Configuration menu
    Copy the full SHA
    a1d0092 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6088c7d View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Configuration menu
    Copy the full SHA
    2ef4497 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Update go-ipfs dep

    gammazero committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    1024b44 View commit details
    Browse the repository at this point in the history