1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-29 09:34:03 +08:00

7469 Commits

Author SHA1 Message Date
307c54230b Merge pull request #3864 from timthelion/refactor/use-ctx-var-consistently
Refactor: use ctx var consistently in daemon.go
2017-04-16 23:57:54 -07:00
739a62e35e Refactor: use ctx var consistently in daemon.go
License: MIT
Signed-off-by: Timothy Hobbs <timothyhobbs@seznam.cz>
2017-04-15 18:08:27 +02:00
3947382037 Fix link to commit hook script in contribute.md
License: MIT
Signed-off-by: Timothy Hobbs <timothy@hobbs.cz>
2017-04-15 15:27:05 +02:00
8ee7aa5cab commands: restore and test original error order
License: MIT
Signed-off-by: Jan Winkelmann <j-winkelmann@tuhh.de>
2017-04-05 11:57:54 +02:00
1c50ec0c8e Merge pull request #3848 from ipfs/fix/make/install-no-deps
make: fix `make install` not installing dependencies
2017-03-31 08:53:06 -07:00
52a293ae2d make: fix make install not installing dependencies
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-03-31 13:52:59 +02:00
aac4088c75 Merge pull request #3838 from ipfs/fix/make/install-hash
make: fix `make install` not using ldflags for git hash
2017-03-30 15:59:48 -07:00
c441ecbc9b Merge pull request #3834 from ipfs/misc/prio-to-sever
Change issue template to use Severity instead of Priority
2017-03-30 11:05:35 -07:00
a87c2de537 Merge pull request #3841 from eminence/wanlist_typo
Fix wanlist typo in prometheus metric name
2017-03-30 11:04:37 -07:00
39f89c835c Merge pull request #3840 from ipfs/fix/test/fuse
test: fix fuse tests, they were broken some time ago
2017-03-30 11:04:21 -07:00
987ff1a6fb bump dev version to 0.4.9
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-03-30 10:07:49 -07:00
8e7484ed79 Merge pull request #3845 from ipfs/release-0.4.8
Ipfs 0.4.8
v0.4.8
2017-03-29 20:09:30 -07:00
426842c4ed Ipfs 0.4.8
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-03-29 18:02:14 -07:00
1b22c7a084 Change issue template to use Severity instead of Priority
Priority is very much subjective. Severity allows us to state examples
and decide on it objectivelly.

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-03-29 23:07:31 +02:00
7ebbe495cb Fix wanlist typo in prometheus metric name
This will be a breaking change for anyone who is currently monitoring
the `ipfs_bitswap_wanlist_total` prometheus stat

License: MIT
Signed-off-by: Andrew Chin <achin@eminence32.net>
2017-03-28 23:36:55 -04:00
ea838a0902 test: fix fuse tests, they were broken some time ago
They wouldn't compile

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-03-28 17:15:14 +02:00
bf23a81bb3 make: fix make install not using ldflags for git hash
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-03-27 15:19:40 +02:00
a8b56d3ad7 Ipfs 0.4.8-rc1
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
v0.4.8-rc1
2017-03-24 20:34:49 -07:00
26f96f8dce Merge pull request #3832 from ipfs/feat/0.4.8-rc1-changelog
Feat/0.4.8 rc1 changelog
2017-03-24 20:31:40 -07:00
e87ecadd50 Merge pull request #3828 from ipfs/fix/bump-default-ulimit
Bump default ulimit to 2048
2017-03-24 14:34:41 -07:00
1ea03545fe Merge pull request #3830 from ipfs/golint-2-filestore
Filestore: make golint happy
2017-03-24 14:34:07 -07:00
b1d28f1b76 Merge pull request #3831 from ipfs/feat/changelog-script
Add a script to help generate the CHANGELOG
2017-03-24 14:33:24 -07:00
7ece55d469 Update changelog for 0.4.8-rc1
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-03-24 13:47:21 -07:00
be1e7ed369 Add a script to help generate the CHANGELOG
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-03-24 13:29:14 -07:00
dab716ba02 test: fix ulimit tests for 2048 fds
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-03-24 20:56:09 +01:00
b46ee82dd9 Merge pull request #3829 from ipfs/fix/windows-hidden-files
fix hidden file detection on windows
2017-03-24 12:50:09 -07:00
8c40bd9194 Filestore: make golint happy
Comments for exported functions and little else.

License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2017-03-24 20:41:24 +01:00
15632bef56 Merge pull request #3823 from ipfs/deps/iptb-1.1.9
update iptb with hopeful fix for travis hanging issue
2017-03-24 12:30:24 -07:00
295dea221f Bump default ulimit to 2048
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-03-24 12:28:40 -07:00
4a86b7b6b9 fix hidden file detection on windows
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-03-24 12:21:43 -07:00
7b2d9adcfa Merge pull request #2648 from ipfs/feat/helptext-test
add test to enforce helptext on commands
2017-03-24 10:57:37 -07:00
6fb727ec04 update iptb with hopeful fix for travis hanging issue
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-03-24 10:30:30 -07:00
43949eff29 test: skip the require all helptext test
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-03-24 18:21:40 +01:00
a11b806d93 Add ProcessHelp call to Helptext test.
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-03-24 18:18:28 +01:00
e7e22597ce add test to enforce helptext on commands
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2017-03-24 18:18:28 +01:00
8eeb693ab3 Merge pull request #3827 from ipfs/golint-1
Make Golint happy in the blocks submodule.
2017-03-24 10:05:31 -07:00
3b6216b239 Make Golint happy in the blocks submodule.
This has required changing the order of some parameters and
adding HashOnRead to the Blockstore interface (which I have in turn
added to all the wrapper implementations).

License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2017-03-24 16:46:42 +01:00
ff997c1f7a Merge pull request #3824 from ipfs/fix/govet/some-error
fix: multiple govet warnings
2017-03-23 20:56:10 -07:00
ac69697bd9 Merge pull request #3042 from ipfs/feat/hamt-sharding
Implement unixfs sharding
2017-03-23 20:51:52 -07:00
65b9716989 fix go vet issues in hamt sharding PR
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-03-23 18:01:57 -07:00
ddbc635425 codeclimate: exclude protobuf generated files
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-03-24 01:37:45 +01:00
6546aeade7 fix: multiple govet warnings
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-03-24 01:02:50 +01:00
c4c665395a add global config switch for sharding
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-03-23 16:42:31 -07:00
1d59331b49 Merge pull request #3820 from ipfs/kevina/filestore-util-fix
filestore util: Use a Marshaler instead of PostRun...
2017-03-23 13:21:52 -07:00
c5bb2e9fc9 Merge pull request #3822 from ipfs/feat/codeclimate
Fix codeclimate
2017-03-23 13:17:25 -07:00
36435a96e1 Fix codeclimate
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-03-23 21:14:09 +01:00
87f8af3577 Merge pull request #3821 from ipfs/feat/codeclimate
misc: try enabling codeclimate
2017-03-23 13:11:50 -07:00
07738025f0 misc: try enabling codeclimate
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-03-23 21:11:23 +01:00
1cf998e800 Merge pull request #3818 from ipfs/fix/dist_get/harder
misc: fix dist_get failing without failing
2017-03-23 10:55:56 -07:00
ffe9f3e566 filestore util: Use a Marshaler instead of PostRun...
and just output directly to Stderr and Stdout instead of returning
a reader.

License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-03-23 13:24:04 -04:00