Commit Graph

7084 Commits

Author SHA1 Message Date
Jakub Sztandera
91abcbe5ed
deps: remove vendored fuse lib
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-03-02 02:55:17 +01:00
Jakub Sztandera
9ed4b9e46a
deps: switch to gx based fuse lib
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-03-02 02:55:14 +01:00
Jeromy Johnson
f2ce0c7191 Merge pull request #3694 from ipfs/misc/codecov/requre-two-results
misc: require two coverage reports to create final report
2017-03-01 17:41:37 -08:00
Jeromy Johnson
473f87508a Merge pull request #3618 from Zanadar/test/msfr-test
Tests for mfsr.go
2017-03-01 17:40:59 -08:00
Jeromy Johnson
979ce5602d Merge pull request #3733 from ipfs/deps/remove-autobatch
deps: remove autobatch
2017-03-01 16:51:03 -08:00
Jeromy Johnson
ea8e0f5074 Merge pull request #3692 from mateon1/fix/dist-get
Make bin/dist_get fall back to other downloaders if one fails
2017-03-01 16:50:20 -08:00
Jeromy Johnson
7b27f1f840 Merge pull request #3723 from ipfs/fix/daemon/late-gw
daemon: move gateway start to latter
2017-03-01 16:45:14 -08:00
Jeromy Johnson
dd9584ba28 Merge pull request #3697 from ipfs/feat/pnet2
PNet take 2
2017-03-01 16:43:48 -08:00
Jeromy Johnson
35283cf05e Merge pull request #3722 from ipfs/make/distclean/pristine
make: use git clean in distclean target
2017-03-01 16:42:17 -08:00
Jeromy Johnson
b935cbc199 Merge pull request #3719 from ipfs/feat/makefile/install-unsupported
Add install_unsupported
2017-03-01 16:41:37 -08:00
Jeromy Johnson
da12ce900d Merge pull request #3714 from ipfs/deps/update-iptb
update iptb with 'iptb stop' fix
2017-03-01 16:41:17 -08:00
Jeromy Johnson
34a94c2812 Merge pull request #3671 from ipfs/kevina/pin-add-progress
Report progress during `pin add`
2017-03-01 16:39:10 -08:00
Jeromy Johnson
c8d63ecb66 Merge pull request #3685 from kpcyrd/dockerfile_prepare_cmd
Dockerfile: Deprecate implicit daemon argument
2017-03-01 16:38:37 -08:00
Jeromy Johnson
ed729423ce Merge pull request #3738 from ipfs/version/0.4.6
Ipfs 0.4.6
2017-03-01 13:54:15 -08:00
Jeromy
6213fd89ec Ipfs 0.4.6
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-03-01 13:03:08 -08:00
Jakub Sztandera
f549dd4632
deps: remove autobatch
It isn't use in go-ipfs directly, just in kad-dht

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-28 15:49:48 +01:00
Jakub Sztandera
753066b8cd
daemon: move gateway start to latter
To prevent panic when daemon closes early.

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-24 20:09:43 +01:00
Jakub Sztandera
12d992a6c4
make: use git clean in distclean target
This is the cleanest the repo will get.
If you need to publish it, tar it or anything else like that use
`make distclean`.

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-24 13:39:58 +01:00
Jakub Sztandera
68db94c3eb
misc: simplify readme installation instructions
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-22 22:28:17 +01:00
Jakub Sztandera
4c86543c5b
make: add install_unsupported
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-22 22:28:07 +01:00
Jakub Sztandera
4ce6358bd7
pnet: add warning when we are in PNet and have no peers
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-22 20:04:56 +01:00
Jakub Sztandera
faca4518b3
pnet: integrate PNet
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-22 20:04:56 +01:00
Jakub Sztandera
4eed546e06
deps: update dependencies for PNet
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-22 20:04:43 +01:00
Jeromy Johnson
11a67b8160 Merge pull request #3716 from ipfs/release-0.4.6-rc1
Ipfs 0.4.6, release candidate 1
2017-02-21 11:55:19 -08:00
Jeromy
ac2e6bd3bc Ipfs 0.4.6, release candidate 1
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-02-21 10:45:57 -08:00
Jeromy Johnson
b0c9e7c8df Merge pull request #3713 from ipfs/feat/0.4.6-changelog
Changelog update for ipfs 0.4.6
2017-02-21 10:43:29 -08:00
Jeromy Johnson
a033d9eda8 Merge pull request #3702 from ipfs/feat/update-dist-path
update dists path with 1.2.2 migrations
2017-02-21 10:42:51 -08:00
Jeromy
3a4fbc539e
Changelog update for ipfs 0.4.6
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-02-21 19:40:10 +01:00
Jeromy Johnson
50cd6c6d52 Merge pull request #3715 from ipfs/fix/bin/gx-version
Update gx to version 0.11
2017-02-21 09:58:26 -08:00
Jakub Sztandera
f66f2f079d
Update gx to version 0.11
Previous version 0.10 was built with faulty version of Go 1.7 which has
problems with TCP -> DNS -> UDP timeouts.

This results in many failed calls to `gx install`

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-21 18:21:16 +01:00
Jeromy
9a4407cc71 update iptb with 'iptb stop' fix
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-02-20 22:43:08 -08:00
Jeromy
478551a1fd update dists path with 1.2.2 migrations
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-02-20 22:15:49 -08:00
Jeromy Johnson
2ef1f69859 Merge pull request #3695 from ipfs/deps/update-go-multiplex
update go multiplex dep with half closed streams support
2017-02-20 22:14:00 -08:00
Jeromy Johnson
29c80d76b4 Merge pull request #3698 from ipfs/fix/repo-migration-musl
WIP: fsrepo: fix musl detection for migrations
2017-02-20 20:40:45 -08:00
Jeromy Johnson
82127d5858 Merge pull request #3711 from ipfs/deps/update-flatfs
update flatfs to v1.1.2, directory fd closing fix
2017-02-20 20:04:56 -08:00
Jeromy
dd0df71f26 update go multiplex dep with half closed streams support
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-02-20 13:25:25 -08:00
Jeromy
e9c8036636 update flatfs to v1.1.2, directory fd closing fix
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-02-20 11:55:29 -08:00
Jeromy Johnson
9ff46fbab7 Merge pull request #3708 from ipfs/kevina/block-rm-marshalers
block rm: use Marshalers instead of PostRun to process output
2017-02-20 11:42:43 -08:00
Jeromy Johnson
427ccfc3c4 Merge pull request #3701 from ipfs/debug/iptb-fails
print out all daemon stderr files when iptb stop fails
2017-02-20 11:09:21 -08:00
Kevin Atkinson
4115e2315d block rm: use Marshalers instead of PostRun to process output
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-02-19 21:02:39 -05:00
Jeromy
14daf0a459 print out all daemon stderr files when iptb stop fails
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-02-19 16:25:28 -08:00
Kevin Atkinson
cdd29c24a2 Report progress during 'pin add'.
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-02-17 16:19:42 -05:00
Jeromy Johnson
584c095647 Merge pull request #3705 from ipfs/fix/ci/no-commit-hash
ci: Fix lack of commit hash during the build
2017-02-17 12:46:56 -08:00
Jeromy Johnson
bb35e40bbb Merge pull request #3703 from ipfs/fix/format-in-merkledag
Fix formatting in merkledag.go
2017-02-17 11:53:50 -08:00
Jakub Sztandera
d060d87dd9
ci: Fix lack of commit hash during the build
git repo requires to have objects directory which I have missed.

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-17 13:24:45 +01:00
Jakub Sztandera
67a3a67aa8
Fix formatting in merkledag.go
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-17 08:39:59 +01:00
Jeromy
c817f09b8a
add tests to make sure docker requests correct migrations version
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-02-17 08:37:27 +01:00
Lars Gierth
26770b7ebb
fsrepo: fix musl detection for migrations
The ldd command used for detection doesn't seem to have a
--version flag on Alpine Linux. It would print the expected
output, but instead of stdout, it would print it on stderr.

The musl detection code would only scan stdout for mentions
of "musl", and would thus *not* download the musl version
of the fs-repo-migrations executable.

This manifested in the well-known "fs-repo-migrations: not found"
error, which you get when executing something that was linked
against a different libc than the one present on the system.

License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2017-02-17 08:37:26 +01:00
Jeromy Johnson
765fb0f612 Merge pull request #3523 from ipfs/feat/ipv6-bootstrap
bootstrap: add a few /ip6 nodes
2017-02-16 17:00:37 -08:00
Jeromy Johnson
e5def26b92 Merge pull request #3687 from ipfs/feat/sub-obj-dag-get
Feat/sub obj dag get
2017-02-16 15:51:34 -08:00