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 --name new flag when ipfs adding from stdin #5399

Merged
merged 9 commits into from
Sep 13, 2018
Merged

Commits on Aug 31, 2018

  1. add --name new flag when ipfs adding from stdin

    License: MIT
    Signed-off-by: Kejie Zhang <[email protected]>
    kjzz committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    514891d View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2018

  1. drop wrap check and modify parameter name

    License: MIT
    Signed-off-by: Kejie Zhang <[email protected]>
    kjzz committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    19e3c12 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. use file fullpath to judge file name

    License: MIT
    Signed-off-by: Kejie Zhang <[email protected]>
    kjzz committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    b61dae3 View commit details
    Browse the repository at this point in the history
  2. use fileinfo.abs to judge the file stdin

    License: MIT
    Signed-off-by: Kejie Zhang <[email protected]>
    kjzz committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    0f4e84d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2018

  1. add sharness tests for --name option

    License: MIT
    Signed-off-by: Kejie Zhang <[email protected]>
    kjzz committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    ad27614 View commit details
    Browse the repository at this point in the history
  2. drop --name test file and update test case

    License: MIT
    Signed-off-by: Kejie Zhang <[email protected]>
    kjzz committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    76e8190 View commit details
    Browse the repository at this point in the history
  3. update test and do not overwrite in sharness test

    License: MIT
    Signed-off-by: Kejie Zhang <[email protected]>
    kjzz committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    9898ba9 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. add type assertion checked

    License: MIT
    Signed-off-by: Kejie Zhang <[email protected]>
    kjzz committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    7de83f2 View commit details
    Browse the repository at this point in the history
  2. modify command name and update the test

    License: MIT
    Signed-off-by: Kejie Zhang <[email protected]>
    kjzz committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    b7ea4bf View commit details
    Browse the repository at this point in the history