1. 20 Mar, 2020 3 commits
  2. 18 Mar, 2020 2 commits
    • Steven Allen's avatar
      Merge pull request #181 from fission-suite/feat/add-strings-option · 0722d72b
      Steven Allen authored
      feat:add strings option; re-implement file ignore
      0722d72b
    • 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. 16 Mar, 2020 5 commits
  4. 12 Mar, 2020 4 commits
  5. 27 Sep, 2019 2 commits
  6. 24 Sep, 2019 4 commits
  7. 19 Sep, 2019 1 commit
  8. 27 Aug, 2019 1 commit
  9. 26 Aug, 2019 2 commits
  10. 22 Aug, 2019 2 commits
  11. 16 Jul, 2019 2 commits
  12. 28 Jun, 2019 1 commit
  13. 14 Jun, 2019 2 commits
  14. 13 Jun, 2019 3 commits
  15. 11 Jun, 2019 1 commit
  16. 06 Jun, 2019 2 commits
  17. 05 Jun, 2019 1 commit
    • Steven Allen's avatar
      feat: improve error codes · d9d26d6e
      Steven Allen authored
      * remove ErrNotFound - it isn't used. If we want to type not-found errors, we
        should consider adding a new error "subtype" field. All the current errors are
        effectively transport-level errors.
      * remove ErrFatal - it's unclear how this should be handled.
      * add ErrRateLimited - requested by @MichaelMure
      * add ErrForbidden
      d9d26d6e
  18. 25 May, 2019 2 commits