Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

feat: jsipfs ls -r (Recursive list directory) #1222

Merged
merged 20 commits into from
Feb 21, 2018

Commits on Feb 19, 2018

  1. Initial work on js-ipfs ls -r. Realized that I prefer adding an optio…

    …n to the ipfs.lsImmutable call instead of querying the server for each explored subdir.
    JonKrone committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    6c0d8a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0ff5ba View commit details
    Browse the repository at this point in the history
  3. clean up impl of 'ipfs ls -r'. Lots of failing tests, unsure if they'…

    …re related. Also need to understand mfs more, and differences between 'ipfs ls|file ls|files ls'
    JonKrone committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    cb27a71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8a4b84 View commit details
    Browse the repository at this point in the history
  5. deprecate 'ipfs file ls'

    JonKrone committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    6ef9d90 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9957557 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    acf38e5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fb18080 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    74ba38a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    50ac0dc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0c818b7 View commit details
    Browse the repository at this point in the history
  12. remove files ls

    JonKrone committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    b3d254c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    68d1724 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e695b2d View commit details
    Browse the repository at this point in the history
  15. clean

    JonKrone committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    f12b416 View commit details
    Browse the repository at this point in the history
  16. lint fixes

    JonKrone committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    dd202fc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e20c9de View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

  1. update ipfs-api dep

    JonKrone committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    7da6126 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    303e480 View commit details
    Browse the repository at this point in the history
  3. gah! mocha uses the arity of the test function to determine whether t…

    …he test is cb or promise based?!
    JonKrone committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    5fa1c3d View commit details
    Browse the repository at this point in the history