1. 20 Mar, 2020 1 commit
    • Steven Allen's avatar
      fix: normalize options when parsing them · 7c76a735
      Steven Allen authored
      We introduced a bug where we forgot to do this and couldn't find the definition
      for the option.
      
      This _also_ fixes (and tests) a bug where we'd allow duplicate flags in some
      cases.
      7c76a735
  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. 16 Mar, 2020 3 commits
  4. 16 Jul, 2019 1 commit
  5. 11 May, 2019 2 commits
  6. 22 Mar, 2019 1 commit
  7. 21 Mar, 2019 3 commits
  8. 13 Dec, 2018 2 commits
  9. 03 Dec, 2018 1 commit
  10. 26 Oct, 2018 1 commit
  11. 16 Oct, 2018 1 commit
  12. 18 Sep, 2018 1 commit
  13. 26 Jun, 2018 1 commit
  14. 04 May, 2018 1 commit
  15. 19 Mar, 2018 1 commit
  16. 13 Mar, 2018 1 commit
  17. 19 Jan, 2018 1 commit
    • Steven Allen's avatar
      Don't handle timeouts in Execute. · 75fbbeaf
      Steven Allen authored
      Instead, handle it at the boundaries (in ServeHTTP and the CLI's Run function).
      This ensures that we actually *wait* to finish writing everything before
      canceling the context.
      75fbbeaf
  18. 08 Jan, 2018 1 commit
  19. 06 Jan, 2018 1 commit
  20. 22 Dec, 2017 1 commit
  21. 21 Dec, 2017 2 commits
  22. 06 Oct, 2017 1 commit
  23. 08 Jun, 2017 1 commit
  24. 26 May, 2017 1 commit
  25. 12 May, 2017 1 commit
  26. 26 Apr, 2017 1 commit
  27. 25 Apr, 2017 1 commit
  28. 23 Apr, 2017 1 commit
  29. 16 Apr, 2017 1 commit
  30. 22 Mar, 2017 1 commit
  31. 13 Mar, 2017 1 commit
  32. 13 Feb, 2017 1 commit
  33. 16 Oct, 2016 1 commit