summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Client.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '1.4.x'Chris St. Pierre2013-04-231-18/+15
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1/+1
| |
| * removed passing setup and logger objects between client toolsChris St. Pierre2013-02-201-4/+1
| |
| * extended usage of Executor class, added client-side timeout optionsChris St. Pierre2013-02-141-9/+9
| |
| * moved common file locking code into Bcfg2.UtilsChris St. Pierre2013-02-141-6/+4
| |
| * moved some libraries in Bcfg2/ into more specific (Server/ or Client/) placesChris St. Pierre2013-02-051-11/+11
| |
| * added module-level OptionParser to avoid passing it as an argument or global ↵Chris St. Pierre2013-01-171-2/+2
| | | | | | | | all over
* | client: actually return probe data to serverChris St. Pierre2013-03-241-0/+1
| |
* | extended usage of Executor class, added client-side timeout optionsChris St. Pierre2013-02-141-9/+9
| |
* | moved common file locking code into Bcfg2.UtilsChris St. Pierre2013-02-141-6/+4
|/
* added builtin support for creating users and groupsChris St. Pierre2012-12-031-2/+2
|
* fixed typos in error messageChris St. Pierre2012-11-141-3/+3
|
* fixed client lock checkChris St. Pierre2012-11-131-5/+9
|
* fixed tests on new client classChris St. Pierre2012-10-171-1/+3
|
* added bcfg2_local.py, a tool to run bcfg2 against a local specificationChris St. Pierre2012-10-171-0/+327