sapling/eden/cli
Wez Furlong bfad766a21 add initiateShutdown() thrift method with a shutdown reason
Summary:
We've seen what appears to be phantom calls to shutdown() so we'd like
to add some degree of auditing.  This diff adds a new method with some
context; this will allow us to distinguish between `eden stop`, `eden restart`
and eden server internal calls to the `shutdown` method.   It may still
be possible that something else is calling our shutdown method, but it
seems unlikely as we're only accessible to our own code via a unix domain
socket.

Reviewed By: chadaustin

Differential Revision: D8341595

fbshipit-source-id: 50d58ea0b56e5f42cd37c404048d710bde0d13a3
2018-06-19 11:13:59 -07:00
..
test fix eden doctor when the .hg directory does not exist 2018-06-12 10:36:35 -07:00
buck.py refactor and split out some cli functions 2018-05-10 13:49:44 -07:00
cmd_util.py enable Black python formatting and apply to eden 2018-05-09 21:37:07 -07:00
config.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
configinterpolator.py enable Black python formatting and apply to eden 2018-05-09 21:37:07 -07:00
daemon.py refactor and split out some cli functions 2018-05-10 13:49:44 -07:00
debug.py add compact_local_storage debug command to cli 2018-05-31 11:23:21 -07:00
doctor.py fix eden doctor when the .hg directory does not exist 2018-06-12 10:36:35 -07:00
main.py add initiateShutdown() thrift method with a shutdown reason 2018-06-19 11:13:59 -07:00
mtab.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
rage.py Reformat already opted in directories with Black Beta @allow-large-files 2018-05-18 23:07:24 -07:00
stats_print.py Reformat already opted in directories with Black Beta @allow-large-files 2018-05-18 23:07:24 -07:00
stats.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
stdout_printer.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
subcmd.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
util.py fix timeout handling in eden stop 2018-06-12 11:54:49 -07:00
version.py enable Black python formatting and apply to eden 2018-05-09 21:37:07 -07:00