Oli Evans
2ed366226e
wip: use date instead of circleci build num
...
License: MIT
Signed-off-by: Oli Evans <oli@tableflip.io>
2020-03-12 17:07:09 +00:00
Oli Evans
ed9a7e49ae
Merge remote-tracking branch 'origin/master' into docker-tag-from-ci
2020-03-12 14:37:17 +00:00
Steven Allen
fe83c19cfd
Merge pull request #6988 from ipfs/chore/macos_sharness_fixes
...
Chore/macos sharness fixes
2020-03-11 21:58:39 -07:00
Peter Rabbitson
7b65c0703f
Simplify grep in test to pass on MacOS
2020-03-12 04:42:53 +01:00
Peter Rabbitson
81cb535c52
Prevent go fmt check from failing under make -j10 test
...
Under high paralellism we would be regenerating the plugin source
while doing the initial `go fmt` read.
Instead simply exclude the generated file.
2020-03-12 04:41:09 +01:00
Peter Rabbitson
0819fe6f4a
Require go 1.14
...
A dependency of ours now requires 1.14, let's be more explicit ourselves
../../go/pkg/mod/github.com/lucas-clemente/quic-go@v0.15.2/interface.go:54:2: duplicate method StreamID
../../go/pkg/mod/github.com/lucas-clemente/quic-go@v0.15.2/stream.go:44:2: duplicate method StreamID
note: module requires Go 1.14
2020-03-12 04:25:13 +01:00
Steven Allen
755d35992f
Merge pull request #6987 from ipfs/fix/provide-errors
...
chore(dep): update go-ipfs-provider
2020-03-11 19:42:41 -07:00
Steven Allen
a1b50c8ed8
chore(dep): update go-ipfs-provider
2020-03-11 19:29:31 -07:00
Steven Allen
bd088239c3
Merge pull request #6979 from ipfs/dependabot/go_modules/github.com/fsnotify/fsnotify-1.4.8
...
chore(deps): bump github.com/fsnotify/fsnotify from 1.4.7 to 1.4.8
2020-03-11 09:25:42 -07:00
Steven Allen
7003cd9831
Merge pull request #6980 from ipfs/dependabot/go_modules/github.com/multiformats/go-multiaddr-net-0.1.3
...
chore(deps): bump github.com/multiformats/go-multiaddr-net from 0.1.2 to 0.1.3
2020-03-11 09:25:08 -07:00
dependabot-preview[bot]
855a0ea8a3
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.2 to 0.1.3.
- [Release notes](https://github.com/multiformats/go-multiaddr-net/releases )
- [Commits](https://github.com/multiformats/go-multiaddr-net/compare/v0.1.2...v0.1.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-11 11:28:19 +00:00
dependabot-preview[bot]
62ab7fc5c5
chore(deps): bump github.com/fsnotify/fsnotify from 1.4.7 to 1.4.8
...
Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify ) from 1.4.7 to 1.4.8.
- [Release notes](https://github.com/fsnotify/fsnotify/releases )
- [Changelog](https://github.com/fsnotify/fsnotify/blob/master/CHANGELOG.md )
- [Commits](https://github.com/fsnotify/fsnotify/compare/v1.4.7...v1.4.8 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-11 11:27:54 +00:00
Steven Allen
6ae79efc2f
Merge pull request #6914 from marten-seemann/generalize-private-network
...
Update to go-libp2p 0.6.0
2020-03-09 19:56:59 -07:00
Marten Seemann
53782d439c
update to new private network interfaces
2020-03-09 19:39:06 -07:00
Steven Allen
77b634bd9d
Merge pull request #6968 from ipfs/dependabot/go_modules/github.com/ipfs/go-ds-leveldb-0.4.2
...
chore(deps): bump github.com/ipfs/go-ds-leveldb from 0.4.1 to 0.4.2
2020-03-09 07:26:56 -07:00
dependabot-preview[bot]
61a0023781
chore(deps): bump github.com/ipfs/go-ds-leveldb from 0.4.1 to 0.4.2
...
Bumps [github.com/ipfs/go-ds-leveldb](https://github.com/ipfs/go-ds-leveldb ) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/ipfs/go-ds-leveldb/releases )
- [Commits](https://github.com/ipfs/go-ds-leveldb/compare/v0.4.1...v0.4.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-09 11:33:09 +00:00
Steven Allen
35378abfa5
Merge pull request #6961 from ipfs/ci/go-1.14
...
ci: update to go 1.14
2020-03-08 22:22:16 -07:00
Steven Allen
a68c1af938
ci: update to go 1.14
2020-03-08 22:00:26 -07:00
Steven Allen
1ae69862bc
Merge pull request #6602 from ipfs/feat/coreapi-mount
...
mount: switch over to the CoreAPI
2020-03-06 22:30:12 -08:00
Steven Allen
12892ff24c
Merge pull request #6957 from ipfs/dependabot/go_modules/github.com/libp2p/go-libp2p-kad-dht-0.5.1
...
chore(deps): bump github.com/libp2p/go-libp2p-kad-dht from 0.5.0 to 0.5.1
2020-03-06 22:18:52 -08:00
Steven Allen
e91e983be8
Merge pull request #6960 from ipfs/fix/dht-put-docs
...
doc(commands): document that `dht put` takes a file
2020-03-06 22:18:38 -08:00
Steven Allen
fef5e8d780
doc(commands): document that dht put takes a file
...
Turns out that our CLI help text doesn't indicate whether or not a command takes
a file.
2020-03-06 13:49:57 -08:00
dependabot-preview[bot]
21ad5498f3
chore(deps): bump github.com/libp2p/go-libp2p-kad-dht
...
Bumps [github.com/libp2p/go-libp2p-kad-dht](https://github.com/libp2p/go-libp2p-kad-dht ) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/libp2p/go-libp2p-kad-dht/releases )
- [Commits](https://github.com/libp2p/go-libp2p-kad-dht/compare/v0.5.0...v0.5.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-06 21:48:04 +00:00
Steven Allen
f0959de1c0
Merge pull request #6958 from ipfs/dependabot/go_modules/github.com/libp2p/go-libp2p-core-0.4.0
...
chore(deps): bump github.com/libp2p/go-libp2p-core from 0.3.1 to 0.4.0
2020-03-06 13:42:21 -08:00
dependabot-preview[bot]
aa61259787
chore(deps): bump github.com/libp2p/go-libp2p-core from 0.3.1 to 0.4.0
...
Bumps [github.com/libp2p/go-libp2p-core](https://github.com/libp2p/go-libp2p-core ) from 0.3.1 to 0.4.0.
- [Release notes](https://github.com/libp2p/go-libp2p-core/releases )
- [Commits](https://github.com/libp2p/go-libp2p-core/compare/v0.3.1...v0.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-06 11:24:54 +00:00
Oli Evans
37dcb2d4e2
wip: circle context. filter to relevent branches
...
- use a circleci context to provide dockerhub credentials
- use a yaml alias to reduce repetition for branch filters (thanks @Mr0grog)
- limit docker-push step from test workflow to only run on relevant branches
License: MIT
Signed-off-by: Oli Evans <oli@tableflip.io>
2020-03-06 10:01:11 +00:00
Oli Evans
e83862ae7c
docs: better explanation of circleci opt-in to tags madness
...
Thanks to @Mr0grog
Co-Authored-By: Rob Brackett <rob@robbrackett.com>
2020-03-06 09:37:30 +00:00
Steven Allen
18ca5abf1c
Merge pull request #6948 from ipfs/dependabot/go_modules/github.com/prometheus/client_golang-1.5.0
...
chore(deps): bump github.com/prometheus/client_golang from 1.4.1 to 1.5.0
2020-03-04 22:32:26 -08:00
Steven Allen
49afb3b5bd
Merge pull request #6950 from ipfs/remove-jenkins-ci
...
chore: remove unused jenkins ci config
2020-03-04 10:08:18 -08:00
Oli Evans
9c232cc55a
chore: remove unused jenkins ci config
...
We use circle for ci. The old Jenkinsfile is stale and unused.
License: MIT
Signed-off-by: Oli Evans <oli@tableflip.io>
2020-03-04 16:43:19 +00:00
Oli Evans
cba7be08f1
chore: fix typo
...
License: MIT
Signed-off-by: Oli Evans <oli@tableflip.io>
2020-03-04 15:36:01 +00:00
Oli Evans
107bbc680d
feat: add bifrost-latest docker tag
...
License: MIT
Signed-off-by: Oli Evans <oli@tableflip.io>
2020-03-04 15:27:17 +00:00
Oli Evans
793f39d781
fix: yaml indenting
...
License: MIT
Signed-off-by: Oli Evans <oli@tableflip.io>
2020-03-04 15:26:07 +00:00
Oli Evans
7c593bd84b
wip: add branch filter
...
License: MIT
Signed-off-by: Oli Evans <oli@tableflip.io>
2020-03-04 15:23:44 +00:00
Oli Evans
8ff47e550c
chore: fix yaml indenting
...
License: MIT
Signed-off-by: Oli Evans <oli@tableflip.io>
2020-03-04 12:34:09 +00:00
Oli Evans
80a7f1f1c1
chore: remove unused code
...
License: MIT
Signed-off-by: Oli Evans <oli@tableflip.io>
2020-03-04 12:22:47 +00:00
Oli Evans
58c240033e
feat: docker build and tag from ci
...
- build in docker in ci so we can see failures.
- tag and push to dockerhub from ci so we have more control and visibility on the process.
Note, docker workflows run on all branches and no tags by default. You need to opt in to having builds trigger when a git tag is pushed. The filter definition to opt in to tags needs to be present on your job and all dependendent jobs, which is dull. See https://circleci.com/docs/2.0/workflows/#executing-workflows-for-a-git-tag
I've recreated the dockerhub autobuild rules we have currently, but it is worthing taking a moment to review them.
License: MIT
Signed-off-by: Oli Evans <oli@tableflip.io>
2020-03-04 12:12:20 +00:00
dependabot-preview[bot]
fb2a642b6a
chore(deps): bump github.com/prometheus/client_golang
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.4.1 to 1.5.0.
- [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.1...v1.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-04 11:26:13 +00:00
Steven Allen
97bc89d560
resolve: kill off buggy resolve function
...
This resolve function assumed that all paths were of the same type (ipfs, ipld,
etc.). The CoreAPI does a much better job.
2020-03-02 09:22:58 -08:00
Steven Allen
8643d949f3
cmds/tar: use the coreapi
2020-03-02 09:22:58 -08:00
Steven Allen
76b1546211
mount: switch over to the CoreAPI
...
1. Fix resolution of sharded directories.
2. Slowly kill off users of the IpfsNode object.
2020-03-02 09:22:58 -08:00
Steven Allen
083ef47ce8
Merge pull request #6942 from ipfs/docs/update-licence-info-in-readme
...
docs: update licence info in README
2020-03-02 09:21:49 -08:00
Steven Allen
9156cb083b
Merge pull request #6944 from ipfs/dependabot/go_modules/github.com/multiformats/go-multiaddr-0.2.1
...
chore(deps): bump github.com/multiformats/go-multiaddr from 0.2.0 to 0.2.1
2020-03-02 09:20:46 -08:00
Steven Allen
76acc953e1
Merge pull request #6943 from ipfs/docs/fix-files-write-eg
...
docs: fix example for files.write
2020-03-02 09:20:15 -08:00
Alan Shaw
0ddc2751a4
docs: fix typo
...
Co-Authored-By: Johnny <9611008+johnnymatthews@users.noreply.github.com>
2020-03-02 15:57:04 +00:00
dependabot-preview[bot]
65954b71cc
chore(deps): bump github.com/multiformats/go-multiaddr
...
Bumps [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr ) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/multiformats/go-multiaddr/releases )
- [Commits](https://github.com/multiformats/go-multiaddr/compare/v0.2.0...v0.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-02 11:25:50 +00:00
Alan Shaw
885e1125b8
docs: fix example for files.write
...
* Adds the `--parents` optiont to the first command so that it is runnable
* Updates the description to specifies the option to use if you _do_ want nonexistant intermediate directories created
2020-03-02 10:36:13 +00:00
Alan Shaw
3229c82ad8
docs: update licence info in README
...
Also tweaks "highly suggests" to "highly recommends". IMHO there are levels of recommendation but a suggestion is a boolean.
2020-03-02 10:11:42 +00:00
Steven Allen
8d89322b8f
Merge pull request #6941 from Ronsor/patch-1
...
Fix typo in 0.4.23 release date
2020-03-01 22:26:14 -08:00
Ronsor
861df14905
Fix typo in 0.4.23 release date
...
The year should be "2020," not "2019."
2020-03-01 22:49:17 -07:00