summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add prune routinesTim Laszlo2012-10-092-51/+32
|
* fix pylint unit test errorsChris St. Pierre2012-10-093-19/+23
|
* Admin.Reports: Fix django command proxyTim Laszlo2012-10-091-2/+2
|
* Admin.Reports: stop calling __call__ in parent classTim Laszlo2012-10-082-231/+0
|
* Replace DBStats with ReportingTim Laszlo2012-10-081-86/+6
|
* Remove reference to InteractionMetadataTim Laszlo2012-10-081-1/+1
|
* Reporting: add 500 handler backTim Laszlo2012-10-081-0/+2
|
* Reporting: Fix size optionTim Laszlo2012-10-081-1/+1
|
* Remove hardcoded DEBUG = TrueTim Laszlo2012-10-081-1/+0
|
* Remove debug messageTim Laszlo2012-10-081-1/+0
|
* Reporting: Merge new reporting dataTim Laszlo2012-10-0859-1407/+2674
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move reporting data to a new schema Use south for django migrations Add bcfg2-report-collector daemon Conflicts: doc/development/index.txt doc/server/plugins/connectors/properties.txt doc/server/plugins/generators/packages.txt setup.py src/lib/Bcfg2/Client/Tools/SELinux.py src/lib/Bcfg2/Compat.py src/lib/Bcfg2/Encryption.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Admin/Init.py src/lib/Bcfg2/Server/Admin/Reports.py src/lib/Bcfg2/Server/BuiltinCore.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/FileMonitor/Inotify.py src/lib/Bcfg2/Server/Plugin/base.py src/lib/Bcfg2/Server/Plugin/interfaces.py src/lib/Bcfg2/Server/Plugins/Cfg/CfgEncryptedGenerator.py src/lib/Bcfg2/Server/Plugins/FileProbes.py src/lib/Bcfg2/Server/Plugins/Ohai.py src/lib/Bcfg2/Server/Plugins/Packages/Collection.py src/lib/Bcfg2/Server/Plugins/Packages/Source.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py src/lib/Bcfg2/Server/Plugins/Packages/__init__.py src/lib/Bcfg2/Server/Plugins/Probes.py src/lib/Bcfg2/Server/Plugins/Properties.py src/lib/Bcfg2/Server/Reports/backends.py src/lib/Bcfg2/Server/Reports/manage.py src/lib/Bcfg2/Server/Reports/nisauth.py src/lib/Bcfg2/settings.py src/sbin/bcfg2-crypt src/sbin/bcfg2-yum-helper testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProbes.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestSEModules.py
* Metadata: added warnings about bogus profile groupsChris St. Pierre2012-10-041-5/+34
|
* bcfg2-lint: fixed confusion about variables named "errors"Chris St. Pierre2012-10-042-9/+9
|
* fixed bcfg2-lint checking of bundle names with . in themChris St. Pierre2012-10-041-1/+1
|
* improve some error messagesChris St. Pierre2012-10-042-6/+9
|
* SSLServer: check for existing but unreadable cert/key/ca filesChris St. Pierre2012-10-041-57/+58
|
* FileProbes: escape literal % in probe codeChris St. Pierre2012-10-041-2/+2
|
* drop privs options added, works in CherryPyChris St. Pierre2012-10-043-3/+39
|
* Cfg: fixed regexes for handling and ignoring files with different Cfg handlersChris St. Pierre2012-10-031-39/+17
|
* Cfg: fixed some issues with genshi error handlingChris St. Pierre2012-10-031-2/+2
|
* better error reporting for unknown template bundle render failuresChris St. Pierre2012-10-031-3/+3
|
* prompt for locations of bcfg2 keypair in Init, using sane OS defaultsChris St. Pierre2012-10-032-136/+123
|
* fixed default SSL CA cert, which is optionalChris St. Pierre2012-10-031-1/+1
|
* set default paths for ssl certs/keys according to SELinux policyChris St. Pierre2012-10-031-3/+3
|
* fixed determining if selinux modules existChris St. Pierre2012-10-031-0/+7
|
* testsuite: expanded pylint coverageChris St. Pierre2012-10-034-302/+319
|
* fixed missing error when probe download failsChris St. Pierre2012-10-031-0/+1
|
* testsuite: added unit tests for Cfg handlersChris St. Pierre2012-10-027-24/+27
|
* Cfg: deprecated perms="inherit"Chris St. Pierre2012-10-021-0/+2
|
* testsuite: unit tests for Cfg plugin and base handlersChris St. Pierre2012-10-022-101/+126
|
* consistently list ACLs on Path entriesChris St. Pierre2012-10-021-3/+5
|
* if an entry has no acls and its filesystem is mounted noacl, that's not an errorChris St. Pierre2012-09-281-2/+7
|
* Revert "POSIX: make sure to close file handles on temp files"Chris St. Pierre2012-09-281-10/+7
| | | | | | | This reverts commit a51d908d2fb08353c8aae349932c892d42f550c9. The file descriptor is closed when the file object created by os.fdopen goes out of scope.
* YUM: fixed bug in pylint complianceChris St. Pierre2012-09-281-1/+1
|
* wrote unit tests for encryptionChris St. Pierre2012-09-281-10/+13
|
* POSIX: make sure to close file handles on temp filesChris St. Pierre2012-09-281-7/+10
|
* made client runs abort on probe failure, added option to disable thatChris St. Pierre2012-09-283-123/+161
|
* wrote unit tests for PropertiesChris St. Pierre2012-09-271-3/+4
|
* made YUM driver pass pylintChris St. Pierre2012-09-261-256/+272
|
* YUM: driver now records actions to yum.log (#1103)Chris St. Pierre2012-09-261-107/+113
|
* fixed bug with Remove and FindExtra in package toolsChris St. Pierre2012-09-261-13/+8
|
* wrote docs for Bcfg2.CompatChris St. Pierre2012-09-261-35/+20
|
* made full pylint checks the default, expanded pylint coverage to lots of toolsChris St. Pierre2012-09-2615-153/+170
|
* deprecated YUM24 tool, renamed YUMng to YUM, RPMng to RPMChris St. Pierre2012-09-268-2017/+2049
|
* SELinux: Fix incorrect return valueSol Jerome2012-09-251-2/+2
| | | | | | | | Previously, we were not updating the states dict with the correct return value for entries which were dispatched to Install methods via the post_txn_queue. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* SELinux: Check for attribute explicitlySol Jerome2012-09-251-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* SELinux: Do not attempt transaction while lockedSol Jerome2012-09-251-0/+1
| | | | | | | Without this, the code falls through to the rest of the method which attempts to do the install even when there is a transaction lock. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* moved pidfile creation into the server backendsChris St. Pierre2012-09-253-4/+18
|
* updated bcfg2.conf man pageChris St. Pierre2012-09-252-11/+0
|
* various pylint fixesChris St. Pierre2012-09-2523-110/+51
|