Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Core: apply FAM blocking option to all commands that start a server | Chris St. Pierre | 2013-07-09 | 1 | -1/+1 |
| | |||||
* | fixed pylint | Chris St. Pierre | 2013-07-03 | 1 | -1/+1 |
| | |||||
* | bcfg2-test: fixed return value | Chris St. Pierre | 2013-07-03 | 1 | -3/+6 |
| | |||||
* | bcfg2-test: Move signal handler | Sol Jerome | 2013-06-26 | 1 | -1/+1 |
| | | | | | | | Code was refactored such that this signal handler got put in the wrong place during the revert. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | bcfg2-test: Fix merge thinko | Sol Jerome | 2013-06-26 | 1 | -5/+4 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Revert "Core: properly handle Ctrl-C" | Sol Jerome | 2013-06-26 | 1 | -0/+17 |
| | | | | | | | | | | | | | | This reverts commit 4568c44372c99ba809826e016680da9b881bd8e8. Trying to handle ^c in the core is difficult and can break STDOUT for interactive programs that invoke the core. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> Conflicts: src/lib/Bcfg2/Server/Core.py src/sbin/bcfg2-test tools/bcfg2-profile-templates.py | ||||
* | bcfg2-test: load plugins on server startup | Chris St. Pierre | 2013-05-01 | 1 | -0/+1 |
| | |||||
* | Merge branch '1.3.2' into maint | Chris St. Pierre | 2013-03-21 | 1 | -30/+183 |
|\ | | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Client/Tools/__init__.py src/sbin/bcfg2-test testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/Test__init.py testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIXUsers.py testsuite/Testsrc/test_code_checks.py | ||||
| * | added PEP-8 style checks to test suite | Chris St. Pierre | 2013-03-11 | 1 | -3/+9 |
| | | |||||
| * | bcfg2-test: added option to spawn multiple child processes to run tests | Chris St. Pierre | 2013-02-25 | 1 | -37/+177 |
| | | |||||
* | | bcfg2-test: apply ignore list to unknown packages | Chris St. Pierre | 2013-03-18 | 1 | -1/+3 |
| | | |||||
* | | bcfg2-test: fixed test for missing bundles | Chris St. Pierre | 2013-03-04 | 1 | -2/+1 |
| | | |||||
* | | bcfg2-test: added checks for missing bundles and unknown packages | Chris St. Pierre | 2013-03-04 | 1 | -0/+14 |
| | | |||||
* | | Core: properly handle Ctrl-C | Chris St. Pierre | 2013-02-25 | 1 | -15/+0 |
|/ | |||||
* | bcfg2-test: test for clients with no entries | Chris St. Pierre | 2013-02-08 | 1 | -0/+3 |
| | |||||
* | fixed unit tests | Chris St. Pierre | 2013-01-29 | 1 | -2/+7 |
| | |||||
* | bcfg2-test: various improvements | Chris St. Pierre | 2013-01-28 | 1 | -11/+40 |
| | | | | | - avoided hang on Ctrl-C - better output formatting and verbosity | ||||
* | expanded pylint coverage | Chris St. Pierre | 2012-09-25 | 1 | -0/+4 |
| | |||||
* | made logging to syslog configurable and default for all logging | Chris St. Pierre | 2012-08-15 | 1 | -1/+1 |
| | |||||
* | fixed bcfg2-lint/bcfg2-test Core instantiation | Chris St. Pierre | 2012-07-22 | 1 | -1/+1 |
| | |||||
* | added CherryPy-based server core | Chris St. Pierre | 2012-07-19 | 1 | -8/+1 |
| | |||||
* | added option groups | Chris St. Pierre | 2012-05-21 | 1 | -14/+6 |
| | |||||
* | Added inotify filemonitor driver | Chris St. Pierre | 2012-05-18 | 1 | -2/+3 |
| | | | | Moved list of files to ignore into config | ||||
* | added ability to disable Cfg file validation | Chris St. Pierre | 2012-05-11 | 1 | -0/+1 |
| | |||||
* | moved plugin-specific configs to main config file; propagate "setup" object ↵ | Chris St. Pierre | 2012-05-11 | 1 | -1/+2 |
| | | | | to server Core | ||||
* | added ability to pass options to nose, ignore tests, test specific clients ↵ | Chris St. Pierre | 2012-04-13 | 1 | -28/+76 |
| | | | | to bcfg2-test | ||||
* | fixed mode of bcfg2-test | Chris St. Pierre | 2012-04-09 | 1 | -0/+0 |
| | |||||
* | Only use a minimal filemonitor for testing | Calen Pennington | 2012-01-16 | 1 | -2/+3 |
| | | | | (cherry picked from commit 18fbd90fb23a7e9c7a79fcfa3e570be45996a043) | ||||
* | Add a tool to build all the client configurations and verify that they ↵ | Calen Pennington | 2011-12-07 | 1 | -0/+67 |
contain no failures |