1. 25 Mar, 2020 1 commit
  2. 20 Mar, 2020 1 commit
  3. 18 Mar, 2020 3 commits
  4. 17 Mar, 2020 1 commit
  5. 15 Mar, 2020 1 commit
  6. 13 Mar, 2020 1 commit
  7. 12 Mar, 2020 1 commit
  8. 09 Mar, 2020 1 commit
  9. 26 Feb, 2020 1 commit
  10. 18 Feb, 2020 1 commit
    • Steven Allen's avatar
      test(sharness): test our tests · 6e8c25ea
      Steven Allen authored
      Make sure they:
      
      1. Report that they're done. Otherwise, we'll silently succeed.
      2. Have a description.
      3. Make sure we cleanup IPFS.
      6e8c25ea
  11. 17 Jan, 2020 1 commit
  12. 08 Jan, 2020 2 commits
    • Steven Allen's avatar
      feat(commands/cid): add a flag for setting the codec · e58a32ab
      Steven Allen authored
      This will be useful when testing `refs local, `repo gc`, and `repo verify`
      commands once we store blocks by multihash instead of by CID. At that point,
      these commands will return raw v1 CIDs as the blockstore won't actually remember
      the codec used to store the block.
      
      Flags choice:
      
      * Ideally, we'd use the `-f, --format` flags like every other command but we're
        already using `-f` (format) for the format string.
      * Alternatively, I'd like to use `-c`. However, we're using _that_ for a global
        `--config` flag (bit of a waste given that it doesn't work...).
      
      `--codec` will have to do for now.
      e58a32ab
    • Steven Allen's avatar
  13. 06 Jan, 2020 1 commit
  14. 25 Dec, 2019 1 commit
  15. 23 Dec, 2019 6 commits
  16. 17 Dec, 2019 1 commit
  17. 14 Dec, 2019 1 commit
  18. 05 Dec, 2019 3 commits
  19. 25 Nov, 2019 1 commit
    • Oli Evans's avatar
      fix: ignore nonexistant when force rm · 25694d02
      Oli Evans authored
      - Make `ipfs files rm --force /nonexistant` succeed when the path does not exist.
      - Add shaness test for removing nonexistant paths
      - Refactor duplicated code to find a parent dir into a function
      
      I've been writing scripts against the files api, and having to stat things before removing them is a pain. So this PR aims to make --force do what I'd expect it to.
      
      License: MIT
      Signed-off-by: default avatarOli Evans <oli@tableflip.io>
      25694d02
  20. 15 Nov, 2019 1 commit
  21. 29 Oct, 2019 3 commits
  22. 08 Oct, 2019 1 commit
  23. 07 Oct, 2019 2 commits
  24. 01 Oct, 2019 2 commits
  25. 27 Sep, 2019 1 commit
  26. 23 Sep, 2019 1 commit