summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins
Commit message (Expand)AuthorAgeFilesLines
* added bcfg2-lint plugin to check for malformed group namesChris St. Pierre2012-08-151-1/+1
* Core: add database_available flag to allow plugins to see availabilityTim Laszlo2012-08-151-2/+2
* FileProbes creates new entries in Cfg (https://github.com/Bcfg2/bcfg2/issues/38)Chris St. Pierre2012-08-151-4/+4
* Packages is no longer experimentalChris St. Pierre2012-08-151-1/+0
* removed more calls to file()Chris St. Pierre2012-08-153-6/+6
* Merge branch 'tests'Chris St. Pierre2012-08-1512-107/+62
|\
| * print function fixesChris St. Pierre2012-08-151-2/+2
| * added unit tests for EntrySetChris St. Pierre2012-08-143-9/+9
| * added unit tests for INode, InfoNodeChris St. Pierre2012-08-131-19/+2
| * tests and fixes for XMLFileBackedChris St. Pierre2012-08-092-17/+8
| * move MetadataConsistency/RuntimeError exceptions into Plugin.py so we don't d...Chris St. Pierre2012-08-091-34/+25
| * ThreadedStatistics needs to be a Plugin objectChris St. Pierre2012-08-094-11/+5
| * DatabaseBacked interface needs to be a Plugin objectChris St. Pierre2012-08-092-8/+4
| * removed calls to built-in file()/io.FileIO() in favor of read()Chris St. Pierre2012-08-092-7/+7
* | PY3K/PEP8 fixesSol Jerome2012-08-141-7/+3
* | Hostbase: Avoid DeprecationWarningSol Jerome2012-08-122-9/+15
|/
* raise ImportError if missing genshi libs prevent import of TGenshiChris St. Pierre2012-08-071-1/+1
* Merge reporting configuration with main server configurationTim Laszlo2012-08-071-10/+0
* don't encode Packages source lists just to md5sum themChris St. Pierre2012-08-071-1/+1
* Packages: Add missing lxml importSol Jerome2012-08-061-0/+1
* bug fixes from soljChris St. Pierre2012-08-061-1/+1
* SEModules: Fix tracebackSol Jerome2012-08-061-1/+1
* get encoding a better way in packages collection objectsChris St. Pierre2012-08-031-1/+1
* fixed calculation of new packages listChris St. Pierre2012-08-033-1/+21
* fixed yum version support for version="any"Chris St. Pierre2012-08-031-11/+14
* made yum Packages backend support resolving by version (#1112)Chris St. Pierre2012-08-033-24/+106
* fixed location of yum configs to go under Packages cacheChris St. Pierre2012-08-031-5/+1
* improved verbosity of bcfg2-yum-helper when bcfg2-server is run with -vChris St. Pierre2012-08-031-9/+5
* batch up get_group calls in Packages to improve performance (#1101)Chris St. Pierre2012-08-013-13/+33
* made path to Packages cache configurableChris St. Pierre2012-08-011-14/+25
* made ACLs work in info.xmlChris St. Pierre2012-08-012-1/+8
* py3k fix: UserDict -> MutableMappingChris St. Pierre2012-07-312-5/+23
* unified Metadata/DBMetadata pluginsChris St. Pierre2012-07-313-178/+163
* allow merging of undefined groupsChris St. Pierre2012-07-301-3/+3
* fixed repo names for sources that apply globally to all clients (#1120)Chris St. Pierre2012-07-301-2/+7
* Added ability to store probe data in database instead of probed.xmlChris St. Pierre2012-07-301-61/+110
* Metadata and other improvements:Chris St. Pierre2012-07-303-226/+551
* Pkgmgr: missing os importTim Laszlo2012-07-251-0/+1
* import re to fix yum repo naming conflictsChris St. Pierre2012-07-251-0/+1
* Added query b=bundle method to bcfg2-admin.Jake Davis2012-07-241-0/+5
* GroupPatterns improvementsChris St. Pierre2012-07-241-2/+5
* fixed missing os import in GroupPatternsChris St. Pierre2012-07-241-0/+1
* fixed handling of xincluded Metadata filesChris St. Pierre2012-07-201-0/+5
* added CherryPy-based server coreChris St. Pierre2012-07-191-36/+45
* Packages: Make sure essential packages are cachedSol Jerome2012-07-191-4/+8
* made inotify FAM work. i think.Chris St. Pierre2012-07-181-13/+13
* LDAP plugin: special characters in search filters need double escapingTorsten Rehn2012-07-181-1/+1
* bcfg2-lint bug fixesChris St. Pierre2012-07-112-3/+8
* added ServiceCompat plugin for running 1.3 server with 1.2 clientsChris St. Pierre2012-07-111-0/+32
* added feature to allow clients to declare their version to serverChris St. Pierre2012-07-111-6/+29