7
I Use This!
Very Low Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix #106 (NodeSet: None argument not supported in methods); added tests.
sthiell
as Stephane Thiell
More... almost 14 years ago
Add misc. tests to improve non-reg test coverage (#86). Remove 2 unused test files.
sthiell
as Stephane Thiell
More... almost 14 years ago
Some task/engine cleanup improvements (task termination and remove of EnginePort).
sthiell
as Stephane Thiell
More... almost 14 years ago
Fix #105: uncaught exceptions in clush due to last clush_excepthook() improvement.
sthiell
as Stephane Thiell
More... almost 14 years ago
Add epydoc.conf
sthiell
as Stephane Thiell
More... almost 14 years ago
Some Epydoc docstring improvements (#67).
sthiell
as Stephane Thiell
More... almost 14 years ago
Release 1.3 RC1.
sthiell
as Stephane Thiell
More... almost 14 years ago
Fix #102: Wrong error type when calling Task.key_retcode(key) Change name of node_rc() to node_retcode() in DistantWorker (but keep an alias), and fix KeyError exception also. Updated tests.
sthiell
as Stephane Thiell
More... almost 14 years ago
Added doc for supported Task set_info/set_default (trac #101)
sthiell
as Stephane Thiell
More... almost 14 years ago
* clush/clubak code sync (trac #89) * updated man clubak(1)
sthiell
as Stephane Thiell
More... almost 14 years ago
Removed obsolete methods _read() and _readerr() in pdsh worker that produced undesired behavior by not raising EOFException when required More... almost 14 years ago
Handle all exceptions in clush_excepthook(), so that exceptions raised from any threads are caught. Fix #93 were an exception was only handled in Main thread.
sthiell
as Stephane Thiell
More... almost 14 years ago
Release 1.3 beta6.
sthiell
as Stephane Thiell
More... almost 14 years ago
Improve "Too many open files" error messages.
sthiell
as Stephane Thiell
More... almost 14 years ago
Fix trac #88 (clush: does not say my copy command is wrong).
sthiell
as Stephane Thiell
More... almost 14 years ago
Fix trac #90 (optional "all" external call when list+map are specified in groups.conf). Updated groups.conf manual.
sthiell
as Stephane Thiell
More... almost 14 years ago
Fix issue when clush --copy (bug introduced when created Display class). Add handling of stderr when performing task.copy() when needed (the default, like task.shell(), is still to merge stderr to stdout). Added tests to check for stdout/stderr separation during task.copy().
sthiell
as Stephane Thiell
More... almost 14 years ago
Release 1.3 beta5.
sthiell
as Stephane Thiell
More... almost 14 years ago
Implement ticket/request #68: "using color in clush output to distinguish node name from their output".
sthiell
as Stephane Thiell
More... almost 14 years ago
Fix trac ticket #61: Increase system soft limits (like open files) when needed. Added a way to setup a excepthook for a Task, so that clush can always catch OSError.
sthiell
as Stephane Thiell
More... about 14 years ago
Add clush -o "raw-ssh-param" example in man clush.
sthiell
as Stephane Thiell
More... about 14 years ago
Improved vim syntax for groups.conf (fixed trac ticket #85 -- thanks AD ;) Prepare sources for release 1.3 beta4.
sthiell
as Stephane Thiell
More... about 14 years ago
Fix trac ticket #69: Do not wait the end of all commands when using -bL. -L is now to use as a live line-gathering switch (only with -b or -B). In some cases, when using -bL, clush's output may differ from previous release.
sthiell
as Stephane Thiell
More... about 14 years ago
Add noreplace flag to %config in spec file in order to install latest config files as .rpmnew, to avoid breaking things in place.
sthiell
as Stephane Thiell
More... about 14 years ago
Fix issue with clush -g/-X group. Release version 1.3 beta3 (1.2.83).
sthiell
as Stephane Thiell
More... about 14 years ago
Update man pages for latest -G / --groupbase addition.
sthiell
as Stephane Thiell
More... about 14 years ago
Add sanity check for -g/-X group[range] which are not supported (use -w @group[range]).
sthiell
as Stephane Thiell
More... about 14 years ago
Added -G, --groupbase to tools (and changed -N, --noprefix in nodeset to avoid conflict with clush -N). This option strips group source prefix (eg. @group instead of @source:group).
sthiell
as Stephane Thiell
More... about 14 years ago
Added nodeset -a, --all (compatible with -s GROUPSOURCE) Fixed clush -a, -g GROUP when using -s GROUPSOURCE Re-updated nodeset man page. Prepare for release 1.3 beta 2.
sthiell
as Stephane Thiell
More... about 14 years ago
Update tool man pages (#58). More doc is still needed about groups support for these tools.
sthiell
as Stephane Thiell
More... about 14 years ago