summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add source_path field for cheetah templatesNarayan Desai2008-08-201-0/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4883 ce84e21b-d406-0410-9b95-82705330c041
* Improve robustness of the importerNarayan Desai2008-08-191-2/+8
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4882 ce84e21b-d406-0410-9b95-82705330c041
* Fix error paths in direct db pluginNarayan Desai2008-08-191-2/+5
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4881 ce84e21b-d406-0410-9b95-82705330c041
* Fix pull modeNarayan Desai2008-08-191-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4880 ce84e21b-d406-0410-9b95-82705330c041
* Switch probes to use plugin name for result routing (Resolves Ticket #594)Narayan Desai2008-08-151-3/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4879 ce84e21b-d406-0410-9b95-82705330c041
* Fix typo that prevents gamin from working properlyNarayan Desai2008-08-131-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4878 ce84e21b-d406-0410-9b95-82705330c041
* Further simplify minestructNarayan Desai2008-08-131-36/+23
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4877 ce84e21b-d406-0410-9b95-82705330c041
* Fix minestruct with -g (Resolves Ticket #593)Narayan Desai2008-08-131-14/+6
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4876 ce84e21b-d406-0410-9b95-82705330c041
* Created working static fam infrastructure for Ticket #536James Yang2008-08-082-179/+239
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4875 ce84e21b-d406-0410-9b95-82705330c041
* Fix apt pluginNarayan Desai2008-08-071-2/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4872 ce84e21b-d406-0410-9b95-82705330c041
* Fix -H mode in bcfg2-admin vizNarayan Desai2008-08-071-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4871 ce84e21b-d406-0410-9b95-82705330c041
* Implement portable bcfg2-admin pull (now works directly from DB)Narayan Desai2008-08-071-53/+17
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4870 ce84e21b-d406-0410-9b95-82705330c041
* Implement GetCurrentEntry api for Statistics and DBStats (prereq for ↵Narayan Desai2008-08-073-4/+39
| | | | | | portable bcfg2-admin pull) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4869 ce84e21b-d406-0410-9b95-82705330c041
* Fix indentation in new core-instantiating modesNarayan Desai2008-08-071-2/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4868 ce84e21b-d406-0410-9b95-82705330c041
* Fix :info file creation in bcfg2-admin pullNarayan Desai2008-08-071-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4867 ce84e21b-d406-0410-9b95-82705330c041
* POSIX: Fix diff upload in some casesNarayan Desai2008-08-071-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4866 ce84e21b-d406-0410-9b95-82705330c041
* added in : after the b and e option so that it would take the hostname of ↵Rick Bradshow2008-08-061-1/+1
| | | | | | the machine to search for. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4865 ce84e21b-d406-0410-9b95-82705330c041
* fixed minor issues involving -e and -b in bcfg2-reportsJames Yang2008-08-065-9/+17
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4864 ce84e21b-d406-0410-9b95-82705330c041
* add GetCurrentEntry method to StatisticsPluginsNarayan Desai2008-08-061-0/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4863 ce84e21b-d406-0410-9b95-82705330c041
* Switch bcfg2-admin minestruct to use the new statistics api to get at data ↵Narayan Desai2008-08-063-20/+20
| | | | | | in either of statistics.xml or dbstats directly git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4862 ce84e21b-d406-0410-9b95-82705330c041
* add infrastructure for structure admin modesNarayan Desai2008-08-061-5/+9
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4861 ce84e21b-d406-0410-9b95-82705330c041
* Add GetExtra plugin stub methodNarayan Desai2008-08-061-0/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4860 ce84e21b-d406-0410-9b95-82705330c041
* bcfg2-admin: Turn down logging verbosityNarayan Desai2008-08-061-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4859 ce84e21b-d406-0410-9b95-82705330c041
* Switch dbstats to using fast reports importerNarayan Desai2008-08-062-6/+7
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4858 ce84e21b-d406-0410-9b95-82705330c041
* remove extra call to self.RefreshPackages() (Resolves Ticket #591)Narayan Desai2008-08-061-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4857 ce84e21b-d406-0410-9b95-82705330c041
* Improve interactive mode entry selection for __important__ entries (another ↵Narayan Desai2008-08-051-2/+4
| | | | | | patch from f.pauget) (Resolves Ticket #590) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4856 ce84e21b-d406-0410-9b95-82705330c041
* revert mistaken prunedir changeNarayan Desai2008-08-051-5/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4855 ce84e21b-d406-0410-9b95-82705330c041
* SSHbase: improve tempfile handling (patch from f.pauget) (Resolves Ticket #588)Narayan Desai2008-08-054-6/+28
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4854 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
* applied logging->logger patchJames Yang2008-08-058-14/+14
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4852 ce84e21b-d406-0410-9b95-82705330c041
* bcfg2-server: process initial events before binding to socketNarayan Desai2008-08-051-15/+16
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4851 ce84e21b-d406-0410-9b95-82705330c041
* Change include host option to -HNarayan Desai2008-08-041-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4850 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 unused signal import.Sol Jerome2008-08-041-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4848 ce84e21b-d406-0410-9b95-82705330c041
* Force schema checks for all info.xml files.Sol Jerome2008-08-041-9/+10
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4847 ce84e21b-d406-0410-9b95-82705330c041
* support for alternate metadata plugins in viz admin modeAndrew Brestick2008-08-014-73/+130
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4846 ce84e21b-d406-0410-9b95-82705330c041
* added support for alternate metadata plugins in bcfg2-adminAndrew Brestick2008-07-316-78/+183
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4845 ce84e21b-d406-0410-9b95-82705330c041
* minor fixes to bb pluginAndrew Brestick2008-07-311-2/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4844 ce84e21b-d406-0410-9b95-82705330c041
* Unicode patch from StousignantNarayan Desai2008-07-311-3/+6
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4843 ce84e21b-d406-0410-9b95-82705330c041
* fixes for bb pluginAndrew Brestick2008-07-301-4/+15
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4842 ce84e21b-d406-0410-9b95-82705330c041
* bcfg2-reports: fix script docstringNarayan Desai2008-07-301-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4841 ce84e21b-d406-0410-9b95-82705330c041
* Fix bcfg2-info for core api change (Resolves Ticket #583)Narayan Desai2008-07-291-2/+3
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4840 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
* Fix indentation in Editor plugin.Sol Jerome2008-07-291-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4838 ce84e21b-d406-0410-9b95-82705330c041
* Added some basic docstrings for EditorJames Yang2008-07-291-2/+6
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4837 ce84e21b-d406-0410-9b95-82705330c041
* added extra entry options for bcfg2-reportsJames Yang2008-07-292-1/+39
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4836 ce84e21b-d406-0410-9b95-82705330c041
* Pass through encoding when using the python2.5 version of elementtreeNarayan Desai2008-07-291-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4835 ce84e21b-d406-0410-9b95-82705330c041
* make elementtree function mappings ignore certain tostring keyword arguments ↵Narayan Desai2008-07-291-4/+15
| | | | | | when they aren't available (Resolves Ticket #582) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4834 ce84e21b-d406-0410-9b95-82705330c041
* Fix for Directory prune attribute.Sol Jerome2008-07-281-8/+8
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4833 ce84e21b-d406-0410-9b95-82705330c041
* initial implementation of the Editor plugin.James Yang2008-07-281-0/+64
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4832 ce84e21b-d406-0410-9b95-82705330c041