Steven Allen
1babbda938
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#50 from MichaelMure/pinispinned
...
add Pin.IsPinned(..)
This commit was moved from ipfs/interface-go-ipfs-core@ee0d435cd1
This commit was moved from ipfs/boxo@150e1b6bea
2020-05-04 17:28:17 -07:00
Steven Allen
d15c06691d
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#61 from ipfs/fix/dht-wait
...
extra time for dht spin-up
This commit was moved from ipfs/interface-go-ipfs-core@835aca2a3c
This commit was moved from ipfs/boxo@8f5e567906
2020-04-21 10:44:05 -07:00
Will Scott
3a48c52719
extra time for dht spin-up
...
This commit was moved from ipfs/interface-go-ipfs-core@9160e64532
This commit was moved from ipfs/boxo@0ed0b6f39d
2020-04-21 08:40:13 -07:00
Michael Muré
7f07bf0996
pin: better doc, small cleaning
...
This commit was moved from ipfs/interface-go-ipfs-core@478caf05ab
This commit was moved from ipfs/boxo@bffa011f0a
2020-03-30 16:20:15 +02:00
Michael Muré
b52034068c
pin: add a IsPinned method
...
This commit was moved from ipfs/interface-go-ipfs-core@c82db2ef22
This commit was moved from ipfs/boxo@e84cc05698
2020-03-02 11:40:26 +01:00
Steven Allen
cdd7cc4776
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#49 from MichaelMure/pinls
...
feat: make the CoreAPI expose a streaming pin interface
This commit was moved from ipfs/interface-go-ipfs-core@292d906e7e
This commit was moved from ipfs/boxo@a06d5541a4
2020-02-28 14:01:18 -08:00
Steven Allen
b5eaa64752
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#57 from MichaelMure/fatal-on-err
...
test: fail early on err to avoid an unrelated panic
This commit was moved from ipfs/interface-go-ipfs-core@d2f36edee6
This commit was moved from ipfs/boxo@093084efa5
2020-01-23 11:50:51 -08:00
Michael Muré
80a898dd55
test: fail early on err to avoid an unrelated panic
...
This commit was moved from ipfs/interface-go-ipfs-core@df21c57e0f
This commit was moved from ipfs/boxo@7a2fc1b816
2020-01-22 17:11:19 +01:00
Steven Allen
e5059d9e1d
fix(tests): put valid blocks
...
This commit was moved from ipfs/interface-go-ipfs-core@16127b2917
This commit was moved from ipfs/boxo@b1c5044d15
2019-12-02 15:04:28 -05:00
Michael Muré
8eff544241
fix some tests
...
This commit was moved from ipfs/interface-go-ipfs-core@48dcedecd4
This commit was moved from ipfs/boxo@689e92b560
2019-11-29 22:29:47 +01:00
Michael Muré
e3b5686710
feat: make the CoreAPI expose a streaming pin interface
...
This commit was moved from ipfs/interface-go-ipfs-core@f976af7ba6
This commit was moved from ipfs/boxo@6eb5c9791b
2019-11-29 22:29:42 +01:00
Adin Schmahmann
1fc9cffa40
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#47 from ipfs/test/pin-ls
...
Add pin ls tests for indirect pin traversal and pin type precedence
This commit was moved from ipfs/interface-go-ipfs-core@7bbf5bb074
This commit was moved from ipfs/boxo@3d0e93a793
2019-11-25 13:35:42 -05:00
Adin Schmahmann
c23fa6e2f1
test(pinning): add pin ls tests for indirect pin traversal and pin type precedence
...
This commit was moved from ipfs/interface-go-ipfs-core@cd7be61c71
This commit was moved from ipfs/boxo@30eb9c7c43
2019-10-11 11:14:39 -04:00
Steven Allen
d3598ca21b
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#45 from ipfs/fix/flaky-pubsub-test
...
fix(test): fix a flaky pubsub test
This commit was moved from ipfs/interface-go-ipfs-core@1c94e62171
This commit was moved from ipfs/boxo@57d800d8f6
2019-09-27 16:25:29 -07:00
Steven Allen
58df273d66
fix(test): fix a flaky pubsub test
...
This commit was moved from ipfs/interface-go-ipfs-core@00de46e290
This commit was moved from ipfs/boxo@125f06e6af
2019-09-27 16:21:44 -07:00
Steven Allen
259a989222
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#43 from ipfs/test/read-at
...
test: test ReadAt if implemented
This commit was moved from ipfs/interface-go-ipfs-core@56e7e7a0be
This commit was moved from ipfs/boxo@720abd059b
2019-09-10 19:03:08 -07:00
Steven Allen
5168b591dc
test: test ReadAt if implemented
...
(I plan on adding support to the http client, at least)
This commit was moved from ipfs/interface-go-ipfs-core@ae83868617
This commit was moved from ipfs/boxo@a8c5ec6062
2019-09-10 18:53:39 -07:00
Steven Allen
8bc791eb0f
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#41 from ipfs/fix/breaking-id-hash-name
...
test: fix put with hash test
This commit was moved from ipfs/interface-go-ipfs-core@114c623371
This commit was moved from ipfs/boxo@65645f11a9
2019-08-23 16:26:57 -07:00
Steven Allen
09a4311db7
test: fix put with hash test
...
We just changed ID/"id" to IDENTITY/"identity" to match the multicodec table and
avoid confusion with peer IDs, CIDs, etc.
Unfortunately, this breaks the `--hash=id` flag. Luckily, I'm pretty sure
nobody's actually using this. As putting a block with an identity hash is
useless. If they are users, we can go about adding in backwards compatibility
hacks later.
This commit was moved from ipfs/interface-go-ipfs-core@6ebdbe7ef3
This commit was moved from ipfs/boxo@3b9a723861
2019-08-23 16:22:22 -07:00
Steven Allen
5b7c7cd326
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#39 from ipfs/feat/update-libp2p-core
...
Bump go-libp2p-core, up test key size to 2048
This commit was moved from ipfs/interface-go-ipfs-core@91cc546312
This commit was moved from ipfs/boxo@5b677a6e6e
2019-08-02 18:31:46 -07:00
Cole Brown
fafbedb658
Bump go-libp2p-core, up test key size to 2048
...
This commit was moved from ipfs/interface-go-ipfs-core@6ba366dd62
This commit was moved from ipfs/boxo@98cec33988
2019-08-02 21:09:17 -04:00
Steven Allen
dc6ca5a77d
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#35 from raulk/migrate-libp2p
...
migrate to go-libp2p-core.
This commit was moved from ipfs/interface-go-ipfs-core@f77aa7ee2c
This commit was moved from ipfs/boxo@60f7faebc3
2019-05-30 20:45:28 -07:00
Raúl Kripalani
1f4d8c7243
migrate to go-libp2p-core.
...
This commit was moved from ipfs/interface-go-ipfs-core@2cc0c497f2
This commit was moved from ipfs/boxo@1f2b5ca04f
2019-05-28 17:09:34 +01:00
Łukasz Magiera
9bef202050
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#34 from ipfs/feat/expose-tests
...
tests: expose TestSuite
This commit was moved from ipfs/interface-go-ipfs-core@103b6454bc
This commit was moved from ipfs/boxo@b28c3020da
2019-05-20 17:57:59 +02:00
Łukasz Magiera
79958dc097
tests: expose TestSuite
...
This commit was moved from ipfs/interface-go-ipfs-core@6fe8577a83
This commit was moved from ipfs/boxo@3d72707f57
2019-05-17 18:57:15 +02:00
Steven Allen
7a56242f3f
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#29 from ipfs/feat/cidv1-default-base32
...
switch to base32 cidv1 by default
This commit was moved from ipfs/interface-go-ipfs-core@55d09af650
This commit was moved from ipfs/boxo@642365d360
2019-05-13 10:54:36 -07:00
Steven Allen
ce49669839
switch to base32 cidv1 by default
...
This commit was moved from ipfs/interface-go-ipfs-core@6287246646
This commit was moved from ipfs/boxo@763b3d8a00
2019-05-07 00:57:21 -07:00
Steven Allen
b0a1bca80a
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#22 from ipfs/feat/drop-path-err
...
path: drop error from ParsePath
This commit was moved from ipfs/interface-go-ipfs-core@7786158101
This commit was moved from ipfs/boxo@00b2c9a357
2019-04-17 12:02:06 -07:00
Steven Allen
dee1fd31bd
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#28 from ipfs/fix/dht-test
...
tests: fix a bunch of small test lints/issues
This commit was moved from ipfs/interface-go-ipfs-core@0d5ec37a2f
This commit was moved from ipfs/boxo@fea9afdab7
2019-04-16 09:59:19 -07:00
Steven Allen
eb58ebe446
fix: cleanup TestDhtProvide
...
And fix for peer ID formatting changes.
fixes https://github.com/ipfs/go-ipfs/pull/6222#issuecomment-483479039
This commit was moved from ipfs/interface-go-ipfs-core@29b26f5bcb
This commit was moved from ipfs/boxo@d493b70194
2019-04-15 21:58:51 -07:00
Łukasz Magiera
3669a774ff
path: rename ParsePath and ResolvedPath
...
This commit was moved from ipfs/interface-go-ipfs-core@21a72398d9
This commit was moved from ipfs/boxo@fbc9ab8769
2019-04-04 09:00:23 +02:00
Łukasz Magiera
51a937fffd
path: WIP
...
This commit was moved from ipfs/interface-go-ipfs-core@5a83651539
This commit was moved from ipfs/boxo@b8463e7c12
2019-04-04 09:00:23 +02:00
Łukasz Magiera
aca6f61a63
path: fix tests
...
This commit was moved from ipfs/interface-go-ipfs-core@33d445a614
This commit was moved from ipfs/boxo@1497150b1f
2019-04-04 09:00:23 +02:00
Łukasz Magiera
1a2e8ce6d7
path: drop error from ParsePath
...
This commit was moved from ipfs/interface-go-ipfs-core@2b9bff7523
This commit was moved from ipfs/boxo@31071e1f5e
2019-04-04 08:53:42 +02:00
Łukasz Magiera
6f77341fd6
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#26 from hinshun/pin-rm-docs
...
Update Pin.RmRecursive docs to clarify shared indirect pins are not removed
This commit was moved from ipfs/interface-go-ipfs-core@c140b0fa38
This commit was moved from ipfs/boxo@25b9995074
2019-04-04 08:45:50 +02:00
Edgar Lee
686f55459c
Update Pin.RmRecursive docs to clarify shared indirect pins are not removed
...
This commit was moved from ipfs/interface-go-ipfs-core@c908a059fe
This commit was moved from ipfs/boxo@ea26ae5e05
2019-03-29 16:16:16 -07:00
Steven Allen
2817364035
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#25 from ipfs/fix/no-close-addr
...
don't close the top-level addr
This commit was moved from ipfs/interface-go-ipfs-core@9ebc1123b3
This commit was moved from ipfs/boxo@00c2b523df
2019-03-29 12:58:56 +00:00
Steven Allen
96a0e32255
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#24 from ipfs/test/use-fatal
...
fix a bunch of small test "bugs"
This commit was moved from ipfs/interface-go-ipfs-core@ccf9dacfee
This commit was moved from ipfs/boxo@c9c75b02ce
2019-03-27 10:27:35 +00:00
Steven Allen
6c4219a102
don't close the top-level addr
...
See https://github.com/ipfs/go-ipfs-http-client/pull/10/files#r269268326
This commit was moved from ipfs/interface-go-ipfs-core@1b707f2943
This commit was moved from ipfs/boxo@21ade61b10
2019-03-26 19:01:23 +00:00
Steven Allen
adddfdf0f7
tests: fix unused variable lints
...
This commit was moved from ipfs/interface-go-ipfs-core@5d6a474f31
This commit was moved from ipfs/boxo@bbf450e3e4
2019-03-26 18:38:02 +00:00
Steven Allen
ba5e78a4c5
tests: remove ticker leak
...
This commit was moved from ipfs/interface-go-ipfs-core@a7d4a71998
This commit was moved from ipfs/boxo@b75b1243fb
2019-03-26 18:37:40 +00:00
Steven Allen
1f87fa6168
tests: remove t.Fatal from goroutines
...
This commit was moved from ipfs/interface-go-ipfs-core@5f17f8346b
This commit was moved from ipfs/boxo@ccb4a5c183
2019-03-26 18:36:53 +00:00
Steven Allen
6190be29b9
make unrecoverable test errors fatal
...
Otherwise, we can get random panics form dereferencing nil pointers.
This commit was moved from ipfs/interface-go-ipfs-core@6d166d40d8
This commit was moved from ipfs/boxo@35272d3a3b
2019-03-26 18:27:35 +00:00
Steven Allen
52c10ba876
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#21 from ipfs/feat/remove-wrap
...
remove Wrap
This commit was moved from ipfs/interface-go-ipfs-core@c35356b231
This commit was moved from ipfs/boxo@a6129a824f
2019-03-25 18:12:12 +00:00
Steven Allen
84faa010ce
remove Wrap
...
This can be trivially implemented by the end-user if desired. The best the
CoreAPI can do is name the file with it's own hash so this isn't really all that
helpful either.
Note: This differs from js-ipfs because _there_, all files have paths (even
outside directories).
This commit was moved from ipfs/interface-go-ipfs-core@ac37dde21a
This commit was moved from ipfs/boxo@a0c8ed3956
2019-03-22 15:05:41 -07:00
Łukasz Magiera
01a22bac92
Merge pull request ipfs/boxoipfs/interface-go-ipfs-core#10 from ipfs/feat/add-wrap-fixes
...
Unixfs.Wrap Fixes
This commit was moved from ipfs/interface-go-ipfs-core@af1aa24c2d
This commit was moved from ipfs/boxo@9106f6a2b3
2019-03-22 17:57:25 +01:00
Łukasz Magiera
905898b667
unixfs add: remove StdinName
...
This commit was moved from ipfs/interface-go-ipfs-core@e12c21afc0
This commit was moved from ipfs/boxo@f3f74adfdb
2019-03-22 01:13:18 +01:00
Łukasz Magiera
726e8c0db1
unixfs: fix ls test for new add
...
This commit was moved from ipfs/interface-go-ipfs-core@91f8aac428
This commit was moved from ipfs/boxo@bd1689b886
2019-03-21 19:17:34 +01:00
Łukasz Magiera
a6fe80000c
unixfs add: Remove hidden file handling
...
This commit was moved from ipfs/interface-go-ipfs-core@56944d64d1
This commit was moved from ipfs/boxo@4274224bd0
2019-03-21 19:17:34 +01:00
Łukasz Magiera
01b61d7634
unixfs add: Changes for fixed wrap logic
...
This commit was moved from ipfs/interface-go-ipfs-core@e87318a2c3
This commit was moved from ipfs/boxo@1ec848f9a2
2019-03-21 19:17:34 +01:00