Commit Graph

7049 Commits

Author SHA1 Message Date
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
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
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
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
Jeromy Johnson
8c521b685a Merge pull request #3693 from ipfs/kevina/pin-tests
Add back removed test.
2017-02-16 09:26:44 -08:00
Kevin Atkinson
6867c87bcf Add back removed test.
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-02-15 17:35:29 -05:00
Jeromy Johnson
c98e20370d Merge pull request #3691 from ipfs/kevina/pin-tests
Add tests for recursively pinning a dag (i.e. large file).
2017-02-15 14:29:19 -08:00
Kevin Atkinson
4b566ede96 Add tests for recursively pinning a dag (i.e. large file).
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-02-15 16:51:40 -05:00
Jeromy Johnson
24a32bf9e8 Merge pull request #3602 from rht/throughput
Add closed PRs, Issues throughput
2017-02-14 14:33:47 -08:00
Jeromy Johnson
a2f27e1ac2 Merge pull request #3598 from Voker57/feat/frugal-enumerate
Pass cids instead of nodes around in EnumerateChildrenAsync
2017-02-14 14:29:32 -08:00
Iaroslav Gridin
6618932545 Re-enable async children enumerating in FetchGraph
License: MIT
Signed-off-by: Iaroslav Gridin <voker57@gmail.com>
2017-02-14 14:09:40 +02:00
Iaroslav Gridin
08f342e8ba Pass cids instead of nodes around in EnumerateChildrenAsync
License: MIT
Signed-off-by: Iaroslav Gridin <voker57@gmail.com>
2017-02-14 14:09:40 +02:00
Jeromy
cb611c8873 allow for sub-object resolution in dag get
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-02-13 19:15:17 -08:00
Jeromy
9d8a4afd75 add partial resolving to resolver code
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2017-02-13 16:25:59 -08:00
Jeromy Johnson
2e116b40eb Merge pull request #3649 from ipfs/deps/update-multihash
update go-multihash and bubble up deps
2017-02-13 10:00:58 -08:00
Jeromy
b4eeff2d84 update go-multihash and bubble up deps
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-02-12 12:25:41 -08:00
Jeromy Johnson
4028e89016 Merge pull request #3640 from ipfs/fix/pinset-obj-explosion
Make pinset sharding deterministic
2017-02-12 12:05:32 -08:00
Jeromy Johnson
ac2d7a001d Merge pull request #3684 from ipfs/misc/pull-in-release
Pull in release to master
2017-02-12 11:27:26 -08:00
Jakub Sztandera
3c1382d4dc
Merge remote-tracking branch 'origin/release' into misc/pull-in-release 2017-02-12 20:20:51 +01:00
Jeromy Johnson
79289b6fce Merge pull request #3683 from ipfs/misc/update-version
misc: increase version number to 0.4.6-dev
2017-02-12 11:20:33 -08:00
Jeromy Johnson
755bf3fea5 Merge pull request #3682 from ipfs/release-br/v0.4.5
Merge go-ipfs v0.4.5 release into release branch
2017-02-12 11:16:43 -08:00
Jakub Sztandera
4c20640a04
misc: increase version number to 0.4.6-dev
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-12 20:08:46 +01:00
Jakub Sztandera
8138536c50 Ipfs release version 0.4.5
-----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEEXOC+rqhs4bQKiCA1h+NN/nLcK2sFAlifnvUACgkQh+NN/nLc
 K2uVHhAAscmiXT8zfKbKY9SRFdKFKArcDKX31DwhKZc2cefiNfFqtkqZylHN7GmJ
 cz1DlsQauip6ihayTEevRE0jFo8BxLluw3N8VoQUI2trMfxjwG4XxjBNnMGIFfwP
 icFyJTPmkDDS7j5e0YY/KDzv2lPfc2QPbP6qNFvFoYSV5bzmCCfOIKN5PIe+miP0
 UQA62eIlh1Pbd5vU3IwrnD4pgTMnC49EtGFREkZecUk4IvY22bdcjkqGSFI2MTjk
 s0BAddmXPoNngm5Q+hCQo4cVrgR2PVNCp8YUFw+6tC2x7DFmHDlkk2sb5u/V2WS7
 niS21i5qC0ySsv/E0MkOj9tYdUno23yS5oewoVnOUZPI7ZhhS+ygq/Sl6DFB6F1a
 Y0SoMJeUY4wKIV8w4lTrz6xBs79eS3p5CYb2h+mXOU2t/5h2u979s172ht8IVt8E
 a3Szac5ENc1JT6JJuEoBSueQEIO413u3Yv0Q7SqppIiHZdponoEhINTCT+HAUj8S
 kLiQFi2v40/mBi1FQivD7WGj91n8Y20b2bZRddhRItp/usGJnFdimTNE2ryklpSz
 zUlJ6GskTuxcwIqoHdSfV6DshXrEvt7mWaapZ55aw9jqXmhWrQxPjpw6NTYhpPWh
 i7eg07g2BnK6gTIYo2OqP9UDVkUBkBE2a/wZ3dGehqF1Pjta/io=
 =NKDX
 -----END PGP SIGNATURE-----
gpgsig -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEEyRnIdIqP/CuNPu76mpr1b4s4eboFAligsZ4ACgkQmpr1b4s4
 ebo1kRAAoczdzPBNfB+U8bgQon80L83ZoEc+SXqMhxIV2aGxTXVgoHQdhnaikq5Y
 gqZkFT7MUyK/uVwCnmQbLvRwMg4H6WY/5m0t2XZ7GtUPIeCTwwQhMyC5LEMgdG5O
 QDpnqCNrMenByf0812Z+EgjXWP3VK0XkZaLdoUeJk7WTuAlM86nXRSowXXNJJx2B
 tS8BiDEqyJOvKXJmCtqBpydyz+HBGv2vi7Osx4VE1KBvciUroWhqwAFPEeaO6YyZ
 VDFbVRx0oE9jqnEnkfZ92JLKlXJ5rojKhqXzdkP0FuCUhS7G6zWQHCqsqmgfKUlV
 6tkbD9iEOUBwJ0XVCmITW4sgr4/c/x9Ja8Qd5cN8JJR2yIXQTyuWIZZ/qKosWmDg
 sfFG4Fggh0IIaVgNQhBSsTMlPsqQlO8OFXUJoXr9yhsLU/FaIyUYNO3JGNSfqfsQ
 0nWe9lyAPScd6vSRGBk+yhgV5GmTQRHHLt1Xsw2t0iRNm130gqemXyoBRKrYkZU2
 JxDWgXEJ6hkUfq4f07OPPy1GAsy9K4kQhcLrHmsctd5+xtY21acNyWXIlOzbJ5Wq
 Kciafkeq9i7IRMVU/0MvBWTbW1I6zSV/+386y+wjKeFHP6PLJW8OzSLNluZKgV4u
 JWcbV+nWeQbkh/Y7tywkiQxD5d2GkJf2kgE7MG3dCc11Ew8iEWE=
 =JVC3
 -----END PGP SIGNATURE-----

Merge tag 'v0.4.5' into release

Ipfs release version 0.4.5
2017-02-12 20:03:55 +01:00
Jeromy Johnson
e8bbc0be31 Merge pull request #3680 from ipfs/feat/makefile/fix-path-in-shell
make: fix PATH escaping
2017-02-12 11:03:24 -08:00
Jakub Sztandera
1d3e039367
make: fix PATH escaping
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-12 10:26:39 +01:00
Jeromy Johnson
37209f36ab Merge pull request #3663 from elopio/patch-1
add the snap installation instructions
2017-02-11 17:41:31 -08:00
Jeromy Johnson
e1619bf302 Merge pull request #3504 from ipfs/feat/makefile/refactor
Makefile rework and sharness test coverage
2017-02-11 17:26:10 -08:00
Jakub Sztandera
f55206d336
make: reimplement commit ref in version
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-12 02:14:48 +01:00