Jeromy Johnson
c814478fb9
Merge pull request #2773 from ipfs/feature/commands-flags
...
Fix commands --flags not showing flags via HTTP API
2016-05-31 16:32:20 -07:00
Jeromy Johnson
88da12ef56
Merge pull request #2707 from ipfs/local-mount-test
...
Make t0030 use iptb for consistent test passing.
2016-05-31 10:15:20 -07:00
Jakub Sztandera
7167e93be4
Add test to prevent future regressions
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-05-31 18:55:45 +02:00
Jeromy Johnson
82c0a3ba97
Merge pull request #2754 from ipfs/fix-dockerfile-currentcommit
...
docker: simplify git ref resolution, thanks @chriscool
2016-05-31 09:20:55 -07:00
Jeromy Johnson
6a894d6e76
Merge pull request #2696 from ipfs/feature/Offline-2393
...
Offline daemon mode
2016-05-31 09:12:13 -07:00
Jeromy Johnson
4974a02f27
Merge pull request #2772 from ipfs/deps/libp2p/3.2.3
...
update libp2p to v3.2.3
2016-05-31 08:44:43 -07:00
Jeromy
aae6a2c379
update libp2p to v3.2.3
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-05-30 22:14:21 -07:00
Jakub Sztandera
d527e581e2
Add test for directly adding hidden file
...
It got broken no so long ago so this is the regression
test for that.
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-05-31 06:51:51 +02:00
Jeromy Johnson
6c3350369e
Merge pull request #2516 from Stebalien/protobuf-content-type
...
Correctly set the content type for `object get --encoding=protobuf`
2016-05-28 23:28:45 -07:00
Jakub Sztandera
e293204666
Add t0040 test for offline daemon
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-05-24 15:59:56 +02:00
Jakub Sztandera
bdea10ff0e
Make if condition in sharness lib silent
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-05-24 15:59:56 +02:00
Jakub Sztandera
7614f4f700
Create shanress test for offline mode node
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-05-24 15:59:56 +02:00
Lars Gierth
0eed330ec2
docker: simplify git ref resolution, thanks @chriscool
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-05-24 00:27:02 +02:00
Richard Littauer
03dd669430
Refactor progress and showProgressBar
...
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-05-21 14:27:10 +01:00
Lars Gierth
7145d306b4
docker: add test for ipfs version --commit
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-05-20 02:40:51 +02:00
Lars Gierth
6b94fdecd6
docker: fix CurrentCommit discovery
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-05-20 02:40:41 +02:00
Lars Gierth
77ef3913d9
Revert "Implements repository initialization with default config"
...
See #2748
This reverts commit 6989686b8b .
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-05-20 01:49:35 +02:00
Jeromy Johnson
6f716463d2
Merge pull request #2706 from ipfs/feature/MFSStatsHashOnly
...
Add --format option to mfs stat command
2016-05-18 13:47:46 -07:00
Jakub Sztandera
fea0b940d6
Replace head piping with --hash option in t0250
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-05-18 07:01:51 +02:00
Jakub Sztandera
64677e75a3
Add sharness tests for files stat format options
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-05-18 06:58:38 +02:00
Jeromy Johnson
abeea4f8e1
Merge pull request #2720 from ipfs/flaky_dht_query
...
marks dht query as known breakage for now
2016-05-17 16:04:50 -07:00
Jeromy Johnson
414c0ccbc4
Merge pull request #2716 from ipfs/patch-add-link-paths
...
Fix #2715 and patch add-link paths
2016-05-17 11:43:11 -07:00
Jeromy
60cae2079a
check output hash for correctness
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-05-17 10:49:13 -07:00
Stephen Whitmore
8d35bd5f3f
marks dht query as known breakage for now
...
License: MIT
Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
2016-05-17 10:36:08 -07:00
Jeromy
e22345ae65
update go-libp2p 3.2.2, nil maddr fixes
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-05-17 10:23:10 -07:00
jbenet
9f79dde058
ipfs object patch add-link supports paths
...
previously, paths were not supported as link values.
this would not work, and now can:
ipfs object patch $root add-link foo /ipfs/$hash/foo/bar
License: MIT
Signed-off-by: Juan Benet <juan@benet.ai>
2016-05-16 23:03:31 -07:00
Stephen Whitmore
305cf122a7
Make t0030 use iptb for consistent test passing.
...
License: MIT
Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
2016-05-16 13:38:41 -07:00
Jeromy
23c8ed93fd
update libp2p to v3.2.1
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-05-16 11:22:36 -07:00
Jeromy Johnson
f747cf6fbe
Merge pull request #2687 from Kubuxu/fix/t0060
...
Increase timeout in t0060
2016-05-13 15:25:24 -07:00
Jeromy Johnson
fb87d2faf0
Merge pull request #2643 from RichardLitt/docs/lint-diff-text
...
Linted object diff help text
2016-05-13 15:24:52 -07:00
Jeromy
a657ccf6c0
update deps to introduce yamux hang fix
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-05-13 13:42:46 -07:00
Jakub Sztandera
3ff35ab47a
Increase timeout in t0060
...
Resolves #2684
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-05-13 19:46:09 +02:00
Jeromy
6359dc9d5e
update libp2p with go-multiaddr and go-stream-muxer updates
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-05-10 16:06:28 -07:00
Richard Littauer
f419f3aba6
Fixed tests
...
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-05-10 10:39:53 -04:00
Jeromy Johnson
1a6f8c68fd
Merge pull request #2584 from ipfs/fix/build-process
...
add a dist_get script for getting bins from dist.ipfs.io
2016-05-09 13:46:27 -07:00
Jeromy
1e31839cc2
use repo level bins in test Makefile
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-05-09 12:48:06 -07:00
Jeromy Johnson
2c8fdab197
Merge pull request #2638 from ipfs/t0170-misc-fixes
...
t0170 misc fixes
2016-05-09 11:26:13 -07:00
Christian Couder
c54c0456b7
test-lib: make checking for docker silent
...
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2016-05-07 13:14:11 +02:00
Christian Couder
e8bc591fe5
t0170: remove useless 'echo' and add '&&'
...
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2016-05-07 09:38:44 +02:00
Christian Couder
01bf209c31
t0170: put startup_cluster() call outside test_expect_success
...
startup_cluster() already contains some test_expect_success, so
it should not be inside one.
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2016-05-07 09:37:04 +02:00
Kevin Atkinson
b84cbec2b6
Make blocks.Block an interface.
...
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2016-05-05 18:02:11 -04:00
Jeromy Johnson
fbf745fbcd
Merge pull request #2632 from hsanjuan/issue_2434
...
"ipfs log ls" command
2016-05-05 12:17:37 -07:00
Jeromy Johnson
2862e58a6e
Merge pull request #2581 from RealImage/default-config
...
Implements repository initialization with default config
2016-05-05 10:10:59 -07:00
Siva Chandran
6989686b8b
Implements repository initialization with default config
...
Modified init command to receive default configuration from stdin. The changes enable us to use existing key-pair, datastore configuration while initializing new ipfs node.
License: MIT
Signed-off-by: Sivachandran <sivachandran.p@gmail.com>
2016-05-05 14:44:15 +05:30
Hector Sanjuan
57b494a70c
Update go-log to 1.1.0 and fix calls to go-log.Uuid
...
License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
2016-05-04 23:17:21 +02:00
Christian Couder
5b17654211
test/Makefile: use gx deps find for gx dependencies
...
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2016-04-30 08:52:19 +02:00
Christian Couder
13354f31dc
test/Makefile: add global-deps target
...
We need to make sure that go, gx, gx-go are properly installed.
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2016-04-30 07:25:10 +02:00
Christian Couder
d4e7287980
sharness/Makefile: check global dependencies
...
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2016-04-30 07:17:36 +02:00
Christian Couder
857fce168a
Replace existing iptb dependencies with the gx one
...
Now that iptb has been added as a gx dependency, we can replace
existing dependencies with the one from gx.
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2016-04-30 07:17:36 +02:00
Richard Littauer
f60ae0a1b9
Capitalized NOTE, first letter of following word
...
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-04-29 16:57:19 -04:00