Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testsuite: fixed issues found by latest version of pep8 | Chris St. Pierre | 2013-03-26 | 47 | -193/+181 |
| | |||||
* | Metadata: fixed setting default group when appropriate | Chris St. Pierre | 2013-03-26 | 1 | -32/+36 |
| | |||||
* | Metadata: apply default group consistently on first and subsequent client runs | Chris St. Pierre | 2013-03-26 | 1 | -0/+5 |
| | |||||
* | bcfg2-lint: only check clients.xml things if clients.xml is in use | Chris St. Pierre | 2013-03-26 | 1 | -0/+9 |
| | |||||
* | bcfg2-lint: added check to ensure that default group is a profile group | Chris St. Pierre | 2013-03-26 | 1 | -1/+13 |
| | |||||
* | Metadata: better stringification of ClientMetadata objects for debugging | Chris St. Pierre | 2013-03-26 | 1 | -0/+5 |
| | |||||
* | Handle FAM monitor failures more gracefully: | Chris St. Pierre | 2013-03-25 | 13 | -101/+91 |
| | | | | | | | | | * Where possible, create the file or directory that is about to be monitored. This ensures that content can be added later without need to restart Bcfg2. (Otherwise, adding the monitor would fail, and so when you did create the file in question, bcfg2-server would never be notified of it.) * When not possible, give better error messages. | ||||
* | Packages: add and expose get_config() function to get configs for other hosts | Chris St. Pierre | 2013-03-25 | 2 | -2/+11 |
| | |||||
* | Revert "Packages: expose full source list via Connector interface" | Chris St. Pierre | 2013-03-25 | 1 | -3/+1 |
| | | | | This reverts commit fe7a3e9c7a7d66cccbd825465cefcf88165a0c3a. | ||||
* | Revert "Packages: properly implemented deepcopy() for PackagesSources objects" | Chris St. Pierre | 2013-03-25 | 4 | -59/+4 |
| | | | | This reverts commit 432f448983ff27452d82d62314d91c942f31bce5. | ||||
* | Packages: properly implemented deepcopy() for PackagesSources objects | Chris St. Pierre | 2013-03-25 | 4 | -4/+59 |
| | |||||
* | Packages: expose full source list via Connector interface | Chris St. Pierre | 2013-03-25 | 1 | -1/+3 |
| | |||||
* | client: actually return probe data to server | Chris St. Pierre | 2013-03-25 | 1 | -0/+1 |
| | |||||
* | Try to update the ticket #1147 | DongInn Kim | 2013-03-23 | 1 | -1/+2 |
| | |||||
* | Added trailing / on MEDIA_URL to get rid of deprecated warnings | Jon Norman | 2013-03-23 | 1 | -1/+1 |
| | |||||
* | Reports: Fix deprecated Django settings (reported by jonten) | Sol Jerome | 2013-03-22 | 1 | -2/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | SvcTool: fixed some docstrings, code with new Executor | Chris St. Pierre | 2013-03-22 | 1 | -7/+7 |
| | |||||
* | XMLFileBacked: fixed XInclude | Chris St. Pierre | 2013-03-22 | 1 | -0/+1 |
| | | | | | | | | Clear out "extras" when each event is handled to ensure that we start fresh. Failure to do so prevents the wildcard XInclude munging to work, so the first time an event is processed everything is fine; but when subsequent events are processed, _follow_xincludes() thinks that each xinclude tag has already been munged and only removes it. | ||||
* | Executor: handle missing commands in a more backwards-compatible way | Chris St. Pierre | 2013-03-22 | 3 | -11/+11 |
| | |||||
* | doc: write and use proper sphinx docs for MetadataQuery/ClientMetadata classes | Chris St. Pierre | 2013-03-22 | 1 | -11/+104 |
| | |||||
* | Logger: set log handler names in a py <2.6 compatible way | Chris St. Pierre | 2013-03-22 | 2 | -6/+14 |
| | |||||
* | SvcTool: Fix generic check_service to handle missing service commands | Chris St. Pierre | 2013-03-22 | 1 | -1/+4 |
| | |||||
* | Client: fix some OSError tracebacks from commands not found | Chris St. Pierre | 2013-03-21 | 3 | -9/+13 |
| | |||||
* | APT: Prevent traceback for missing packages | Sol Jerome | 2013-03-21 | 1 | -2/+7 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | more debugging fixes | Chris St. Pierre | 2013-03-21 | 1 | -1/+1 |
| | |||||
* | fixed various debugging bits | Chris St. Pierre | 2013-03-21 | 2 | -3/+5 |
| | |||||
* | fixed unit tests | Chris St. Pierre | 2013-03-21 | 3 | -7/+4 |
| | |||||
* | Merge branch '1.3.2' into maint | Chris St. Pierre | 2013-03-21 | 43 | -779/+2057 |
|\ | | | | | | | | | | | | | | | | | 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 | ||||
| * | Debug improvements: | Chris St. Pierre | 2013-03-19 | 4 | -10/+73 |
| | | | | | | | | | | | | * Added (set|toggle)_core_debug RMI methods to set debugging in the core * Enable plugin debugging when run with -d * Allow enabling debugging on Reporting plugin before threads have started | ||||
| * | Core: added more debug logging for core methods | Chris St. Pierre | 2013-03-19 | 3 | -1/+24 |
| | | |||||
| * | Executor: better timeout implementation | Chris St. Pierre | 2013-03-15 | 1 | -17/+11 |
| | | |||||
| * | added PEP-8 style checks to test suite | Chris St. Pierre | 2013-03-11 | 5 | -5/+10 |
| | | |||||
| * | Reporting: added support for POSIX user/group entries | Chris St. Pierre | 2013-03-08 | 3 | -1/+386 |
| | | |||||
| * | Reporting: added support for various SELinux entries | Chris St. Pierre | 2013-03-08 | 5 | -180/+912 |
| | | |||||
| * | Metadata: fixed typo | Chris St. Pierre | 2013-03-08 | 1 | -1/+1 |
| | | |||||
| * | bcfg2-test: added option to spawn multiple child processes to run tests | Chris St. Pierre | 2013-02-25 | 1 | -1/+28 |
| | | |||||
| * | extended usage of Executor class, added client-side timeout options | Chris St. Pierre | 2013-02-14 | 6 | -143/+204 |
| | | |||||
| * | better Executor class for client tools | Chris St. Pierre | 2013-02-14 | 20 | -409/+378 |
| | | |||||
| * | Metadata: process default client bootstrap mode properly | Chris St. Pierre | 2013-02-14 | 1 | -8/+7 |
| | | |||||
| * | Metadata: allowed setting global default authentication type | Chris St. Pierre | 2013-02-14 | 2 | -21/+19 |
| | | |||||
| * | moved common file locking code into Bcfg2.Utils | Chris St. Pierre | 2013-02-14 | 3 | -16/+16 |
| | | |||||
| * | abstracted similar digit range classes in POSIXUsers/GroupPatterns into ↵ | Chris St. Pierre | 2013-02-14 | 3 | -62/+73 |
| | | | | | | | | Bcfg2.Utils | ||||
| * | added support for wildcard XInclude in XMLFileBacked | Chris St. Pierre | 2013-02-14 | 1 | -11/+20 |
| | | |||||
* | | expose Inotify debugging via XML-RPC | Chris St. Pierre | 2013-03-21 | 1 | -0/+19 |
| | | |||||
* | | more consistent XML-RPC debug calls for FAM | Chris St. Pierre | 2013-03-21 | 1 | -4/+10 |
| | | |||||
* | | added XML-RPC RMI capabilities to FileMonitor objects | Chris St. Pierre | 2013-03-21 | 3 | -10/+21 |
| | | |||||
* | | Version bump to 1.3.1v1.3.1 | Sol Jerome | 2013-03-21 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | Inotify: produce better error when watching non-existent directory or file ↵ | Chris St. Pierre | 2013-03-20 | 1 | -0/+4 |
| | | | | | | | | in such | ||||
* | | fixed some pylint errors | Chris St. Pierre | 2013-03-19 | 2 | -7/+7 |
| | | |||||
* | | Admin/Init: Fix traceback due to missing import | Sol Jerome | 2013-03-19 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> |