Commit Graph

9538 Commits

Author SHA1 Message Date
chenminjian
5afa7ebfdc refact(cmd/repo): repo verify uses new cmd lib
License: MIT
Signed-off-by: chenminjian <727180553@qq.com>
2018-11-03 17:12:32 +08:00
chenminjian
f7b6ee3c87 refact(cmd/repo): repo fsck and repo version uses new cmd lib
License: MIT
Signed-off-by: chenminjian <727180553@qq.com>
2018-11-03 17:04:44 +08:00
Steven Allen
3f7668bdca
Merge pull request #5636 from ipfs/feat/iptb-2
Update IPTB test
2018-11-02 17:13:45 -07:00
Steven Allen
11978f5a45
Merge pull request #5710 from chenminjian/enhance/cmd/verify
enhance(cmd/verify): add goroutine count to improve verify speed
2018-11-02 13:47:45 -07:00
chenminjian
17e7892036 enhance(cmd/verify): add goroutine count to improve verify speed
License: MIT
Signed-off-by: chenminjian <727180553@qq.com>
2018-11-02 13:30:12 -07:00
Steven Allen
9bec503ac1
Merge pull request #5714 from ipfs/feat/update-go-unixfs-1.2.0
Update go-mfs and go-unixfs
2018-11-02 13:25:30 -07:00
Steven Allen
ec9fac7379 gx: update go-ipld-cbor
(might as well do this at the same time)

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-11-02 13:17:44 -07:00
hannahhoward
943a5de974 Update go-mfs and go-unixfs
So we can get go-unixfs v1.2.0

License: MIT
Signed-off-by: hannahhoward <hannah@hannahhoward.net>
2018-11-02 13:16:56 -07:00
Steven Allen
f659eec3d9
Merge pull request #5719 from chenminjian/fix/cmd/version
fix(flag/version): flag `all` should have a higher priority
2018-11-02 13:13:02 -07:00
Steven Allen
78643338c5
Merge pull request #5672 from overbool/refactor/commands/p2p
commands/p2p: use new cmds lib
2018-11-02 13:11:29 -07:00
Overbool
488db7d2f2 commands/p2p: use cmds.EmitOnce in single value
License: MIT
Signed-off-by: Overbool <overbool.xu@gmail.com>
2018-11-02 12:06:26 -07:00
Overbool
7292c1da23 commands/p2p: use new cmds lib
License: MIT
Signed-off-by: Overbool <overbool.xu@gmail.com>
2018-11-02 12:06:26 -07:00
Steven Allen
a98a7155e5
Merge pull request #5671 from overbool/refactor/commands/dht
commands/dht: use new cmds lib
2018-11-02 12:05:47 -07:00
Overbool
4a2c3cb3cf commands/dht: use res.Emit directly
License: MIT
Signed-off-by: Overbool <overbool.xu@gmail.com>
2018-11-02 11:14:14 -07:00
Overbool
7e7a04e21f commands/dht: use new cmds lib
License: MIT
Signed-off-by: Overbool <overbool.xu@gmail.com>
2018-11-02 11:14:14 -07:00
Steven Allen
6926812ba7
Merge pull request #5666 from overbool/refactor/commands/object
commands/object: use new cmds
2018-11-02 11:13:56 -07:00
Overbool
e1d1f68f08 commands/object: use cmds.EmitOnce in single value
License: MIT
Signed-off-by: Overbool <overbool.xu@gmail.com>
2018-11-02 11:06:32 -07:00
Overbool
0fe7bdfce9 commands/object: add comment
License: MIT
Signed-off-by: Overbool <overbool.xu@gmail.com>
2018-11-02 11:06:32 -07:00
Overbool
df58a2d617 commands/object: fix object diff option error
License: MIT
Signed-off-by: Overbool <overbool.xu@gmail.com>
2018-11-02 11:06:32 -07:00
Overbool
677c953dc4 commands/object: use new cmds
License: MIT
Signed-off-by: Overbool <overbool.xu@gmail.com>
2018-11-02 11:06:32 -07:00
Steven Allen
f337acd895
Merge pull request #5665 from overbool/refactor/commands/files
commands/files: use new cmds
2018-11-02 10:57:14 -07:00
Overbool
f37553f065 commands/files: use cmds.EmitOnce in single value
License: MIT
Signed-off-by: Overbool <overbool.xu@gmail.com>
2018-11-02 09:46:14 -07:00
Overbool
546d3bed5a commands/files: can't get flush option
License: MIT
Signed-off-by: Overbool <overbool.xu@gmail.com>
2018-11-02 09:46:14 -07:00
Overbool
efa280c531 commands/files: use MakeTypedEncoder
License: MIT
Signed-off-by: Overbool <overbool.xu@gmail.com>
2018-11-02 09:46:14 -07:00
Overbool
b80589f98e commands/files: use new cmds
License: MIT
Signed-off-by: Overbool <overbool.xu@gmail.com>
2018-11-02 09:46:14 -07:00
Steven Allen
8736202417
Merge pull request #5712 from overbool/feat/cmds/add-config-helper
cmds/env: add a config path helper
2018-11-02 09:37:59 -07:00
chenminjian
6f219e0d8f fix(flag/version): flag all should have a higher priority
License: MIT
Signed-off-by: chenminjian <727180553@qq.com>
2018-11-02 19:30:09 +08:00
Travis Person
b37338fd68 fix for-each
License: MIT
Signed-off-by: Travis Person <travis@protocol.ai>
2018-11-01 20:13:31 -07:00
Travis Person
fcf1043683 Update iptb and iptb-plugins
License: MIT
Signed-off-by: Travis Person <travis@protocol.ai>
2018-11-01 19:46:06 -07:00
Travis Person
be3fc3e791 Update for plugins split
License: MIT
Signed-off-by: Travis Person <travis@protocol.ai>
2018-11-01 19:34:05 -07:00
Travis Person
e68c10abf4 Add iptb dep
License: MIT
Signed-off-by: Travis Person <travis@protocol.ai>
2018-11-01 19:33:07 -07:00
Travis Person
569eeb8f82 Update IPTB test - WIP
Related to #5521

License: MIT
Signed-off-by: Travis Person <travis@protocol.ai>
2018-11-01 19:33:05 -07:00
Overbool
bf15999c02 cmds/env: add a config path helper
License: MIT
Signed-off-by: Overbool <overbool.xu@gmail.com>
2018-11-02 10:10:28 +08:00
Steven Allen
1c463819ec bump version to 0.4.19-dev
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-11-01 18:40:10 -07:00
Steven Allen
aefc746f34 release 0.4.18
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-11-01 18:32:17 -07:00
Steven Allen
71b73c20df
Merge pull request #5713 from ipfs/feat/release-0.4.18
release 0.4.18
2018-11-01 18:27:34 -07:00
Steven Allen
b6f784814b bump version to 0.4.18
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-11-01 12:54:27 -07:00
Steven Allen
2f2af8478d CHANGELOG: whyrusleeping CR
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-11-01 12:54:24 -07:00
Steven Allen
7ecbd21171
Merge pull request #5702 from ipfs/feat/release-0.4.18-rc2
prepare for RC2
2018-10-31 17:15:35 -07:00
Steven Allen
bfad30d588 CHANGELOG: fix typo
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-10-31 17:15:13 -07:00
Łukasz Magiera
a912eb56d6 CHANGELOG: section on ipld paths
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-11-01 00:22:18 +01:00
Steven Allen
c4a00b5ff9 CHANGELOG: more updates
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-10-31 08:32:34 -07:00
Steven Allen
2d0e194ef3 release: update version to 0.4.18-rc2
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-10-31 08:31:08 -07:00
Steven Allen
fb1694902c CHANGELOG: note that we can publish IPNS records for /ipld paths
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-10-31 08:30:48 -07:00
Steven Allen
fbeeda2f94 CHANGELOG: update for RC2
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-10-31 08:30:48 -07:00
Steven Allen
f3e6cc6cf3 CHANGELOG: correct grammar of introduction
(and hedge it a bit; the alpha was probably larger)

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-10-31 08:30:48 -07:00
Steven Allen
0d56a486c0
Merge pull request #5706 from ipfs/fix/4132
fix prometheus concurrent map write bug
2018-10-31 08:00:57 -07:00
Steven Allen
f0bf99361e
Merge pull request #5708 from ipfs/fix/log-ndjson
re-format log output as ndjson
2018-10-31 05:14:36 -07:00
Steven Allen
bf69017e25 metrics: we're now recording latency seconds, not microseconds
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-10-31 05:12:35 -07:00
Steven Allen
16d70eac32 add a todo to remember to remove log reformatting
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-10-31 04:53:57 -07:00