1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-06 19:44:01 +08:00

11638 Commits

Author SHA1 Message Date
9c7cdac16c PR autocomment: Only comment for first-time contributors 2020-05-04 10:55:49 +02:00
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
27536d6f82 Merge pull request #7267 from corbinpage/patch-1
Fixed typo in config.md
2020-05-03 21:37:20 -07:00
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
19426b9ca2 Update config.md 2020-05-02 17:23:56 -04:00
c548782e1a Merge remote-tracking branch 'upstream/master' into fix/http/content-type 2020-05-02 14:22:09 +05:30
e93f2002f5 optimize import order 2020-05-02 14:19:01 +05:30
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
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
9971ddebdf update go-libp2p-quic-transport to v0.3.6 2020-05-02 10:10:28 +07:00
214d29ebf8 #7252 - print error message 2020-05-01 22:37:20 +05:30
9201b1dde6 #7252 - read content directly instead of sending 512bytes 2020-05-01 20:29:32 +05:30
2e87ac88a3 Fixes #7252 - Uses gabriel-vasile/mimetype to support additional content types 2020-05-01 12:19:36 +05:30
826826c911 Merge pull request #7261 from cachance7/master
Updates bash completions to be compatible with zsh
2020-04-30 14:44:40 -07:00
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
b923f1c298 Merge pull request #7130 from RubenKelevra/go_upgrade
upgrade to go 1.14.2
2020-04-30 14:25:38 -07:00
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
4d97e3746a Uses builtin check rather than env var 2020-04-30 10:49:36 -07:00
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
f61e2832a1 upgrade to go 1.14.2 2020-04-30 14:59:22 +02:00
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
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
5f9c469b17 Upgrade to IPFS v0.5.0 2020-04-30 00:14:30 +01:00
a13311922f Add module files for go-ipfs-as-a-library example 2020-04-29 23:59:27 +01:00
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
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
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
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
54a0da53bf Merge pull request #7248 from ipfs/feat/pr-autocomment
Auto-comment on submitted PRs
2020-04-29 15:26:45 -07:00
52344abd31 fix: do not use hard coded IPNS Publish maximum timeout duration 2020-04-29 17:57:38 -04:00
46b50b5e4f Merge pull request #7239 from ipfs/johnnymatthews-patch-1
Fixes Github link.
2020-04-29 14:47:29 -07:00
4c69845d0f Merge pull request #7254 from ipfs/chore/update-dep
chore: update the dht & routing helpers
2020-04-29 14:02:57 -07:00
a34f927eaf Shorten 2020-04-29 22:58:30 +02:00
3c55208b2f chore: update the dht & routing helpers
fixes a CPU issue when canceling find provider requests
2020-04-29 13:51:41 -07:00
44b8bdb930 Mention that self-review is not a subtitute for code comments 2020-04-29 22:49:00 +02:00
593d33e217 Update .github/auto-comment.yml
Co-Authored-By: Steven Allen <steven@stebalien.com>
2020-04-29 22:41:48 +02:00
04dc111952 Update .github/auto-comment.yml
Co-Authored-By: Steven Allen <steven@stebalien.com>
2020-04-29 22:41:39 +02:00
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
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
3a9d495f4a doc: add snap to the release checklist 2020-04-29 11:04:16 -07:00
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
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
ff84666a53 feat: bump to 0.6.0-dev 2020-04-29 08:38:40 -07:00
dae6c03764 Merge pull request #7243 from ipfs/release
Merge release into master
2020-04-29 08:34:57 -07:00
5415d55c69 Update .github/config.yml
Improve language
2020-04-29 17:05:37 +02:00
99f9d343c3 Update .github/config.yml
Improve language

Co-Authored-By: Will <will.scott@protocol.ai>
2020-04-29 17:05:11 +02:00
07d474447c Update .github/config.yml
Improve language

Co-Authored-By: Will <will.scott@protocol.ai>
2020-04-29 17:04:44 +02:00
e6049c889c Update .github/config.yml
Improve language

Co-Authored-By: Will <will.scott@protocol.ai>
2020-04-29 17:04:22 +02:00
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
214fa05e98 Welcome message for users opening their first issue. 2020-04-29 12:57:48 +02:00