summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Client/Tools: Report the version of extra packages as current_version.Alexander Sulfrian2015-02-191-1/+2
* Pylint fixes for pylint 0.28Chris St. Pierre2015-02-171-5/+5
* Bcfg2/Client: do not catch KeyboardInterruptAlexander Sulfrian2014-11-251-0/+2
* Merge branch 'maint'Alexander Sulfrian2014-11-121-1/+19
|\
| * Tools: Fix install of non-whitelisted servicesSol Jerome2014-10-291-2/+20
* | Pylint/PEP8 fixesSol Jerome2013-09-061-1/+1
* | Merge branch 'maint'Sol Jerome2013-09-011-2/+3
|\|
| * Client: Don't modify running services if ignoredSol Jerome2013-08-121-2/+3
* | testsuite: fixed more unit testsChris St. Pierre2013-08-121-3/+0
* | Merge branch 'options-rewrite'Chris St. Pierre2013-08-081-16/+25
|\ \
| * | Options: migrated client drivers to new parserChris St. Pierre2013-06-271-16/+25
|/ /
* | Merge branch 'maint'Sol Jerome2013-06-021-0/+16
|\|
| * Services: Add new bootstatus attributeSol Jerome2013-06-021-0/+16
* | Merge branch '1.4.x'Chris St. Pierre2013-04-231-57/+49
|\ \ | |/ |/|
| * removed in-place modification of "states" dict in client toolsChris St. Pierre2013-02-211-45/+41
| * removed passing setup and logger objects between client toolsChris St. Pierre2013-02-201-11/+9
| * fixed unit tests for mergeChris St. Pierre2013-02-201-1/+1
| * Merge branch 'master' into 1.4.xChris St. Pierre2013-02-201-46/+58
| |\
| * | 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
* | | 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