Commit Graph

11069 Commits

Author SHA1 Message Date
Steven Allen
6e6cb2e535
Merge pull request #6858 from ipfs/dependabot/go_modules/github.com/ipfs/go-ipld-cbor-0.0.4
chore(deps): bump github.com/ipfs/go-ipld-cbor from 0.0.3 to 0.0.4
2020-01-31 07:50:03 -08:00
dependabot-preview[bot]
f1c1cd6836
chore(deps): bump github.com/ipfs/go-ipld-cbor from 0.0.3 to 0.0.4
Bumps [github.com/ipfs/go-ipld-cbor](https://github.com/ipfs/go-ipld-cbor) from 0.0.3 to 0.0.4.
- [Release notes](https://github.com/ipfs/go-ipld-cbor/releases)
- [Commits](https://github.com/ipfs/go-ipld-cbor/compare/v0.0.3...v0.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-31 11:23:52 +00:00
Steven Allen
7969dbfc06
Merge pull request #6854 from cap10morgan/feature/multi-arch-docker-images
Allow building non-amd64 Docker images
2020-01-30 14:21:55 -08:00
Steven Allen
6750ee973e
Merge pull request #6852 from ipfs/feat/0.4.23-release-notes
doc(changelog): release notes for 0.4.23
2020-01-29 22:43:41 -08:00
Steven Allen
dc41585c0b doc(changelog): release notes for 0.4.23 2020-01-29 22:39:41 -08:00
Steven Allen
316bd6fc0c
Merge pull request #6849 from ipfs/chore/update-quic-go
chore(dep): update quic-go
2020-01-29 12:58:40 -08:00
Steven Allen
ca51c10479
Merge pull request #6850 from ipfs/doc/ce-early-tester
doc(release): add Charity Engine to the early testers programme
2020-01-29 12:16:36 -08:00
Steven Allen
e18e4f98d8 doc(release): add Charity Engine to the early testers programme 2020-01-29 12:15:20 -08:00
Wes Morgan
78977c56e0
Allow building non-amd64 Docker images 2020-01-29 11:39:19 -07:00
Steven Allen
830e8322bc chore(dep): update quic-go
* Fixes a CPU usage issue in the QUIC transport.
2020-01-29 08:25:51 -08:00
Steven Allen
37e0a605a7
Merge pull request #6832 from ipfs/chore/update-deps
chore(dep): update deps
2020-01-28 21:45:48 -08:00
Steven Allen
906f45edd9 fix(tracing): remove event tracing
We've deprecated this system and have yet to move to a new system. We might as
well remove everything, switch to a new system, then deliberately trace the
entire system.
2020-01-28 21:31:12 -08:00
Steven Allen
a53d48059b fix: migrate from deprecated warning function 2020-01-28 21:20:21 -08:00
Steven Allen
c2d1f3a6a3 chore(dep): update deps
Update all deps.
2020-01-28 21:20:17 -08:00
Steven Allen
8e0f92b69e
Merge pull request #6847 from ipfs/fix/6765
fix: fix a potential out of bounds issue in fuse
2020-01-28 18:30:43 -08:00
Steven Allen
41aaf745ad fix: fix a potential out of bounds issue in fuse
We likely encountered a file that misreported its size. That or there was no bug
here and we hit an issue somewhere else. Regardless, there's no reason not to
simplify this code and this should fix the issue.
2020-01-28 18:02:29 -08:00
Steven Allen
e8f7f0a536
Merge pull request #6843 from ipfs/fix/docker-tags
fix(build): instruct users to use GOTAGS, not GOFLAGS
2020-01-28 07:13:35 -08:00
Steven Allen
3788453022
Merge pull request #6845 from ipfs/doc/notify-on-rc
doc(release): document how RCs should be communicated
2020-01-22 10:31:40 -08:00
Steven Allen
57727c25c3 doc(release): document how RCs should be communicated 2020-01-22 08:17:12 -08:00
Steven Allen
627b62da36 fix(build): instruct users to use GOTAGS, not GOFLAGS
GOFLAGS will _override_ all the flags. If we just want to set a tag e.g., enable
OpenSSL, we should set GOTAGS=openssl.

fixes https://github.com/ipfs/go-ipfs/issues/6622#issuecomment-576713181
2020-01-21 08:16:29 -08:00
Steven Allen
52c8c37f1c fix(docker): fix maintainer email 2020-01-21 08:08:00 -08:00
Steven Allen
1c8f0faef1
Merge pull request #6838 from ipfs/doc/webui-release-notes
doc(release): move WebUI from manual tests to automated tests section
2020-01-20 15:36:24 -08:00
Steven Allen
864485b234 doc(release): move WebUI from manual tests to automated tests section
We no longer need to manually test the webui on release.
2020-01-17 18:17:16 -08:00
Steven Allen
fb12025c97
Merge pull request #6834 from ipfs/fix/static-autorelay
fix: use pre-defined relays for autorelay
2020-01-17 10:30:43 -08:00
Steven Allen
589f450823
Merge pull request #6835 from ipfs/fix/sharness-typo
test(sharness): fix typo
2020-01-17 10:30:05 -08:00
Steven Allen
39bf95bb09
Merge pull request #6825 from ipfs/test/webui-e2e-interop
test: E2E tests against ipfs-webui HEAD
2020-01-17 10:29:30 -08:00
Steven Allen
3385367bdc test(sharness): fix typo 2020-01-17 10:27:36 -08:00
Steven Allen
182b75177b
test(ci): update node for webui tests
Co-Authored-By: Hugo Dias <hugomrdias@gmail.com>
2020-01-17 09:56:54 -08:00
Marcin Rataj
692af948ac test: E2E tests against ipfs-webui HEAD
This adds interop/regression tests against ipfs-webui repo.

License: MIT
Signed-off-by: Marcin Rataj <lidel@lidel.org>
2020-01-17 16:11:51 +01:00
Steven Allen
98d2fef6ec fix: use pre-defined relays for autorelay
Unfortunately, we don't currently have any way to pick out good relays from bad.
That means we keep searching, trying bad relays, searching some more, trying
_the same relays_, etc. until we randomly find 3 good stable relays. In
practice, this means we just keep searching forever and keep thrashing the DHT.

see https://github.com/libp2p/go-libp2p/issues/694
2020-01-17 06:28:23 -08:00
Steven Allen
f513d52425
Merge pull request #6833 from ipfs/fix/mkrelease
mkreleaslog: improve edge-cases
2020-01-16 16:21:17 -08:00
Steven Allen
399546a320 fix(mkreleaselog): continue even if we fail to fetch a dep
We might as well generate as much of the changelog as we can.
2020-01-16 15:42:49 -08:00
Steven Allen
77e049d11c fix(mkreleaselog): support 0.DATE versions in go modules
That is vX.Y.Z-0.DATE-HASH.
2020-01-16 15:41:49 -08:00
Steven Allen
049d3b0b2b
Merge pull request #6829 from ipfs/collect-profiles-no-ipfs-bin
fix: dont fail to collect profiles if no ipfs bin
2020-01-16 16:31:09 +01:00
Steven Allen
7e5dc5875c
Merge pull request #6828 from ipfs/feat/improve-docker
update dockerfile and use openssl
2020-01-16 16:06:46 +01:00
Oli Evans
982bc38a51
fix: allow profiling of remote node via https
License: MIT
Signed-off-by: Oli Evans <oli@tableflip.io>
2020-01-16 14:19:58 +00:00
Oli Evans
4eb380a58b
fix: dont fail to collect profiles if no ipfs bin
Due to the bash args used, collect-profiles.sh would fail if which ipfs failed to find an ipfs binary on the path, like when running ipfs in docker.

Fixes that by using a check for the command that wont error if it's not found.

Also
- adds a commment to explains when to use the script and what it does.
- be less chatty. Simpify the output so it's clearer what it's doing. Experts can read the script or set the -x flag themselves.

License: MIT
Signed-off-by: Oli Evans <oli@tableflip.io>
2020-01-16 11:42:24 +00:00
Steven Allen
c2fd41c998 fix(docker): fix the start_ipfs permissions
Otherwise, we inherit the permissions from the host machine. These depend on the
host machine's umask.
2020-01-15 17:15:49 -08:00
Steven Allen
ee9b46891b feat(docker): build with openssl by default 2020-01-15 17:15:49 -08:00
Steven Allen
8ed357d053 feat(docker): bump the tini version 2020-01-15 17:15:46 -08:00
Steven Allen
cc25df768e feat(docker): bump the go version 2020-01-15 17:01:47 -08:00
Steven Allen
432bfc5a84
Merge pull request #6826 from ipfs/define-gateway-pathprefixes
docs: define Gateway.PathPrefixes
2020-01-15 23:48:21 +01:00
Oli Evans
0eba53bd98
docs: define Gateway.PathPrefixes
adds docs for Gateway.PathPrefixes. Taken from great commit notes by @lgierth (thank you!) 09937f84b6
2020-01-15 14:32:05 +00:00
Steven Allen
8a16b8704b
Merge pull request #6823 from ipfs/fix/remove-auto-assign
chore: remove github auto assign
2020-01-13 15:54:33 +01:00
Steven Allen
ea3343cb29 chore: remove github auto assign
This was supposed to auto-assign reviewers to new PRs. However, it's really not all that helpful in practice.
2020-01-13 15:09:06 +01:00
Steven Allen
f804bb67aa
Merge pull request #6819 from ipfs/chore/badger-no-sync
fix(badgerds): turn off sync writes by default
2020-01-10 10:36:20 +01:00
Steven Allen
ff269347b0
Merge pull request #6820 from ipfs/fix/gateway-cleanup
gateway cleanups
2020-01-10 10:35:51 +01:00
Steven Allen
725e6844ee gateway: cleanup logic
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2020-01-10 10:19:13 +01:00
Steven Allen
5eea0a4ba0 http: use Method* constants
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2020-01-10 10:19:08 +01:00
Steven Allen
4e4d5aa742 fix(badgerds): turn off sync writes by default
We already do this in the datastore _profile_, but we should do this in the
plugin as well. I'm pretty sure this makes absolutely no difference.
2020-01-09 09:55:39 +01:00