Commit Graph

10714 Commits

Author SHA1 Message Date
Steven Allen
4e0d26066d
Merge pull request #6566 from hacdias/patch-1
feat: web ui 2.5.0
2019-08-13 07:54:42 -07:00
Henrique Dias
b0f496e79f
feat: web ui 2.5.0 2019-08-13 15:20:13 +01:00
Steven Allen
7066042012
Merge pull request #6554 from Caian/feat/docker-swarm-key-vars
Add swarm key variables to container daemon
2019-08-07 16:51:08 -07:00
Steven Allen
613917492c
Merge pull request #6561 from ipfs/doc/update-release-template
doc: update the release template
2019-08-07 09:05:32 -07:00
Steven Allen
14b3aa7693 doc: update the release template 2019-08-07 08:57:37 -07:00
Steven Allen
572f7a0403
Merge pull request #6558 from ipfs/dep/update-connmgr
dep: update connmgr
2019-08-06 19:27:44 -07:00
Steven Allen
ad770a381c
Merge pull request #6559 from ipfs/chore/after-release
merge changelog and bump version
2019-08-06 19:08:21 -07:00
Steven Allen
65d8b03d24 bump version to 0.5.0-dev 2019-08-06 16:55:00 -07:00
Steven Allen
0b6a48f3c9 CHANGELOG: update release date 2019-08-06 16:53:24 -07:00
Steven Allen
13204d13a6 changelog: improve 0.4.22 release notes 2019-08-06 16:53:09 -07:00
Steven Allen
9af3ec7e1e changelog: fix name 2019-08-06 16:53:05 -07:00
Steven Allen
eb21c0ca5d changelog: add contributors to the patch release 2019-08-06 16:52:56 -07:00
Steven Allen
946f4f2b06 release: update changelog 2019-08-06 16:52:45 -07:00
Steven Allen
75d69286d0 dep: update connmgr 2019-08-06 16:41:45 -07:00
Steven Allen
1e7fe0d6fc
Merge pull request #6551 from ipfs/fix/gnumake
require GNU make
2019-08-05 16:48:21 -07:00
Steven Allen
7ce122ba7e
Merge pull request #6553 from ipfs/doc/improve-release-process
tweak the release process
2019-08-05 05:22:06 -07:00
Steven Allen
d6abfb8016
doc: include stage 0 in patch release process.
Co-Authored-By: Alan Shaw <alan.shaw@protocol.ai>
2019-08-05 05:21:56 -07:00
Steven Allen
5f652ca988
Merge pull request #6448 from mcdee/ethlink
Allow resolution of .eth names via .eth.link
2019-08-04 21:39:24 -07:00
Caian
31d35d8d11 Add swarm key initialization to README.md
License: MIT
Signed-off-by: Caian Benedicto <caianbene@gmail.com>
2019-08-03 08:19:32 -03:00
Steven Allen
8f8a3857cc doc: make uploading to github a part of the pre-release process 2019-08-02 13:11:05 -07:00
Steven Allen
3f91ee522f doc: add release tag 2019-08-02 13:10:49 -07:00
Steven Allen
1ec8abeb59 doc: improve patch release documentation 2019-08-02 12:56:43 -07:00
Caian
427205c1b6 Add swarm key variables to container daemon
License: MIT
Signed-off-by: Caian Benedicto <caianbene@gmail.com>
2019-08-02 16:28:12 -03:00
Steven Allen
87bda982f1
doc: fixup some release process wording
Co-Authored-By: MollyM <momack2@users.noreply.github.com>
2019-08-02 11:47:21 -07:00
Steven Allen
051d7d839d doc: add release cycle & patch release process 2019-08-02 10:59:26 -07:00
Steven Allen
d433d7c9ac feat: add stage 0
We do automated testing before we test on infra, etc. Make that explicit.
2019-08-02 10:47:40 -07:00
Steven Allen
e45abef49f feat: add default makefile to call gnumake
* gmake will prefer GNUmakefile over Makefile.
* Other make implementations will read Makefile and then call gmake.
2019-08-01 12:53:00 -07:00
Steven Allen
1de768fb8f fix: require gmake
IPFS doesn't build correctly under non-GNU make implementations.
2019-08-01 12:18:56 -07:00
Steven Allen
cd3fcb9b88
Merge pull request #6550 from ipfs/fix/bitswap-leak
dep: update go-bitswap to fix a memory leak
2019-08-01 12:10:15 -07:00
Steven Allen
4b1b8d1b11 dep: update go-bitswap to fix a memory leak 2019-08-01 12:02:35 -07:00
Steven Allen
fa9d7897bb
Merge pull request #6543 from ipfs/fix/6513
README: update minimum system requirements and recommend OpenSSL
2019-07-29 16:27:40 -07:00
Steven Allen
73cf7ee823 README: update minimum system requirements and recommend OpenSSL
fixes #6513
2019-07-29 16:23:37 -07:00
Steven Allen
641d9f6b09
Merge pull request #6539 from ipfs/fix/writable-gateway
fix and improve the writable gateway
2019-07-26 19:03:37 -07:00
Steven Allen
1fdff60ceb
Merge pull request #6541 from ipfs/fix/external-command-install
feat: add install instructions for external commands
2019-07-26 13:12:04 -07:00
Steven Allen
c312cfff27 feat: add install instructions for external commands
Issue reported on IRC.
2019-07-26 12:37:33 -07:00
Steven Allen
50a1113b92 sharness: make sure putting to IPNS fails 2019-07-25 22:47:57 -07:00
Steven Allen
e282aa1480 sharness: make sure the writable gateway produces the correct hash 2019-07-25 19:55:46 -07:00
Steven Allen
2c222741d1 fix: update for merkledag API changes 2019-07-25 19:26:06 -07:00
Steven Allen
521a29956b fix and improve the writable gateway
1. Fix handling of PUT. The simple implementation was the correct
   implementation, I have no idea what was going on here.
2. Use MFS everywhere to reduce code duplication and add support for sharded
   directories.
3. _Correctly_ block IPNS.
4. Remove the dependency on `core.IpfsNode`.
5. Remove support for putting empty directories with a well-known CID. It was
   useless as directories are automatically created.
2019-07-25 19:22:56 -07:00
Steven Allen
8417818af1
Merge pull request #6505 from ipfs/fix/slightly-faster-gc
fix: slightly faster gc
2019-07-24 17:36:43 -07:00
Steven Allen
41f301a3fd fix: parallel walk in gc & pin ls 2019-07-22 16:43:58 -07:00
Steven Allen
876d5ba172
Merge pull request #6535 from ipfs/fix/5334
fix {net,open}bsd build by disabling fuse on openbsd
2019-07-22 16:36:02 -07:00
Steven Allen
90c656dc59 fix netbsd build 2019-07-22 16:27:36 -07:00
Steven Allen
94bbc1ca7c fix openbsd build by disabling fuse on openbsd
fixes #5334
2019-07-22 15:58:16 -07:00
Steven Allen
30d4e96a0f
Merge pull request #6536 from ipfs/fix/make-handle-whitespace-paths
mk: handle stripping paths when GOPATH contains whitespace
2019-07-22 15:51:07 -07:00
Dominic Della Valle
b69365e408 mk: handle stripping paths when GOPATH contains whitespace 2019-07-22 18:32:28 -04:00
Steven Allen
ad8dbe413b
Merge pull request #6533 from ipfs/fix/interop
ci: only run node interop tests
2019-07-19 17:40:16 -07:00
Steven Allen
42d063dd25 ci: only run node interop tests 2019-07-19 14:33:27 -07:00
Steven Allen
55afc478ec
Merge pull request #6512 from ipfs/fix/default-gossipsub
make gossipsub the default routing protocol for pubsub
2019-07-18 01:04:58 -07:00
Steven Allen
7440737202
Merge pull request #6529 from ipfs/fix/correct-early-testers-description
doc: align the early testers program description with its goal
2019-07-18 00:35:00 -07:00