summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | made django optional
* 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
| | | | | | | | | | * Added support for Client tag in groups.xml * Added support for nested Group tags in groups.xml * Added support for negated groups in groups.xml * Added DatabaseBacked plugin mixin to easily allow plugins to connect to a database specified in global database settings in bcfg2.conf * Added DBMetadata plugin that uses relational DB to store client records instead of writing to clients.xml
* 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
| | | | | Use re.search() instead of re.match() for more flexible regex Better stringification of pattern objects
* 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
| | | | | | Without this, essential packages are not included in the specification. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* 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
|
* try to get details about a genshi errorChris St. Pierre2012-07-051-4/+61
|
* added selinux supportChris St. Pierre2012-07-031-0/+46
|
* unified [Single]XMLFileBacked, enabled xinclude pretty much everywhereChris St. Pierre2012-06-258-51/+26
|
* fixed changed events in Cfg; stringification of FAM objectsChris St. Pierre2012-06-211-0/+1
|
* added ability to disable Properties write-backChris St. Pierre2012-06-191-20/+28
|
* added automatch to automatically invoke XMLMatch() on Properties filesChris St. Pierre2012-06-191-2/+10
|
* fixed decryption of Properties filesChris St. Pierre2012-06-191-6/+7
|
* fixed typo in Packages end_statistics hookChris St. Pierre2012-06-191-1/+1
|
* merged maintChris St. Pierre2012-06-196-97/+115
|
* added support for encrypting different elements in a single Properties file ↵Chris St. Pierre2012-06-151-15/+14
| | | | with different passphrases
* made bcfg2-lint load lint plugins from server plugins where appropriateChris St. Pierre2012-06-145-2/+211
|
* added end_statistics hook to ClientRunHooks; added calls to Packages and ↵Chris St. Pierre2012-06-122-0/+6
| | | | PuppetENC to clean cache after statistics, too
* added support for Puppet External Node ClassifiersChris St. Pierre2012-06-121-0/+117
|
* converted Trigger to use ClientRunHooks instead of abusing Statistics; fix ↵Chris St. Pierre2012-06-121-28/+37
| | | | major security flaw in Trigger plugin
* converted Packages to use ClientRunHooks instead of abusing GoalValidatorChris St. Pierre2012-06-121-7/+5
|
* Probes: Handle write failures betterTim Laszlo2012-06-061-1/+1
|
* DBStats: Save interaction metadataTim Laszlo2012-06-061-1/+1
| | | | Start saving group and bundle membership for interactions
* added properties element encryptionChris St. Pierre2012-06-062-2/+58
| | | | added bcfg2-crypt utility for encrypting Properties and Cfg files
* PY3K: Refactor input codeSol Jerome2012-06-051-8/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* DBStats: Stop building a ConfigStatistics xmlTim Laszlo2012-06-051-16/+8
| | | | | | Created a load_stat method in impot script. Pass the Statistic data to load_stat instead of building a ConfigStatistics/Node XML root.
* Statistics: missing sys importTim Laszlo2012-06-041-0/+1
|
* DBStats: Add missing sys importSol Jerome2012-06-041-0/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>