summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Frame.py
Commit message (Expand)AuthorAgeFilesLines
* Fix pep8 errorsJason Kincl2013-08-301-3/+3
* Client: Add entries processed as important to list of entries whenJason Kincl2013-08-301-2/+4
* Copy xml elements before appending to tree. This prevents modified entries f...Tim Laszlo2013-07-101-1/+2
* Client/Frame: avoid use of lxml-only getparent()Alexander Sulfrian2013-06-291-1/+4
* Revert "Avoid use of lxml-only getparent()"Alexander Sulfrian2013-06-281-10/+9
* Frame: quiet down about experimental pluginsChris St. Pierre2013-06-031-2/+2
* Frame: Remove unused importSol Jerome2013-05-131-1/+1
* Client: Fix interactive promptSol Jerome2013-05-131-9/+1
* fixed bundle names in debugging outputChris St. Pierre2013-05-101-1/+2
* Frame: Print the bundle name (not Element)Sol Jerome2013-05-101-2/+3
* Frame: Left-align entries without a typeSol Jerome2013-04-251-4/+4
* Frame: Sort incorrect entriesSol Jerome2013-04-041-1/+2
* Frame: log modified bundles, fix error messageChris St. Pierre2013-03-291-6/+9
* testsuite: more text fixesChris St. Pierre2013-03-261-1/+1
* testsuite: fixed issues found by latest version of pylintChris St. Pierre2013-03-261-8/+7
* testsuite: fixed issues found by latest version of pep8Chris St. Pierre2013-03-261-14/+14
* Frame: Sort unmanaged entriesSol Jerome2013-02-211-1/+2
* wrote unit tests for base client Tool classesChris St. Pierre2013-02-201-22/+9
* Avoid use of lxml-only getparent()Carl Jackson2013-01-141-9/+10
* added builtin support for creating users and groupsChris St. Pierre2012-12-031-2/+9
* flush input buffers before accepting stdinChris St. Pierre2012-11-121-0/+5
* fixed display of bundles used during client runChris St. Pierre2012-10-261-1/+2
* report bundles in use during client run in debug modeChris St. Pierre2012-10-241-0/+3
* deprecated YUM24 tool, renamed YUMng to YUM, RPMng to RPMChris St. Pierre2012-09-261-5/+10
* expanded pylint coverageChris St. Pierre2012-09-251-73/+98
* bcfg2-crypt: added -I option, made --stdout better, updated man pageChris St. Pierre2012-09-131-6/+2
* fully process decision lists and pre- actions in dryrun mode (#1052)Chris St. Pierre2012-09-041-1/+1
* do not prompt to install entries that are not handled by any tool (#1051)Chris St. Pierre2012-08-201-36/+39
* made logging to syslog configurable and default for all loggingChris St. Pierre2012-08-151-10/+5
* POSIX:Chris St. Pierre2012-08-151-1/+1
* Revert "removed Bcfg2.Client.XML abstraction layer since we depend directly o...Chris St. Pierre2012-08-061-8/+8
* removed Bcfg2.Client.XML abstraction layer since we depend directly on lxml.e...Chris St. Pierre2012-08-031-8/+8
* made -B (skip bundle) mode work with -Q (bundle-quick mode)Chris St. Pierre2012-07-201-3/+5
* added selinux supportChris St. Pierre2012-07-031-23/+53
* Client Stats: Add good entries to the statistics sent to the serverTim Laszlo2012-06-141-1/+3
* added -B (skip bundles) and -Z (skip independent) optionsChris St. Pierre2012-06-061-17/+35
* Remove unused client_version from reportsSol Jerome2012-03-261-1/+0
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+454