Commit Graph

11132 Commits

Author SHA1 Message Date
Steven Allen
0cd843ea68 chore: update the package list
It's not fully up-to-date but we're not going to keep this up-to-date without automation.
2020-02-21 13:50:20 -05:00
Steven Allen
ff0feb42cd
Merge pull request #6905 from ipfs/dependabot/go_modules/github.com/libp2p/go-libp2p-pubsub-0.2.6
chore(deps): bump github.com/libp2p/go-libp2p-pubsub from 0.2.5 to 0.2.6
2020-02-18 11:55:45 -05:00
Steven Allen
3edf010d0c
Merge pull request #6903 from ipfs/dependabot/go_modules/github.com/libp2p/go-libp2p-0.5.2
chore(deps): bump github.com/libp2p/go-libp2p from 0.5.1 to 0.5.2
2020-02-18 11:54:22 -05:00
Steven Allen
1d88ca91e8
Merge pull request #6902 from ipfs/dependabot/go_modules/github.com/ipfs/go-ipfs-blockstore-0.1.4
chore(deps): bump github.com/ipfs/go-ipfs-blockstore from 0.1.1 to 0.1.4
2020-02-18 11:53:28 -05:00
Steven Allen
4b06e29b57
Merge pull request #6907 from ipfs/dependabot/go_modules/github.com/ipfs/go-ipfs-pinner-0.0.4
chore(deps): bump github.com/ipfs/go-ipfs-pinner from 0.0.3 to 0.0.4
2020-02-18 10:49:40 -05:00
dependabot-preview[bot]
8dbb153c38
chore(deps): bump github.com/ipfs/go-ipfs-pinner from 0.0.3 to 0.0.4
Bumps [github.com/ipfs/go-ipfs-pinner](https://github.com/ipfs/go-ipfs-pinner) from 0.0.3 to 0.0.4.
- [Release notes](https://github.com/ipfs/go-ipfs-pinner/releases)
- [Commits](https://github.com/ipfs/go-ipfs-pinner/compare/v0.0.3...v0.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-18 11:24:39 +00:00
dependabot-preview[bot]
6887514835
chore(deps): bump github.com/libp2p/go-libp2p-pubsub from 0.2.5 to 0.2.6
Bumps [github.com/libp2p/go-libp2p-pubsub](https://github.com/libp2p/go-libp2p-pubsub) from 0.2.5 to 0.2.6.
- [Release notes](https://github.com/libp2p/go-libp2p-pubsub/releases)
- [Commits](https://github.com/libp2p/go-libp2p-pubsub/compare/v0.2.5...v0.2.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-17 11:26:09 +00:00
dependabot-preview[bot]
8756487292
chore(deps): bump github.com/libp2p/go-libp2p from 0.5.1 to 0.5.2
Bumps [github.com/libp2p/go-libp2p](https://github.com/libp2p/go-libp2p) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/libp2p/go-libp2p/releases)
- [Changelog](https://github.com/libp2p/go-libp2p/blob/master/NEWS.md)
- [Commits](https://github.com/libp2p/go-libp2p/compare/v0.5.1...v0.5.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-17 11:24:59 +00:00
dependabot-preview[bot]
889ed71a44
chore(deps): bump github.com/ipfs/go-ipfs-blockstore from 0.1.1 to 0.1.4
Bumps [github.com/ipfs/go-ipfs-blockstore](https://github.com/ipfs/go-ipfs-blockstore) from 0.1.1 to 0.1.4.
- [Release notes](https://github.com/ipfs/go-ipfs-blockstore/releases)
- [Commits](https://github.com/ipfs/go-ipfs-blockstore/compare/v0.1.1...v0.1.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-17 11:24:29 +00:00
Steven Allen
87e19b48e7
Merge pull request #6900 from ipfs/chore/update-ds
chore(dep): update datastores for better prefix handling
2020-02-14 10:20:18 -08:00
Steven Allen
ce6c86ec0c chore(dep): update datastores for better prefix handling 2020-02-14 09:08:13 -08:00
Steven Allen
516eaa8a7a
Merge pull request #6899 from ipfs/fix/interop-tests
fix: broken interop tests
2020-02-13 14:32:50 -08:00
Steven Allen
6b9b8e60cd fix: broken interop tests
fixes https://github.com/ipfs/interop/issues/100
2020-02-13 09:41:09 -08:00
Steven Allen
ced9183e19
Merge pull request #6898 from ipfs/enable-plugins-in-docker
feat: pass IPFS_PLUGINS to docker build
2020-02-13 08:10:34 -08:00
Oli Evans
aa3ca14197
feat: pass IPFS_PLUGINS to docker build
- allow IPFS_PLUGINS build-arg to be passed to docker build command
- remove annoying logging from peerlog plugin that appears multiple times in docker logs

usage:

  docker build --build-arg IPFS_PLUGINS="foo bar baz"

License: MIT
Signed-off-by: Oli Evans <oli@tableflip.io>
2020-02-13 14:39:58 +00:00
Steven Allen
adc4bb50a8
Merge pull request #6891 from ipfs/doc/hash-stability
doc(add): document hash stability
2020-02-11 13:03:43 -08:00
Steven Allen
bddd8287d4 doc(add): document hash stability
fixes #4318
2020-02-11 09:29:30 -08:00
Steven Allen
aae957a70d
Merge pull request #6887 from ipfs/peerlog-plugin
feat: add peerlog plugin
2020-02-10 14:53:06 -08:00
Steven Allen
3433076002
Merge pull request #6888 from ipfs/doc/document-internal-plugin
doc(plugin): document internal plugins
2020-02-10 13:14:22 -08:00
Steven Allen
15085fd1a3 fix(plugin): check log error 2020-02-10 13:09:00 -08:00
Steven Allen
58e52f351d feat: make it possible to enable plugins with a build env variable 2020-02-10 13:05:32 -08:00
Steven Allen
0ab1fa18da fix: disable preloading the logger plugin by default 2020-02-10 12:54:55 -08:00
Steven Allen
943375b33f doc(plugin): document internal plugins 2020-02-10 12:48:25 -08:00
Steven Allen
c20dd132c9
Merge pull request #6886 from ipfs/dependabot/go_modules/github.com/ipfs/go-log-1.0.2
chore(deps): bump github.com/ipfs/go-log from 1.0.1 to 1.0.2
2020-02-10 07:30:52 -08:00
Oli Evans
edfe9c5efd
feat: add peerlog plugin
adds a plugin to log just peerIDs for nodes we connect to, to allow us to see how many unique peers a node connects to over time.

It's set up a preloaded plugin, so it would be enabled by default. We may want to extract it to a seperate repo so we can make it an optional add on.

**Usage**

```console
$ GOLOG_FILE=~/peer.log IPFS_LOGGING_FMT=json ipfs daemon
```

**output**

```json
{"level":"info","ts":"2020-02-10T13:54:26.639Z","logger":"plugin/peerlog","caller":"peerlog/peerlog.go:51","msg":"connected","peer":"QmS2H72gdrekXJggGdE9SunXPntBqdkJdkXQJjuxcH8Cbt"}
{"level":"info","ts":"2020-02-10T13:54:59.095Z","logger":"plugin/peerlog","caller":"peerlog/peerlog.go:56","msg":"disconnected","peer":"QmS2H72gdrekXJggGdE9SunXPntBqdkJdkXQJjuxcH8Cbt"}
```

License: MIT
Signed-off-by: Oli Evans <oli@tableflip.io>
2020-02-10 14:05:16 +00:00
Oli Evans
d83e07ea90
wip: minimal plugin works
License: MIT
Signed-off-by: Oli Evans <oli@tableflip.io>
2020-02-10 11:29:51 +00:00
dependabot-preview[bot]
ec8c96129a
chore(deps): bump github.com/ipfs/go-log from 1.0.1 to 1.0.2
Bumps [github.com/ipfs/go-log](https://github.com/ipfs/go-log) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/ipfs/go-log/releases)
- [Commits](https://github.com/ipfs/go-log/compare/v1.0.1...v1.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-10 11:24:43 +00:00
Steven Allen
45efea8aef
Merge pull request #6884 from ipfs/chore/update-deps
chore(dep): update
2020-02-07 14:53:50 -08:00
Steven Allen
1b72325539 chore(dep): update
fixes #6841
fixes #6860
2020-02-07 14:31:14 -08:00
Hector Sanjuan
8e9725fd00
Merge pull request #6882 from ipfs/fix/6878-mfs-docs
Fix #6878: Improve MFS Cli documentation
2020-02-07 16:32:45 +01:00
Steven Allen
962448cc9f
Merge pull request #6881 from ipfs/dependabot/go_modules/github.com/prometheus/client_golang-1.4.1
chore(deps): bump github.com/prometheus/client_golang from 1.4.0 to 1.4.1
2020-02-07 07:28:19 -08:00
Steven Allen
effbc0a542
docs(commands): fix mfs wording 2020-02-07 07:27:27 -08:00
Hector Sanjuan
38ca2fbde2 core/commands/files: MFS docs, minor improvements after user feedback 2020-02-07 15:35:33 +01:00
Hector Sanjuan
e05ddfab23
/mfs/path -> /some/path
Co-Authored-By: Moritz <13287984+mohe2015@users.noreply.github.com>
2020-02-07 15:19:37 +01:00
Hector Sanjuan
10194de133 core/commands/files: log.Error -> flog.Error
This seems like a tiny leftover.
2020-02-07 14:55:16 +01:00
Hector Sanjuan
da584b8679 Fix #6878: Improve MFS Cli documentation 2020-02-07 14:55:01 +01:00
dependabot-preview[bot]
c24e247c8a
chore(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.4.0...v1.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-07 11:23:05 +00:00
Steven Allen
28608f0e8a
Merge pull request #6879 from ipfs/fix/dist-license
Update the license distributed with dist builds to the dual one
2020-02-06 13:45:10 -08:00
Hector Sanjuan
7c6e212b2d Update the license distributed with dist builds to the dual one
This was an old leftover
2020-02-06 22:27:15 +01:00
Steven Allen
035c90e718
Merge pull request #6875 from ipfs/dependabot/go_modules/github.com/libp2p/go-libp2p-pubsub-router-0.2.1
chore(deps): bump github.com/libp2p/go-libp2p-pubsub-router from 0.2.0 to 0.2.1
2020-02-06 07:35:05 -08:00
Steven Allen
2f177499bd
Merge pull request #6876 from ipfs/dependabot/go_modules/github.com/multiformats/go-multiaddr-net-0.1.2
chore(deps): bump github.com/multiformats/go-multiaddr-net from 0.1.1 to 0.1.2
2020-02-06 07:29:46 -08:00
dependabot-preview[bot]
9bc46bcc16
chore(deps): bump github.com/multiformats/go-multiaddr-net
Bumps [github.com/multiformats/go-multiaddr-net](https://github.com/multiformats/go-multiaddr-net) from 0.1.1 to 0.1.2.
- [Release notes](https://github.com/multiformats/go-multiaddr-net/releases)
- [Commits](https://github.com/multiformats/go-multiaddr-net/compare/v0.1.1...v0.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-06 11:25:01 +00:00
dependabot-preview[bot]
0aaef3141d
chore(deps): bump github.com/libp2p/go-libp2p-pubsub-router
Bumps [github.com/libp2p/go-libp2p-pubsub-router](https://github.com/libp2p/go-libp2p-pubsub-router) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/libp2p/go-libp2p-pubsub-router/releases)
- [Commits](https://github.com/libp2p/go-libp2p-pubsub-router/compare/v0.2.0...v0.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-06 11:24:23 +00:00
Steven Allen
cb5df94853
Merge pull request #6874 from ipfs/doc/license-urls
doc: add license URLs so go's doc service can detect our license
2020-02-05 10:41:00 -08:00
Steven Allen
eb5ef796a9 doc: add license URLs so go's doc service can detect our license 2020-02-05 10:38:45 -08:00
Steven Allen
4154930dd1
Merge pull request #6873 from ipfs/fix/rename-copyright
doc: rename COPYRIGHT to LICENSE
2020-02-05 10:21:07 -08:00
Steven Allen
18d45d4a42 doc: rename COPYRIGHT to LICENSE
This file is usually called LICENSE or COPYING, not COPYRIGHT. I'm _trying_ to
fix pkg.go.dev's license detection (not hopeful given that we're dual licensed).
2020-02-05 10:18:23 -08:00
Steven Allen
8920ecee82
Merge pull request #6872 from ipfs/fix/id-addr-format
fix: fix id addr format
2020-02-05 09:30:54 -08:00
Steven Allen
26c5e38571 fix: use the correct protocol name for ipfs swarm addrs local --id 2020-02-05 07:46:37 -08:00
Steven Allen
3b5a6bda59 fix: fix id addr format
Instead of manually creating multiaddr strings, use the multiaddr logic to
format them. We were still using `/ipfs` multiaddrs instead of `/p2p` multiaddrs.
2020-02-05 07:39:08 -08:00