summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server
Commit message (Collapse)AuthorAgeFilesLines
* Reporting: made plugin produce errors if South is not installedChris St. Pierre2012-10-091-0/+12
|
* fixed more pylint checksChris St. Pierre2012-10-091-22/+22
|
* Add prune routinesTim Laszlo2012-10-091-50/+14
|
* fix pylint unit test errorsChris St. Pierre2012-10-091-5/+6
|
* Admin.Reports: Fix django command proxyTim Laszlo2012-10-091-2/+2
|
* Admin.Reports: stop calling __call__ in parent classTim Laszlo2012-10-081-1/+0
|
* Replace DBStats with ReportingTim Laszlo2012-10-081-86/+6
|
* Remove debug messageTim Laszlo2012-10-081-1/+0
|
* Reporting: Merge new reporting dataTim Laszlo2012-10-0843-3204/+309
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-041-8/+8
|
* fixed bcfg2-lint checking of bundle names with . in themChris St. Pierre2012-10-041-1/+1
|
* FileProbes: escape literal % in probe codeChris St. Pierre2012-10-041-2/+2
|
* drop privs options added, works in CherryPyChris St. Pierre2012-10-042-2/+6
|
* 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
|
* testsuite: expanded pylint coverageChris St. Pierre2012-10-033-85/+106
|
* 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
|
* made client runs abort on probe failure, added option to disable thatChris St. Pierre2012-09-281-8/+19
|
* wrote unit tests for PropertiesChris St. Pierre2012-09-271-3/+4
|
* moved pidfile creation into the server backendsChris St. Pierre2012-09-253-4/+18
|
* various pylint fixesChris St. Pierre2012-09-2518-103/+49
|
* testsuite: fix path in pylint testsChris St. Pierre2012-09-251-1/+1
|
* misc. minor bug fixesChris St. Pierre2012-09-253-12/+15
|
* expanded pylint coverageChris St. Pierre2012-09-2510-204/+311
|
* fixed tests for pylint changesChris St. Pierre2012-09-252-16/+17
|
* more pylint checksChris St. Pierre2012-09-253-75/+90
|
* made json optional againChris St. Pierre2012-09-253-4/+25
|
* expanded pylint testsChris St. Pierre2012-09-2512-287/+335
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-2553-702/+785
|
* bcfg2-admin: Switch to pseudo file monitorTim Laszlo2012-09-241-1/+3
|
* bcfg2-admin: Blacklist unused plugins in query modeTim Laszlo2012-09-241-0/+2
| | | | | | When the server has high iowait the Cfg and Packages plugins can slow the bcfg2-admin query command down. This blacklists them. Also DBStats is unused and can cause problems due to the threading.
* Web Reports: Remove unnecessary comparison in config_items/item.htmlTim Laszlo2012-09-211-1/+1
| | | | The != operator isn't really necessary for unpruned. Also breaks compatability with older versions of django.
* Packages: deprecated magic groups, disabled by defaultChris St. Pierre2012-09-212-2/+10
|
* Encryption: improved docs, made algorithm configurableChris St. Pierre2012-09-204-48/+76
|
* Packages: Fixed urls property of YumSourceChris St. Pierre2012-09-201-2/+4
|
* Packages: fixed reload on server startupChris St. Pierre2012-09-202-8/+11
|
* Packages: fixed process_files() used to process Apt and Pacman metadataChris St. Pierre2012-09-201-22/+22
|
* Packages: fixed unknown_filterChris St. Pierre2012-09-202-18/+32
|
* fixed bug in yum conversion to package tuplesChris St. Pierre2012-09-201-2/+2
|
* documented packages backendsChris St. Pierre2012-09-206-123/+431
|
* documented PackagesSourcesChris St. Pierre2012-09-209-212/+260
|
* documented Packages base classChris St. Pierre2012-09-205-61/+227
|
* Source fully documentedChris St. Pierre2012-09-206-117/+439
|
* deduplicated Packages code, more docsChris St. Pierre2012-09-205-140/+130
|
* development docs for Packages: Collection docs writtenChris St. Pierre2012-09-206-186/+471
|