|
9cc6285be1
|
remove debugging print statement
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
|
2018-01-23 11:54:50 -08:00 |
|
|
e00f903c82
|
return background context instead of nil
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
|
2018-01-23 11:54:39 -08:00 |
|
|
83ccc7e44b
|
docs for pin method impls
License: MIT
Signed-off-by: ForrestWeston <forrest@protocol.ai>
|
2018-01-22 16:25:00 -08:00 |
|
|
d3f5ee2240
|
docs for mfs system method impls
License: MIT
Signed-off-by: ForrestWeston <forrest@protocol.ai>
|
2018-01-22 16:25:00 -08:00 |
|
|
c73493e9f3
|
interface docs for merkledag
License: MIT
Signed-off-by: ForrestWeston <forrest@protocol.ai>
|
2018-01-22 16:25:00 -08:00 |
|
|
1c1149675e
|
docs for coreunix add method impls
License: MIT
Signed-off-by: ForrestWeston <forrest@protocol.ai>
|
2018-01-22 16:25:00 -08:00 |
|
|
8637bbce9e
|
docs for coreapi unixfs method impls
License: MIT
Signed-off-by: ForrestWeston <forrest@protocol.ai>
|
2018-01-22 16:25:00 -08:00 |
|
|
600bd08a72
|
docs for coreapi name method impls
License: MIT
Signed-off-by: ForrestWeston <forrest@protocol.ai>
|
2018-01-22 16:25:00 -08:00 |
|
|
252ddc8295
|
docs for coreapi key method impls
License: MIT
Signed-off-by: ForrestWeston <forrest@protocol.ai>
|
2018-01-22 16:25:00 -08:00 |
|
|
132c939d24
|
interface docs for coreapi interface
License: MIT
Signed-off-by: ForrestWeston <forrest@protocol.ai>
|
2018-01-22 16:25:00 -08:00 |
|
|
704534e51c
|
docs for coreapi dag method impls
License: MIT
Signed-off-by: ForrestWeston <forrest@protocol.ai>
|
2018-01-22 16:24:59 -08:00 |
|
|
1eee9e207d
|
docs for coreapi method impls
License: MIT
Signed-off-by: ForrestWeston <forrest@protocol.ai>
|
2018-01-22 16:24:59 -08:00 |
|
|
738f1824f2
|
docs for core/core method impls
License: MIT
Signed-off-by: ForrestWeston <forrest@protocol.ai>
|
2018-01-22 16:24:52 -08:00 |
|
|
e5f2f56b6c
|
docs for core builder NewNode method
License: MIT
Signed-off-by: ForrestWeston <forrest@protocol.ai>
|
2018-01-22 14:53:17 -08:00 |
|
|
76907bb402
|
keystore interface docs
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
|
2018-01-22 11:20:07 -08:00 |
|
|
e0e856aa93
|
data storage interfaces
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
|
2018-01-21 12:00:14 -08:00 |
|
|
ce57a76687
|
interface docs for pinner
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
|
2018-01-21 11:31:47 -08:00 |
|
|
a17f8c0e17
|
fix changes from recent commands
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
|
2018-01-21 11:14:26 -08:00 |
|
|
176d15656d
|
update go-ipfs-cmds, fix context closing issue
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
|
2018-01-21 11:11:47 -08:00 |
|
|
0bdc2574ce
|
update go-ipfs-cmds
Fix a nil pointer exception when no timeout is set and an HTTP request fails.
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
|
2018-01-21 11:11:47 -08:00 |
|
|
0e680716bd
|
put immediate error second
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
|
2018-01-21 11:11:47 -08:00 |
|
|
652ac620b1
|
golint: documentation fixes
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
|
2018-01-21 11:11:47 -08:00 |
|
|
9080a588d8
|
golint: fix variable name
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
|
2018-01-21 11:11:47 -08:00 |
|
|
6bf29205bc
|
remove progress bar size hack
Compute the size in the PostCmd instead of the PreCmd.
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
|
2018-01-21 11:11:47 -08:00 |
|
|
5583c442bf
|
fix commands list test
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
|
2018-01-21 11:11:47 -08:00 |
|
|
d256c5ba38
|
avoid using the TODO context in tests
Instead, properly create and cancel the context.
(also, use subtests)
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
|
2018-01-21 11:11:47 -08:00 |
|
|
cddef3ec5e
|
use PostRunMap when constructing PostRun in commands
Writing out the full type explicitly is ugly and verbose.
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
|
2018-01-21 11:11:47 -08:00 |
|
|
2e2996223f
|
fix legacy tests
* remove test for removed feature
* fix `TestNewCommand` test.
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
|
2018-01-21 11:11:47 -08:00 |
|
|
bf804cca66
|
update to final cmds1.0
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
|
2018-01-21 11:11:47 -08:00 |
|
|
267c19ab9d
|
some fixes for latest from go-ipfs-cmds
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
|
2018-01-21 11:11:47 -08:00 |
|
|
d93c0b6a4b
|
Revert "use *oldcmds.Context consistently instead of non-ptr"
This reverts commit 852adb1c4a42a254286ac26b3bae7ea3a7bb69df.
License: MIT
Signed-off-by: keks <keks@cryptoscope.co>
|
2018-01-21 11:11:47 -08:00 |
|
|
c2ffb8e73b
|
make executable name in command output stable
by setting os.Args[0] to "ipfs"
License: MIT
Signed-off-by: keks <keks@cryptoscope.co>
|
2018-01-21 11:11:47 -08:00 |
|
|
8061117e0c
|
core/commands: add TestROCommands
License: MIT
Signed-off-by: keks <keks@cryptoscope.co>
|
2018-01-21 11:11:47 -08:00 |
|
|
aec44bc430
|
use *oldcmds.Context consistently instead of non-ptr
License: MIT
Signed-off-by: keks <keks@cryptoscope.co>
|
2018-01-21 11:11:47 -08:00 |
|
|
091eeee243
|
update go-ipfs-cmds
License: MIT
Signed-off-by: keks <keks@cryptoscope.co>
|
2018-01-21 11:11:47 -08:00 |
|
|
1cc7e2a28e
|
update go-ipfs-cmds
License: MIT
Signed-off-by: keks <keks@cryptoscope.co>
|
2018-01-21 11:11:47 -08:00 |
|
|
8f24d8e211
|
cleanup
License: MIT
Signed-off-by: keks <keks@cryptoscope.co>
|
2018-01-21 11:11:47 -08:00 |
|
|
7b1963906b
|
update go-ipfs-cmds yet again
License: MIT
Signed-off-by: keks <keks@cryptoscope.co>
|
2018-01-21 11:11:47 -08:00 |
|
|
b23c3295e6
|
update go-ipfs-cmds
License: MIT
Signed-off-by: keks <keks@cryptoscope.co>
|
2018-01-21 11:11:47 -08:00 |
|
|
94266bf2e4
|
update go-ipfs-cmds
License: MIT
Signed-off-by: keks <keks@cryptoscope.co>
|
2018-01-21 11:11:47 -08:00 |
|
|
27b43612b6
|
fix refs handling on gateway
License: MIT
Signed-off-by: keks <keks@cryptoscope.co>
|
2018-01-21 11:11:47 -08:00 |
|
|
4b9c36b072
|
sharness: increase timeout waiting for api file
License: MIT
Signed-off-by: keks <keks@cryptoscope.co>
|
2018-01-21 11:11:47 -08:00 |
|
|
52bc298230
|
fix ServerNameOption
License: MIT
Signed-off-by: keks <keks@cryptoscope.co>
|
2018-01-21 11:11:47 -08:00 |
|
|
8294f0a345
|
remove test for deleted fuction
License: MIT
Signed-off-by: keks <keks@cryptoscope.co>
|
2018-01-21 11:11:47 -08:00 |
|
|
fbc36b8962
|
update dependencies and update TODO
broken sharness test t0110 has been fixed in master
License: MIT
Signed-off-by: keks <keks@cryptoscope.co>
|
2018-01-21 11:11:47 -08:00 |
|
|
af438035db
|
update TODO (client version check)
License: MIT
Signed-off-by: keks <keks@cryptoscope.co>
|
2018-01-21 11:11:47 -08:00 |
|
|
012e3381f1
|
fix content type detection to allow adding via curl
fixed in cmdkit1.0
License: MIT
Signed-off-by: keks <keks@cryptoscope.co>
|
2018-01-21 11:11:47 -08:00 |
|
|
7d57def06e
|
remove dead code, update TODO
License: MIT
Signed-off-by: keks <keks@cryptoscope.co>
|
2018-01-21 11:11:47 -08:00 |
|
|
94be1f219e
|
update TODO
License: MIT
Signed-off-by: keks <keks@cryptoscope.co>
|
2018-01-21 11:11:47 -08:00 |
|
|
740cf4a3b4
|
cmd/ipfs: check whether repo is accessible before attempting to load plugins
License: MIT
Signed-off-by: keks <keks@cryptoscope.co>
|
2018-01-21 11:11:47 -08:00 |
|