summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | abstracted encryption support from Properties/CfgPrivateKeyCreator to StructFileChris St. Pierre2013-01-178-92/+81
| | | | |
| | * | | added module-level OptionParser to avoid passing it as an argument or global ↵Chris St. Pierre2013-01-1727-268/+272
| | | | | | | | | | | | | | | | | | | | all over
| * | | | fixed unit tests from mergeChris St. Pierre2013-01-171-3/+2
| | | | |
| * | | | FAM: split loading a new FileMonitor from fetching an existing oneChris St. Pierre2013-01-172-15/+27
| | | | |
| * | | | removed magic groupsChris St. Pierre2013-01-177-98/+10
| | | | |
| * | | | removed deprecated tools: RPMng, YUM24, YUMngChris St. Pierre2013-01-176-514/+14
| | | | |
| * | | | fixed unit testsChris St. Pierre2013-01-175-26/+37
| | | | |
| * | | | added a module-level FAM object to avoid passing it as an argument a billion ↵Chris St. Pierre2013-01-1723-102/+100
| | | | | | | | | | | | | | | | | | | | times
| * | | | removed support for info/:info filesChris St. Pierre2013-01-174-86/+5
| | | | |
| * | | | removed support for .cat/.diff filesChris St. Pierre2013-01-173-79/+1
| | | | |
| * | | | removed mode="inherit" supportChris St. Pierre2013-01-171-7/+0
| | | | |
| * | | | removed deprecated plugins: TGenshi, TCheetah, Account, Hostbase, Snapshots, ↵Chris St. Pierre2013-01-1769-5588/+55
| | | | | | | | | | | | | | | | | | | | Statistics, Editor
| * | | | removed deprecated FAM filemonitorChris St. Pierre2013-01-172-111/+0
| | | | |
| * | | | removed deprecated PostInstall supportChris St. Pierre2013-01-172-19/+3
| | | | |
| * | | | Options: split loading a new OptionParser from fetching an existing parserChris St. Pierre2013-01-171-13/+18
| | | | |
| * | | | StructFile: minor cleanupChris St. Pierre2013-01-171-3/+3
| | | | |
| * | | | abstracted encryption support from Properties/CfgPrivateKeyCreator to StructFileChris St. Pierre2013-01-178-92/+81
| | | | |
| * | | | added module-level OptionParser to avoid passing it as an argument or global ↵Chris St. Pierre2013-01-1727-266/+272
| | | | | | | | | | | | | | | | | | | | all over
* | | | | minor fixes for FAM blockingJason Kincl2013-04-172-1/+2
| | | | |
* | | | | Adding option to force server to wait until all FAM events are processedJason Kincl2013-04-172-0/+10
| | | | |
* | | | | Promote bcfg2-info to have it's own Options dictMichael Fenn2013-03-291-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turns out that CLIENT_COMMON_OPTIONS and SERVER_COMMON_OPTIONS conflict. Adding ppath and max_copies (turns out the latter is also necessary) to the bcfg2-info code directly seemed like a maintenance problem waiting to happen, so I factored that out into a new INFO_COMMON_OPTIONS dict. That will keep any options parsing special cases out of the bcfg2-info code hopefully be more maintainable going forward.
* | | | | Merge branch 'maint'Chris St. Pierre2013-03-253-5/+8
|\ \ \ \ \
| * | | | | Packages: expose full source list via Connector interfaceChris St. Pierre2013-03-251-1/+3
| | | | | |
| * | | | | client: actually return probe data to serverChris St. Pierre2013-03-251-0/+1
| | | | | |
| * | | | | Try to update the ticket #1147DongInn Kim2013-03-231-1/+2
| | | | | |
| * | | | | Added trailing / on MEDIA_URL to get rid of deprecated warningsJon Norman2013-03-231-1/+1
| | | | | |
| * | | | | Reports: Fix deprecated Django settings (reported by jonten)Sol Jerome2013-03-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | | | | Merge branch 'maint'Chris St. Pierre2013-03-2411-39/+156
|\ \ \ \ \ \
| * | | | | | client: actually return probe data to serverChris St. Pierre2013-03-241-0/+1
| |/ / / / /
| * | | | | SvcTool: fixed some docstrings, code with new ExecutorChris St. Pierre2013-03-221-7/+7
| | | | | |
| * | | | | XMLFileBacked: fixed XIncludeChris St. Pierre2013-03-221-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 wayChris St. Pierre2013-03-223-11/+11
| | | | | |
| * | | | | doc: write and use proper sphinx docs for MetadataQuery/ClientMetadata classesChris St. Pierre2013-03-221-11/+104
| | | | | |
| * | | | | Logger: set log handler names in a py <2.6 compatible wayChris St. Pierre2013-03-222-6/+14
| | | | | |
| * | | | | SvcTool: Fix generic check_service to handle missing service commandsChris St. Pierre2013-03-221-1/+4
| | | | | |
| * | | | | Client: fix some OSError tracebacks from commands not foundChris St. Pierre2013-03-213-9/+13
| | | | | |
| * | | | | APT: Prevent traceback for missing packagesSol Jerome2013-03-211-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | | | | more debugging fixesChris St. Pierre2013-03-211-1/+1
| | | | | |
| * | | | | fixed various debugging bitsChris St. Pierre2013-03-212-3/+5
| | | | | |
* | | | | | Merge branch 'maint'Chris St. Pierre2013-03-2146-798/+2109
|\| | | | |
| * | | | | fixed unit testsChris St. Pierre2013-03-213-7/+4
| | | | | |
| * | | | | Merge branch '1.3.2' into maintChris St. Pierre2013-03-2143-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. Pierre2013-03-194-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 methodsChris St. Pierre2013-03-193-1/+24
| | | | | | |
| | * | | | | Executor: better timeout implementationChris St. Pierre2013-03-151-17/+11
| | | | | | |
| | * | | | | added PEP-8 style checks to test suiteChris St. Pierre2013-03-115-5/+10
| | | | | | |
| | * | | | | Reporting: added support for POSIX user/group entriesChris St. Pierre2013-03-083-1/+386
| | | | | | |
| | * | | | | Reporting: added support for various SELinux entriesChris St. Pierre2013-03-085-180/+912
| | | | | | |
| | * | | | | Metadata: fixed typoChris St. Pierre2013-03-081-1/+1
| | | | | | |
| | * | | | | bcfg2-test: added option to spawn multiple child processes to run testsChris St. Pierre2013-02-251-1/+28
| | | | | | |