summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Core.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Fam supportNarayan Desai2009-06-241-1/+3
* Core: Fix statistics related server tracebackNarayan Desai2009-06-231-4/+1
* Metadata: Implement query interfaceNarayan Desai2009-06-191-1/+1
* Implement zultron's inter-client metadata stuffNarayan Desai2009-06-181-0/+1
* Pull out hashlib for the momentNarayan Desai2009-05-291-8/+0
* Add back updates for VCS pluginsSol Jerome2009-05-151-0/+4
* Merge xmlrpc interfaces with Bcfg2.Server.CoreNarayan Desai2009-05-151-19/+151
* Implement reporting for deprecated plugins, improve reporting for experimenta...Narayan Desai2009-05-071-4/+13
* Make time logging uniformNarayan Desai2009-05-071-1/+1
* start passing bind failure information to clientsNarayan Desai2009-02-181-0/+3
* Split out connector interface to allow for additional data generation based o...Narayan Desai2009-02-021-3/+5
* Core fixes from pylintSol Jerome2009-01-291-7/+7
* Fix tb caused by non-string revisionSol Jerome2009-01-281-1/+1
* Add Version plugin typeSol Jerome2009-01-261-44/+6
* Remove plugin initialization debug codeNarayan Desai2009-01-211-1/+1
* Add support for out of tree pluginsNarayan Desai2009-01-211-2/+5
* Infrastructure and initial implementation of the Packages pluginNarayan Desai2009-01-211-1/+1
* add GBundler plugin (like SGenshi, but works like Bundler)Narayan Desai2009-01-151-4/+10
* Add support for alternate VCS backendsSol Jerome2009-01-131-8/+30
* Plugin configuration change: all plugins now need to be specified in the plug...Narayan Desai2009-01-121-45/+22
* Finish up Pull Source and multi-Statistics codeNarayan Desai2009-01-121-18/+20
* More Plugin rework (Structure Validator implementation complete)Narayan Desai2009-01-101-18/+34
* Implement generic structure validators and reimplement Deps as oneNarayan Desai2009-01-061-4/+10
* This patch is stage 1 of the plugin capabilities reworkNarayan Desai2009-01-051-10/+9
* Implement metadata connector functionalityNarayan Desai2008-12-241-9/+22
* Update dictionary accesses to work with Python 3.0Sol Jerome2008-12-221-3/+3
* Harden file monitoring option handling (Resolves Ticket #611 and reresolves #...Narayan Desai2008-11-131-0/+3
* Implement the balance of decision mode support (tested and working)Narayan Desai2008-10-081-0/+10
* Make file monitor selectableNarayan Desai2008-09-091-3/+5
* Created working static fam infrastructure for Ticket #536James Yang2008-08-081-179/+4
* Ignore events for emacs tmp files (Patch from f.pauget) (Resolves Ticket #589)Narayan Desai2008-08-051-1/+1
* Fix empty plugin list core tbNarayan Desai2008-08-041-8/+14
* remove null plugin from plugin list as well as structures and generatorsNarayan Desai2008-07-291-1/+1
* Implement support for non-configuration pluginsNarayan Desai2008-07-281-8/+8
* move xml statistics over to new typed-plugin system (enables direct-to-django...Narayan Desai2008-07-221-3/+11
* added support for alternate metadata plugin (BB plugin)Andrew Brestick2008-07-151-21/+29
* Unicode support (from stousignant) (Resolves Ticket #549)Narayan Desai2008-06-301-1/+2
* Remove debug code (Patch from jcollie)Narayan Desai2008-06-101-2/+0
* Change to typed plugin systemNarayan Desai2008-06-091-16/+31
* Fix bcfg2-info failure if no repo has been created (Resolves Ticket #556)Narayan Desai2008-05-221-1/+4
* Fix TCheetah when psyco is used (Completely resolve Ticket #559)Narayan Desai2008-05-161-5/+5
* Disable psyco due to Cheetah problems (Resolves Ticket #559)Narayan Desai2008-05-141-5/+5
* Fix svn use in alternative locales (Patch from GP) (Resolves Ticket #538) [bu...Narayan Desai2008-04-081-1/+1
* Initial BoundEntry supportNarayan Desai2008-03-241-0/+3
* Remove dead codeNarayan Desai2008-03-221-17/+0
* Add FIXMENarayan Desai2008-03-221-0/+1
* Implement filesystem event debugging in bcfg2-info (new command event_debug)Narayan Desai2008-03-221-12/+23
* deprecate PostInstalls (in schemas and Core.py) -- Actions can be used insteadNarayan Desai2008-03-091-1/+1
* Add psyco support to the server core (speeds up operations ~40% for simple te...Narayan Desai2008-03-091-0/+6
* Pull internal option parsing out of CoreNarayan Desai2008-01-081-16/+4