summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use safer alternatives to mktemp (Patch from adeason)Sol Jerome2009-01-294-7/+15
* Core fixes from pylintSol Jerome2009-01-291-7/+7
* Properties fixes from pylintNarayan Desai2009-01-281-3/+3
* Fix tb caused by non-string revisionSol Jerome2009-01-281-1/+1
* Add Version plugin typeSol Jerome2009-01-268-52/+108
* Simplify service configuration; make all services use common restart frameworkNarayan Desai2009-01-237-75/+68
* Add Pull Source support to Minestruct (with aggregation of all extra entries)Sol Jerome2009-01-221-1/+6
* Create cachedir if it doesn't existSol Jerome2009-01-221-0/+4
* Fix tb when initializing the Decisions pluginSol Jerome2009-01-211-1/+1
* Remove old properties implementation and hardwiringNarayan Desai2009-01-216-57/+14
* Packages: only kick in on package entriesNarayan Desai2009-01-211-1/+2
* Move properties to the connector interfaceNarayan Desai2009-01-212-3/+33
* Remove plugin initialization debug codeNarayan Desai2009-01-211-1/+1
* Add support for out of tree pluginsNarayan Desai2009-01-211-2/+5
* more error handling for PackagesNarayan Desai2009-01-211-1/+5
* Infrastructure and initial implementation of the Packages pluginNarayan Desai2009-01-215-4/+163
* Revert accidental svn keyword changes and add minor pylint fixesSol Jerome2009-01-154-7/+8
* Uniqify probe returns so that a client only gets the most specific version, a...Narayan Desai2009-01-151-16/+13
* add GBundler plugin (like SGenshi, but works like Bundler)Narayan Desai2009-01-155-9/+52
* Add support for alternate VCS backendsSol Jerome2009-01-1310-31/+60
* Revert dict accesses in APT toolSol Jerome2009-01-131-1/+1
* Add more verbose apt cache mismatch errorsNarayan Desai2009-01-131-2/+7
* Update bcfg2-admin query to use new Core interfaceSol Jerome2009-01-132-3/+3
* SYSV support for version=any (patch from adeason) (Resolves Ticket #632)Narayan Desai2009-01-131-2/+7
* Fall back to auto behavior for APT version=any installation (Resolves Ticket ...Narayan Desai2009-01-131-3/+1
* Improve error message for APT.py when version=any (Resolves Ticket #631)Narayan Desai2009-01-131-0/+2
* Alphabetize clients list in reports so that it looks more saneSol Jerome2009-01-121-1/+1
* Fix tb in bcfg2-admin modesNarayan Desai2009-01-121-2/+0
* Plugin configuration change: all plugins now need to be specified in the plug...Narayan Desai2009-01-124-74/+32
* Fix baseclass orderNarayan Desai2009-01-121-3/+3
* Finish up Pull Source and multi-Statistics codeNarayan Desai2009-01-126-47/+37
* Split pull functionality into PullSource/PullTarget and rebase Cfg and SSHbas...Narayan Desai2009-01-114-11/+12
* Finish up PullSource plugin workNarayan Desai2009-01-103-4/+9
* Finish up Connector API (connector data is now available from metadata.Probes...Narayan Desai2009-01-101-2/+4
* Ignore probed.xml files in the Probes directoryNarayan Desai2009-01-101-0/+1
* More Plugin rework (Structure Validator implementation complete)Narayan Desai2009-01-101-18/+34
* Rework bcfg2-info/showclient to use new metadata interfaceNarayan Desai2009-01-102-15/+17
* Implement generic structure validators and reimplement Deps as oneNarayan Desai2009-01-063-7/+28
* This patch is stage 1 of the plugin capabilities reworkNarayan Desai2009-01-0525-156/+172
* Fix Bcfg2.Options import for admin modesNarayan Desai2008-12-301-1/+3
* Implement metadata connector functionalityNarayan Desai2008-12-249-168/+224
* Update dictionary accesses to work with Python 3.0Sol Jerome2008-12-2225-219/+219
* Add option to view stale hosts in bcfg2-reportsSol Jerome2008-12-211-6/+15
* Warn on missing bundles when using -b (Resolves Ticket #615) [bugfix]Sol Jerome2008-12-211-4/+15
* Properly handle info.xml validation (Resolves Ticket #620) [bugfix]Sol Jerome2008-12-131-1/+3
* Do not stop services in build mode (Partially resolves Ticket #624)Sol Jerome2008-12-111-4/+9
* Merge branch 'tools'Narayan Desai2008-12-101-0/+8
* pylint fixes for client codeNarayan Desai2008-12-0820-47/+47
* Fix TLS error path (Reported by kisielk) (Resolves Ticket #621) [bugfix]Narayan Desai2008-12-031-2/+1
* Fix TCheetah properties (resolves Ticket #613) (confirmed by Gordon Messmer)Narayan Desai2008-12-011-1/+1