1. 29 Apr, 2020 1 commit
  2. 18 Mar, 2020 1 commit
    • Cornelius Toole's avatar
      feat(file-ignore): add Strings option type · 5fe469e3
      Cornelius Toole authored
      - first step toward implementing file ignore
      
      feat(file-ignore): implement file ignore
      
      - add flags for providing a gitignore and/or list of files to ignore
      - construct a filter to be passed to a SerialFile
      
      feat(file-ignore): use go-ipfs-files fork; use renamed constructor
      
      feat(file-ignore): test case w. ignore rules; refactor parseArgs
      
      feat(file-ignore): ignore-rule opt is open-ended
      
      - make ignore-rules options accept a path to a file
      - add test case for ignore rules file
      
      feat(file-ignore): help-text for variardic opts
      
      - show StringsOption as variardic option in help-text
      - add test case for variardic option
      
      feat(file-ignore): rename rulesfile opt; fix typos
      
      feat(file-ignore): temp replace of go-ipfs-files
      
      - temporarily using go-ipfs-files fork until go-ipfs-files#26 is merged
      - trying to get ci/cd builds working
      - will revert before merging
      
      feat(file-ignore): refactor cli/parse.go#setOpts
      
      feat(file-ignore): cleanup parse.go; add test-case
      
      feat(file-ignore): update ignore option copytext
      
      feat(file-ignore): check opt against `optDef.Type`
      
      - revert exclusion of options with `Strings` type,
      so those option values are typechecked
      - add command test cases
      
      feat(file-ignore): add test-case w. hidden file
      
      feat(file-ignore): build against go-ipfs-files@latest
      
      feat(file-ignore): update go.mod/go.sum
      5fe469e3
  3. 11 May, 2019 1 commit
  4. 23 Aug, 2018 6 commits
  5. 18 Mar, 2018 1 commit
  6. 16 Feb, 2018 1 commit
    • Steven Allen's avatar
      cleaner command completion/calling · 294e20f6
      Steven Allen authored
      **Returning errors/calling:**
      
      Instead of having a dance where we:
        * Close the response emitter immediately if the command succeeds.
        * Return an error, call SetError, and then close the response emitter if it
          fails.
      
      Just set the error from within the `Call` command and always close the response
      emitter.
      
      **Doner**
      
      Get rid of the Done channel/doner interface from the response emitter. We close
      the response emitter after finishing the Call *anyways* so this channel isn't
      necessary (anymore, at least).
      294e20f6
  7. 08 Jan, 2018 2 commits
  8. 22 Dec, 2017 1 commit
  9. 21 Dec, 2017 2 commits
  10. 08 Jun, 2017 1 commit
  11. 26 May, 2017 1 commit
  12. 12 May, 2017 1 commit
  13. 26 Apr, 2017 1 commit
  14. 25 Apr, 2017 1 commit
  15. 20 Apr, 2017 1 commit
  16. 16 Apr, 2017 1 commit
  17. 15 Apr, 2017 1 commit
  18. 05 Apr, 2017 3 commits
  19. 13 Mar, 2017 1 commit
  20. 13 Feb, 2017 1 commit
  21. 01 Feb, 2017 1 commit
  22. 29 Jan, 2017 2 commits
  23. 28 Jan, 2017 1 commit
  24. 14 May, 2016 1 commit
  25. 24 Jan, 2015 1 commit
  26. 19 Nov, 2014 1 commit
  27. 18 Nov, 2014 2 commits
  28. 17 Nov, 2014 1 commit
  29. 14 Nov, 2014 1 commit