summaryrefslogtreecommitdiffstats
path: root/src/sbin/bcfg2-info
Commit message (Expand)AuthorAgeFilesLines
...
* bcfg2-info: pretty print generated configurationsNarayan Desai2009-03-191-1/+3
* Fix debug mode after profiling updatesNarayan Desai2009-03-181-2/+3
* bcfg2-info: Remove hardcoded profiling optionNarayan Desai2009-03-161-1/+1
* improve startup even handling for bcfg2-info and bcfg2-serverNarayan Desai2009-03-091-2/+3
* bcfg2-info: add option trace file option for profiling modeNarayan Desai2009-03-091-5/+3
* Implement profiler mode for bcfg2-infoNarayan Desai2009-03-091-8/+28
* Add Version plugin typeSol Jerome2009-01-261-4/+3
* Revert accidental svn keyword changes and add minor pylint fixesSol Jerome2009-01-151-4/+5
* Add support for alternate VCS backendsSol Jerome2009-01-131-5/+5
* Plugin configuration change: all plugins now need to be specified in the plug...Narayan Desai2009-01-121-10/+5
* Rework bcfg2-info/showclient to use new metadata interfaceNarayan Desai2009-01-101-11/+10
* This patch is stage 1 of the plugin capabilities reworkNarayan Desai2009-01-051-1/+1
* Implement metadata connector functionalityNarayan Desai2008-12-241-14/+12
* Update dictionary accesses to work with Python 3.0Sol Jerome2008-12-221-2/+2
* applied logging->logger patchJames Yang2008-08-051-2/+2
* Fix bcfg2-info for core api change (Resolves Ticket #583)Narayan Desai2008-07-291-2/+3
* Implement support for non-configuration pluginsNarayan Desai2008-07-281-4/+7
* bcfg2-info: add cfgdebug functionNarayan Desai2008-07-141-0/+22
* added event debugging on load with -d optionAndrew Brestick2008-07-141-6/+13
* Unicode support (from stousignant) (Resolves Ticket #549)Narayan Desai2008-06-301-6/+7
* Probe data loaded whenever Metadata plugin is usedAndrew Brestick2008-06-201-1/+1
* bcfg2-info: Fix use of command line options in non-interactive mode (Resolves...Narayan Desai2008-05-031-2/+2
* Fix bcfg2-info interactions with BoundEntriesNarayan Desai2008-04-241-1/+1
* implement bcfg2-info non-interactive modeNarayan Desai2008-04-241-1/+5
* Speed up bcfg2-info startupNarayan Desai2008-03-241-5/+4
* Implement filesystem event debugging in bcfg2-info (new command event_debug)Narayan Desai2008-03-221-0/+4
* remove debug message from bcfg2-infoNarayan Desai2008-03-091-1/+0
* Pull internal option parsing out of CoreNarayan Desai2008-01-081-4/+10
* Switch over to more Options usage and complete tests (everything appears to w...Narayan Desai2007-12-311-10/+4
* Settings class to remove redundant code for parsing config file.Robert Gogolok2007-12-301-3/+7
* use OptionParser for bcfg2-infoRobert Gogolok2007-12-251-5/+11
* Add do_exit (from GP) (Resolves Ticket #489)Narayan Desai2007-11-021-0/+1
* bcfg2-info patch from GPNarayan Desai2007-11-021-2/+2
* Implement cmdlook resumption in bcfg2-infoNarayan Desai2007-10-301-12/+18
* Implement persistent probe data (so that templates can be debugged in bcfg2-i...Narayan Desai2007-08-261-0/+1
* Fix bcfg2-info build commandNarayan Desai2007-07-201-1/+1
* Switch to newstyle exception raisesNarayan Desai2007-07-131-2/+2
* add completion for bcfg2-info:showclientNarayan Desai2007-07-021-1/+4
* Fix multiple showclient tb (Resolves Ticket #457)Narayan Desai2007-07-021-7/+8
* Change bcfg2-info over to use cmd.Cmd loopNarayan Desai2007-07-021-217/+227
* Fix bcfg2-info tb (Resolves Ticket #449)Narayan Desai2007-06-151-1/+2
* Handle trailing newlines in bcfg2-info commandsNarayan Desai2007-06-141-1/+1
* Implement showclient command (Patch from mbrady)Narayan Desai2007-05-311-4/+40
* Fix bcfg2-info option to use -C (instead of -c) for config file location, cor...Narayan Desai2007-05-091-1/+1
* Add buildall mode to bcfg2-info (generates all client configs in a directory)Narayan Desai2007-02-121-4/+16
* Add more informational messages in the fam event processing stage (Resolves T...Narayan Desai2007-01-291-0/+1
* Fix imports due to metadata changeNarayan Desai2006-11-221-2/+3
* * Make bcfg2-info not produce a stack trace for PluginExecutionErrorNarayan Desai2006-09-101-1/+3
* Minor simplification of Jos's bcfg2-info patchNarayan Desai2006-06-071-3/+1
* make bcfg2-info respect EOF (from Jos Backus)Narayan Desai2006-06-071-3/+7