7
I Use This!
Very Low Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix trac ticket #62 (User settable separator for clubak).
sthiell
as Stephane Thiell
More... about 14 years ago
Fix trac #78 (clubak: add regroup (-r) support).
sthiell
as Stephane Thiell
More... about 14 years ago
Fix trac #79 (nodeset: add option (-N ?) to not display group source prefix). Also did some improvements in NodeSetGroupTest.py.
sthiell
as Stephane Thiell
More... about 14 years ago
Last commit (r259) also fixed trac ticket #77 (nodeset: add list of group namespaces): adding to ChangeLog.
sthiell
as Stephane Thiell
More... about 14 years ago
Fix trac #74 (nodeset: improve error handling) Fix trac #76 (nodeset do not honor --namespace for fold,expand and count) Renamed option (--namespace, -n) to (--groupsource, -s). Fix erroneous ChangeLog in last commit.
sthiell
as Stephane Thiell
More... about 14 years ago
Fix NodeSet defect when using regroup() on unindexed node. Add tests for nodeset.regroup().
sthiell
as Stephane Thiell
More... about 14 years ago
Some cleanup in doc/extras/vim, added vim syntax file for groups.conf (trac #73). Added nodeattr (genders) node groups binding example.
sthiell
as Stephane Thiell
More... about 14 years ago
Update README file content.
sthiell
as Stephane Thiell
More... about 14 years ago
time shift
sthiell
as Stephane Thiell
More... about 14 years ago
Update library version to 1.3.
sthiell
as Stephane Thiell
More... about 14 years ago
Update nodeset documentation.
sthiell
as Stephane Thiell
More... about 14 years ago
Improve nodeset script syntax error checking.
sthiell
as Stephane Thiell
More... about 14 years ago
Improve NodeSet pickling by adding __getstate__() and __setstate__() methods and removing dependencies to a specific, local resolver.
sthiell
as Stephane Thiell
More... about 14 years ago
Fix clush issue in interactive mode.
sthiell
as Stephane Thiell
More... about 14 years ago
Add -n NAMESPACE option in clush to specify group namespace to use for regrouping nodes. Updated man clush.conf(5)
sthiell
as Stephane Thiell
More... about 14 years ago
Add -r option in clush to "regroup" displayed nodeset.
sthiell
as Stephane Thiell
More... about 14 years ago
Fixed typo in groups.conf, added groups.conf(5) man page, updated ChangeLog and prepare 1.3 beta0 packaging stuffs.
sthiell
as Stephane Thiell
More... about 14 years ago
Node Groups addons for CS1.3 (trac #41): * added external, multiple sources group support to NodeSet using a new helper module NodeUtils (#43) * enhanced parser to support node/nodegroups basic arithmetics (union=, difference=! intersection=& and xor=^) (#44) * added nodeset -r (regroup/reverse) and nodeset -l (list groups) options * modified clush to use new group mechanisms when using -a, -g or -X (-w/-x are automatically compatible with new @group syntax) * added example groups.conf file * added nonreg tests.
sthiell
as Stephane Thiell
More... about 14 years ago
Backport trac #66 fix from 1.2 branch.
sthiell
as Stephane Thiell
More... over 14 years ago
Release 1.2 RC1
sthiell
as Stephane Thiell
More... over 14 years ago
Minor fix in man pages.
sthiell
as Stephane Thiell
More... over 14 years ago
Don't use relative imports.
sthiell
as Stephane Thiell
More... over 14 years ago
Remove old test file. More pylint code cleaning.
sthiell
as Stephane Thiell
More... over 14 years ago
Fix typo. Doh.
sthiell
as Stephane Thiell
More... over 14 years ago
Some more code cleaning. Moved Pdsh specific tests into a specific test file. Added some more pdsh tests based on ssh ones. Added some more misc tests.
sthiell
as Stephane Thiell
More... over 14 years ago
Important code cleaning thanks to pylint. Improved coverage. Removed '../lib' dependency.
sthiell
as Stephane Thiell
More... over 14 years ago
Code cleaning and better exception handling in nodeset.py.
sthiell
as Stephane Thiell
More... over 14 years ago
More improvements on tests coverage (see trac #37). Remove duplicate testWorkerBuffers() test. Remove btw 2 unuseful lines in Task.py.
sthiell
as Stephane Thiell
More... over 14 years ago
Improve tests coverage (trac ticket #37). Fix issue in MsgTree.__getitem__()
sthiell
as Stephane Thiell
More... over 14 years ago
Update documentation.
sthiell
as Stephane Thiell
More... over 14 years ago