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

fix: work around dot in pin service name #1772

Merged
merged 2 commits into from
Apr 30, 2021
Merged

Commits on Apr 28, 2021

  1. fix: work around dot in pin service name

    This is a temporary workaround that maintains most of functionality
    and works with go-ipfs 0.8.0
    
    Context:
    #1770
    lidel committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    88d8e5a View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. refactor: support Pinning.RemoteServices["name"]

    This adds fallback to new notation
    from ipfs/kubo#8096
    
    We default to old one because new one matters only when '.' is present
    in the service name
    lidel committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    4aa78ba View commit details
    Browse the repository at this point in the history