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

Add global option to specify the multibase encoding. #5464

Closed
wants to merge 13 commits into from

Commits on Sep 27, 2018

  1. Add --cid-base & --upgrade-cidv0 global opt. and enable them on selec…

    …t cmds
    
    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    1f3ba9f View commit details
    Browse the repository at this point in the history
  2. Add support for preserving the CID string in ipfs refs.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    2407670 View commit details
    Browse the repository at this point in the history
  3. Add --cid-base support for files ls -l.

    Also add tests for both `files ls -l` and `files stat`.
    
    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    7c974b2 View commit details
    Browse the repository at this point in the history
  4. Change --upgrade-cidv0 to --output-cidv1.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    0b1ea38 View commit details
    Browse the repository at this point in the history
  5. Move --cid-base helpers to cmdenc package.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    9380c83 View commit details
    Browse the repository at this point in the history
  6. Use apicid.Hash for ipfs file ls.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    dd7c66f View commit details
    Browse the repository at this point in the history
  7. Add documenation.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    0a4fb1f View commit details
    Browse the repository at this point in the history
  8. Fix "ipfs pin verify --verbose" test.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    bf79948 View commit details
    Browse the repository at this point in the history
  9. Fix ipfs pin ls to respect --cid-base add test cases.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    6c4033c View commit details
    Browse the repository at this point in the history
  10. Use CID's directly in map in ipfs pin verify.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    b508f6d View commit details
    Browse the repository at this point in the history
  11. Fix ipfs pin verify so it respects the --cid-base option.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    94bb70f View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. Documentation fixes.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    bcc58f0 View commit details
    Browse the repository at this point in the history
  2. Clean up logic in CidBaseHandler.Proc() method.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    6a6af85 View commit details
    Browse the repository at this point in the history