Commit Graph

10783 Commits

Author SHA1 Message Date
Steven Allen
5b44f480c8
Merge pull request #6620 from ipfs/docs/release-ship-date-and-next-release-issue
docs: add ship date and next release issue opening time
2019-09-04 12:41:53 -07:00
Steven Allen
abff088ba0
Merge pull request #6624 from ipfs/bug/docker-libdl-version
docker: libdl dependency
2019-09-04 12:33:14 -07:00
George Masgras
8f24a12259 copy symlinked libdl.so.2 instead of specific version 2019-09-04 11:32:31 -07:00
Alan Shaw
5c2cdd5ed4
docs: add ship date and next release issue opening time
Adds estimated shipping date (can be fuzzy) to the release issue template and clarifies the time before which the next release issue should be opened. This communicates expectations for when the new release is due and will help with planning of included features. The community could even suggest inclusions.
2019-09-04 09:48:46 +01:00
Steven Allen
3c04d74238
Merge pull request #6616 from ipfs/docs/release-doc-improvements
docs: improvements to the release doc
2019-09-03 15:57:35 -07:00
Steven Allen
d5977fc475
Merge pull request #6613 from ipfs/feat/plugin-config
plugins: add support for plugin configs
2019-08-30 18:49:15 -07:00
Alan Shaw
b71f202803
fix stage 3 link 2019-08-30 10:34:45 +01:00
Alan Shaw
878838adbd
fix: more dashes 2019-08-30 10:31:06 +01:00
Alan Shaw
d0983b7641
docs: improvements to the release doc
* Adds missing items to ToC
* Adds sub-level items to ToC (there's not many, lets allow people to more easily skip to a section)
* Moves release process illustration to the top of the release flow section - it's an overview, it should be at the start not the end
* Fix a typo
* Removes braces in "Goal(s):" where there is clearly more than one
2019-08-30 10:29:01 +01:00
Steven Allen
150b6dd1bd plugins: add support for plugin configs
For now, configs specified in `daemon --init-config` and `init CONFIG` are not
available. We should fix this eventually but isn't necessary for now (and
supporting this will be annoying).
2019-08-29 17:17:23 -07:00
Steven Allen
d778b84ff1
Merge pull request #6615 from jessicaschilling/patch-1
Update README.md
2019-08-29 15:57:59 -07:00
Jessica Schilling
e7c11f46fa
Update README.md
Removed OpenBSD line per discussion started with https://github.com/ipfs/docs/issues/254#issuecomment-526372366
2019-08-29 16:55:10 -06:00
Steven Allen
2bf56b7b6a
Merge pull request #6614 from ipfs/doc/remove-gmake-instructions
doc: remove gmake instructions
2019-08-29 15:00:38 -07:00
Steven Allen
fa69c92450 doc: remove gmake instructions
This should now "just work". Calling `make` on non-linux platforms will invoke
`gmake` automatically and we now disable fuse on *bsd platforms.
2019-08-29 14:59:34 -07:00
Steven Allen
d2a1ce3c5c
Merge pull request #6489 from djdv/feat/init-with-config-file
feat: add ability to use existing config during init
2019-08-28 16:19:36 -07:00
Dominic Della Valle
e7e7000611 add init config tests 2019-08-28 19:00:38 -04:00
Steven Allen
5695b474a7
Merge pull request #6611 from ipfs/doc/fixup-badger
doc: expand and cleanup badger documentation
2019-08-28 14:16:32 -07:00
Steven Allen
ad4f02cb91
Merge pull request #6576 from ipfs/feat/easier-preload
feat: improve plugin preload logic
2019-08-28 13:46:25 -07:00
Steven Allen
d600378094 doc: expand and cleanup badger documentation 2019-08-28 13:43:39 -07:00
Steven Allen
f455c8bac2
Merge pull request #6609 from ipfs/fix/6022
version: don't print 'VERSION-' if no commit is specified
2019-08-28 09:43:49 -07:00
Steven Allen
f6f8d68574 version: don't print 'VERSION-' if no commit is specified
fixes #6022
2019-08-28 00:06:46 -07:00
Steven Allen
32d54a0afb
Merge pull request #6608 from ipfs/feat/update-bitswap
dep: update bitswap
2019-08-27 19:53:18 -07:00
Steven Allen
c8dbdc861f dep: update bitswap
fixes a bunch of lock contention.
2019-08-27 18:51:19 -07:00
Steven Allen
27c0de7f7c
Merge pull request #6597 from ipfs/dep/update-swarm
dep: update deps
2019-08-26 10:52:08 -07:00
Dominic Della Valle
995e674cfb feat: add ability to use existing config during init 2019-08-25 21:15:17 -04:00
Steven Allen
a330a3835f dep: update bbloom
Fixes some unsafe uses of the "unsafe" package.
2019-08-23 18:48:00 -07:00
Steven Allen
fe9ac603a7 dep: update mdns
fixes a long-standing race condition
2019-08-23 18:46:50 -07:00
Steven Allen
ee98540e00 blockstore: fix force behavior 2019-08-23 18:26:23 -07:00
Steven Allen
0c8ae4d250 dep: update datastore and swarm
* Swarm: fixes data race.
* Datastore: make delete idempotent.
2019-08-23 18:26:21 -07:00
Steven Allen
e7239fe109
Merge pull request #6555 from ipfs/feat/update-libp2p
Update go-libp2p, fix tests with weak RSA keys
2019-08-23 17:22:25 -07:00
Steven Allen
ce964404a2 test: handle murmur3 rename 2019-08-23 17:07:53 -07:00
Steven Allen
403b322914 test: handle id -> identity rename
"identity" is the official name
2019-08-23 17:02:23 -07:00
Steven Allen
590ff37310 dep: update core interfaces 2019-08-23 17:02:23 -07:00
Steven Allen
17533b4378 sharness: disable broken test
We can no longer test this with bad keys. Unfortunately, good keys will likely
contain a newline and we have no way to send such keys to the server due to how
API requests are formatted.
2019-08-23 17:02:19 -07:00
Steven Allen
a2a70d2cc0 use 2048 keys everywhere else 2019-08-23 14:36:42 -07:00
Steven Allen
0871fa3779 chore: fix import grouping 2019-08-23 14:27:59 -07:00
Cole Brown
f5ea1af519 Use 2048 bit RSA keys in sharness and bench 2019-08-23 14:26:20 -07:00
Cole Brown
1bcf51e02d Update go-libp2p, fix tests with weak RSA keys 2019-08-23 14:26:20 -07:00
Steven Allen
76b001505e
Merge pull request #6605 from ipfs/dep/update-bloom
dep: update blockstore + bbloom
2019-08-23 11:57:16 -07:00
Steven Allen
19db7c8a33 dep: update blockstore + bbloom
Fixes several unsafety issues. Works towards #4485.
2019-08-23 11:35:43 -07:00
Steven Allen
2290dd0218
Merge pull request #6604 from ipfs/fix/6603
build: fix build on go 1.13
2019-08-22 14:49:08 -07:00
Steven Allen
45d6d9dcce build: fix build on go 1.13
fixes #6603
2019-08-22 10:01:54 -07:00
Steven Allen
4a87fea33b
Merge pull request #6601 from ipfs/fix/6595
cmds/refs: fix ipfs refs for sharded directories
2019-08-21 19:19:42 -07:00
Steven Allen
4f6069f218 cmds/refs: fix ipfs refs for sharded directories
fixes #6596
2019-08-21 18:25:46 -07:00
Steven Allen
d61269f41a
Merge pull request #6592 from ipfs/fix/6590
switch from ARC cache to a 2Q cache
2019-08-20 15:16:16 -07:00
Steven Allen
055803d35f switch from ARC cache to a 2Q cache
fixes #6590 (potential non-OSS patent issue)
2019-08-20 13:46:41 -07:00
Steven Allen
22532e2607
Merge pull request #6583 from ipfs/fix/spammy-mock
fix: spammy mock when testing
2019-08-19 07:55:59 -07:00
Steven Allen
ef985d24db
Merge pull request #6582 from ipfs/fix/docker
docker: update the docker image
2019-08-19 07:55:44 -07:00
Steven Allen
35886639b5 fix: spammy mock when testing 2019-08-16 15:06:48 -07:00
Steven Allen
c8c104a17f docker: update the docker image
* Explicitly switch to buster.
* Explicitly set the golang version (and use the latest patch release).
* Explicitly set the busybox version.
* Update the maintainer
2019-08-16 13:26:37 -07:00