Whyrusleeping
b967ec4f44
Merge pull request #4365 from adamliesko/fix/cmd/path-parsing-trailing-slash
...
core: get cmd outPath remove trailing slash - fixes #3729
2017-11-18 14:24:13 -08:00
Steven Allen
63342578d3
switch from syscall to golang.org/x/sys
...
(mostly)
syscall has been frozen and mostly deprecated. We can't *entirely* switch but
this brings us closer.
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2017-11-18 12:11:14 -08:00
adamliesko
a09d974652
core: get cmd outPath removes trailing slash - fixes #3729
...
When using path with trailing slashes, ipfs get command had issues
with trying to store content into '.' folder (as the file part of the path
was empty). Now, it correctly stores the file into desired folder,
thanks to the removal of trailing slash by introducing a
getOutPath function in get command, which does proper parsing
Of the output path.
BEFORE:
$ .pfs get /ipns/multiformats.io/
Saving file(s) to .
NOW:
$ ./ipfs get /ipns/multiformats.io/
Saving file(s) to multiformats.io
License: MIT
Signed-off-by: adamliesko <adamliesko@gmail.com>
2017-11-18 20:04:18 +01:00
Whyrusleeping
bd0ed9ea5d
Merge pull request #4381 from massino/patch-1
...
Remove reference to "this PR" in code
2017-11-18 10:35:03 -08:00
Whyrusleeping
b0e4406676
Merge pull request #4368 from ipfs/fix/plugin-typo
...
small typo in git plugin
2017-11-18 10:27:47 -08:00
Whyrusleeping
b01e48a758
Merge pull request #4392 from ipfs/feat/log/uuid
...
Feat/log/uuid
2017-11-18 10:25:23 -08:00
Whyrusleeping
d511a00ef7
Merge pull request #4390 from leerspace/docs/update-using-ipfs
...
adding how to download IPFS with IPFS
2017-11-18 10:24:12 -08:00
Whyrusleeping
c18e13bd74
Merge pull request #4388 from lanzafame/3066
...
docs: correct StorageMax config desc
2017-11-18 10:19:50 -08:00
Whyrusleeping
83df6769ac
Merge pull request #3856 from ipfs/feat/commands2.0
...
Extract and rework commands package
2017-11-18 10:10:50 -08:00
Jeromy
b08a674acb
bump version to 0.4.14-dev
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-11-18 08:41:27 -08:00
Jeromy
f8eaae329f
fix hamt delete issue
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-11-18 08:39:38 -08:00
keks
d95a87cf57
update to go-ipfs-cmds 0.4.9
...
License: MIT
Signed-off-by: keks <keks@cryptoscope.co>
2017-11-17 15:22:42 +01:00
keks
0d9d21875c
compatible to js-ipfs-api
...
License: MIT
Signed-off-by: keks <keks@cryptoscope.co>
2017-11-17 15:22:42 +01:00
Jan Winkelmann
f287524949
cmd: use go-ipfs-cmds
...
License: MIT
Signed-off-by: keks <keks@cryptoscope.co>
2017-11-17 15:22:41 +01:00
Whyrusleeping
cc01b7f188
Merge pull request #4395 from ipfs/release-0.4.13
...
Ipfs v0.4.13
2017-11-16 15:51:27 -06:00
Jeromy
a0a174ed55
Ipfs v0.4.13
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-11-16 09:58:42 -08:00
Forrest Weston
f44cf00342
Add error message to event logs in path resolution
...
If an error occurs during an event add it to the events metadata
License: MIT
Signed-off-by: Forrest Weston <forrest@protocol.ai>
2017-11-15 12:27:22 -08:00
Forrest Weston
1c3e590c88
Add event logging around path resolution
...
License: MIT
Signed-off-by: Forrest Weston <forrest@protocol.ai>
2017-11-14 18:02:26 -08:00
Forrest Weston
846c04b131
Added uuid loggable (requestId) to root context
...
Every log event resulting from a command will have a uuid associated with it
License: MIT
Signed-off-by: Forrest Weston <forrest@protocol.ai>
2017-11-14 18:02:15 -08:00
Whyrusleeping
5d23fd7c45
Merge pull request #4391 from ipfs/release-0.4.13-rc1
...
Ipfs v0.4.13-rc1
2017-11-14 16:58:14 -06:00
Jeromy
bbf023fb10
Ipfs v0.4.13-rc1
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-11-14 13:46:10 -08:00
John Reed
bbeee1af50
adding how to download IPFS with IPFS
...
Adding instructions for downloading IPFS builds with IPFS
License: MIT
Signed-off-by: John Reed <john@re2d.xyz>
2017-11-14 13:48:43 -06:00
Adrian Lanzafame
0d2cc04fa7
docs: correct StorageMax config desc
...
License: MIT
Signed-off-by: Adrian Lanzafame <adrianlanzafame92@gmail.com>
2017-11-14 12:25:38 +10:00
Whyrusleeping
8f8fdc093d
Merge pull request #4384 from ipfs/fix/badgerds-1.1.3
...
Update badgerds to 1.1.3
2017-11-13 16:52:27 -06:00
Whyrusleeping
27c4b5c8c9
Merge pull request #4386 from ipfs/fix/session-cancel-deadlock
...
Buffer response channel to prevent deadlock
2017-11-13 10:51:24 -06:00
Jeromy
332891f7b2
Buffer response channel to prevent deadlock
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-11-12 19:22:42 -08:00
Łukasz Magiera
2ebf8d0482
Update badgerds to 1.1.3
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-11-12 05:34:31 +01:00
Massino Tinovan
36674b9c90
Remove reference to "this PR" in code
...
License: MIT
Signed-off-by: Massino Tinovan <massino@droppod.io>
2017-11-10 17:28:06 -08:00
Jeromy
40533eda5e
bump version to 0.4.13-dev
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-11-10 16:41:42 -08:00
Whyrusleeping
8eb7956622
Merge pull request #4377 from ipfs/release-0.4.12
...
Ipfs v0.4.12
2017-11-10 17:52:01 -05:00
Jeromy
84e4fe578f
Ipfs v0.4.12
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-11-10 14:01:24 -08:00
Whyrusleeping
13ed3f34f7
Merge pull request #4379 from ipfs/gx/badgerds-1.1.2
...
Update badgerds to 1.1.2
2017-11-10 16:16:52 -05:00
Łukasz Magiera
cf4c9bd857
docs: Badger entry in experimenal-features
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-11-10 10:32:07 +01:00
Łukasz Magiera
726e95ecc9
Update badgerds to 1.1.2
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-11-10 10:14:08 +01:00
Whyrusleeping
3dfba22442
Merge pull request #4369 from ipfs/release-0.4.12-rc2
...
Ipfs v0.4.12-rc2
2017-11-05 11:03:18 -05:00
Jeromy
d9a9a5602d
Ipfs v0.4.12-rc2
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-11-05 07:22:02 -08:00
Jeromy
c956ff2492
small typo in git plugin
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-11-05 06:50:46 -08:00
Whyrusleeping
4257ebabad
Merge pull request #4357 from ipfs/feat/remove-dead-code
...
cleanup: remove dead godep, gobuilder, and equinox stuff
2017-11-03 00:31:12 -05:00
Whyrusleeping
0efdcadafb
Merge pull request #4364 from ipfs/gx/badgerds1.1
...
gx: update go-ds-badger to 1.1.0
2017-11-02 14:01:38 -05:00
Łukasz Magiera
56fb459e02
gx: update go-ds-badger to 1.1.0
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-11-02 15:32:05 +01:00
Whyrusleeping
115998d2c2
Merge pull request #4361 from ipfs/misc/issue-version-note
...
misc: add note about updating before reporting the issue
2017-11-01 18:41:12 -05:00
Jakub Sztandera
cc1718af96
misc: add note about updating before reporting the issue
...
In many cases issues reported are present only in older versions.
I've set 0.4.10 as a cut of as it is quite recent and contains many
fixes and performance improvements.
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-11-01 19:20:28 +01:00
Whyrusleeping
d6534291ce
Merge pull request #4121 from devedge/doc/help/wrap-desc
...
wrap-desc: Wrap help descriptions under 80 chars
2017-10-31 15:35:37 -05:00
Whyrusleeping
eaccac3db0
Merge pull request #4347 from thisconnect/doc/cmd/add-chunker-options
...
chunker long description first shot
2017-10-31 12:08:29 -05:00
Whyrusleeping
7c8da64643
Merge pull request #4348 from ipfs/fix/pin_update_opt
...
optimise pin update command
2017-10-31 07:51:52 -05:00
Lars Gierth
f9e9f566f9
cleanup: remove dead gobuilder and equinox stuff
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2017-10-30 14:03:37 +01:00
Lars Gierth
5206a11176
godeps: remove unused github.com/mtchavez/jenkins
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2017-10-30 12:16:26 +01:00
Whyrusleeping
8ec1ce9e93
Merge pull request #4350 from ipfs/deps/update-dht-3.0.7
...
update dht to remove error log
2017-10-29 10:57:38 +00:00
Ian Preston
4f11baa0be
add tests for basic name matching in pin update
...
License: MIT
Signed-off-by: Ian Preston <ianopolous@protonmail.com>
2017-10-28 23:26:28 +01:00
Jeromy
5522e4d54d
update dht to remove error log
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-10-28 14:00:06 -07:00