1. 04 Apr, 2020 2 commits
    • Hector Sanjuan's avatar
      Merge pull request #191 from ipfs/fix/method-handling · 4dfbfd8d
      Hector Sanjuan authored
      change HandledMethods to AllowGet and cleanup method handling
      4dfbfd8d
    • Steven Allen's avatar
      change HandledMethods to AllowGet and cleanup method handling · 3093cad8
      Steven Allen authored
      Allowing methods isn't as simple as just allowing/disallowing them because
      different methods do different things.
      
      * HEAD: should be allowed everywhere GET is allowed.
      * OPTIONS:
        * When a CORS request is made, this will be handled by the CORS library.
        * Otherewise, we need to return the allowed methods.
      * POST: always allowed.
      * Everything else: always denied.
      
      Changing HandledMethods to a simple AllowGet makes it easier to "do the right
      thing".
      3093cad8
  2. 03 Apr, 2020 5 commits
  3. 30 Mar, 2020 2 commits
  4. 29 Mar, 2020 1 commit
  5. 28 Mar, 2020 1 commit
  6. 27 Mar, 2020 4 commits
  7. 26 Mar, 2020 1 commit
  8. 20 Mar, 2020 3 commits
  9. 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
  10. 16 Mar, 2020 5 commits
  11. 12 Mar, 2020 4 commits
  12. 27 Sep, 2019 2 commits
  13. 24 Sep, 2019 4 commits
  14. 19 Sep, 2019 1 commit
  15. 27 Aug, 2019 1 commit
  16. 26 Aug, 2019 2 commits