summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Core.py
Commit message (Collapse)AuthorAgeFilesLines
* Created working static fam infrastructure for Ticket #536James Yang2008-08-081-179/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4875 ce84e21b-d406-0410-9b95-82705330c041
* Ignore events for emacs tmp files (Patch from f.pauget) (Resolves Ticket #589)Narayan Desai2008-08-051-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4853 ce84e21b-d406-0410-9b95-82705330c041
* Fix empty plugin list core tbNarayan Desai2008-08-041-8/+14
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4849 ce84e21b-d406-0410-9b95-82705330c041
* remove null plugin from plugin list as well as structures and generatorsNarayan Desai2008-07-291-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4839 ce84e21b-d406-0410-9b95-82705330c041
* Implement support for non-configuration pluginsNarayan Desai2008-07-281-8/+8
| | | | | | | | | - add new configuration option - switch all callers over to new Core api - fork RecvStats when DBStats is in use git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4831 ce84e21b-d406-0410-9b95-82705330c041
* move xml statistics over to new typed-plugin system (enables ↵Narayan Desai2008-07-221-3/+11
| | | | | | direct-to-django statistics plugin) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4817 ce84e21b-d406-0410-9b95-82705330c041
* added support for alternate metadata plugin (BB plugin)Andrew Brestick2008-07-151-21/+29
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4792 ce84e21b-d406-0410-9b95-82705330c041
* Unicode support (from stousignant) (Resolves Ticket #549)Narayan Desai2008-06-301-1/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4731 ce84e21b-d406-0410-9b95-82705330c041
* Remove debug code (Patch from jcollie)Narayan Desai2008-06-101-2/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4692 ce84e21b-d406-0410-9b95-82705330c041
* Change to typed plugin systemNarayan Desai2008-06-091-16/+31
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4680 ce84e21b-d406-0410-9b95-82705330c041
* Fix bcfg2-info failure if no repo has been created (Resolves Ticket #556)Narayan Desai2008-05-221-1/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4622 ce84e21b-d406-0410-9b95-82705330c041
* Fix TCheetah when psyco is used (Completely resolve Ticket #559)Narayan Desai2008-05-161-5/+5
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4611 ce84e21b-d406-0410-9b95-82705330c041
* Disable psyco due to Cheetah problems (Resolves Ticket #559)Narayan Desai2008-05-141-5/+5
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4607 ce84e21b-d406-0410-9b95-82705330c041
* Fix svn use in alternative locales (Patch from GP) (Resolves Ticket #538) ↵Narayan Desai2008-04-081-1/+1
| | | | | | [bugfix] git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4492 ce84e21b-d406-0410-9b95-82705330c041
* Initial BoundEntry supportNarayan Desai2008-03-241-0/+3
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4449 ce84e21b-d406-0410-9b95-82705330c041
* Remove dead codeNarayan Desai2008-03-221-17/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4443 ce84e21b-d406-0410-9b95-82705330c041
* Add FIXMENarayan Desai2008-03-221-0/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4441 ce84e21b-d406-0410-9b95-82705330c041
* Implement filesystem event debugging in bcfg2-info (new command event_debug)Narayan Desai2008-03-221-12/+23
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4440 ce84e21b-d406-0410-9b95-82705330c041
* deprecate PostInstalls (in schemas and Core.py) -- Actions can be used insteadNarayan Desai2008-03-091-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4408 ce84e21b-d406-0410-9b95-82705330c041
* Add psyco support to the server core (speeds up operations ~40% for simple ↵Narayan Desai2008-03-091-0/+6
| | | | | | tests) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4407 ce84e21b-d406-0410-9b95-82705330c041
* Pull internal option parsing out of CoreNarayan Desai2008-01-081-16/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4198 ce84e21b-d406-0410-9b95-82705330c041
* Switch over to more Options usage and complete tests (everything appears to ↵Narayan Desai2007-12-311-11/+19
| | | | | | work now) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4142 ce84e21b-d406-0410-9b95-82705330c041
* Settings class to remove redundant code for parsing config file.Robert Gogolok2007-12-301-11/+12
| | | | | | | | | | If a module wants to access bcfg2 settings: from Bcfg2.Settings import settings git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4131 ce84e21b-d406-0410-9b95-82705330c041
* Remove all vestiges of server-side toolset, it hasn't been used since 0.8.5 ↵Narayan Desai2007-12-281-1/+0
| | | | | | (Resolves Ticket #455) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4121 ce84e21b-d406-0410-9b95-82705330c041
* make Core.py produce more error messages with plugin load failures (from GP) ↵Narayan Desai2007-11-021-2/+2
| | | | | | (Resolves Ticket #488) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3903 ce84e21b-d406-0410-9b95-82705330c041
* make Core.py more tolerant of spaces in bcfg2.conf (Resolves Ticket #488)Narayan Desai2007-11-021-2/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3902 ce84e21b-d406-0410-9b95-82705330c041
* Add altsrc crosscheckingNarayan Desai2007-08-261-0/+12
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3643 ce84e21b-d406-0410-9b95-82705330c041
* Add a realname attribute in altsrc bound entries and add TCheetah supportNarayan Desai2007-07-231-0/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3543 ce84e21b-d406-0410-9b95-82705330c041
* Fix altsrcNarayan Desai2007-07-201-1/+3
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3521 ce84e21b-d406-0410-9b95-82705330c041
* Implement altsrc support, fix humorous misspelling of instantiationNarayan Desai2007-07-191-1/+15
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3508 ce84e21b-d406-0410-9b95-82705330c041
* gamin: don't crash on evebn GAMMovedRobert Gogolok2007-06-081-2/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3270 ce84e21b-d406-0410-9b95-82705330c041
* Fix error upon client metadata resolution errors (Reported by Pedro)Narayan Desai2006-12-281-1/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2614 ce84e21b-d406-0410-9b95-82705330c041
* Fix failures for servers with no active structures (Resolves Ticket #324)Narayan Desai2006-12-111-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2580 ce84e21b-d406-0410-9b95-82705330c041
* Add backup configuration entry binding mechanism for entry pattern handling ↵Narayan Desai2006-12-111-2/+5
| | | | | | (needed for blanket ssh key handling in SSHbase) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2578 ce84e21b-d406-0410-9b95-82705330c041
* Metadata changes part 3Narayan Desai2006-11-221-2/+3
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2524 ce84e21b-d406-0410-9b95-82705330c041
* Part 1 of metadata changesNarayan Desai2006-11-221-7/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2522 ce84e21b-d406-0410-9b95-82705330c041
* Fix case where generators or structures line in cf file are empty (Resolves ↵Narayan Desai2006-11-211-0/+1
| | | | | | Ticket #274) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2507 ce84e21b-d406-0410-9b95-82705330c041
* Make the configuration file permanently accessibleNarayan Desai2006-09-281-7/+7
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2340 ce84e21b-d406-0410-9b95-82705330c041
* Fix typoNarayan Desai2006-09-151-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2265 ce84e21b-d406-0410-9b95-82705330c041
* Implement upstream event suppression with logging (Resolves Ticket #111)Narayan Desai2006-09-151-4/+12
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2264 ce84e21b-d406-0410-9b95-82705330c041
* Add basic dependency processing codeNarayan Desai2006-07-101-0/+5
| | | | | | | | | * To enable, add a Deps directory and enable the Deps plugin * schema validation works * prerequisites are automatically added to configurations git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1924 ce84e21b-d406-0410-9b95-82705330c041
* Fix revision handing code when things don't workNarayan Desai2006-06-301-3/+5
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1906 ce84e21b-d406-0410-9b95-82705330c041
* enable entry binding of SymLink, Directory, and Permissions entriesNarayan Desai2006-04-101-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1829 ce84e21b-d406-0410-9b95-82705330c041
* * Add error handling for svn revision checkNarayan Desai2006-03-301-4/+9
| | | | | | | * Add documentation to the bcfg2.conf man page git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1823 ce84e21b-d406-0410-9b95-82705330c041
* * Fix fam integration with svnNarayan Desai2006-03-291-6/+3
| | | | | | | * Fix traceback handing in logging infrastructure (from Cobalt repo) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1816 ce84e21b-d406-0410-9b95-82705330c041
* * Implement configuration specification revision passing between client and ↵Narayan Desai2006-03-171-1/+1
| | | | | | server git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1807 ce84e21b-d406-0410-9b95-82705330c041
* * Implement svn repository revision detectionNarayan Desai2006-03-171-1/+17
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1806 ce84e21b-d406-0410-9b95-82705330c041
* Supress fam events for subversion directories.Narayan Desai2006-02-221-0/+6
| | | | | | | Bcfg2 repositories can now be maintained under svn without any bad side effects. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1763 ce84e21b-d406-0410-9b95-82705330c041
* Introduce the new logging infrastructure and convert the server (and ↵Narayan Desai2006-01-251-46/+33
| | | | | | bcfg2-info) over to using it git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1717 ce84e21b-d406-0410-9b95-82705330c041
* last step of repo switchesNarayan Desai2006-01-231-11/+7
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1716 ce84e21b-d406-0410-9b95-82705330c041