Lars Gierth
f6292715df
docker: switch to alpine dev channel, for go1.7
...
Go 1.7 funnily demands gcc for installing gx.
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-08-31 20:27:31 +02:00
Jeromy
3c30fee5b5
update gx binary requirements
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-31 20:27:31 +02:00
Jeromy
9997fcefae
bump go requirement to 1.7
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-31 20:27:31 +02:00
Jeromy Johnson
04d3e79224
Merge pull request #3159 from ipfs/feat/bash-unrestricted-api
...
bash: bring --unrestricted-api completion back (sorry!)
2016-08-30 23:16:12 -07:00
Jeromy Johnson
40159e50a0
Merge pull request #3158 from ipfs/feat/migrations-help
...
fsrepo: improve migrations copy
2016-08-30 22:34:33 -07:00
Jeromy Johnson
4286cd3695
Merge pull request #3144 from ipfs/test/add/revert
...
test: revert few stdin tests that were removed
2016-08-30 22:03:54 -07:00
Jeromy Johnson
ea343fbfa1
Merge pull request #3142 from ipfs/test/CORS/defaults
...
test: do explicit check of CORS headers
2016-08-30 21:46:59 -07:00
Jeromy
b4718a246c
fix tests for changed migrations text
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-30 21:37:45 -07:00
Lars Gierth
b213d69099
fsrepo: improve migrations copy
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-08-30 21:37:45 -07:00
Lars Gierth
5807e5c09e
bash: bring --unrestricted-api completion back (sorry!)
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-08-30 21:29:55 -07:00
Jesse Weinstein
9304cf13db
Clarify distinction between event and other logging
...
License: MIT
Signed-off-by: Jesse Weinstein <jesse@wefu.org>
2016-08-30 18:39:04 -07:00
Jesse Weinstein
8663b4d48b
Remove notice from list of log levels.
...
This is because go-log does not support that level, although the underlying library, go-logging, does.
License: MIT
Signed-off-by: Jesse Weinstein <jesse@wefu.org>
2016-08-30 18:31:53 -07:00
Jeromy Johnson
686882bda2
Merge pull request #3148 from ipfs/test/improve-verify
...
Improve sharness testing on ipfs repo verify
2016-08-29 23:20:08 -07:00
Jeromy
7baac76a3b
repo/verify: add better testing on repo verify command
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-29 22:55:06 -07:00
Jeromy Johnson
6fdfaaf6e4
Merge pull request #3145 from ipfs/feature/license-update
...
Change LICENSE year
2016-08-29 20:06:33 -07:00
Richard Littauer
0e5f32d07e
Reverse label numbers
...
See https://github.com/ipfs/go-ipfs/pull/2883#issuecomment-227528997 . Will need to change current issues.
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-08-29 16:51:07 -04:00
Richard Littauer
24494c3a53
Change year
...
See https://github.com/ipfs/go-ipfs/pull/2883#issuecomment-227528997
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-08-29 16:48:22 -04:00
Jakub Sztandera
384fb1095c
test: revert few stdin tests that were removed
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-08-29 22:11:11 +02:00
Kevin Atkinson
802d3f9570
Add back still useful test from fe7b01f1 (Resolve symlink if ...)
...
Add back still useful test from reverted commit:
fe7b01f14e
Resolve symlink if it is directly referenced in cli (#2897 )
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2016-08-29 16:10:46 -04:00
Jakub Sztandera
dfc58c791d
blockstore: rename RuntimeHashing to HashOnRead
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-08-29 21:53:40 +02:00
Jakub Sztandera
3754803a67
test: do explicit check of CORS headers
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-08-29 21:43:58 +02:00
Jeromy Johnson
050985c52b
Merge pull request #3134 from ipfs/fix/cmd/repeated-help-text
...
cli: Fix stdin help text being show multiple times
2016-08-29 09:12:44 -07:00
Kevin Atkinson
10a692f9a2
Fix "ipfs add -r ." to always add the contents of the current directory.
...
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2016-08-27 16:48:03 -04:00
Kevin Atkinson
88e4b110ba
Revert "Resolve symlink if it is directly referenced in cli ( #2897 )"
...
This reverts commit fe7b01f14e .
Conflicts:
commands/cli/parse.go
Revert "Merge pull request #3023 from ipfs/feature/eval-symlink-windows"
This reverts commit 16c5a89dd4 , reversing
changes made to 8c77ff8188 .
Conflicts:
commands/cli/parse.go
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2016-08-27 14:36:28 -04:00
Jakub Sztandera
0883aa5b44
cli: Fix stdin help text being show multiple times
...
Also remove '\n' from msgStdinInfo as we use Fprintln.
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-08-27 19:02:54 +02:00
Jeromy Johnson
28b01dda7e
Merge pull request #3118 from ipfs/deps/rm-randbo
...
remove randbo dep, its no longer needed
2016-08-26 14:23:29 -07:00
Jeromy Johnson
53b927e3eb
Merge pull request #3130 from ipfs/test/repo/version-digits
...
test: accept more than one digit in repo version tests
2016-08-26 14:17:50 -07:00
Jeromy
0390407497
use correct protocol names for ipfs services
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-26 14:01:23 -07:00
Jeromy
3b3f2d85a7
remove randbo dep, its no longer needed
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-26 13:24:41 -07:00
Jeromy Johnson
594ae64f15
Merge pull request #3129 from ipfs/feat/default-rename
...
commands: replace <default> keyword with <<default>>
2016-08-26 09:41:14 -07:00
Jeromy Johnson
6f1062b4f3
Merge pull request #3110 from ipfs/deps/libp2p/3.4.0
...
update deps for libp2p 3.4.0
2016-08-26 09:32:49 -07:00
Jakub Sztandera
8181e9934a
test: accept more than one digit in repo version tests
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-08-26 18:23:40 +02:00
Jakub Sztandera
7e5393c4db
commands: replace <default> keyword with <<default>>
...
This way if we use <default> in description (we use thigns like <hash>
already), it won't conflict and modify the description in unwanted way.
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-08-26 18:20:17 +02:00
Jeromy
05b197df2d
update deps for libp2p 3.4.0
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-25 19:02:55 -07:00
Jeromy Johnson
459423329c
Merge pull request #3111 from ipfs/feat/go1.7
...
bump go requirement to 1.7
2016-08-25 19:02:09 -07:00
Lars Gierth
b84ca68fa3
docker: switch to alpine dev channel, for go1.7
...
Go 1.7 funnily demands gcc for installing gx.
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-08-26 01:44:32 +02:00
Jeromy Johnson
5a8b79b224
Merge pull request #3105 from ipfs/feat/bitswap/dup-prov-cache
...
bitswap: don't re-provide blocks we've provided very recently
2016-08-25 12:31:02 -07:00
Jeromy
582e5dee3a
blockservice: don't store blocks we already have
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-24 12:06:06 -07:00
Jeromy Johnson
a2bba212d0
Merge pull request #3106 from ipfs/feat/cmds/dht-provide
...
cmds: implement ipfs dht provide command
2016-08-24 10:59:23 -07:00
Jeromy
0a6ab30212
address CR feedback
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-24 10:32:40 -07:00
Jeromy
798569bb68
don't provide same block twice during call to dht provide
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-24 10:17:50 -07:00
Jeromy Johnson
81acd6a915
Merge pull request #2800 from ipfs/feature/update-authors
...
Updated authors doc
2016-08-24 10:06:01 -07:00
Jeromy Johnson
3dc688a2f9
Merge pull request #3113 from ipfs/test/merkledag-cover
...
improve test coverage on merkledag package
2016-08-24 09:47:21 -07:00
Jeromy
6b7c2fe2a9
improve test coverage on merkledag package
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-23 15:17:01 -07:00
Jeromy
8aac844641
add -r flag for dht provide
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-23 12:44:53 -07:00
Jeromy
94a0e16b67
update gx binary requirements
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-23 11:03:43 -07:00
Jeromy
4974136a1a
bump go requirement to 1.7
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-23 10:46:17 -07:00
Jeromy Johnson
8830aae9bc
Merge pull request #3091 from ipfs/feat/temp-err-retries
...
datastore: blockstore should retry when it encounters temp errors
2016-08-22 09:35:19 -07:00
Jeromy Johnson
4cffc8dbfb
Merge pull request #3098 from ipfs/fix/fuse/osx-cfg-check
...
fuse: make osxfuse check config check more permissive
2016-08-22 09:34:55 -07:00
Jeromy Johnson
8ffab98d55
Merge pull request #3102 from ipfs/feat/local-add
...
ipfs/add: make --local flag not write out providers
2016-08-20 18:46:58 -07:00