- 11 Oct, 2021 4 commits
-
-
tavit ohanian authored
-
tavit ohanian authored
-
tavit ohanian authored
-
tavit ohanian authored
-
- 14 Feb, 2021 2 commits
-
-
tavit ohanian authored
-
tavit ohanian authored
-
- 09 Feb, 2021 1 commit
-
-
Steven Allen authored
all: gofmt -s
-
- 08 Feb, 2021 2 commits
-
-
Steven Allen authored
-
Steven Allen authored
-
- 05 Feb, 2021 1 commit
-
-
Daniel Martí authored
This "simplify" flag mainly removes redundant types in expressions. Not particularly important, but a nice change that also makes gopls not show warnings.
-
- 29 Jan, 2021 2 commits
-
-
Adin Schmahmann authored
-
Adin Schmahmann authored
chore(deps): bump github.com/stretchr/testify from 1.6.1 to 1.7.0
-
- 28 Jan, 2021 18 commits
-
-
Adin Schmahmann authored
chore(deps): bump github.com/gogo/protobuf from 1.3.1 to 1.3.2
-
Petar Maymounkov authored
* remote pinning service MFS policy * update go-ipfs-config * hardening secret sanitization in `ipfs config` commands Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com> Co-authored-by: Marcin Rataj <lidel@lidel.org>
-
dependabot-preview[bot] authored
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.6.1...v1.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Adin Schmahmann authored
chore(deps): bump github.com/ipfs/go-graphsync from 0.5.2 to 0.6.0
-
dependabot-preview[bot] authored
Bumps [github.com/gogo/protobuf](https://github.com/gogo/protobuf) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/gogo/protobuf/releases) - [Commits](https://github.com/gogo/protobuf/compare/v1.3.1...v1.3.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [github.com/ipfs/go-graphsync](https://github.com/ipfs/go-graphsync) from 0.5.2 to 0.6.0. - [Release notes](https://github.com/ipfs/go-graphsync/releases) - [Changelog](https://github.com/ipfs/go-graphsync/blob/master/CHANGELOG.md) - [Commits](https://github.com/ipfs/go-graphsync/compare/v0.5.2...v0.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
@RubenKelevra authored
* show the domain name if DNSLink failed to resolve a domain because it wasn't a valid domain name Original author: @AluisioASG
-
Andrew Gillis authored
* Improve error message when running key commands that must be run when the daemon is not already running Fixes Issue #7814 `ipfs key export` now does a PreRun check like `ipfs key rotate` was to give a better error to the user then "someone else has the lock" in the event that the daemon is running while trying to execute these offline-only commands. While unlikely the "someone else has the lock" error can still be shown if two processes try and grab the repo lock at the same time. This PreRun function is also exported so it can be used by `ipfs init` where it was originally copied from. * Added more `ipfs key` command tests When daemon is running: - Test that import works - Test that export fails - Test that rotate fails
-
Adin Schmahmann authored
docs: comma delimited options in pin remote --help
-
Marcin Rataj authored
This adds clarification suggested in https://github.com/ipfs/go-ipfs/pull/7823#pullrequestreview-577889138
-
Adin Schmahmann authored
fix: normalize remote service endpoint
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
-
Marcin Rataj authored
I don't think we need to worry about #hash, so just removed it
-
Marcin Rataj authored
-
Marcin Rataj authored
Closes #7826
-
Adin Schmahmann authored
docs: improved --help for pin remote commands
-
- 27 Jan, 2021 10 commits
-
-
Marcin Rataj authored
-
Marcin Rataj authored
Co-authored-by: Jessica Schilling <jessica@protocol.ai>
-
Marcin Rataj authored
This adds docs in form of longer description that is displayed when --help is passes on the CLI. While at it, unified some language to match fields in the config file and other places + included some tips and best practices which should improve onboarding experience.
-
Adin Schmahmann authored
chore(deps): bump github.com/libp2p/go-libp2p-pubsub from 0.4.0 to 0.4.1
-
Adin Schmahmann authored
chore: update go-ipfs-pinner dep
-
gammazero authored
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p-pubsub](https://github.com/libp2p/go-libp2p-pubsub) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/libp2p/go-libp2p-pubsub/releases) - [Commits](https://github.com/libp2p/go-libp2p-pubsub/compare/v0.4.0...v0.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Adin Schmahmann authored
chore(deps): bump github.com/ipfs/go-graphsync from 0.5.1 to 0.5.2
-
Adin Schmahmann authored
pin remote commands are comma delimited on the CLI only
-
Adin Schmahmann authored
-