Commit Graph

266 Commits

Author SHA1 Message Date
Steven Allen
46d26af0b6 feat(graphsync): mount the graphsync libp2p protocol
This won't fetch files from graphsync but will serve them.

fixes #6830
2020-02-26 09:11:15 -08:00
Steven Allen
aae957a70d
Merge pull request #6887 from ipfs/peerlog-plugin
feat: add peerlog plugin
2020-02-10 14:53:06 -08:00
Steven Allen
58e52f351d feat: make it possible to enable plugins with a build env variable 2020-02-10 13:05:32 -08:00
Steven Allen
943375b33f doc(plugin): document internal plugins 2020-02-10 12:48:25 -08:00
Steven Allen
bd8917facf doc(config): cleanup
Trying to make this a bit more consistent and structured.

* Fix wrapping.
* Use headings for all config values.
2020-01-30 22:14:21 -08:00
Steven Allen
e18e4f98d8 doc(release): add Charity Engine to the early testers programme 2020-01-29 12:15:20 -08:00
Steven Allen
57727c25c3 doc(release): document how RCs should be communicated 2020-01-22 08:17:12 -08:00
Steven Allen
864485b234 doc(release): move WebUI from manual tests to automated tests section
We no longer need to manually test the webui on release.
2020-01-17 18:17:16 -08:00
Oli Evans
0eba53bd98
docs: define Gateway.PathPrefixes
adds docs for Gateway.PathPrefixes. Taken from great commit notes by @lgierth (thank you!) 09937f84b6
2020-01-15 14:32:05 +00:00
Steven Allen
15c35a5a95 doc: update documentation for /ipfs -> /p2p multiaddr switch
See: https://github.com/libp2p/libp2p/issues/79
2019-12-14 19:39:59 +01:00
Henrique Dias
698084a88c
Update README.md 2019-12-11 18:03:30 +01:00
Henrique Dias
3d976342dc
Update README.md 2019-12-11 17:54:57 +01:00
Henrique Dias
5a979c6ecd
Update main.go 2019-12-11 17:54:27 +01:00
Henrique Dias
9a9660e04a
Create README.md 2019-12-11 17:53:59 +01:00
Henrique Dias
b370cb13bc
Update README.md 2019-12-11 17:26:52 +01:00
Henrique Dias
a596c970c9
Update main.go 2019-12-11 17:25:46 +01:00
Steven Allen
22a15259e7 fix(example): cancel context 2019-12-05 13:26:46 -05:00
Adin Schmahmann
1283f76aaa gofmt: go-ipfs-as-a-library 2019-12-05 13:18:38 -05:00
Steven Allen
e6968c9f22 doc(gateway): document dnslink 2019-11-15 16:53:25 -08:00
David Dias
79d5cede21
docs: remove extra ) on the example README 2019-10-29 09:16:46 +01:00
David Dias
1bc15a4b42
docs: Tutorial - Using go-ipfs as a Library 2019-10-29 09:12:17 +01:00
Oli Evans
134cb5ef9c
docs: add connmgr to config.md toc 2019-10-11 15:26:53 +01:00
Steven Allen
be87862614
Merge pull request #6678 from ipfs/feat/api-over-unix
daemon: support unix domain sockets for the API/gateway
2019-10-01 11:31:45 -07:00
David Dias
04b1bda140
docs: link remaining docs available, guide people to the right locations 2019-10-01 17:23:47 +03:00
Steven Allen
460c2119e4 daemon: support unix domain sockets for the API/gateway
All the work was client-side. Unix domain socket multiaddrs already worked
server-side.

fixes #4218
2019-09-30 17:21:28 -07:00
Steven Allen
76db2a0b31 doc(config): improve DisableNatPortMap documentation 2019-09-20 16:36:15 -07:00
Henrique Dias
ec2383f721
docs: add multiple gateway and api addrs 2019-09-06 13:16:54 +01:00
Steven Allen
8f73cafced
doc: fix typo in the release issue template.
Co-Authored-By: Alan Shaw <alan.shaw@protocol.ai>
2019-09-04 13:41:59 -07:00
Steven Allen
d36e1c8357 doc: add post-release checklist 2019-09-04 12:46:02 -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
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
d600378094 doc: expand and cleanup badger documentation 2019-08-28 13:43:39 -07:00
MollyM
1452fbf756
add graphic 2019-08-13 17:56:27 -07:00
Steven Allen
14b3aa7693 doc: update the release template 2019-08-07 08:57:37 -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
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
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
99f0436c9b doc: align the early testers program description with its goal 2019-07-17 13:27:19 -07:00
Lorenzo Setale
ba31523f98
Update EARLY_TESTERS.md 2019-07-16 09:54:13 +02:00
Steven Allen
6911fc39e7 doc: link to projects in release issue template 2019-07-12 14:13:38 -07:00