summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server
Commit message (Collapse)AuthorAgeFilesLines
* improved error messages during failed decryptionChris St. Pierre2012-10-244-12/+15
|
* Update internal probe data at once.Tim Laszlo2012-10-231-13/+10
| | | | | | | When a large number of clients upload probe data at once, the data is occasionally written out before the data is fully populated. This causes writes to fail with KeyErrors on the server and clients to stop running.
* exit gracefully when FAM startup failsChris St. Pierre2012-10-221-3/+7
|
* Git.py - fallback to native git when dulwich not installedJake Davis2012-10-211-1/+11
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* copy probe data when writing probed.xml to avoid race conditionChris St. Pierre2012-10-191-6/+11
|
* BuiltinCore: removed unused import osChris St. Pierre2012-10-181-1/+0
|
* fixed server core instantiation when running in foregroundChris St. Pierre2012-10-181-7/+11
|
* fix return value from _daemonizeChris St. Pierre2012-10-182-0/+2
|
* use daemon.pid[lock]file.PIDLockFile to write PID fileChris St. Pierre2012-10-181-19/+7
|
* CfgLegacyInfo: Move the dict outside of the for loopTim Laszlo2012-10-171-7/+6
|
* assigned Cfg handlers explicit priorities to avoid over-zealous regex matchesChris St. Pierre2012-10-177-3/+36
|
* set up bcfg2-info logging just like bcfg2-adminChris St. Pierre2012-10-172-2/+2
|
* remove remaining calls to Bcfg2.Server.Admin.MetadataCore.__call__Tim Laszlo2012-10-173-3/+0
|
* expanded pylint coverage to Admin modes, removed some old/broken admin modesChris St. Pierre2012-10-1717-400/+160
|
* remove call to super __call__ in minestructTim Laszlo2012-10-161-1/+0
|
* Packages: import error we catchChris St. Pierre2012-10-161-1/+1
|
* Packages: better error handling for GPG key downloadingChris St. Pierre2012-10-161-3/+15
|
* fixed a few straggling perms -> mode changesChris St. Pierre2012-10-154-5/+5
|
* Lint: Migrate Lint to 'mode' attributeSol Jerome2012-10-151-3/+3
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* 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>
* added support for JSON and YAML properties filesChris St. Pierre2012-10-152-32/+209
|
* documented Statistics interfaceChris St. Pierre2012-10-151-3/+5
|
* documented core implementationsChris St. Pierre2012-10-152-18/+63
|
* 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
|
* 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
|
* 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-103-14/+24
|
* Reporting: Make transport configurableTim Laszlo2012-10-101-0/+3
| | | | | | | 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-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: move pickling from base transport to LocalFilesystem transportChris St. Pierre2012-10-091-20/+11
|
* 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
|