Commit Graph

11097 Commits

Author SHA1 Message Date
Steven Allen
5537308734
Merge pull request #6510 from hikerpig/master
readme: fix scoop bucket command error
2019-07-14 18:07:11 -07:00
hikerpig
26bfabf257 readme: fix scoop bucket command error 2019-07-14 15:22:34 +08:00
Steven Allen
5ec98e1401
Merge pull request #6507 from ipfs/doc/link-to-projects
doc: link to projects in release issue template
2019-07-12 14:14:17 -07:00
Steven Allen
6911fc39e7 doc: link to projects in release issue template 2019-07-12 14:13:38 -07:00
Steven Allen
971ced466b
Merge pull request #6482 from ipfs/release-flow
Revamp go-ipfs Release Flow
2019-07-12 12:03:45 -07:00
Steven Allen
206b0397c0 doc: flesh out early testers program 2019-07-12 11:11:29 -07:00
Steven Allen
6b5d521e00 doc: add dist.ipfs.io instructions to the release checklist 2019-07-12 10:43:26 -07:00
Steven Allen
5aa32dbdb4 doc: add github release to the release checklist 2019-07-12 10:43:20 -07:00
Dominic Della Valle
c4fa1ba0c3
Update RELEASE_ISSUE_TEMPLATE.md
Reform release distribution checklist + add chocolatey package
2019-07-12 13:32:14 -04:00
Steven Allen
16de302a31 doc: update checklist with more precise instructions 2019-07-12 09:24:15 -07:00
Steven Allen
7a3bfde744 docs(RELEASE_ISSUE_TEMPLATE): link all the things 2019-07-12 09:24:15 -07:00
Steven Allen
e979f6e85b doc: define non-trivial 2019-07-12 09:24:15 -07:00
David Dias
a92d07f853
Update docs/releases.md 2019-07-12 16:59:36 +01:00
David Dias
15fcea2610
Update docs/releases.md 2019-07-12 16:52:21 +01:00
Steven Allen
28c9c3aada
Merge pull request #6503 from andrew/issue-templates
Fix automatic labels in issue templates
2019-07-12 08:49:50 -07:00
Steven Allen
6895d8cb19
docs: grammar 2019-07-12 08:47:14 -07:00
Steven Allen
31f28a0b0a docs: visually separate per-stage checklist from overall checklist 2019-07-12 08:37:44 -07:00
Steven Allen
84bc542e3f
Merge pull request #6504 from ipfs/test/pin-ls-stream
sharness: test pin ls stream
2019-07-12 08:36:15 -07:00
David Dias
4f846ce4a6
Update docs/RELEASE_ISSUE_TEMPLATE.md 2019-07-12 16:35:51 +01:00
David Dias
ac89a1fe95
Update docs/RELEASE_ISSUE_TEMPLATE.md 2019-07-12 16:35:44 +01:00
David Dias
fa7c3a860f
Update docs/RELEASE_ISSUE_TEMPLATE.md 2019-07-12 16:35:38 +01:00
David Dias
dec2ef9e73
Update docs/RELEASE_ISSUE_TEMPLATE.md 2019-07-12 16:35:32 +01:00
David Dias
b31cbb0e4a
Update docs/RELEASE_ISSUE_TEMPLATE.md 2019-07-12 16:30:05 +01:00
David Dias
4fb38a77dd
Merge pull request #6500 from ipfs/release-flow-steb2
releases: switch to a soft release model
2019-07-12 16:28:14 +01:00
David Dias
63f6699037
Update RELEASE_ISSUE_TEMPLATE.md 2019-07-12 16:26:09 +01:00
David Dias
a32d5e9734
Update releases.md 2019-07-12 16:25:56 +01:00
David Dias
72b9c4a355
Update and rename RELEASE_TEMPLATE.md to RELEASE_ISSUE_TEMPLATE.md 2019-07-12 16:22:02 +01:00
Steven Allen
dc56b52734
Merge pull request #6501 from ipfs/docs/pin/update
Improve pin/update description
2019-07-12 08:11:37 -07:00
Steven Allen
2b2e570c20 sharness: test pin ls stream 2019-07-12 08:06:02 -07:00
Steven Allen
20e64aeb34
Merge pull request #6493 from MichaelMure/streamed-pin-ls
pin cmd: stream recursive pins
2019-07-12 07:55:23 -07:00
Andrew Nesbitt
9b5fe58291 Fix automatic labels in issue templates
Label list should be a comma seperated string instead of a yaml array
2019-07-12 15:22:22 +01:00
Hector Sanjuan
146d9d2ac5 Improve pin/update description
I was unable to actually understand what pin update does from the existing
description.

License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2019-07-12 13:03:27 +02:00
Steven Allen
9bb15f232f releases: switch to a soft release model
And other nits.
2019-07-11 21:33:24 -07:00
Steven Allen
cd2611db37
Merge pull request #6459 from ipfs/doc/addrFilters
Document the AddrFilters option
2019-07-11 19:05:09 -07:00
Steven Allen
72122a5dbf doc: correct the address filter documentation 2019-07-11 19:04:45 -07:00
Hector Sanjuan
010336c89f Document the AddrFilters option
Shouldn't have to scan through an old issue to figure out what is happening
and why this is super important.
2019-07-11 18:56:32 -07:00
Steven Allen
39bb640c35
Merge pull request #6474 from ipfs/feat/builtin-plugin
feat: make it easier to load custom plugins
2019-07-11 18:55:13 -07:00
Michael Muré
16b4d74d3b
pin cmd: fix incorect pin type for indirect pins 2019-07-11 18:19:19 +02:00
Michael Muré
9b21269e03
pin cmd: output the recursive pins first for performance 2019-07-11 14:33:34 +02:00
Michael Muré
4ec37b6f7b
pin cmd: document pin ls output types 2019-07-11 14:05:05 +02:00
Michael Muré
58ea970135
pin cmd: better struct naming 2019-07-11 13:59:09 +02:00
Michael Muré
dd06956d30
pin cmd: proper CID encoding and backward compat 2019-07-11 13:51:54 +02:00
Michael Muré
bb60184526 pin cmd: stream recursive pins
Add a --stream flag to stream the results instead of
accumulating the final result in memory.

This is a rework of https://github.com/ipfs/go-ipfs/pull/5005
2019-07-10 19:04:00 +02:00
Steven Allen
0e91754673
Merge pull request #6490 from ipfs/ci/test-clients
ci: test the http clients
2019-07-09 21:12:03 -07:00
Steven Allen
e32a41392d ci: improve caching 2019-07-09 21:05:32 -07:00
Steven Allen
1791f6866b ci: test the http clients 2019-07-09 20:49:35 -07:00
Steven Allen
93de78883a
Merge pull request #6488 from ipfs/fix/dnsaddr-panic
dep: update go-multiaddr-dns
2019-07-09 17:31:34 -07:00
Steven Allen
4f6d6e11fe dep: update go-multiaddr-dns
fixes #6485
2019-07-09 15:21:54 -07:00
Steven Allen
b786abea95 docs: remove early testers from docs/releases.md so it doesn't get out of date 2019-07-08 15:05:42 -07:00
Steven Allen
23df11821b add more testers to EARLY_TESTERS along with contact info 2019-07-08 15:05:21 -07:00