summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Plugins: Fix info/:info regexSol Jerome2012-10-151-4/+4
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Plugins: Update builtin plugins to use 'mode' attributeSol Jerome2012-10-1513-28/+27
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* POSIXCompat: Revive compatibility plugin for POSIXSol Jerome2012-10-151-0/+22
| | | | | | | This plugin adds back the perms attribute for older client compatibility. Can be removed in a future release. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* POSIX: Switch from perms to modeSol Jerome2012-10-156-26/+26
| | | | | | | | Bcfg2 has traditionally used the 'perms' attribute to specify the file mode for POSIX entries. Switching to a 'mode' attribute will allow us to be more consistent with other tools as well as POSIX itself. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* log imports when DirectStore is usedTim Laszlo2012-10-151-0/+5
|
* added support for JSON and YAML properties filesChris St. Pierre2012-10-152-32/+209
|
* bcfg2-reports: updated to new schemaTim Laszlo2012-10-152-22/+29
|
* migrate_db: skip db lookup since all should be knownTim Laszlo2012-10-151-3/+6
|
* documented Statistics interfaceChris St. Pierre2012-10-152-12/+52
|
* documented core implementationsChris St. Pierre2012-10-153-90/+109
|
* bcfg2-info: added probes subcommand to list probes for a clientChris St. Pierre2012-10-151-6/+44
|
* wrote sphinx docs for base server CoreChris St. Pierre2012-10-156-120/+421
|
* FileMonitor: removed extraneous messages about handling 0 eventsChris St. Pierre2012-10-151-1/+2
|
* bcfg2-lint: rolled Duplicates plugin into MetadataLintChris St. Pierre2012-10-152-85/+44
|
* Reports.Admin: Update prune for new schemaTim Laszlo2012-10-111-6/+7
|
* Admin.Reports: Add database stats methodTim Laszlo2012-10-111-2/+13
|
* Reversed the count on printStatsTim Laszlo2012-10-111-1/+1
|
* deprecated the Fam FAM (yo dog...)Chris St. Pierre2012-10-111-4/+6
|
* Admin.Reports: Fix printStats decoratorTim Laszlo2012-10-111-13/+10
|
* un-break FAM. d'ohChris St. Pierre2012-10-111-1/+1
|
* wrote FAM docsChris St. Pierre2012-10-115-52/+340
|
* RPM driver: fixed querying config options when the deprecated RPMng driver ↵Chris St. Pierre2012-10-111-0/+1
| | | | is used
* Change the default base for sqlite dbs to SERVER_REPOSITORY/etc/Tim Laszlo2012-10-111-1/+1
|
* Lower reporting_file_limit to match 1.2, move web_prefix to reporting sectionTim Laszlo2012-10-111-2/+3
|
* fixed docs for Apt and Pac collections. can haz sphinx 1.1 yet?Chris St. Pierre2012-10-113-1/+27
|
* Packages: updated pulp repo handling to latest Pulp v1 APIChris St. Pierre2012-10-114-16/+157
|
* Added launchd support for osx 10.7, 10.8Luke Cyca2012-10-101-2/+1
|
* Ignore non-package lines in macports outputLuke Cyca2012-10-101-0/+4
|
* Statistics: ignore pylint errorChris St. Pierre2012-10-101-1/+2
|
* XMLFileBacked: clarified docs on __identifier__Chris St. Pierre2012-10-101-7/+28
|
* Packages: added stats trackingChris St. Pierre2012-10-105-4/+22
|
* moved track_statistics to plugin helpers to make it usable by pluginsChris St. Pierre2012-10-102-30/+40
|
* added module-level Bcfg2.Statistics object for easier trackingChris St. Pierre2012-10-104-15/+27
|
* Reporting: Make transport configurableTim Laszlo2012-10-104-2/+22
| | | | | | | Add routines to the setup to handle alternate transports. Make the default for new installs LocalFilesystem and existing installs DirectStore. Raise an error is DirectStore is used when loading bcfg-report-collector
* bcfg2-report-collector: Raise SystemExit instead of SystemErrorTim Laszlo2012-10-101-2/+2
| | | | This is causing a hang on shutdown when not daemonized.
* bcfg2-lint: shut down server core when done running server lint pluginsChris St. Pierre2012-10-091-4/+7
|
* bcfg2-lint: check for duplicate groups defined in MetadataChris St. Pierre2012-10-091-1/+22
|
* Admin.Reports: Map syncdb to update as the migration command is now required ↵Tim Laszlo2012-10-091-3/+5
| | | | with south
* create directory containing pidfile in bcfg2-server itselfChris St. Pierre2012-10-091-0/+12
|
* bcfg2-admin: fixed syncdbChris St. Pierre2012-10-091-4/+2
|
* ThreadedStatistics: removed unused error catchingChris St. Pierre2012-10-091-11/+6
|
* Reporting: all Transports use subdirectories of Reporting plugin directory ↵Chris St. Pierre2012-10-091-1/+1
| | | | instead of creating their own plugin directories
* Reporting: added DirectStore transport that stores interactions directly in ↵Chris St. Pierre2012-10-092-1/+119
| | | | the storage backend
* Reporting: move pickling from base transport to LocalFilesystem transportChris St. Pierre2012-10-093-33/+31
|
* Reporting: made plugin produce errors if South is not installedChris St. Pierre2012-10-091-0/+12
|
* fixed more pylint checksChris St. Pierre2012-10-092-27/+33
|
* 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
|