summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Tools: Fix install of non-whitelisted servicesSol Jerome2014-10-291-2/+20
* Client: Don't modify running services if ignoredSol Jerome2013-08-121-2/+3
* Services: Add new bootstatus attributeSol Jerome2013-06-021-0/+16
* 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
|\
| * 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
* 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
* Revert "removed Bcfg2.Client.XML abstraction layer since we depend directly o...Chris St. Pierre2012-08-061-4/+4
* removed Bcfg2.Client.XML abstraction layer since we depend directly on lxml.e...Chris St. Pierre2012-08-031-4/+4
* added selinux supportChris St. Pierre2012-07-031-4/+19
* PY3K: Refactor input codeSol Jerome2012-06-051-5/+2
* 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