Steven Allen
84bc542e3f
Merge pull request #6504 from ipfs/test/pin-ls-stream
...
sharness: test pin ls stream
2019-07-12 08:36:15 -07:00
Steven Allen
dc56b52734
Merge pull request #6501 from ipfs/docs/pin/update
...
Improve pin/update description
2019-07-12 08:11:37 -07:00
Steven Allen
2b2e570c20
sharness: test pin ls stream
2019-07-12 08:06:02 -07:00
Steven Allen
20e64aeb34
Merge pull request #6493 from MichaelMure/streamed-pin-ls
...
pin cmd: stream recursive pins
2019-07-12 07:55:23 -07:00
Hector Sanjuan
146d9d2ac5
Improve pin/update description
...
I was unable to actually understand what pin update does from the existing
description.
License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2019-07-12 13:03:27 +02:00
Steven Allen
cd2611db37
Merge pull request #6459 from ipfs/doc/addrFilters
...
Document the AddrFilters option
2019-07-11 19:05:09 -07:00
Steven Allen
72122a5dbf
doc: correct the address filter documentation
2019-07-11 19:04:45 -07:00
Hector Sanjuan
010336c89f
Document the AddrFilters option
...
Shouldn't have to scan through an old issue to figure out what is happening
and why this is super important.
2019-07-11 18:56:32 -07:00
Steven Allen
39bb640c35
Merge pull request #6474 from ipfs/feat/builtin-plugin
...
feat: make it easier to load custom plugins
2019-07-11 18:55:13 -07:00
Michael Muré
16b4d74d3b
pin cmd: fix incorect pin type for indirect pins
2019-07-11 18:19:19 +02:00
Michael Muré
9b21269e03
pin cmd: output the recursive pins first for performance
2019-07-11 14:33:34 +02:00
Michael Muré
4ec37b6f7b
pin cmd: document pin ls output types
2019-07-11 14:05:05 +02:00
Michael Muré
58ea970135
pin cmd: better struct naming
2019-07-11 13:59:09 +02:00
Michael Muré
dd06956d30
pin cmd: proper CID encoding and backward compat
2019-07-11 13:51:54 +02:00
Michael Muré
bb60184526
pin cmd: stream recursive pins
...
Add a --stream flag to stream the results instead of
accumulating the final result in memory.
This is a rework of https://github.com/ipfs/go-ipfs/pull/5005
2019-07-10 19:04:00 +02:00
Steven Allen
0e91754673
Merge pull request #6490 from ipfs/ci/test-clients
...
ci: test the http clients
2019-07-09 21:12:03 -07:00
Steven Allen
e32a41392d
ci: improve caching
2019-07-09 21:05:32 -07:00
Steven Allen
1791f6866b
ci: test the http clients
2019-07-09 20:49:35 -07:00
Steven Allen
93de78883a
Merge pull request #6488 from ipfs/fix/dnsaddr-panic
...
dep: update go-multiaddr-dns
2019-07-09 17:31:34 -07:00
Steven Allen
4f6d6e11fe
dep: update go-multiaddr-dns
...
fixes #6485
2019-07-09 15:21:54 -07:00
Steven Allen
c014d1ee01
Merge pull request #6486 from ipfs/fix/6457
...
document the debug script
2019-07-08 09:07:27 -07:00
Steven Allen
20f7ce8508
debug: document the debug script
...
fixes #6457
2019-07-08 05:34:48 -07:00
Steven Allen
2198bf377d
debug: copy ipfs binary as well
2019-07-08 05:34:46 -07:00
Steven Allen
70e499afbc
Merge pull request #6421 from ipfs/chore/extract-provider
...
Extract provider module to `go-ipfs-provider`
2019-07-03 16:33:53 -07:00
Michael Avila
72fef7f529
Update to provider with timestamp based queue
2019-07-03 16:26:11 -07:00
Steven Allen
eb4da3c12d
Merge pull request #6478 from ipfs/fix/stale-api
...
ignore stale API files and deprecate ipfs repo fsck
2019-07-03 14:30:18 -07:00
Michael Avila
10de165644
Change to construct provider from go-ipfs-provider
2019-07-03 14:22:55 -07:00
Michael Avila
40af13e8b9
Remove existing provider system (will fail)
2019-07-03 14:22:03 -07:00
Michael Avila
20c8c85e2d
Add go-ipfs-provider as dependency
2019-07-03 14:21:24 -07:00
Steven Allen
2b61dbb612
main: clarify api-flag behavior
2019-07-03 14:10:56 -07:00
Steven Allen
288a83ce7d
feat: deprecate ipfs repo fsck command
...
This command is no longer necessary and is quite dangerous:
1. All lockfiles are now released by the OS when the daemon stops.
2. The API file is ignored when (a) the repo is initialized and (b) daemon is
off.
fixes #6435
2019-07-03 12:53:15 -07:00
Steven Allen
eca93bc92f
Merge pull request #6480 from ipfs/bugs/node-construction-queue-error
...
Fix node construction queue error
2019-07-03 11:55:32 -07:00
Michael Avila
143e41570b
Add limit for getQueueHead call
2019-07-02 13:15:14 -07:00
Michael Avila
2ef67c9731
Avoid collisions by appending cid
2019-07-02 09:50:14 -07:00
Michael Avila
b10e389135
Change queue to be timestamp based
2019-07-02 09:49:55 -07:00
Steven Allen
e96416dea6
test: test operations when the API file is stale
2019-06-29 11:17:46 +02:00
Steven Allen
074305690a
fix: ignore stale APIs
...
fixes #5784
2019-06-29 11:17:38 +02:00
Steven Allen
a9f7490149
feat(plugins): add a bit of documentation
2019-06-28 11:15:02 +02:00
Steven Allen
4badef2a14
feat: make it easier to load custom plugins
...
1. Allow loading from arbitrary and multiple directories.
2. Make it possible to directly load built-in plugins that _aren't_ in the
preload list.
2019-06-28 08:42:29 +02:00
Steven Allen
8e5ea5f2da
Merge pull request #6473 from ipfs/dep/update
...
dep: update badger/eventbus
2019-06-28 06:50:45 +02:00
Steven Allen
5d29073925
dep: pull in latest go event bus
...
There was a panic in the old version.
2019-06-28 06:26:35 +02:00
Steven Allen
d3d5db2657
dep: fix badger version
...
revert to v1.6
2019-06-28 06:25:36 +02:00
Steven Allen
239bb5c2f9
Merge pull request #6470 from ipfs/fix/reduce-libp2p-allocs
...
dep: update swarm/maddr-filter
2019-06-27 18:39:34 +02:00
Steven Allen
7889932ae9
dep: update swarm/maddr-filter
...
Reduces allocations/CPU when handling many inbound connections.
2019-06-27 18:14:15 +02:00
Steven Allen
ad153dd072
Merge pull request #6462 from elopio/patch-2
...
Update the required go version in the README
2019-06-27 11:45:12 +02:00
Steven Allen
cf0fdf2bdd
Merge pull request #6466 from ipfs/dep/update-libp2p
...
dep: update go-libp2p@0.2.0 to fix go-libp2p-core breakage
2019-06-27 11:33:30 +02:00
Jakub Sztandera
4db0ce7385
dep: update go-libp2p@0.2.0 to fix go-libp2p-core breakage
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2019-06-24 16:29:59 +02:00
Leo Arias
fd84cb3957
Update the required go version in the README
2019-06-21 10:54:05 -06:00
Jakub Sztandera
810cb607ed
Merge pull request #6461 from ipfs/fix/update-badger
...
Update go-ds-badger
2019-06-21 18:08:38 +02:00
Jakub Sztandera
a7f8d69008
Update go-ds-badger
...
Use replace to require go-libp2p-core@0.0.3
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2019-06-21 17:34:24 +02:00