Steven Allen
9c1bb99eeb
fix: spelling
...
Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
2021-07-21 20:45:45 -07:00
Steven Allen
3745047ccf
doc(profile): improve profiling docs
2021-07-21 18:04:11 -07:00
Steven Allen
0bea7ce6a9
test(sharness): test profile dump
2021-07-21 18:04:11 -07:00
Steven Allen
e1cf99cfab
fix(ipfs diag profile): fix wording
...
Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
2021-07-21 16:22:59 -07:00
Steven Allen
77f3fed5a1
feat(ipfs diag profile): help text
2021-07-21 15:50:29 -07:00
Steven Allen
722fc4fa4c
feat(ipfs diag profile): output version info only
...
sys diag includes private information (like the interface addresses)
2021-07-21 15:50:21 -07:00
Steven Allen
d52d183020
feat: add an "ipfs diag profile" command
...
This should replace the "collect-profiles.sh" script and allow users to
easily collect profiles.
At the moment, it just dumps all profiles into a single zip file. It
does this server-side so it's easy fetch them with curl.
In the future, it would be nice to add:
1. Progress indicators (cpu profiles take 30 seconds).
2. An option to specify which profiles to collect.
But we can handle that later.
Unfortunately, this command doesn't produce symbolized svgs as I didn't
want to depend on having a local go compiler.
2021-07-21 14:51:47 -07:00
Steven Allen
050a281e88
Merge pull request #8280 from ipfs/masih/test-issue-3503
...
Add test with expected failure for #3503
2021-07-20 19:47:42 -07:00
Adin Schmahmann
74bd44f0ea
Create PATCH_RELEASE_TEMPLATE.md
2021-07-20 17:00:16 -07:00
Steven Allen
e2bb85792b
Merge pull request #8279 from ipfs/feat/issue-forms
...
use issue forms
2021-07-20 12:40:35 -07:00
Steven Allen
cc70dcd0dc
chore(github): add a config section to the bug report template
2021-07-20 10:03:15 -07:00
Steven Allen
f0c9065504
chore(github): add issue search checklist item to all templates
2021-07-20 09:46:26 -07:00
Steven Allen
dae28b0272
chore(github): fix feature example in issue form
...
Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
2021-07-20 09:38:55 -07:00
Masih H. Derkani
1aa9c1a18f
Add test with expected failure for #3503
...
Write a `sharness` test that expects failure documenting the issue
raised in #3503 . The issue may get resolved in the refactoring of
`ipfs dag get` command to support go-ipld-prime (e.g. #8171 ). For now
add a `sharness` test that expects failure. We will then flip the
expectation in the success in the rewriting PR to check if #3503 gets
resolved.
Relates to:
- https://github.com/ipfs/go-ipfs/issues/3503
2021-07-20 12:16:33 +01:00
Steven Allen
0eb50454db
Merge pull request #8270 from ipfs/update-libp2p
...
update go-libp2p to v0.14.4
2021-07-19 19:24:33 -07:00
Steven Allen
a757234149
chore(github): use issue forms
...
This change converts go-ipfs to the new issue forms.
Initial implementation by @RubenKelvera in
https://github.com/ipfs/go-ipfs/pull/7967 . The version here:
1. Converts all forms.
2. Asks fewer questions (for bug reports). We can expand the form later,
but I always hated bugzilla bug report forms.
2021-07-19 19:08:24 -07:00
Steven Allen
d2db8b4966
Merge pull request #8271 from godcongdev/master
...
fix document error
2021-07-19 11:22:32 -07:00
godcong
8c337160ac
fix document error
2021-07-17 17:20:58 +08:00
Marten Seemann
d2ec458e6f
update go-libp2p to v0.14.4
2021-07-17 09:41:04 +02:00
Adin Schmahmann
9599ad5d7d
chore: update deps
2021-07-16 09:35:06 -07:00
Marcin Rataj
c7444fb61a
feat: webui v2.12.4
2021-07-15 08:21:50 -07:00
Steven Allen
ae306994a5
Merge pull request #8043 from ipfs/feat/completions
...
programmatic shell completions
2021-07-01 17:27:18 -07:00
Steven Allen
79403716bf
doc(completion): suggest eval instead of writing a file
2021-07-01 08:46:52 -07:00
Steven Allen
0060d5f7c8
feat: programmatic shell completions
...
These are missing some of the features of the current hand-rolled
completions, but:
1. Are less buggy.
2. Cover _all_ commands.
3. Don't need to be manually maintained (which we never do anyways).
fixes #4551
fixes #8033
2021-07-01 08:46:49 -07:00
Marcin Rataj
fcfe79333c
test: gateway response for bafkqaaa
...
Context: https://github.com/ipfs/go-ipfs/issues/8230
2021-06-30 15:36:39 -07:00
Adin Schmahmann
ffe7578ddf
fix: downgrade mimetype dependency
2021-06-30 11:03:17 -07:00
Steven Allen
84c59847d6
Merge pull request #8222 from ipfs/fix/readme-chat
...
doc(README): update chat links (and misc fixes)
2021-06-28 11:40:56 -07:00
Steven Allen
885325dd19
doc(README): update chat links (and misc fixes)
...
- Remove ipn.io link...
- Remove chat "badges" and replace with a single link.
- Remove reference to weekly meetings that no longer exist.
fixes #8190
2021-06-28 11:35:57 -07:00
Michael Burns
bdead901da
link to the actual doc ( #8126 )
...
* doc: link to the actual fuse doc
2021-06-25 08:35:59 -07:00
Marten Seemann
9cc349a5b4
remove unneeded GOPATH and GO111MODULE from CircleCI config
2021-06-25 08:35:14 -07:00
Brian Strauch
5ad04176b1
Improve peer hints for pin remote add ( #8143 )
...
* improve peer hints in pin.origins
2021-06-25 08:10:04 -07:00
Steven Allen
d48d035317
Merge pull request #8124 from ipfs/dependabot/go_modules/github.com/coreos/go-systemd/v22-22.3.2
...
build(deps): bump github.com/coreos/go-systemd/v22 from 22.3.1 to 22.3.2
2021-06-24 17:37:44 -07:00
Steven Allen
0653862632
Merge pull request #8214 from ipfs/fix/mkreleaselog
...
fix(mkreleaselog): support multiple commit authors
2021-06-24 17:36:57 -07:00
Steven Allen
b4b10f5b98
Merge pull request #8121 from ipfs/fix/mkreleaselog-first-commit
...
fix(mkreleaselog): handle commit 0
2021-06-24 17:36:41 -07:00
Marten Seemann
df70cff96c
update go-libp2p to v0.14.3
2021-06-23 20:17:19 -07:00
Steven Allen
4be04bce4e
fix(mkreleaselog): support multiple commit authors
...
This will output one entry per commit author in the "stat" log, instead
of just crashing.
2021-06-23 15:04:17 -07:00
Adin Schmahmann
d9f28a2c60
bump snap to build with Go 1.16
2021-06-23 07:30:38 -07:00
Adin Schmahmann
222d005455
Merge branch 'release'
2021-06-22 19:38:40 -04:00
Adin Schmahmann
179d1d1507
Merge pull request #8208 from ipfs/release-v0.9.0
...
Release v0.9.0
2021-06-22 16:22:19 -07:00
Adin Schmahmann
e5b02b3de9
Release v0.9.0
2021-06-22 15:31:52 -07:00
Adin Schmahmann
de6a707472
chore: update CHANGELOG
...
(cherry picked from commit dc4505b48b )
2021-06-22 15:31:52 -07:00
Adin Schmahmann
c47fca7dac
chore: switch tar-utils dep to ipfs org
...
(cherry picked from commit f6641d1766 )
2021-06-22 15:31:52 -07:00
Adin Schmahmann
af5c189501
chore: update deps
...
(cherry picked from commit 95eebe4817 )
2021-06-22 15:31:52 -07:00
dependabot[bot]
698fdbf182
build(deps): bump github.com/libp2p/go-libp2p from 0.14.0 to 0.14.2
...
Bumps [github.com/libp2p/go-libp2p](https://github.com/libp2p/go-libp2p ) from 0.14.0 to 0.14.2.
- [Release notes](https://github.com/libp2p/go-libp2p/releases )
- [Commits](https://github.com/libp2p/go-libp2p/compare/v0.14.0...v0.14.2 )
---
updated-dependencies:
- dependency-name: github.com/libp2p/go-libp2p
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 8d3c9c3110 )
2021-06-22 15:31:52 -07:00
dependabot[bot]
508c11230d
build(deps): bump github.com/libp2p/go-libp2p-discovery
...
Bumps [github.com/libp2p/go-libp2p-discovery](https://github.com/libp2p/go-libp2p-discovery ) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/libp2p/go-libp2p-discovery/releases )
- [Commits](https://github.com/libp2p/go-libp2p-discovery/compare/v0.5.0...v0.5.1 )
---
updated-dependencies:
- dependency-name: github.com/libp2p/go-libp2p-discovery
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 1ab632a00a )
2021-06-22 15:31:52 -07:00
Marten Seemann
54ee5e4434
update QUIC
...
(cherry picked from commit 58aa218b90 )
2021-06-22 15:31:52 -07:00
Marcin Rataj
7bba2a6434
refactor: warning when bootstrap disabled by user
...
https://github.com/ipfs/go-ipfs/pull/8166#discussion_r646711067
(cherry picked from commit 904cc73716 )
2021-06-22 15:31:52 -07:00
Marcin Rataj
4cae9ccf32
feat: print error on bootstrap failure
...
This will print ERROR to log if daemon running in online mode has no
peers after one minute since start.
(cherry picked from commit 039e12a2da )
2021-06-22 15:31:52 -07:00
Marcin Rataj
7c71c15498
fix: typo in migration error
...
(cherry picked from commit 041de2aed1 )
2021-06-22 15:31:52 -07:00
Adin Schmahmann
dc4505b48b
chore: update CHANGELOG
2021-06-22 15:21:40 -07:00