sort by:
Revision Author Date Message Commit Date
fb80af5 fix: ensure unique job names across all GHA workflows 21 March 2023, 14:50:43 UTC
d45d8ec ci: simplify codeql worfklow 21 March 2023, 14:01:17 UTC
64d3c15 Revert "ci: rename gha workflow files to match workflow names" This reverts commit d164129258f456fb70dc709b59d743a8aed57cc2. 21 March 2023, 13:59:51 UTC
a8f2c12 ci: rename gha workflow files to match workflow names 21 March 2023, 13:59:32 UTC
2d65120 ci: standarise gha names 21 March 2023, 13:57:36 UTC
337ddb1 ci: remove ci/gh prefix from GHA workflows 21 March 2023, 13:57:14 UTC
be3bde6 ci: remove experimental tags from GHA workflows 21 March 2023, 13:57:14 UTC
ceed43e chore: clean up after circleci removal 21 March 2023, 13:57:14 UTC
7b9819e ci: remove circleci config 21 March 2023, 13:57:11 UTC
e0b08ed docs: use fx.Decorate instead of fx.Replace in examples (#9725) In practice there are cases when fx.Replace doesn't work as expected, so this updates the documentation to recommend using fx.Decorate instead which is a bit easier to use. 20 March 2023, 21:27:45 UTC
08dcb28 Merge pull request #9742 from ipfs/changelog-v0.20 Create Changelog: v0.20 20 March 2023, 18:46:29 UTC
1f36e3d chore: create next changelog 20 March 2023, 16:35:00 UTC
77a64f0 Merge pull request #9741 from ipfs/merge-release-v0.19.0 Merge Release: v0.19.0 20 March 2023, 16:34:06 UTC
eb7d6f9 Merge branch 'master' into merge-release-v0.19.0 20 March 2023, 15:48:58 UTC
b975593 feat(gateway): invalid CID returns 400 Bad Request (#9726) 20 March 2023, 13:14:38 UTC
624846f Merge pull request #9739 from Jorropo/fix/changelog fix: remove outdated changelog part 20 March 2023, 12:25:23 UTC
1963219 Merge pull request #9697 from ipfs/release-v0.19.0 Release: v0.19.0 20 March 2023, 11:59:53 UTC
1386592 docs: update changelog 20 March 2023, 11:33:11 UTC
c9fc10d fix: remove outdated changelog part 20 March 2023, 11:23:16 UTC
8221061 chore: update version 20 March 2023, 11:15:40 UTC
754264f Merge pull request #9707 from ipfs/changelog-0.19 docs: 0.19 changelog 20 March 2023, 10:45:57 UTC
75998d3 Merge pull request #9707 from ipfs/changelog-0.19 docs: 0.19 changelog 20 March 2023, 10:45:02 UTC
7ea6e32 chore: update go-libp2p to v0.26.3 (#9737) 20 March 2023, 09:06:04 UTC
a22db79 fix: canonicalize user defined headers 20 March 2023, 09:05:58 UTC
6cdc3c8 fix: apply API.HTTPHeaders to /webui redirect 20 March 2023, 09:05:52 UTC
010e22b feat: add heap allocs to 'ipfs diag profile' 20 March 2023, 09:05:43 UTC
3c35a0c chore: bump go-libipfs@v0.6.2 20 March 2023, 09:05:29 UTC
af79d84 fix: future proof with > rcmgr.DefaultLimit for new enum rcmgr values 20 March 2023, 09:05:23 UTC
3830653 test: add test for presarvation of unlimited configs for inbound systems 20 March 2023, 09:05:17 UTC
6ff764f fix: preserve Unlimited StreamsInbound in connmgr reconciliation Fixes #9695 20 March 2023, 09:05:11 UTC
c78c988 test: fix flaky rcmgr test 20 March 2023, 09:05:03 UTC
cc5e132 chore: deprecate the pubsub api Fixes #9717 20 March 2023, 09:04:53 UTC
b4211be test: port peering test from sharness to Go This is the slowest test in the sharness test suite, because it has very long sleeps. It usually takes 2+ minutes to run. This new impl runs all peering tests in about 20 seconds, since it polls for conditions instead of sleeping, and runs the tests in parallel. This also has an additional test case for a peer that was never online and then connects. 20 March 2023, 09:03:15 UTC
5f76661 test: use `T.TempDir` to create temporary test directory This commit replaces `os.MkdirTemp` with `t.TempDir` in tests. The directory created by `t.TempDir` is automatically removed when the test and all its subtests complete. Prior to this commit, temporary directory created using `os.MkdirTemp` needs to be removed manually by calling `os.RemoveAll`, which is omitted in some tests. The error handling boilerplate e.g. defer func() { if err := os.RemoveAll(dir); err != nil { t.Fatal(err) } } is also tedious, but `t.TempDir` handles this for us nicely. Reference: https://pkg.go.dev/testing#T.TempDir Signed-off-by: Eng Zer Jun <engzerjun@gmail.com> 20 March 2023, 09:02:53 UTC
d001ed7 fix: --verify forgets the verified key 20 March 2023, 09:02:46 UTC
6bab5ce test: name --verify forgets the verified key 20 March 2023, 09:02:39 UTC
2510f06 feat: add "autoclient" routing type This routing type is the same as "auto" but it creates the DHT in "client" mode and hence does not start a DHT server. 20 March 2023, 09:02:06 UTC
840eaa7 test: parallelize more of rcmgr Go tests 20 March 2023, 09:02:00 UTC
bfa425f test: port legacy DHT tests to Go 20 March 2023, 09:01:54 UTC
d339059 chore: bump go-libipfs v0.6.1 This does nothing, just move from an untagged commit to a tagged commit but contain the same things. 20 March 2023, 09:01:45 UTC
8fe7d77 Merge pull request #9696 from ipfs/galargh-patch-2 fix: t0116-gateway-cache.sh 20 March 2023, 09:01:38 UTC
ff01936 Merge pull request #9699 from ipfs/early-testers docs: add bifrost to early testers 20 March 2023, 09:01:17 UTC
c30ab94 Merge pull request #9689 from ipfs/no-testground ci: remove disabled testground workflow 20 March 2023, 09:01:06 UTC
adcee3e fix: typo in documentation for install path By default, `go install` will install go $GOBIN and not $GOPATH/bin. In most cases there is no functional difference -- `go install` falls back to $GOPATH/bin when $GOBIN is empty. 20 March 2023, 09:00:48 UTC
3382058 Merge branch 'master' into changelog-0.19 20 March 2023, 08:51:00 UTC
7150194 chore: update go-libp2p to v0.26.3 (#9737) 20 March 2023, 08:47:59 UTC
ed671e8 fix: canonicalize user defined headers 17 March 2023, 22:40:35 UTC
63b2a0e fix: apply API.HTTPHeaders to /webui redirect 17 March 2023, 14:14:10 UTC
23b5abf feat: add heap allocs to 'ipfs diag profile' 17 March 2023, 14:09:33 UTC
51eabd4 chore: bump go-libipfs@v0.6.2 16 March 2023, 18:12:36 UTC
a3b4177 fix: future proof with > rcmgr.DefaultLimit for new enum rcmgr values 16 March 2023, 12:41:24 UTC
8b05cf0 test: add test for presarvation of unlimited configs for inbound systems 16 March 2023, 12:41:24 UTC
e870dcd fix: preserve Unlimited StreamsInbound in connmgr reconciliation Fixes #9695 16 March 2023, 12:41:24 UTC
684d9dc test: fix flaky rcmgr test 16 March 2023, 02:45:56 UTC
4a6c8d5 Merge pull request #9719 from ipfs/go-test-sum feat: publish html report and test summary from gotest 15 March 2023, 09:12:29 UTC
1f5763f chore: deprecate the pubsub api Fixes #9717 15 March 2023, 03:42:02 UTC
5b9442c Revert "chore: add hamt directory sharding test" This reverts commit d23702bbf8513094ca445bea52742d952e80a8dc. 14 March 2023, 12:53:17 UTC
d23702b chore: add hamt directory sharding test 14 March 2023, 12:51:59 UTC
eea8e68 Merge branch 'master' into go-test-sum 13 March 2023, 17:25:45 UTC
92743b1 feat: publish html report and test summary from gotest 13 March 2023, 17:08:35 UTC
676e557 test: port peering test from sharness to Go This is the slowest test in the sharness test suite, because it has very long sleeps. It usually takes 2+ minutes to run. This new impl runs all peering tests in about 20 seconds, since it polls for conditions instead of sleeping, and runs the tests in parallel. This also has an additional test case for a peer that was never online and then connects. 13 March 2023, 14:54:53 UTC
7f7a5ab test: use `T.TempDir` to create temporary test directory This commit replaces `os.MkdirTemp` with `t.TempDir` in tests. The directory created by `t.TempDir` is automatically removed when the test and all its subtests complete. Prior to this commit, temporary directory created using `os.MkdirTemp` needs to be removed manually by calling `os.RemoveAll`, which is omitted in some tests. The error handling boilerplate e.g. defer func() { if err := os.RemoveAll(dir); err != nil { t.Fatal(err) } } is also tedious, but `t.TempDir` handles this for us nicely. Reference: https://pkg.go.dev/testing#T.TempDir Signed-off-by: Eng Zer Jun <engzerjun@gmail.com> 13 March 2023, 14:29:36 UTC
877d091 fix: --verify forgets the verified key 13 March 2023, 13:54:10 UTC
fc81639 test: name --verify forgets the verified key 13 March 2023, 13:54:10 UTC
a4052c6 chore: fix toc in changelog for 0.18 10 March 2023, 14:30:18 UTC
0d94bac feat: add "autoclient" routing type This routing type is the same as "auto" but it creates the DHT in "client" mode and hence does not start a DHT server. 09 March 2023, 13:18:14 UTC
fdbe363 test: parallelize more of rcmgr Go tests 09 March 2023, 13:18:14 UTC
ad5a0fe test: port legacy DHT tests to Go 09 March 2023, 13:18:14 UTC
fb663c6 docs: add IPIP-351 to 0.19 changelog 08 March 2023, 23:24:46 UTC
f509e24 docs: add PubSub to changelog 08 March 2023, 16:59:42 UTC
40d7f2f chore: bump go-libipfs v0.6.1 This does nothing, just move from an untagged commit to a tagged commit but contain the same things. 08 March 2023, 11:00:58 UTC
eb8a72d Merge pull request #9696 from ipfs/galargh-patch-2 fix: t0116-gateway-cache.sh 08 March 2023, 09:19:28 UTC
c1dcff9 Merge pull request #9384 from sashashura/patch-2 GitHub Workflows security hardening 08 March 2023, 07:28:20 UTC
b21e819 Apply suggestions from code review 08 March 2023, 07:00:44 UTC
0f65594 Apply suggestions from code review Co-authored-by: Piotr Galar <piotr.galar@gmail.com> 07 March 2023, 23:01:49 UTC
8f638dc Merge pull request #9699 from ipfs/early-testers docs: add bifrost to early testers 06 March 2023, 19:19:34 UTC
41af538 Merge pull request #9689 from ipfs/no-testground ci: remove disabled testground workflow 06 March 2023, 19:03:19 UTC
4400db6 docs: add bifrost to early testers 06 March 2023, 18:48:39 UTC
0ee879e docs: sort early testers list alphabetically 06 March 2023, 18:45:23 UTC
5c4ac6f Merge branch 'master' into patch-2 06 March 2023, 15:00:28 UTC
6d7ad61 fix: typo in documentation for install path By default, `go install` will install go $GOBIN and not $GOPATH/bin. In most cases there is no functional difference -- `go install` falls back to $GOPATH/bin when $GOBIN is empty. 06 March 2023, 14:50:39 UTC
698166b docs: fix typos 06 March 2023, 14:42:54 UTC
80826d0 Merge pull request #9698 from ipfs/version-update-v0.19 Update Version: v0.19 06 March 2023, 12:45:09 UTC
5e8fb41 chore: update version 06 March 2023, 12:30:37 UTC
0f1181d chore: update version 06 March 2023, 12:30:18 UTC
7986196 feat: Reduce RM code footprint Co-Authored-By: Antonio Navarro Perez <antnavper@gmail.com> 06 March 2023, 11:46:58 UTC
7aed216 fix: t0116-gateway-cache.sh 06 March 2023, 11:30:04 UTC
d1541e1 Merge pull request #9666 from ipfs/galargh-patch-1 ci: ensure new interop suites are executed 03 March 2023, 16:50:56 UTC
fea25f7 chore: update golang.org/x/net to v0.7.0 Include fix for https://pkg.go.dev/vuln/GO-2023-1571 (this impact us in the DOH handler). 03 March 2023, 11:54:20 UTC
23379d8 chore: update go-unixfs v0.4.4 Include missing error handling. 03 March 2023, 11:54:20 UTC
f84ad6d Doc updates/additions 03 March 2023, 11:39:25 UTC
0cea5be Merge branch 'master' into galargh-patch-1 02 March 2023, 10:31:04 UTC
fe8f72e ci: replace junit html generation with gh action 02 March 2023, 09:52:23 UTC
e1f38d7 ci: set sensible timeouts on all gha jobs (#9683) 02 March 2023, 09:51:57 UTC
74cfddc ci: remove disabled testground workflow 02 March 2023, 09:34:38 UTC
68f4dd4 chore: update go-libp2p to v0.26.2 02 March 2023, 07:48:23 UTC
145795b test: port rcmgr sharness tests to Go 28 February 2023, 14:34:23 UTC
cf9276d Merge pull request #9657 from laurentsenta/test/sharness-with-car-fixtures test(gateway): use deterministic CAR fixtures 28 February 2023, 13:22:40 UTC
56b9962 chore: update go-libp2p to v0.26.1 28 February 2023, 01:48:17 UTC
1794649 feat(gateway): error handling improvements (500, 502, 504) (#9660) * fix(gateway): return 500 for all /ip[nf]s/id failures * fix: replace deprecated structs * chore: bump go-libipfs to version from main 28 February 2023, 01:21:50 UTC
back to top