Commit Graph

7954 Commits

Author SHA1 Message Date
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
Jeromy Johnson
19779b3707 Merge pull request #3103 from ipfs/feat/pin/no-prov-internal
pin: use separate dagservice for storing pinsets
2016-08-20 18:46:40 -07:00
Jeromy Johnson
37cf360db5 Merge pull request #3107 from ipfs/feat/routing/interfaces
routing: rework interfaces to make separation easier
2016-08-20 18:45:53 -07:00
Jeromy Johnson
eac1c631e4 Merge pull request #3101 from ipfs/feat/reprovide-config
reprovider: add config option to set reprovide interval
2016-08-20 12:14:57 -07:00
Jeromy
0b6bfabcff improve config option docs
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-20 11:49:23 -07:00
Jeromy
ea8683aca7 routing: rework interfaces to make separation easier
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-20 11:30:15 -07:00
Jeromy
eaa433f27b cmds: implement ipfs dht provide command
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-19 19:52:49 -07:00
Jeromy
db228e1054 pin: use separate dagservice for storing pinsets
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-19 17:45:49 -07:00
Jeromy
4b278856d2 ipfs/add: make --local flag not write out providers
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-19 17:01:15 -07:00
Jeromy
ad488c6525 reprovider: add config option to set reprovide interval
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-19 16:52:03 -07:00
Jeromy Johnson
7276fd84b0 Merge pull request #3100 from ipfs/feat/disable-cat-gc
ipfs/cat: disable auto-gc check
2016-08-19 15:06:12 -07:00
Jeromy
11db8f425c fuse: make osxfuse check config check more permissive
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-19 14:09:12 -07:00
Jeromy
115bee5d93 ipfs/cat: disable auto-gc check
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-19 13:36:04 -07:00
Jeromy Johnson
7397dd3c1c Merge pull request #3035 from ipfs/docs/branch-naming
docs: add branch naming conventions
2016-08-19 08:28:28 -07:00
Jeromy Johnson
01ffc15283 Merge pull request #3086 from ipfs/feat/test-cover-blocks
test: 82% coverage on blocks
2016-08-18 16:45:18 -07:00
Jeromy Johnson
10048ceca9 Merge pull request #2962 from ipfs/kevina/block-rm
Add "ipfs block rm" command.
2016-08-18 13:27:26 -07:00
Jeromy
cf04b1f38e docs: add branch naming conventions
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-18 12:56:27 -07:00
Jeromy Johnson
6bb8a1f922 Merge pull request #3096 from ipfs/feat/test-cover-unixfs-mod
test: reach 80% coverage of unixfs/mod
2016-08-18 12:22:46 -07:00
Richard Littauer
c43e94262e Updated authors doc
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-08-18 11:54:48 -07:00
Jeromy Johnson
1a4361e71c Merge pull request #3074 from ipfs/feat/test-cover-blockstore
test: 81% coverage on blockstore
2016-08-18 11:02:42 -07:00
Jakub Sztandera
4ed8c3e5d9
test: fix typo in blockstore test
Also format imports

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-08-18 18:09:33 +02:00
Jakub Sztandera
c56e720d91
test: reach 80% coverage of unixfs/mod
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-08-18 17:59:47 +02:00
Jeromy Johnson
411f9d679a Merge pull request #3095 from ipfs/fix/unixfs-relative-seek-expand
unixfs: fix relative seek not expanding file properly
2016-08-17 13:58:25 -07:00
Jakub Sztandera
9f9ca6cb19
unixfs: add ReadAndSeek test
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-08-17 21:51:21 +02:00
Jakub Sztandera
697868030e
unixfs: add more seek test cases
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-08-17 19:39:09 +02:00
Jakub Sztandera
d16ae1bbfe
unixfs: fix relative seek not expanding file properly
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-08-17 19:13:38 +02:00
Jakub Sztandera
2065636318
unixfs: cleanup imports and remove unused error
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-08-17 19:13:15 +02:00
Kevin Atkinson
8679af7a02 "block rm": add "--force" and "--quiet" option
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2016-08-17 01:29:40 -04:00
Kevin Atkinson
92f6747a95 "block rm": test case for removing pinned, valid, and non-existent blocks
Add test that removes a combination of pinned, valid, and non-existent
blocks in one command.

License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2016-08-16 20:52:00 -04:00
Kevin Atkinson
bf7c5b3037 Fix bug in arccache.DeleteBlock() method.
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2016-08-16 19:26:17 -04:00
Jeromy Johnson
740a0943cc Merge pull request #3051 from ipfs/doc/manual-building
readme: add notes on building for uncommon systems
2016-08-16 12:49:35 -07:00
Jeromy
8813008046 datastore: blockstore should retry when it encounters temp errors
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-16 11:51:06 -07:00
Richard Littauer
4f4f57e030 Small edits
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-08-16 13:50:32 -04:00
Jeromy Johnson
f2dcad8531 Merge pull request #2999 from ipfs/feature/makefile-cleanup
Cleanup makefiles
2016-08-16 10:15:08 -07:00
Jakub Sztandera
7febd606d4
test: fixup style and add more checks to blockstore tests
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-08-16 18:59:36 +02:00
Jeromy Johnson
f9f136a65b Merge pull request #3079 from ipfs/feat/MrSparc-dist_get
bin: dist_get script: prevents get_go_vars() returns same values twice
2016-08-16 09:38:42 -07:00
Jeromy Johnson
1891fd13bf Merge pull request #3083 from dokterbob/lshelpdoc
Document listing commands better
2016-08-16 09:37:57 -07:00
Jeromy Johnson
8c237ce5d2 Merge pull request #3084 from ipfs/feat/test-cover-blocks-set
test: 100% coverage on blocks/set
2016-08-16 09:31:24 -07:00
Jeromy Johnson
2414c06221 Merge pull request #2852 from thomas-gardner/bitswap/ledger
bitswap: add `ledger` subcommand
2016-08-16 09:29:40 -07:00
Jeromy Johnson
dcfd842d83 Merge pull request #3041 from JesseWeinstein/docs/cli-use-imperative
Make all Taglines use imperative mood
2016-08-16 09:25:09 -07:00
Jeromy Johnson
3e8fcc5b28 Merge pull request #3077 from ipfs/feat/is-domain-to-gxx
deps: move go-is-domain to gx
2016-08-16 09:24:53 -07:00
Jeromy
1f3f1f65da version bump to 0.4.4-dev
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-16 09:23:26 -07:00
Jeromy Johnson
f2127af019 Merge pull request #3088 from ipfs/feature/add-period
Add period to `ipfs pin rm`
2016-08-16 09:22:30 -07:00
Jeromy Johnson
b5a6f76283 Merge pull request #3087 from kevinsimper/patch-1
Update dns help with a correct domain name
2016-08-16 09:22:18 -07:00