summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Frame.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '1.4.x'Chris St. Pierre2013-04-231-32/+52
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: debian/bcfg2-server.install doc/server/plugins/grouping/metadata.txt src/lib/Bcfg2/Client/Client.py src/lib/Bcfg2/Client/Tools/Portage.py src/lib/Bcfg2/Client/Tools/RcUpdate.py src/lib/Bcfg2/Client/Tools/YUM24.py src/lib/Bcfg2/Client/Tools/__init__.py src/lib/Bcfg2/Client/Tools/launchd.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/Plugin/helpers.py src/lib/Bcfg2/Server/Plugins/Metadata.py src/lib/Bcfg2/Server/models.py src/lib/Bcfg2/Utils.py src/sbin/bcfg2-info src/sbin/bcfg2-test testsuite/Testsrc/Testlib/TestClient/TestTools/Test_init.py testsuite/Testsrc/test_code_checks.py
| * removed in-place modification of "states" dict in client toolsChris St. Pierre2013-02-211-6/+10
| |
| * removed passing setup and logger objects between client toolsChris St. Pierre2013-02-201-4/+6
| |
| * Merge branch 'master' into 1.4.xChris St. Pierre2013-02-201-22/+9
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/appendix/contributors.txt schemas/bundle.xsd src/lib/Bcfg2/Client/Tools/__init__.py src/lib/Bcfg2/Server/Encryption.py src/lib/Bcfg2/Server/Lint/Genshi.py src/lib/Bcfg2/Server/Plugins/Bundler.py src/lib/Bcfg2/Server/Plugins/Decisions.py src/lib/Bcfg2/Server/Plugins/TemplateHelper.py src/sbin/bcfg2-test testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/Test__init.py testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIXUsers.py testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProperties.py tools/bcfg2-profile-templates.py
| * | made Action entries in Independent structures run with when="always"Chris St. Pierre2013-02-081-24/+38
| | |
* | | Frame: Sort unmanaged entriesSol Jerome2013-02-211-1/+2
| |/ |/| | | | | | | | | Thanks Chris for the lambda magic. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | 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
| | | | | | 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-8/+8
| | | | | | on lxml.etree" This reverts commit 913d320ee02d5e16b61a14d97b2b1111d307d0d3.
* removed Bcfg2.Client.XML abstraction layer since we depend directly on ↵Chris St. Pierre2012-08-031-8/+8
| | | | lxml.etree
* 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
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+454
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>