1. 08 Apr, 2020 7 commits
  2. 04 Apr, 2020 1 commit
  3. 02 Apr, 2020 1 commit
  4. 01 Apr, 2020 1 commit
  5. 20 Mar, 2020 1 commit
  6. 06 Mar, 2020 1 commit
  7. 02 Mar, 2020 3 commits
  8. 11 Feb, 2020 1 commit
  9. 07 Feb, 2020 5 commits
  10. 05 Feb, 2020 2 commits
  11. 04 Feb, 2020 2 commits
  12. 29 Jan, 2020 1 commit
  13. 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
  14. 25 Dec, 2019 1 commit
  15. 14 Dec, 2019 2 commits
  16. 02 Dec, 2019 2 commits
  17. 25 Nov, 2019 2 commits
    • Oli Evans's avatar
      fix: use if over switch · 7fcf40ee
      Oli Evans authored
      License: MIT
      Signed-off-by: default avatarOli Evans <oli@tableflip.io>
      7fcf40ee
    • 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
  18. 18 Nov, 2019 1 commit
  19. 17 Nov, 2019 1 commit
    • Jorropo's avatar
      Adding alias for `ipfs repo stat`. · 2d7fae78
      Jorropo authored
      This add -H (-h is obviously taken by the help) for human and -s for size only (I though of -so but multiple letters is automaticaly -- not -).
      2d7fae78
  20. 05 Nov, 2019 2 commits
  21. 07 Oct, 2019 1 commit