Conversation
|
cc @chriscool |
|
Yeah, LGTM. |
|
@RichardLitt looks like some tests are failing, could you go ahead and fix those before we merge this? |
|
I don't know if I like this phrasing, its unclear to me what it means |
|
I think the previous version is better. We want to say that you can use SIGTERM or SIGINT to shutdown the daemon, for example with Ctrl-C. And that another signal will kill it forcibly. EDIT: What about this:
EDIT2: Also, I don't know how the daemon actually reacts currently, but I think this is the desired behavior:
|
|
This is nice as it teaches the user things, but then why not:
Also it doesn't address people on Windows who may not use the command line at all. |
|
We don't have to say that
|
8e2c77c to
7e82f49
Compare
|
I've edited it, again. Thoughts? |
|
I would prefer the version on my previous comment, because we don't really need to say that Also, I think you duplicated the paragraph there. |
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
7e82f49 to
48353a7
Compare
|
Changed. Ctrl+C only works on unix, but it is useful for some users. I think this one is fine. |
|
It'd be useful / more discoverable to add a brief line such as "hit C-c again to force-shutdown the daemon" at https://github.com/ipfs/go-ipfs/blob/master/cmd/ipfs/daemon.go#L153. |
|
Other than the small UX comment, this LGTM. |
Edited following @chriscool feedback
|
LGTM.
Yes, specifically at https://github.com/ipfs/go-ipfs/blob/master/cmd/ipfs/daemon.go#L163 |
See #2180 (comment) License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
See #2180 (comment) License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
## [4.2.0](ipfs/ipfs-webui@v4.1.1...v4.2.0) (2023-12-02) CID `bafybeidf7cpkwsjkq6xs3r6fbbxghbugilx3jtezbza7gua3k5wjixpmba` --- ### Features * peers table can be filtered ([#2181](ipfs/ipfs-webui#2181)) ([37b5880](ipfs/ipfs-webui@37b5880)) * **pinning:** add Scaleway pinning service ([#2132](ipfs/ipfs-webui#2132)) ([0cc3b04](ipfs/ipfs-webui@0cc3b04)) ### Bug Fixes * error loading scaleway template URL ([7a3388e](ipfs/ipfs-webui@7a3388e)) * replace estuary with web3 for pinning ([#2182](ipfs/ipfs-webui#2182)) ([e2fc7c8](ipfs/ipfs-webui@e2fc7c8)) * status page supports webrtc ([#2180](ipfs/ipfs-webui#2180)) ([ff75d4e](ipfs/ipfs-webui@ff75d4e)), closes [#1965](ipfs/ipfs-webui#1965) * switch to new dnslink updater ([#2175](ipfs/ipfs-webui#2175)) ([a63f48a](ipfs/ipfs-webui@a63f48a)) ### Trivial Changes * Pull transifex translations ([#2162](ipfs/ipfs-webui#2162)) ([c0f8f54](ipfs/ipfs-webui@c0f8f54)) * pull transifex translations ([#2177](ipfs/ipfs-webui#2177)) ([7f377ff](ipfs/ipfs-webui@7f377ff)) * update release transifex links ([74cce69](ipfs/ipfs-webui@74cce69))
See dec4a72
License: MIT
Signed-off-by: Richard Littauer richard.littauer@gmail.com