Steven Allen
cfcd876b2f
Merge pull request #7265 from RubenKelevra/feat/longer_systemd_timeouts
...
systemd: add helptext
2020-05-08 13:30:47 -07:00
Steven Allen
e6c43a6360
Merge pull request #7287 from RubenKelevra/feat/systemd-service-add-documentation-link
...
systemd: add the link to the docs
2020-05-08 13:29:55 -07:00
Steven Allen
dabd95de9d
Merge pull request #7288 from RubenKelevra/feat/systemd-create-state-directory
...
systemd: add state directory setting
2020-05-08 13:29:29 -07:00
Steven Allen
ae92fdcabb
Merge pull request #7289 from bmwiedemann/readme
...
Update go version required to build
2020-05-08 13:26:55 -07:00
Bernhard M. Wiedemann
0c88bcbfd5
Update go version required to build
...
based on mk/golang.mk
2020-05-08 06:11:12 +02:00
@RubenKelevra
d66004d6db
systemd: add state directory setting
...
this will inform systemd where the service stores it's persistent data and where it needs write access.
Systemd will create the folder and set the right owner rights.
2020-05-07 23:18:50 +02:00
@RubenKelevra
18c9ad012a
systemd: add the link to the docs
2020-05-07 23:13:08 +02:00
Steven Allen
3339ce3b0e
Merge pull request #6774 from MichaelMure/pincoreapi
...
pin: implement pin/ls with only CoreApi
2020-05-05 18:49:19 -07:00
Steven Allen
ba00e063d8
Merge pull request #7278 from marten-seemann/update-quic
...
update go-libp2p-quic-transport to v0.3.7
2020-05-05 18:42:26 -07:00
Marten Seemann
6e9a97e3a9
update go-libp2p-quic-transport to v0.3.7
2020-05-06 08:20:23 +07:00
Steven Allen
67966f5f61
Merge pull request #7277 from pataquets/patch-2
...
Docs: Delete section headers for removed features
2020-05-05 14:47:31 -07:00
Alfonso Montero
ec63880545
Delete section headers for removed features
2020-05-05 23:40:34 +02:00
Steven Allen
bb05bf2a21
Merge pull request #7275 from ipfs/chore-update-dirindexhtml
...
Chore: update dir-index-html to v1.0.5
2020-05-05 11:14:50 -07:00
Jessica Schilling
7e769f4f81
add go mod tidy to readme directions
2020-05-05 12:00:54 -06:00
Jessica Schilling
ef4ef3445d
go mod tidy
2020-05-05 11:53:57 -06:00
Jessica Schilling
5e88b01e0f
go generate .
2020-05-05 11:36:32 -06:00
Jessica Schilling
c44af56576
chore: update dir-index-html to v1.0.5
2020-05-05 11:32:23 -06:00
Michael Muré
6388f5a1c2
pin: honor the context more accurately
2020-05-05 14:19:38 +02:00
Michael Muré
6ef190f5a6
pin: implement pin/ls with only CoreApi
2020-05-04 18:02:50 -07:00
Steven Allen
0189e42bcb
Merge pull request #7061 from RubenKelevra/patch-1
...
README.md: typo
2020-05-04 17:53:52 -07:00
Steven Allen
538bff085a
Merge pull request #7270 from ipfs/fix/pr-autocomment-first-time
...
PR autocomment: Only comment for first-time contributors
2020-05-04 17:00:41 -07:00
Hector Sanjuan
9c7cdac16c
PR autocomment: Only comment for first-time contributors
2020-05-04 10:55:49 +02:00
Steven Allen
591c541345
Merge pull request #7258 from ipfs/dependabot/go_modules/github.com/ipfs/go-ipfs-cmds-0.2.9
...
chore(deps): bump github.com/ipfs/go-ipfs-cmds from 0.2.2 to 0.2.9
2020-05-03 21:38:15 -07:00
Steven Allen
27536d6f82
Merge pull request #7267 from corbinpage/patch-1
...
Fixed typo in config.md
2020-05-03 21:37:20 -07:00
Steven Allen
01e27f9065
Merge pull request #7262 from gowthamgts/fix/http/content-type
...
Fixes #7252 - Uses gabriel-vasile/mimetype to support additional content types
2020-05-03 21:32:58 -07:00
Corbin Page
19426b9ca2
Update config.md
2020-05-02 17:23:56 -04:00
Gowtham G
c548782e1a
Merge remote-tracking branch 'upstream/master' into fix/http/content-type
2020-05-02 14:22:09 +05:30
Gowtham G
e93f2002f5
optimize import order
2020-05-02 14:19:01 +05:30
dependabot-preview[bot]
c0f500314a
chore(deps): bump github.com/ipfs/go-ipfs-cmds from 0.2.2 to 0.2.9
...
Bumps [github.com/ipfs/go-ipfs-cmds](https://github.com/ipfs/go-ipfs-cmds ) from 0.2.2 to 0.2.9.
- [Release notes](https://github.com/ipfs/go-ipfs-cmds/releases )
- [Commits](https://github.com/ipfs/go-ipfs-cmds/compare/v0.2.2...v0.2.9 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-02 04:09:03 +00:00
Steven Allen
6c1bf891d9
Merge pull request #7266 from marten-seemann/update-quic
...
update go-libp2p-quic-transport to v0.3.6
2020-05-01 20:59:37 -07:00
Marten Seemann
9971ddebdf
update go-libp2p-quic-transport to v0.3.6
2020-05-02 10:10:28 +07:00
Gowtham G
214d29ebf8
#7252 - print error message
2020-05-01 22:37:20 +05:30
Gowtham G
9201b1dde6
#7252 - read content directly instead of sending 512bytes
2020-05-01 20:29:32 +05:30
@RubenKelevra
06abad73e6
systemd: add helptext to the service file which explains how to make changes
2020-05-01 15:17:52 +02:00
Gowtham G
2e87ac88a3
Fixes #7252 - Uses gabriel-vasile/mimetype to support additional content types
2020-05-01 12:19:36 +05:30
Steven Allen
826826c911
Merge pull request #7261 from cachance7/master
...
Updates bash completions to be compatible with zsh
2020-04-30 14:44:40 -07:00
Steven Allen
96169adf46
Merge pull request #7259 from RubenKelevra/feat/systemd-service-enhancements
...
systemd service enhancements + run as system user
2020-04-30 14:43:55 -07:00
Steven Allen
b923f1c298
Merge pull request #7130 from RubenKelevra/go_upgrade
...
upgrade to go 1.14.2
2020-04-30 14:25:38 -07:00
@RubenKelevra
dfb52fb3e2
systemd.service: enable restart on crash and run as system user 'ipfs'
...
add some optional paramters with short help texts
add sysuser.conf
2020-04-30 22:00:30 +02:00
RubenKelevra
a048008c5b
fix typo in command texts
2020-04-30 20:36:00 +02:00
@RubenKelevra
24e5f95dc4
typo
2020-04-30 20:35:46 +02:00
Casey Chance
4d97e3746a
Uses builtin check rather than env var
2020-04-30 10:49:36 -07:00
Casey Chance
a6e84f9047
Updates bash completions to be compatible with zsh
...
The `compopt` bash builtin is not supported by zsh's bash compatibility
features. By checking for zsh presence and using `complete` instead,
this script becomes suitable for use with both bash and zsh.
2020-04-30 10:11:15 -07:00
@RubenKelevra
f61e2832a1
upgrade to go 1.14.2
2020-04-30 14:59:22 +02:00
Steven Allen
f006fc1647
Merge pull request #7237 from ipfs/dependabot/go_modules/github.com/prometheus/client_golang-1.6.0
...
chore(deps): bump github.com/prometheus/client_golang from 1.5.1 to 1.6.0
2020-04-29 16:31:21 -07:00
Steven Allen
d757450275
Merge pull request #7146 from lthibault/lthibault
...
Add module files for go-ipfs-as-a-library example
2020-04-29 16:27:26 -07:00
Louis Thibault
5f9c469b17
Upgrade to IPFS v0.5.0
2020-04-30 00:14:30 +01:00
Louis Thibault
a13311922f
Add module files for go-ipfs-as-a-library example
2020-04-29 23:59:27 +01:00
dependabot-preview[bot]
031346fb75
chore(deps): bump github.com/prometheus/client_golang
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.5.1...v1.6.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-29 22:59:14 +00:00
Steven Allen
ffe35df855
Merge pull request #7219 from ipfs/fix/listing-header
...
feat(gateway): show the absolute path and CID every time
2020-04-29 15:52:31 -07:00