Steven Allen
745708b85e
fix(coreapi/add): close the fake repo used when adding with hash-only
...
fixes #6744
2020-01-17 13:11:04 -08:00
hucg
6ded0ba0f8
fix bug 6748
...
ipfs add whit only hash, don't need to announce cid to other peer
2020-01-17 13:11:04 -08:00
Steven Allen
456137b3fa
fix(pin): wait till after fetching to remove direct pin
...
Otherwise, we could abort while fetching the graph and stay in a state where the
direct pin is removed.
fixes #4650
2020-01-17 13:11:04 -08:00
Steven Allen
c69e347be0
pin: fix pin update X Y where X==Y
...
We were pining Y then removing the pin for X. When X == Y, we'd remove the new
pin.
fixes #6648
2020-01-17 13:11:04 -08:00
Steven Allen
36c0cbf4e1
namesys: set the correct cache TTL on publish
...
fixes https://github.com/ipfs/go-ipfs/issues/6656#issuecomment-534252128
2020-01-17 13:11:01 -08:00
Steven Allen
721c1abe4c
build: fix golangci again
...
The patches that required the replace directives have been merged upstream.
Unfortunately, those branches have now been deleted, breaking the build.
GAH!
2020-01-17 12:23:14 -08:00
Steven Allen
71133b6765
make: move all test deps to a separate module
...
1. This means those deps don't get pulled in unless we actually need to test.
2. It means we can cordon all the golangci-lint module replace hacks off into a
separate package.
2020-01-17 12:23:14 -08:00
Steven Allen
6131b7f145
fix: close peerstore on stop
...
fixes #6627
2020-01-17 12:23:12 -08:00
Steven Allen
77298e1e90
build: fix build when we don't have a full git tree
...
When building with docker, we don't have a _full_ git repo.
2020-01-16 18:24:37 -08:00
Steven Allen
4e981576b7
release v0.4.22
2019-08-06 16:19:17 -07:00
Steven Allen
6dbfc9a4c4
CHANGELOG: update release date
2019-08-06 16:19:09 -07:00
Steven Allen
39a71fe753
ci: only run node interop tests
2019-07-19 13:39:02 -07:00
Steven Allen
2458595592
ci: show the commit
2019-07-19 08:34:23 -07:00
Steven Allen
cf76b0d72c
ci: improve caching
2019-07-19 08:34:23 -07:00
Steven Allen
3588887436
ci: test the http clients
2019-07-19 08:34:23 -07:00
Łukasz Magiera
c257940991
Run JS interop in CircleCI
2019-07-19 08:34:23 -07:00
Steven Allen
6203f5f21e
ci: rev cache version
...
Something is broken with the cache.
2019-07-19 08:34:23 -07:00
Steven Allen
4449641dac
changelog: improve 0.4.22 release notes
2019-07-12 12:39:33 -07:00
Steven Allen
e190e15f39
changelog: fix name
2019-07-12 12:39:05 -07:00
Steven Allen
50a20ced60
fix: fix dnsaddr panic
...
Cherry-picks https://github.com/ipfs/go-ipfs/pull/6488
2019-07-09 17:33:33 -07:00
Steven Allen
d4db53d7d8
changelog: add contributors to the patch release
2019-07-05 06:08:04 -07:00
Steven Allen
c6770c9cd7
release v0.4.22-rc1
2019-07-05 02:39:43 -07:00
Steven Allen
136a6dc565
release: update changelog
2019-07-05 02:18:07 -07:00
Steven Allen
d1f9efb3fc
Merge pull request #6415 from sanderpick/sander/move-discovery
...
libp2p: moves discovery after host listen
2019-07-04 09:03:38 -07:00
Steven Allen
a7d3d0318f
Merge pull request #6441 from dirkmc/fix/block-put-flush-pin
...
Fix: flush pin on block put
2019-07-04 09:03:07 -07:00
Steven Allen
7c777eb83b
Merge pull request #6419 from ipfs/fix/6418
...
pin: fix concurrent map access race
2019-07-04 09:02:31 -07:00
Steven Allen
b0ea0b4d7d
Merge pull request #6444 from dirkmc/fix/pin-rm-add-lock
...
Fix: ensure pin rm takes a lock
2019-07-04 09:02:13 -07:00
Steven Allen
98e7a3d981
dep: update deps to fix critical regressions
...
1. Build issue with badger due to deleted tag.
2. High CPU issue in bitswap under high load.
3. Significant throughput regression in bitswap.
2019-07-04 08:59:48 -07:00
Steven Allen
8ca278f45f
Merge pull request #6388 from ipfs/feat/release-0.4.21
...
release 0.4.21
2019-05-30 15:28:19 -07:00
Steven Allen
1d67e0ac26
RELEASE: bump version
2019-05-30 15:27:05 -07:00
Steven Allen
1668dc9e48
CHANGELOG: add contributors to 0.4.21 notes
2019-05-30 15:27:00 -07:00
Steven Allen
e5aa2e7265
mkreleaselog: calculate contributors
2019-05-29 22:41:27 -07:00
Steven Allen
6cd273ff83
Merge pull request #6372 from ipfs/feat/0.4.21-releaselog
...
Add 0.4.21 CHANGELOG
2019-05-29 15:23:42 -07:00
Steven Allen
655b03cb5a
CHANGELOG: finish todos
2019-05-29 15:22:01 -07:00
Steven Allen
d53d73b97f
CHANGELOG: fix typos
...
Co-Authored-By: Michael Avila <michaelavila@users.noreply.github.com>
2019-05-28 10:36:51 -07:00
Steven Allen
8e9adf3aaa
CHANGELOG: apply CR
...
Co-Authored-By: Dominic Della Valle <ddvpublic@Gmail.com>
2019-05-28 10:17:19 -07:00
Steven Allen
39455605f7
CHANGELOG flesh out for 0.4.21-RC3
2019-05-28 04:21:18 -07:00
Steven Allen
0845786974
CHANGELOG: recursive changes
2019-05-28 04:07:24 -07:00
Steven Allen
8fb4e924fb
misc: update mkreleaselog to build a recursive changelog
2019-05-28 04:05:42 -07:00
Jakub Sztandera
f8914f4aee
Update CHANGELOG.md
...
Co-Authored-By: MollyM <momack2@users.noreply.github.com>
2019-05-28 04:05:27 -07:00
Jakub Sztandera
2c8fa10ab5
Add 0.4.21 CHANGELOG
...
WIP. Please either add or mention in comments what should be featured.
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2019-05-28 04:05:27 -07:00
Steven Allen
2b41ca17e5
Merge pull request #6379 from ipfs/fix/http-errors
...
fix: use http.Error for sending errors
2019-05-26 11:45:02 -07:00
Steven Allen
23d35184c3
fix: use http.Error for sending errors
...
This sets a few headers that prevent browsers from misinterpreting the error
text.
2019-05-25 10:45:17 -07:00
Steven Allen
9847416f12
Merge pull request #6380 from ipfs/fix/app-stop-once
...
core: call app.Stop once
2019-05-25 10:36:34 -07:00
Łukasz Magiera
7cfb4aa2b4
core: call app.Stop once
2019-05-25 18:42:45 +02:00
Steven Allen
2192ed775d
Merge pull request #6375 from ipfs/momack2-patch-1
...
explain what dhtclient does
2019-05-23 19:47:15 -07:00
MollyM
1fd6701ea2
explain what dhtclient does
2019-05-23 16:46:27 -07:00
Steven Allen
febdb5539f
Merge pull request #6374 from ipfs/feat/release-v0.4.21-rc3
...
release: v0.4.21-rc3
2019-05-23 11:03:06 -07:00
Steven Allen
7a185489a5
release: v0.4.21-rc3
...
This time, we'll actually build it.
2019-05-23 10:54:17 -07:00
Steven Allen
af6cfb5067
Merge pull request #6373 from ipfs/fix/connmgr-tagging
...
fix race between adding tags and registering services with the connection manager
2019-05-23 10:11:58 -07:00