- 20 Mar, 2020 1 commit
-
-
Steven Allen authored
-
- 18 Mar, 2020 2 commits
-
-
Steven Allen authored
feat:add strings option; re-implement file ignore
-
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
-
- 16 Mar, 2020 5 commits
-
-
Steven Allen authored
Special-case accepting explicitly supplied named pipes
-
Peter Rabbitson authored
-
Peter Rabbitson authored
-
Peter Rabbitson authored
-
Peter Rabbitson authored
-
- 12 Mar, 2020 4 commits
-
-
Steven Allen authored
Chore/remove gx
-
Peter Rabbitson authored
-
Peter Rabbitson authored
-
Peter Rabbitson authored
-
- 27 Sep, 2019 2 commits
-
-
Steven Allen authored
build(deps): bump github.com/ipfs/go-ipfs-files from 0.0.4 to 0.0.6
-
dependabot-preview[bot] authored
Bumps [github.com/ipfs/go-ipfs-files](https://github.com/ipfs/go-ipfs-files) from 0.0.4 to 0.0.6. - [Release notes](https://github.com/ipfs/go-ipfs-files/releases) - [Commits](https://github.com/ipfs/go-ipfs-files/compare/v0.0.4...v0.0.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 24 Sep, 2019 4 commits
-
-
Steven Allen authored
build(deps): bump github.com/rs/cors from 1.6.0 to 1.7.0
-
dependabot-preview[bot] authored
Bumps [github.com/rs/cors](https://github.com/rs/cors) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/rs/cors/releases) - [Commits](https://github.com/rs/cors/compare/v1.6.0...v1.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Steven Allen authored
build(deps): bump github.com/ipfs/go-ipfs-files from 0.0.2 to 0.0.4
-
dependabot-preview[bot] authored
Bumps [github.com/ipfs/go-ipfs-files](https://github.com/ipfs/go-ipfs-files) from 0.0.2 to 0.0.4. - [Release notes](https://github.com/ipfs/go-ipfs-files/releases) - [Commits](https://github.com/ipfs/go-ipfs-files/compare/v0.0.2...v0.0.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 19 Sep, 2019 1 commit
-
-
Steven Allen authored
-
- 27 Aug, 2019 1 commit
-
-
Steven Allen authored
http: allow specifying a custom http client
-
- 26 Aug, 2019 2 commits
-
-
Steven Allen authored
fixes #174
-
Steven Allen authored
-
- 22 Aug, 2019 2 commits
-
-
Steven Allen authored
http: cleanup http related errors
-
Steven Allen authored
We don't need to return information about the actual HTTP error. That's usually not something the user cares about (and is usually implied from the command). This way, we get an actual context canceled error when the context is canceled.
-
- 16 Jul, 2019 2 commits
-
-
Steven Allen authored
fix: too many arguments error text
-
Steven Allen authored
This doesn't mean we've picked the wrong command, we shouldn't try suggesting one. fixes https://github.com/ipfs/go-ipfs/issues/6514
-
- 28 Jun, 2019 1 commit
-
-
Steven Allen authored
fallback executor support
-
- 14 Jun, 2019 2 commits
-
-
Steven Allen authored
This allows _trying_ to execute a command on a daemon, failing, and falling back on another executor.
-
Steven Allen authored
This is a breaking change and will affect Filecoin. However, filecoin is currently using this incorrectly anyways (breaking PreRun and PostRun).
-
- 13 Jun, 2019 3 commits
-
-
Steven Allen authored
We _need_ to do this before calling PreRun but it's also nice to do this before bothering the server.
-
Steven Allen authored
make ErrorType a valid error and implement Unwrap on Error
-
Steven Allen authored
That way, go 1.13's errors library can check if an error "is" one of these error types.
-
- 11 Jun, 2019 1 commit
-
-
Steven Allen authored
feat: improve error codes
-
- 06 Jun, 2019 2 commits
-
-
Steven Allen authored
Fix a typo
-
Devin authored
-
- 05 Jun, 2019 1 commit
-
-
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
-
- 25 May, 2019 3 commits
-
-
Steven Allen authored
fix: use golang's http.Error to send errors
-
Steven Allen authored
-
Steven Allen authored
This: 1. Ensures the correct content type. 2. Tells browsers not to sniff the content type. This prevents any nasties from happening...
-
- 14 May, 2019 1 commit
-
-
Steven Allen authored
improve help text on narrow terminals
-