summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugin.py
Commit message (Expand)AuthorAgeFilesLines
* Implement GetCurrentEntry api for Statistics and DBStats (prereq for portable...Narayan Desai2008-08-071-1/+1
* add GetCurrentEntry method to StatisticsPluginsNarayan Desai2008-08-061-0/+2
* Add GetExtra plugin stub methodNarayan Desai2008-08-061-0/+4
* support for alternate metadata plugins in viz admin modeAndrew Brestick2008-08-011-2/+2
* added support for alternate metadata plugins in bcfg2-adminAndrew Brestick2008-07-311-1/+9
* move xml statistics over to new typed-plugin system (enables direct-to-django...Narayan Desai2008-07-221-0/+3
* lay groundwork for statistics pluginsNarayan Desai2008-07-221-0/+5
* Fix complete entry delete paths for Cfg/TCheetah/TGenshi (issue reported by S...Narayan Desai2008-07-111-5/+8
* Ignore ae editor temporary filesNarayan Desai2008-07-041-1/+1
* Unicode support (from stousignant) (Resolves Ticket #549)Narayan Desai2008-06-301-4/+7
* Change to typed plugin systemNarayan Desai2008-06-091-14/+25
* Fix tb in case of info.xml file failuresNarayan Desai2008-05-191-0/+4
* Move base data caching es class to Plugin.pyNarayan Desai2008-04-081-0/+13
* Switch SGenshi over to using EntrySet classes as well (SGenshi templates can ...Narayan Desai2008-04-081-6/+7
* Rework bcfg2-admin pullNarayan Desai2008-03-241-1/+1
* make Specificity generically usefulNarayan Desai2008-03-231-19/+24
* new bcfg2-admin pull infrastructureNarayan Desai2008-03-231-3/+5
* Implement EntrySet-level error suppression for non-matching eventsNarayan Desai2008-03-221-3/+3
* Fix race condition (awesome debugging by ritcey)Narayan Desai2008-03-221-1/+2
* Fix Specificity.matches bug and fix es_cls nameNarayan Desai2008-03-211-4/+4
* plugin infrastructure improvementsNarayan Desai2008-03-211-11/+34
* EntrySet infrastructure for Cfg conversionNarayan Desai2008-03-211-13/+27
* Merge in GroupSpool plugin as common code and switch TGenshi to use itNarayan Desai2008-03-211-1/+90
* clean up event handling and handle specificityerrorsNarayan Desai2008-03-211-5/+12
* Implement EntrySet and basic testing for it (mainly from ritcey)Narayan Desai2008-03-211-0/+137
* Clean out dispatch table whenever files change (Resolves Ticket #522) [bugfix]Narayan Desai2008-01-291-0/+1
* First chunk of the Pkgmgr altsrc changes (no affect on existing setups)Narayan Desai2007-08-081-1/+2
* Fix minor pkgmgr XMLSrc bug introduced by info.xml changesNarayan Desai2007-08-081-5/+7
* Implement basic info.xml supportNarayan Desai2007-08-071-5/+7
* Revert mistaken Pkgmgr matchesNarayan Desai2007-08-011-2/+1
* Client side of improved support for binary files in statisticsNarayan Desai2007-08-011-1/+2
* Move logic for repository interactions in bcfg2-admin pull into individual pl...Narayan Desai2007-04-031-0/+10
* Fix remainder of Package-included entries problemsNarayan Desai2007-03-231-3/+2
* Fix child node issues in Pkgmgr (for Ignore/Instance)Narayan Desai2007-03-231-3/+6
* Fix fam state machine (Should resolve Tickets #415)Narayan Desai2007-03-101-1/+1
* Fix syntax error (Resolves Ticket #364)Narayan Desai2007-01-201-1/+1
* Implement file filtering for XMLDirectories (Base, Bundler, Pkgmgr, Rules, Sv...Narayan Desai2007-01-181-5/+12
* Fix negation logicNarayan Desai2007-01-111-2/+2
* Fixes from RickNarayan Desai2007-01-111-2/+2
* Add negated case for Pkgmgr/Svcmgr/RulesNarayan Desai2007-01-111-2/+9
* Implement negation for bundles, base, pkgmgr, svcmgr, and rulesNarayan Desai2007-01-101-2/+6
* Add Plugin-side changes for configuration entry slow-path bindingNarayan Desai2006-12-111-0/+8
* Fix cases where an empty xml file would tank Pkgmgr/Svcmgr/RulesNarayan Desai2006-04-251-8/+9
* * Fix schema validation for host specific service entriesNarayan Desai2006-04-101-26/+51
* Improve error messages for Svc/PkgmgrNarayan Desai2006-04-071-1/+1
* Clean up some error handlingNarayan Desai2006-02-161-16/+19
* minor bugfixesNarayan Desai2006-01-311-1/+4
* Introduce the new logging infrastructure and convert the server (and bcfg2-in...Narayan Desai2006-01-251-21/+16
* last step of repo switchesNarayan Desai2006-01-231-86/+146
* Fix error reporting for parse failuresNarayan Desai2005-12-071-1/+1