summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* SvcTool: fixed some docstrings, code with new ExecutorChris St. Pierre2013-03-221-7/+7
|
* Executor: handle missing commands in a more backwards-compatible wayChris St. Pierre2013-03-221-4/+1
|
* SvcTool: Fix generic check_service to handle missing service commandsChris St. Pierre2013-03-221-1/+4
|
* fixed unit testsChris St. Pierre2013-03-211-2/+1
|
* Merge branch '1.3.2' into maintChris St. Pierre2013-03-211-59/+15
|\ | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Client/Tools/__init__.py src/sbin/bcfg2-test testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/Test__init.py testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIXUsers.py testsuite/Testsrc/test_code_checks.py
| * extended usage of Executor class, added client-side timeout optionsChris St. Pierre2013-02-141-101/+3
| |
| * better Executor class for client toolsChris St. Pierre2013-02-141-43/+95
| |
* | wrote unit tests for base client Tool classesChris St. Pierre2013-02-201-49/+61
|/
* fixed error message from incomplete entry on clientChris St. Pierre2012-12-181-5/+4
|
* fixed debugging output from client external commandsChris St. Pierre2012-12-181-1/+1
|
* fixed interactive service restartsChris St. Pierre2012-12-171-1/+1
|
* doc: wrote devel docs for client tool base objectsChris St. Pierre2012-12-041-98/+349
|
* added builtin support for creating users and groupsChris St. Pierre2012-12-031-0/+1
|
* flush input buffers before accepting stdinChris St. Pierre2012-11-121-0/+6
|
* fixed bug with Remove and FindExtra in package toolsChris St. Pierre2012-09-261-13/+8
|
* made full pylint checks the default, expanded pylint coverage to lots of toolsChris St. Pierre2012-09-261-82/+106
|
* deprecated YUM24 tool, renamed YUMng to YUM, RPMng to RPMChris St. Pierre2012-09-261-1/+2
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-0/+3
|
* added better common walk_packages implementation for python 2.4 and 2.5Chris St. Pierre2012-08-271-17/+3
| | | | | | Conflicts: src/lib/Bcfg2/Client/Tools/__init__.py
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
|
* made logging to syslog configurable and default for all loggingChris St. Pierre2012-08-151-4/+4
|
* POSIX:Chris St. Pierre2012-08-151-18/+31
| | | | | | refactored POSIX tool into multiple files to make it more manageable Added unit tests for POSIX tool and sub-tools fixed ACL handling for filesystems mounted noacl
* Revert "removed Bcfg2.Client.XML abstraction layer since we depend directly ↵Chris St. Pierre2012-08-061-4/+4
| | | | | | on lxml.etree" This reverts commit 913d320ee02d5e16b61a14d97b2b1111d307d0d3.
* removed Bcfg2.Client.XML abstraction layer since we depend directly on ↵Chris St. Pierre2012-08-031-4/+4
| | | | lxml.etree
* added selinux supportChris St. Pierre2012-07-031-4/+19
|
* PY3K: Refactor input codeSol Jerome2012-06-051-5/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* re-rationalized service modes to make them more consistent and granularChris St. Pierre2012-06-051-7/+21
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+353
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>