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 full support for CidV1 in Files API and Dag Modifier #4026

Merged
merged 16 commits into from
Oct 19, 2017

Commits on Oct 19, 2017

  1. Test raw leaves in trickle dag tests.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    189cf0c View commit details
    Browse the repository at this point in the history
  2. Provide support for raw leaves in DAG modifier.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    7302c3a View commit details
    Browse the repository at this point in the history
  3. Add "--raw-leaves" option to "ipfs files"

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    a3bd2c2 View commit details
    Browse the repository at this point in the history
  4. Enable CidV1 (and other prefixes) in the Dag Modifier.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    2e15dcb View commit details
    Browse the repository at this point in the history
  5. Test for alternative hash function in Dag Modifier.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    77e9b8d View commit details
    Browse the repository at this point in the history
  6. mfs: inherit CID prefix from from parent directory

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    f2fbfdf View commit details
    Browse the repository at this point in the history
  7. Add --cid-version and --hash-fun option to files API

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    18a6344 View commit details
    Browse the repository at this point in the history
  8. Add "files update" command.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    63ddffd View commit details
    Browse the repository at this point in the history
  9. Enhance sharness tests.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    47c198c View commit details
    Browse the repository at this point in the history
  10. Fix help text for "update" command.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    fd7b72f View commit details
    Browse the repository at this point in the history
  11. Eliminate Prefix field from MFS root, use MkdirOpts.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    d29930c View commit details
    Browse the repository at this point in the history
  12. Rename "files update" to "files chcid".

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    b5b61f7 View commit details
    Browse the repository at this point in the history
  13. Address C.R. in t0250-files-api.sh.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    00a3b1d View commit details
    Browse the repository at this point in the history
  14. Make --hash and related option local to sub-commands that use them.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    798afed View commit details
    Browse the repository at this point in the history
  15. Documentation.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    0182e59 View commit details
    Browse the repository at this point in the history
  16. Fix "files stat" to work on raw nodes.

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