7
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Feb 27, 2025 — Feb 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix trac ticket #45 (nodeset: change (for a better?) command syntax)
sthiell
as Stephane Thiell
More... about 16 years ago
Fix trac ticket #59 (clubak: TypeError exception on unexpected input)
sthiell
as Stephane Thiell
More... about 16 years ago
Fix trac ticket #60 (clush: add -B flag to merge & gather stdout and stderr)
sthiell
as Stephane Thiell
More... about 16 years ago
Fix trac ticket #53 (NodeSet constructor do not raise an exception)
sthiell
as Stephane Thiell
More... about 16 years ago
Fix double task.resume() deadlock.
sthiell
as Stephane Thiell
More... about 16 years ago
Fix trac #28 (Better error handling for some worker accessors).
sthiell
as Stephane Thiell
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.
sthiell
as Stephane Thiell
More... about 16 years ago
Make 1.2 beta5
sthiell
as Stephane Thiell
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.
sthiell
as Stephane Thiell
More... about 16 years ago
Make 1.2 beta4
sthiell
as Stephane Thiell
More... about 16 years ago
Add splitlines() alias to MsgTreeElem to avoid breaking shine compatibility.
sthiell
as Stephane Thiell
More... about 16 years ago
Update clush man page. Add clubak man page.
sthiell
as Stephane Thiell
More... about 16 years ago
Fix a clush option handling issue when using --nostdin.
sthiell
as Stephane Thiell
More... about 16 years ago
Fix trac ticket #50 (clush: stderr output not correctly displayed).
sthiell
as Stephane Thiell
More... about 16 years ago
Fix trac ticket #54: clush: reproduce clubak behaviour (option -L and node sorting)
sthiell
as Stephane Thiell
More... about 16 years ago
Release 1.2 beta3
sthiell
as Stephane Thiell
More... about 16 years ago
Implicit destination in clush --copy now set to source dir path. Remove duplicate lines.
sthiell
as Stephane Thiell
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.
sthiell
as Stephane Thiell
More... about 16 years ago
Disable epoll engine by default. See trac ticket #56.
sthiell
as Stephane Thiell
More... about 16 years ago
- added WorkerSimple.last_error() method, - fixed worker exceptions.
sthiell
as Stephane Thiell
More... about 16 years ago
clubak: fix nodeset comparison function used in gathered mode (-b or -c).
sthiell
as Stephane Thiell
More... about 16 years ago
Some code cleaning thanks to pylint.
sthiell
as Stephane Thiell
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.
sthiell
as Stephane Thiell
More... about 16 years ago
Minor cosmetic fix. MsgTree tests improvements.
sthiell
as Stephane Thiell
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.
sthiell
as Stephane Thiell
More... about 16 years ago
Add clubak tool.
sthiell
as Stephane Thiell
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.
sthiell
as Stephane Thiell
More... about 16 years ago
Sort nodes by name in NodeSet. Add/improve tests accordingly.
sthiell
as Stephane Thiell
More... about 16 years ago
Rewrite of ClusterShell.MsgTree module (messages gathering). Improved API. Added tests.
sthiell
as Stephane Thiell
More... about 16 years ago
Various fixes in test cases.
sthiell
as Stephane Thiell
More... about 16 years ago