- 28 Jan, 2021 13 commits
-
-
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>
-
@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
-
- 14 Jan, 2021 13 commits
-
-
Adin Schmahmann authored
fix: remote services ls always return a list
-
Adin Schmahmann authored
fix: improved error message on broken CIDv0
-
Adin Schmahmann authored
feat(gw): URI router for Web API navigator.registerProtocolHandler
-
Marcin Rataj authored
-
Marcin Rataj authored
-
Marcin Rataj authored
Additional tests to ensure there are no regressions, as this will be used by browser vendors in the future.
-
Marcin Rataj authored
URL.Query() will already decode the query parameters
-
Marcin Rataj authored
This makes ?uri= param able to process URIs passed by web browsers https://developer.mozilla.org/en-US/docs/Web/API/Navigator/registerProtocolHandler
-
Dennis Trautwein authored
This commit adds support for requests produced by navigator.registerProtocolHandler on gateways. Now one can register `dweb.link` as an URI handler for `ipfs://`: ``` navigator.registerProtocolHandler('ipfs', 'https://dweb.link/ipfs/?uri=%s', 'ipfs resolver') ``` Then opening `ipfs://QmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR` will produce an HTTP GET call to: ``` https://dweb.link/ipfs?uri=ipfs%3A%2F%2FQmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR ``` The query parameter `uri` will now be parsed and the given content identifier resolved via: `https://dweb.link/ipfs/QmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR`
-
Adin Schmahmann authored
feat(gw): DNSLink names on https:// subdomains
-
Marcin Rataj authored
This kinda enables to run their custom DNS resolver with custom tlds/names that are independent from the public DNS network.
-
Adin Schmahmann authored
Escape non-printable characters in user output
-
gammazero authored
-
- 13 Jan, 2021 4 commits
-
-
Adin Schmahmann authored
docs: fixed typos and commas in blocks/blockstoreutil's RemoveBlock comments
-
Adin Schmahmann authored
docs: update IPFS Desktop maintainer
-
dependabot-preview[bot] authored
Bumps [github.com/ipfs/go-graphsync](https://github.com/ipfs/go-graphsync) from 0.5.1 to 0.5.2. - [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.1...v0.5.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Adin Schmahmann authored
update go-libp2p to v0.13.0
-