summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Core.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch over to more Options usage and complete tests (everything appears to w...Narayan Desai2007-12-311-11/+19
* Settings class to remove redundant code for parsing config file.Robert Gogolok2007-12-301-11/+12
* Remove all vestiges of server-side toolset, it hasn't been used since 0.8.5 (...Narayan Desai2007-12-281-1/+0
* make Core.py produce more error messages with plugin load failures (from GP) ...Narayan Desai2007-11-021-2/+2
* make Core.py more tolerant of spaces in bcfg2.conf (Resolves Ticket #488)Narayan Desai2007-11-021-2/+2
* Add altsrc crosscheckingNarayan Desai2007-08-261-0/+12
* Add a realname attribute in altsrc bound entries and add TCheetah supportNarayan Desai2007-07-231-0/+2
* Fix altsrcNarayan Desai2007-07-201-1/+3
* Implement altsrc support, fix humorous misspelling of instantiationNarayan Desai2007-07-191-1/+15
* gamin: don't crash on evebn GAMMovedRobert Gogolok2007-06-081-2/+2
* Fix error upon client metadata resolution errors (Reported by Pedro)Narayan Desai2006-12-281-1/+2
* Fix failures for servers with no active structures (Resolves Ticket #324)Narayan Desai2006-12-111-1/+1
* Add backup configuration entry binding mechanism for entry pattern handling (...Narayan Desai2006-12-111-2/+5
* Metadata changes part 3Narayan Desai2006-11-221-2/+3
* Part 1 of metadata changesNarayan Desai2006-11-221-7/+2
* Fix case where generators or structures line in cf file are empty (Resolves T...Narayan Desai2006-11-211-0/+1
* Make the configuration file permanently accessibleNarayan Desai2006-09-281-7/+7
* Fix typoNarayan Desai2006-09-151-1/+1
* Implement upstream event suppression with logging (Resolves Ticket #111)Narayan Desai2006-09-151-4/+12
* Add basic dependency processing codeNarayan Desai2006-07-101-0/+5
* Fix revision handing code when things don't workNarayan Desai2006-06-301-3/+5
* enable entry binding of SymLink, Directory, and Permissions entriesNarayan Desai2006-04-101-1/+1
* * Add error handling for svn revision checkNarayan Desai2006-03-301-4/+9
* * Fix fam integration with svnNarayan Desai2006-03-291-6/+3
* * Implement configuration specification revision passing between client and ...Narayan Desai2006-03-171-1/+1
* * Implement svn repository revision detectionNarayan Desai2006-03-171-1/+17
* Supress fam events for subversion directories.Narayan Desai2006-02-221-0/+6
* Introduce the new logging infrastructure and convert the server (and bcfg2-in...Narayan Desai2006-01-251-46/+33
* last step of repo switchesNarayan Desai2006-01-231-11/+7
* change to event coalescingNarayan Desai2005-12-011-28/+71
* Handle fam event processing failures, and fix another case where xml comments...Narayan Desai2005-12-011-20/+16
* add timing info to fam/gaminNarayan Desai2005-11-281-1/+11
* switch to lxmlNarayan Desai2005-11-121-1/+1
* kill metadata pathNarayan Desai2005-11-091-3/+3
* one char typoNarayan Desai2005-10-241-1/+1
* add in Gamin supportNarayan Desai2005-10-181-5/+79
* remove debug junkNarayan Desai2005-09-121-2/+3
* Report offenders when multiple generators offer the same config entriesNarayan Desai2005-09-081-26/+10
* finish switch to new plugin APINarayan Desai2005-09-071-44/+30
* Auto mergedNarayan Desai2005-09-071-36/+17
* add support for Cron and Stats writeback to Core.ServiceNarayan Desai2005-09-071-0/+17
* fix PermissionsNarayan Desai2005-08-021-1/+1
* make PostInstall elements not bindNarayan Desai2005-06-291-1/+1
* add permission to unbound typesNarayan Desai2005-06-291-1/+1
* fix error messageNarayan Desai2005-06-221-4/+8
* add CoreInitError and add error handling for the "no metadata" caseNarayan Desai2005-02-011-2/+9
* incorporate Bcfg2Server code into Core for easier instantiationNarayan Desai2005-01-311-9/+55