Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

feat: only-hash option for add/addFromFS/addFromURL #700

Merged
merged 11 commits into from
Mar 15, 2018

Commits on Feb 22, 2018

  1. Configuration menu
    Copy the full SHA
    8920d8c View commit details
    Browse the repository at this point in the history
  2. test --only-hash.

    JonKrone committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    da17b1f View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

  1. lint

    JonKrone committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    da80a95 View commit details
    Browse the repository at this point in the history
  2. add a little helper

    JonKrone committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    1384cee View commit details
    Browse the repository at this point in the history
  3. add --only-hash support to util.addFrom{Fs|URL}. Changed how qs optio…

    …ns were passed but tests seem happy with it.
    JonKrone committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    2e14ab0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff1ec92 View commit details
    Browse the repository at this point in the history
  5. clean lint

    JonKrone committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    4d87730 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2018

  1. flatten the options passed to send-files-stream. files/* code passes …

    …querystring options flatly and util/* code passes it under the 'qs' property, requiring this flattening. files/* should probably send options under 'qs'.
    JonKrone committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    f4312ac View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2018

  1. send the options for file and pin operations that hit 'send-files-str…

    …eam' under the 'qs' key. Allows any options passed to ipfs.file|pin.add-ish to be turned into qs params instead of adding all of them individually
    JonKrone committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    2424a5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43f9f38 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2018

  1. Configuration menu
    Copy the full SHA
    9b661e3 View commit details
    Browse the repository at this point in the history