ipfs-cluster/test
Kishan Sagathiya c0b8301525 Fix #854: 404 on deleting a pin that isn't part of pinset (#854)
With this commit
- If cid in `DELETE /pins/{cid}` isn't part of the pinset, it would
return 404
- If path in `DELETE /pins/{keyType}/{path}` resolves to a cid that
isn't part of the pinset, it would return 404
2019-07-29 13:26:53 +02:00
..
cids.go Fix #854: 404 on deleting a pin that isn't part of pinset (#854) 2019-07-29 13:26:53 +02:00
ipfs_mock.go Merge pull request #738 from ipfs/issue_497 2019-07-04 13:53:20 +01:00
rpc_api_mock.go Fix #854: 404 on deleting a pin that isn't part of pinset (#854) 2019-07-29 13:26:53 +02:00
sharding.go Rename "test.Test*" to "test.*" (test.TestCid1 -> test.Cid1) 2019-02-27 20:19:10 +00:00
test_test.go Feat: Split components into RPC Services 2019-05-04 21:36:10 +01:00
test.go Add/improve godoc descriptions for some modules. 2018-08-23 14:14:06 +02:00