Commit Graph

11097 Commits

Author SHA1 Message Date
Steven Allen
80757f3684 update go-ds-badger
(and use the re-exported options instead of importing badger directly)

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2017-09-06 18:01:01 -07:00
Jeromy Johnson
f55a7a03b3 Merge pull request #4216 from ipfs/fix/ipld-format-version
fix go-ipld-format version
2017-09-06 17:23:21 -07:00
Steven Allen
89cf2789e9 fix go-ipld-format version
The fuse PR imported the old version.

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2017-09-06 16:49:02 -07:00
Jeromy Johnson
aef266d50d Merge pull request #4211 from ipfs/fix/duplicate-dep
remove duplicate dep from gx deps
2017-09-06 15:04:35 -07:00
Jeromy Johnson
038430d9b0 Merge pull request #4194 from ipfs/feat/fuse-fixes
various fixes for /ipfs fuse code
2017-09-06 14:52:13 -07:00
Steven Allen
18112ebe28 remove duplicate dep from gx deps
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2017-09-06 11:02:12 -07:00
Jeromy Johnson
ce5a6afd29 Merge pull request #3766 from ipfs/feat/ws
sharness: add /ws multinode test
2017-09-05 22:49:27 -07:00
Jeromy
a9b8b90da1 add option to set syncWrites to badger
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-09-05 22:46:01 -07:00
Jeromy
526a0acc10 add measure layer to badgerds profile defaults
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-09-05 21:24:48 -07:00
Jeromy
e66bb92198 address review nitpicks
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-09-05 21:20:49 -07:00
Lars Gierth
e089e55f37 sharness: add /ws multinode test
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2017-09-05 21:03:38 -07:00
Jeromy Johnson
82bad6f08f Merge pull request #4209 from ipfs/gx/update-37wfbd
gx: update go-ws-transport
2017-09-05 20:56:49 -07:00
Jeromy
0eba4f3138 gx: update go-ws-transport
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2017-09-05 16:18:19 -07:00
Jeromy Johnson
1221037a8f Merge pull request #4204 from ipfs/feat/delete-all-the-code
Remove some dead code
2017-09-05 12:02:05 -07:00
Jeromy
152a9fa866 add godoc
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-09-04 20:38:52 -07:00
Steven Allen
db6f058946 remove some dead code
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2017-09-04 20:15:20 -07:00
Jeromy
f200445ab2 fixup package.json
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-09-04 19:59:37 -07:00
Jeromy
167f5c796d update badger dep
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-09-04 16:28:34 -07:00
Jeromy
00040083c8 add badger init profile
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-09-04 12:33:15 -07:00
Łukasz Magiera
c310e3d96c badgerds: implement DiskSpec
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-09-04 10:20:37 -07:00
Łukasz Magiera
c79bccf709 badgerds: use go-ds-badger from gx
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-09-04 10:20:35 -07:00
Łukasz Magiera
bc27b9da59 badgerds: update datastore hooks
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-09-04 10:18:37 -07:00
Łukasz Magiera
fe42bf9ca9 Initial badger ds support
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-09-04 10:18:37 -07:00
Jeromy Johnson
cbd13b6115 Merge pull request #3575 from ipfs/feat/datastore-configs
more configurable datastore configs
2017-09-03 19:40:05 -07:00
why
2c300026ae fix t0024 on osx
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-09-03 18:43:18 -07:00
Jeromy
0b0ddefcaf fix EOF quoting
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-09-03 17:29:17 -07:00
Jeromy
ef5e94a8af use dists with new migrations
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-09-03 15:20:08 -07:00
Kevin Atkinson
19730d46ea Sort mountpoints.
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-09-03 14:08:53 -07:00
Kevin Atkinson
1f8723d01d Address p.r. feedback
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-09-03 14:08:53 -07:00
Kevin Atkinson
6438fc74f9 Add documentation.
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-09-03 14:08:53 -07:00
Kevin Atkinson
a99448f0de Error out on unknown levelds compression rather than assuming the default
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-09-03 14:08:53 -07:00
Kevin Atkinson
ce62bed82e Write the spec file during initialization only.
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-09-03 14:08:52 -07:00
Kevin Atkinson
d64ab3ce0f Use the json repr. of the minimal config as the DiskId.
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-09-03 14:08:52 -07:00
Kevin Atkinson
3bbe065132 write out full spec instead of just the disk id
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-09-03 14:08:52 -07:00
Kevin Atkinson
7b5027f084 add basic tests for Spec config change
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-09-03 14:08:52 -07:00
Kevin Atkinson
5027b4b14f Implement DiskId()
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-09-03 14:08:52 -07:00
Kevin Atkinson
1f97170ef9 Use DatastoreConfig abstraction to create datastores.
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-09-03 14:08:52 -07:00
Kevin Atkinson
5a8c17104d add tests for new datastore configuration
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-09-03 14:08:52 -07:00
Kevin Atkinson
ee935aba65 address p.r. comments
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-09-03 14:08:52 -07:00
Kevin Atkinson
2df7727be8 bump repo version, remove support for old config
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-09-03 14:08:52 -07:00
Kevin Atkinson
0f8b6032da cleanup and bug fixes
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-09-03 14:08:52 -07:00
Jeromy
7875674cae make datastore configuration nicely customizable
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>

make things super customizable

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>

better json format

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>

Migrate to new flatfs

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-09-03 14:08:52 -07:00
Jeromy Johnson
c920033757 Merge pull request #4183 from ipfs/gx/update-4ruucc
gx: update go-cid, go-multibase, base32
2017-09-03 13:14:47 -07:00
Steven Allen
70d6629940 gx: update go-cid, go-multibase, base32
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2017-09-01 17:46:49 -07:00
Jeromy
2f957ce7f7 use waitgroup for parallel fuse mounting logic
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-09-01 15:27:46 -07:00
Jeromy
c5f8a0c11d address code review
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-09-01 14:51:01 -07:00
Jeromy
c8c2921ed2 various fixes for /ipfs fuse code
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-08-31 16:35:17 -07:00
Jeromy Johnson
ce1ca6ab87 Merge pull request #4172 from ipfs/fix/test/t0170-query
test: query test might work sometimes, mark it as 'might fail'
2017-08-31 16:29:49 -07:00
Jeromy Johnson
99333b6e96 Merge pull request #4184 from ipfs/kevina/fix-4075
Fix "ipfs ls" to once again work on arbitrary dag objects.
2017-08-31 15:40:30 -07:00
Kevin Atkinson
2fbb4515d9 Fix "ipfs ls" to once again work on arbitrary dag objects.
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-08-30 00:27:54 -04:00