- 30 Jan, 2020 1 commit
-
-
Steven Allen authored
-
- 29 Jan, 2020 10 commits
-
-
Steven Allen authored
chore(dep): update quic-go
-
Steven Allen authored
doc(release): add Charity Engine to the early testers programme
-
Steven Allen authored
-
Steven Allen authored
* Fixes a CPU usage issue in the QUIC transport.
-
Steven Allen authored
chore(dep): update deps
-
Steven Allen authored
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.
-
Steven Allen authored
-
Steven Allen authored
Update all deps.
-
Steven Allen authored
fix: fix a potential out of bounds issue in fuse
-
Steven Allen authored
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.
-
- 28 Jan, 2020 1 commit
-
-
Steven Allen authored
fix(build): instruct users to use GOTAGS, not GOFLAGS
-
- 22 Jan, 2020 2 commits
-
-
Steven Allen authored
doc(release): document how RCs should be communicated
-
Steven Allen authored
-
- 21 Jan, 2020 2 commits
-
-
Steven Allen authored
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
-
Steven Allen authored
-
- 20 Jan, 2020 1 commit
-
-
Steven Allen authored
doc(release): move WebUI from manual tests to automated tests section
-
- 18 Jan, 2020 1 commit
-
-
Steven Allen authored
We no longer need to manually test the webui on release.
-
- 17 Jan, 2020 8 commits
-
-
Steven Allen authored
fix: use pre-defined relays for autorelay
-
Steven Allen authored
test(sharness): fix typo
-
Steven Allen authored
test: E2E tests against ipfs-webui HEAD
-
Steven Allen authored
-
Steven Allen authored
Co-Authored-By: Hugo Dias <hugomrdias@gmail.com>
-
Marcin Rataj authored
This adds interop/regression tests against ipfs-webui repo. License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
-
Steven Allen authored
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
-
Steven Allen authored
mkreleaslog: improve edge-cases
-
- 16 Jan, 2020 10 commits
-
-
Steven Allen authored
We might as well generate as much of the changelog as we can.
-
Steven Allen authored
That is vX.Y.Z-0.DATE-HASH.
-
Steven Allen authored
fix: dont fail to collect profiles if no ipfs bin
-
Steven Allen authored
update dockerfile and use openssl
-
Oli Evans authored
License: MIT Signed-off-by: Oli Evans <oli@tableflip.io>
-
Oli Evans authored
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>
-
Steven Allen authored
Otherwise, we inherit the permissions from the host machine. These depend on the host machine's umask.
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-
- 15 Jan, 2020 2 commits
-
-
Steven Allen authored
docs: define Gateway.PathPrefixes
-
Oli Evans authored
adds docs for Gateway.PathPrefixes. Taken from great commit notes by @lgierth (thank you!) https://github.com/ipfs/go-ipfs/commit/09937f84b64212896e1d80147f828d86ebc19d68
-
- 13 Jan, 2020 2 commits
-
-
Steven Allen authored
chore: remove github auto assign
-
Steven Allen authored
This was supposed to auto-assign reviewers to new PRs. However, it's really not all that helpful in practice.
-