Commit History

Author SHA1 Message Date
  Mike Naberezny 2a91763d0f Fix method names in mock 10 years ago
  Mike Naberezny fa72f360c7 Add test coverage for signal command 10 years ago
  Mike Naberezny c7dc38bcb5 Add whitespace for readability 10 years ago
  Mike Naberezny aa89b21b64 Use the same except clause in signal() as in kill() 10 years ago
  Mike Naberezny 7daaa187b6 Wrap at 79 columns 10 years ago
  Mike Naberezny 6b2369157d Fix typo 10 years ago
  Mike Naberezny fd5d8b11a9 Fix docstrings for signal methods 10 years ago
  Mike Naberezny 8a833845eb Remove default arg from signal methods 10 years ago
  Chris McDonough 91f45ad259 fix merge conflicts, fix tests on py3 11 years ago
  Chris McDonough b4eea0d25c signalGroup -> signalProcessGroup (for parity with startProcessGroup, etc), add signalAllProcesses, used by supervisorctl 11 years ago
  Mike Naberezny e78ef2ec4a Add failing test for missing signalAllProcesses() method 11 years ago
  Mike Naberezny 6d0a85e905 Add tests for signal command (based on a patch by Moriyoshi Koizumi) 11 years ago
  Mike Naberezny 699f62efa1 Show "bad signal name" instead of "BAD_SIGNAL" 11 years ago
  Mike Naberezny a4cd738d36 Fix redefinition of test_signalGroup() 11 years ago
  Mike Naberezny e9f6d1c2e3 Remove unused import 11 years ago
  Mike Naberezny 2b999ae96f Fix help when signal command has no args 11 years ago
  Mike Naberezny a98e4b0dd7 Pass signal name to signalAllProcesses() 11 years ago
  Mike Naberezny 218911bea0 Add process name completion for signal 11 years ago
  Mike Naberezny b8fcacec62 Fix help and result messages for signal 11 years ago
  Mike Naberezny 63a2a7fc11 Credit the original author of the signal patch 11 years ago
  Chris McDonough b2317257f6 credit 11 years ago
  Chris McDonough 8aa09d97d4 add change note 11 years ago
  Chris McDonough 09fd3e4f0e as per comment attached to #477, rename sendXSignal to signalX, dont do anything async in signalGroup, merge logic for _stopresult and _signalresult in supervisorctl 11 years ago
  Chris McDonough aadaee95d0 Merge branch 'Weebly_send_signals' of github.com:SurveyMonkey/supervisor into SurveyMonkey-Weebly_send_signals 11 years ago
  Chris McDonough 57938a7478 Add a test for make_main_rpcinterface 11 years ago
  Chris McDonough 4edf8c999d reenable send-unicode-to-process-stdin test (fix code as side effect) 11 years ago
  Mike Naberezny f285a3290e Remove duplicate entry for pypy 11 years ago
  Marc Abramowitz e34d41c2a0 Fix failing test: test_sendProcessSignal 11 years ago
  Marc Abramowitz 9abc7caeb3 Check for bad signal 11 years ago
  Marc Abramowitz f9b37be2d1 supervisor/rpcinterface.py: from supervisor.datatypes import 11 years ago