コミット履歴

作者 SHA1 メッセージ 日付
  Chris McDonough 151ecd8e07 Break recorder tests into separate module. 18 年 前
  Chris McDonough b8652b6c33 Factor recorders into their own module (event listeners will provide slighly different recorders). 18 年 前
  Chris McDonough e4ab5e6ed9 Test our dispatcher implementations. 18 年 前
  Chris McDonough 5ff765b25d Generalize: logger -> recorder (an event process recorder will do no logging). 18 年 前
  Chris McDonough 51ccd3033d Come up with a more reasonable API expected of process groups by the mainloop. 18 年 前
  Chris McDonough 91c9b09a15 Comment about DEFAULT_HOST. 18 年 前
  Chris McDonough 4a2a43afeb Factor out duplicate code. 18 年 前
  Chris McDonough 3e31373117 Docstring maintenance. 18 年 前
  Chris McDonough e841100c0c Remove unused regex. 18 年 前
  Chris McDonough e353374ab4 Fix remaining rpcinterface test failures. 18 年 前
  Chris McDonough b766719ef8 Usage string. 18 年 前
  Chris McDonough 4a1a4c5ac5 Traverse tests. 18 年 前
  Chris McDonough add4c79f69 Better supervisord test coverage. 18 年 前
  Chris McDonough 2d57df9312 Better test coverage for process module. 18 年 前
  Chris McDonough 2ea7380603 Fix rpc interface (two tests still fail for startAllProcesses, however). 18 年 前
  Chris McDonough 6a346b5f61 Entry point changed. 18 年 前
  Chris McDonough b065c1fa2e Move the "main" rpc interface into its own file. 18 年 前
  Chris McDonough 15122461c5 Test tweakage. 18 年 前
  Chris McDonough f59afa652f Add 'runforever' tests. 18 年 前
  Chris McDonough 0688ac4d7e Caught by pyflakes (indicates insufficent tests). 18 年 前
  Chris McDonough 88863518a1 Decoy removal. 18 年 前
  Chris McDonough e15c8c88e4 Implement "process groups". 18 年 前
  Chris McDonough fab18e61e4 Adjust MANIFEST.in accounting for 3.0 changes. 18 年 前
  Chris McDonough 4f4fbecdd5 More distribution fixes: read version from version.txt, bump prospective version to 3.0a1, more copyright stuff. 18 年 前
  Chris McDonough f3fa735e7a *** empty log message *** 18 年 前
  Chris McDonough 34fd339afa Get copyright statements right. 18 年 前
  Chris McDonough ae445997af Duh. 18 年 前
  Chris McDonough cb7b4c5009 Minor test extension. 18 年 前
  Chris McDonough 78db743654 Move tests out into a subpackage. 18 年 前
  Chris McDonough 70e2de8303 Log stdout and stderr separately (in preparation for dealing with listener processes, which need to make a distinction). To approximate the "old" behavior (both stdout and stderr logging to the same file), set the config file option "redirect_stderr = true" in the config file or in a process config. 18 年 前