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

Implement ipfs key {rm, rename} #3892

Merged
merged 10 commits into from
May 18, 2017
Merged

Commits on May 1, 2017

  1. Implement ipfs key rm

    License: MIT
    Signed-off-by: Michael Muré <batolettre@gmail.com>
    MichaelMure committed May 1, 2017
    Configuration menu
    Copy the full SHA
    4d4d7b8 View commit details
    Browse the repository at this point in the history
  2. fix fmt and exported var that shouldn't be

    License: MIT
    Signed-off-by: Michael Muré <batolettre@gmail.com>
    MichaelMure committed May 1, 2017
    Configuration menu
    Copy the full SHA
    730ab61 View commit details
    Browse the repository at this point in the history
  3. Make ipfs key rm variadic

    License: MIT
    Signed-off-by: Michael Muré <batolettre@gmail.com>
    MichaelMure committed May 1, 2017
    Configuration menu
    Copy the full SHA
    bd96f71 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2017

  1. Enable stdin for ipfs key rm's name argument

    License: MIT
    Signed-off-by: Michael Muré <batolettre@gmail.com>
    MichaelMure committed May 2, 2017
    Configuration menu
    Copy the full SHA
    a813830 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2017

  1. Add a Has(name) method to the keystore

    License: MIT
    Signed-off-by: Michael Muré <batolettre@gmail.com>
    MichaelMure committed May 4, 2017
    Configuration menu
    Copy the full SHA
    6f815b1 View commit details
    Browse the repository at this point in the history
  2. Implement ipfs key rename

    License: MIT
    Signed-off-by: Michael Muré <batolettre@gmail.com>
    MichaelMure committed May 4, 2017
    Configuration menu
    Copy the full SHA
    3aa6d78 View commit details
    Browse the repository at this point in the history
  3. add sharness test for ipfs key rename

    License: MIT
    Signed-off-by: Michael Muré <batolettre@gmail.com>
    MichaelMure committed May 4, 2017
    Configuration menu
    Copy the full SHA
    c0a04a0 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2017

  1. Future-proof keystore.Has by returning an error as well

    License: MIT
    Signed-off-by: Michael Muré <batolettre@gmail.com>
    MichaelMure committed May 8, 2017
    Configuration menu
    Copy the full SHA
    7e91da2 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2017

  1. Add a test for failure of 'ipfs key rm self'

    License: MIT
    Signed-off-by: Michael Muré <batolettre@gmail.com>
    MichaelMure committed May 14, 2017
    Configuration menu
    Copy the full SHA
    cb8d5eb View commit details
    Browse the repository at this point in the history
  2. Document exported symbols

    License: MIT
    Signed-off-by: Michael Muré <batolettre@gmail.com>
    MichaelMure committed May 14, 2017
    Configuration menu
    Copy the full SHA
    2593495 View commit details
    Browse the repository at this point in the history