gammazero
20132a83ef
code review changes
2021-01-14 02:29:11 -08:00
gammazero
267d6fc4fe
Modify escaping
2021-01-12 14:54:21 -08:00
gammazero
306dfb34a1
additional escape
2020-12-18 17:23:30 -08:00
gammazero
e777adf04d
Test ls and add with escaped character
2020-12-17 19:32:03 -08:00
gammazero
7193f950d7
Escape non-printable characters in user output
...
Replaces control characters and non-printable characters with escape sequences, in any fields that are printed by the CLI, which could have been user input.
Output from `ipfs cat` is unchanged.
2020-12-17 18:16:34 -08:00
Adin Schmahmann
2ed9254426
Merge pull request #7817 from ipfs/chore/update-version
...
update version to 0.9.0-dev
2020-12-09 13:54:50 -05:00
Adin Schmahmann
6af6146156
update version to 0.9.0-dev
2020-12-09 13:17:28 -05:00
Adin Schmahmann
766f4de48c
Merge pull request #7816 from ipfs/dependabot/go_modules/go.opencensus.io-0.22.5
...
chore(deps): bump go.opencensus.io from 0.22.4 to 0.22.5
2020-12-09 10:16:09 -05:00
dependabot-preview[bot]
2ab79fa65b
chore(deps): bump go.opencensus.io from 0.22.4 to 0.22.5
...
Bumps [go.opencensus.io](https://github.com/census-instrumentation/opencensus-go ) from 0.22.4 to 0.22.5.
- [Release notes](https://github.com/census-instrumentation/opencensus-go/releases )
- [Commits](https://github.com/census-instrumentation/opencensus-go/compare/v0.22.4...v0.22.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-09 10:15:18 -05:00
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