Michael Muré
6ef190f5a6
pin: implement pin/ls with only CoreApi
2020-05-04 18:02:50 -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
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
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
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
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
Steven Allen
4847083a61
Merge pull request #7236 from ipfs/dependabot/go_modules/go.uber.org/zap-1.15.0
...
chore(deps): bump go.uber.org/zap from 1.14.1 to 1.15.0
2020-04-29 15:52:20 -07:00
Steven Allen
de6f783f77
Merge pull request #7256 from ipfs/fix/7244
...
fix: do not use hard coded IPNS Publish maximum timeout duration
2020-04-29 15:47:51 -07:00
Steven Allen
54a0da53bf
Merge pull request #7248 from ipfs/feat/pr-autocomment
...
Auto-comment on submitted PRs
2020-04-29 15:26:45 -07:00
Adin Schmahmann
52344abd31
fix: do not use hard coded IPNS Publish maximum timeout duration
2020-04-29 17:57:38 -04:00
Steven Allen
46b50b5e4f
Merge pull request #7239 from ipfs/johnnymatthews-patch-1
...
Fixes Github link.
2020-04-29 14:47:29 -07:00
Steven Allen
4c69845d0f
Merge pull request #7254 from ipfs/chore/update-dep
...
chore: update the dht & routing helpers
2020-04-29 14:02:57 -07:00
Hector Sanjuan
a34f927eaf
Shorten
2020-04-29 22:58:30 +02:00
Steven Allen
3c55208b2f
chore: update the dht & routing helpers
...
fixes a CPU issue when canceling find provider requests
2020-04-29 13:51:41 -07:00
Hector Sanjuan
44b8bdb930
Mention that self-review is not a subtitute for code comments
2020-04-29 22:49:00 +02:00
Hector Sanjuan
593d33e217
Update .github/auto-comment.yml
...
Co-Authored-By: Steven Allen <steven@stebalien.com >
2020-04-29 22:41:48 +02:00
Hector Sanjuan
04dc111952
Update .github/auto-comment.yml
...
Co-Authored-By: Steven Allen <steven@stebalien.com >
2020-04-29 22:41:39 +02:00
Steven Allen
3b233dbf93
Merge pull request #7240 from ipfs/docs/fix-changelog-examples
...
docs: fix subdomain examples in CHANGELOG
2020-04-29 12:11:23 -07:00
Steven Allen
4eacb3a661
Merge pull request #7253 from ipfs/doc/release-template
...
doc: add snap to the release checklist
2020-04-29 11:38:38 -07:00
Steven Allen
3a9d495f4a
doc: add snap to the release checklist
2020-04-29 11:04:16 -07:00
Hector Sanjuan
9f56c0f77f
Merge pull request #7247 from ipfs/feat/welcome-new-users
...
Welcome message for users opening their first issue
2020-04-29 18:51:33 +02:00
Steven Allen
a05322e845
Merge pull request #7249 from ipfs/feat/version-bump
...
feat: bump to 0.6.0-dev
2020-04-29 08:43:30 -07:00
Steven Allen
ff84666a53
feat: bump to 0.6.0-dev
2020-04-29 08:38:40 -07:00
Steven Allen
dae6c03764
Merge pull request #7243 from ipfs/release
...
Merge release into master
2020-04-29 08:34:57 -07:00
Hector Sanjuan
5415d55c69
Update .github/config.yml
...
Improve language
2020-04-29 17:05:37 +02:00
Hector Sanjuan
99f9d343c3
Update .github/config.yml
...
Improve language
Co-Authored-By: Will <will.scott@protocol.ai >
2020-04-29 17:05:11 +02:00
Hector Sanjuan
07d474447c
Update .github/config.yml
...
Improve language
Co-Authored-By: Will <will.scott@protocol.ai >
2020-04-29 17:04:44 +02:00
Hector Sanjuan
e6049c889c
Update .github/config.yml
...
Improve language
Co-Authored-By: Will <will.scott@protocol.ai >
2020-04-29 17:04:22 +02:00
Hector Sanjuan
7a2a225118
Auto-comment on submitted PRs
...
* Give a few tips on linking relevant discussions, self reviews, additional
reviews and code contribution guidelines
* Be explicit about the next steps and what to expect.
2020-04-29 13:19:30 +02:00
Hector Sanjuan
214fa05e98
Welcome message for users opening their first issue.
2020-04-29 12:57:48 +02:00
Marcin Rataj
f998d5320a
docs: clarify ENS and DNSLink
2020-04-28 21:19:00 +02:00
Marcin Rataj
c95a72330a
docs: fix ENS path
2020-04-28 21:16:53 +02:00
Marcin Rataj
ba53db70c8
chore: undo a typo
2020-04-28 21:02:47 +02:00
Marcin Rataj
66162959e5
docs: fix subdomain examples in CHANGELOG
2020-04-28 21:00:32 +02:00