Commit Graph

12124 Commits

Author SHA1 Message Date
Adin Schmahmann
4823547ea1
Merge pull request #7815 from ipfs/fix/decrease-oc-init-log
fix: decrease log level of opencensus initialization
2020-12-08 21:48:52 -05:00
Adin Schmahmann
fb3316ad05 fix: decrease log level of opencensus initialization 2020-12-08 21:46:49 -05:00
Adin Schmahmann
42d3f541d1
Merge pull request #7796 from ipfs/chore/update-interop-tests
chore: update interop tests and js-ipfs version
2020-12-08 21:27:38 -05:00
Adin Schmahmann
828007531f
Merge pull request #7813 from ipfs/chore/update-deps
chore: update dht
2020-12-08 21:26:56 -05:00
Adin Schmahmann
78c6dba9cc
Merge pull request #7593 from lanzafame/register-oc-metrics
Register oc metrics
2020-12-08 21:10:36 -05:00
Adin Schmahmann
246ec027b6 chore: update dht 2020-12-08 20:40:45 -05:00
Petar Maymounkov
a8c7980721
add remote pinning to ipfs command (#7661)
Added support for remote pinning services

A pinning service is a service that accepts CIDs from a user in order to host the data associated with them.
The spec for these services is defined at https://github.com/ipfs/pinning-services-api-spec

Support is available via the `ipfs pin remote` CLI and the corresponding HTTP API

Co-authored-by: Petar Maymounkov <petarm@gmail.com>
Co-authored-by: Marcin Rataj <lidel@lidel.org>
Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
2020-12-08 20:32:33 -05:00
lanzafame
024bf80e6a change the scraping url 2020-12-08 20:22:43 -05:00
lanzafame
3d9821260a register quic opencensus metrics 2020-12-08 20:22:38 -05:00
Adin Schmahmann
edde2809e7
Merge pull request #7797 from ipfs/fix/p2p-proxy-checks
More p2p proxy checks
2020-12-08 17:15:30 -05:00
Adin Schmahmann
69783798f3
Merge pull request #7809 from ipfs/fix/gh-doc-template-url
Update GitHub documentation issue template
2020-12-08 17:14:23 -05:00
Adin Schmahmann
b7ddba7fe4
Merge pull request #7812 from ipfs/chore/update-deps
chore: update deps
2020-12-08 17:12:31 -05:00
Adin Schmahmann
79d96815a8 chore: update deps 2020-12-08 16:57:01 -05:00
Adin Schmahmann
bf1a449a26
Merge pull request #7750 from ipfs/feat/datastore-pinner
Use datastore based pinning
2020-12-08 16:02:50 -05:00
Adin Schmahmann
8a05c59d3d chore: update dist path 2020-12-08 14:46:00 -05:00
Adin Schmahmann
08e058427f
Update GitHub documentation issue template
Uses the correct URL for the documentation repo
2020-12-07 17:06:29 -05:00
Adin Schmahmann
9bc8f6d5b5 bump repo version to 11 2020-12-04 15:33:31 -05:00
Adin Schmahmann
0b1276db59 Use datastore based pinner 2020-12-04 15:33:31 -05:00
Adin Schmahmann
2cffa89bb6
Merge pull request #7799 from marten-seemann/update-quic
update QUIC
2020-12-04 10:56:05 -05:00
Marten Seemann
9a1f4dd5cc update QUIC 2020-12-04 12:21:09 +07:00
Adin Schmahmann
76f3395ee6 p2p-proxy: earlier peerID validation check 2020-12-01 12:24:18 -05:00
Adin Schmahmann
a329e4fc66 p2p-proxy: better request length checking 2020-12-01 11:01:40 -05:00
Alex Potsides
34e447b0f4
chore: update interop tests and js-ipfs version
The internal bin path for js-ipfs changed recently so a major bump to the interop tests was required, this PR updates to the new version.
2020-12-01 14:17:36 +00:00
Steven Allen
895b340e08
Merge pull request #7795 from ipfs/fix/7785
fix: return an error when an unknown object type is passed
2020-11-30 19:12:03 -08:00
Steven Allen
7a50636f9a fix: return an error when an unknown object type is passed
fixes #7785
2020-11-30 17:59:37 -08:00
Adin Schmahmann
1bf8a723f9
Merge pull request #7769 from marten-seemann/update-quic
update QUIC to quic-go v0.19.2
2020-11-24 21:05:13 -05:00
Adin Schmahmann
373f5f9f0d
Merge pull request #7755 from ChaituVR/patch-1
* Clarify why ipfs file ls is being deprecated.
* Explain that ipfs files ls works on both IPFS paths and MFS paths.
2020-11-24 13:40:49 -05:00
Adin Schmahmann
6e82b53f03
Merge pull request #7753 from ipfs/fix/dag-import-export-coreapi
fix: ipfs dag export uses the CoreAPI and respects the offline flag
2020-11-24 13:14:53 -05:00
Adin Schmahmann
574702b747
Merge pull request #7735 from ipfs/fix/fs-repo-musl-err
return an error when trying to download fs-repo-migrations for linux + musl
2020-11-24 13:09:11 -05:00
Adin Schmahmann
776e03c913
Merge pull request #7730 from ipfs/fix/init-with-config
fix: do not create a new (unused) peerID when initializing from config
2020-11-24 13:04:40 -05:00
Chaitanya
f46891e0b5
Update ls.go 2020-11-24 14:02:10 +05:30
Chaitanya
8487fad43c
Update ls.go 2020-11-24 14:00:42 +05:30
Chaitanya
ec64dc5c39
Update ls.go 2020-11-24 13:51:29 +05:30
Chaitanya
1cfd8c7568
Update core/commands/unixfs/ls.go
Co-authored-by: Steven Allen <steven@stebalien.com>
2020-11-24 13:42:48 +05:30
Chaitanya
fa81f2a7b3
Update core/commands/files.go
Co-authored-by: Steven Allen <steven@stebalien.com>
2020-11-24 13:42:36 +05:30
Steven Allen
9a559c5ef9
Merge pull request #7780 from Jorropo/patch-2
docs: Add a link in config.md
2020-11-23 10:40:56 -08:00
Marten Seemann
59a90b4d49 update QUIC to quic-go v0.19.2 2020-11-20 11:58:43 +07:00
Jorropo
c2b4a83731
docs: Add a link in config.md 2020-11-19 01:30:51 +01:00
Adin Schmahmann
79a55305e9
Merge pull request #7777 from ipfs/docker_remote_19.03.13
Update remote docker version
2020-11-16 17:09:46 -05:00
Michael Burns
a507a15162
Update config.yml 2020-11-16 18:38:44 +00:00
Chaitanya
475e0ea399
Update ls.go 2020-11-16 18:01:22 +05:30
Chaitanya
0c4ad11cfb
Update files.go 2020-11-16 17:52:30 +05:30
Adin Schmahmann
b4dbfd33a8
Merge pull request #7747 from ipfs/feat/rw-close
update libp2p for stream closure refactor
2020-11-14 19:09:20 -05:00
Steven Allen
5cd013ed38 update libp2p for stream closure refactor 2020-11-13 13:59:03 -08:00
Adin Schmahmann
d523cca3b5
Merge pull request #7761 from andrew/patch-2
Fix typo in ipfs dag stat command
2020-11-11 19:11:23 -05:00
Andrew Nesbitt
37a637e8c1
Fix typo in ipfs dag stat command 2020-11-11 13:04:52 +00:00
Marcin Rataj
2539c76177
docs(readme): key rotation in docker (#7721)
* docs(readme): key rotation in docker
Adds notes from https://github.com/ipfs/go-ipfs/issues/7714#issuecomment-706319721
2020-11-10 15:25:14 -05:00
Adin Schmahmann
499e011df9
Merge pull request #7699 from ipfs/fix/dnslink-dir-listing
fix(dnslink-gw): breadcrumbs and CID column when dir listing
2020-11-10 15:03:36 -05:00
Adin Schmahmann
0700c74bad
Merge pull request #7727 from ipfs/fix/preserver-query-on-website-redirect
fix(gw): preserve query on website redirect
2020-11-10 14:36:11 -05:00
Adin Schmahmann
675ef92a2a
Merge pull request #7716 from ipfs/feat/webui-v2.11.3
feat: ipfs-webui v2.11.4
2020-11-10 14:21:55 -05:00