| Fix trac ticket #45 (nodeset: change (for a better?) command syntax) |
|
More...
|
about 16 years ago
|
| Fix trac ticket #59 (clubak: TypeError exception on unexpected input) |
|
More...
|
about 16 years ago
|
| Fix trac ticket #60 (clush: add -B flag to merge & gather stdout and stderr) |
|
More...
|
about 16 years ago
|
| Fix trac ticket #53 (NodeSet constructor do not raise an exception) |
|
More...
|
about 16 years ago
|
| Fix double task.resume() deadlock. |
|
More...
|
about 16 years ago
|
| Fix trac #28 (Better error handling for some worker accessors). |
|
More...
|
about 16 years ago
|
| Fix trac ticket #3: Allow disabling Task MsgTree buffering Use this new feature in clush.py when -b is not specified. |
|
More...
|
about 16 years ago
|
| Make 1.2 beta5 |
|
More...
|
about 16 years ago
|
| RangeSet and NodeSet fix: allow multi-type comparisons like standard Python set(), where NodeSet == z for non-NodeSet z always returns False, and NodeSet != z always True. Return special value NotImplemented in operators instead of raising TypeError. Improved RangeSet and NodeSet tests. |
|
More...
|
about 16 years ago
|
| Make 1.2 beta4 |
|
More...
|
about 16 years ago
|
| Add splitlines() alias to MsgTreeElem to avoid breaking shine compatibility. |
|
More...
|
about 16 years ago
|
| Update clush man page. Add clubak man page. |
|
More...
|
about 16 years ago
|
| Fix a clush option handling issue when using --nostdin. |
|
More...
|
about 16 years ago
|
| Fix trac ticket #50 (clush: stderr output not correctly displayed). |
|
More...
|
about 16 years ago
|
| Fix trac ticket #54: clush: reproduce clubak behaviour (option -L and node sorting) |
|
More...
|
about 16 years ago
|
| Release 1.2 beta3 |
|
More...
|
about 16 years ago
|
| Implicit destination in clush --copy now set to source dir path. Remove duplicate lines. |
|
More...
|
about 16 years ago
|
| Fix trac #49 "clush: add option to prevent reading from stdin (like ssh -n)" Add also some print's in debug mode. |
|
More...
|
about 16 years ago
|
| Disable epoll engine by default. See trac ticket #56. |
|
More...
|
about 16 years ago
|
| - added WorkerSimple.last_error() method, - fixed worker exceptions. |
|
More...
|
about 16 years ago
|
| clubak: fix nodeset comparison function used in gathered mode (-b or -c). |
|
More...
|
about 16 years ago
|
| Some code cleaning thanks to pylint. |
|
More...
|
about 16 years ago
|
| Added public instance variable for WorkerSsh and WorkerPdsh: * worker.command for ssh and pdsh command workers, * worker.source and worker.dest for copy workers. |
|
More...
|
about 16 years ago
|
| Minor cosmetic fix. MsgTree tests improvements. |
|
More...
|
about 16 years ago
|
| clush updates: * use set_default() instead of set_info() in some cases (synchronous task dict modifications) to fix a malfunction, * remove unneeded splitlines() after last MsgTree changes, * change internal signal used for prompt update in interative mode from SIGHUP to SIGUSR1. |
|
More...
|
about 16 years ago
|
| Add clubak tool. |
|
More...
|
about 16 years ago
|
| More MsgTree improvements. More MsgTree's data access method improvements in Task and Worker classes. More docstring. More tests. More bugs?! no! -- Ran 191 tests in 123.739s -- OK. |
|
More...
|
about 16 years ago
|
| Sort nodes by name in NodeSet. Add/improve tests accordingly. |
|
More...
|
about 16 years ago
|
| Rewrite of ClusterShell.MsgTree module (messages gathering). Improved API. Added tests. |
|
More...
|
about 16 years ago
|
| Various fixes in test cases. |
|
More...
|
about 16 years ago
|