summaryrefslogtreecommitdiffstats
path: root/src/sbin/bcfg2-info
Commit message (Expand)AuthorAgeFilesLines
...
* Remove old references to ConfigFileSol Jerome2011-01-051-3/+3
* Some pylint stuff fixedFabian Affolter2011-01-051-19/+30
* Added option to show server configuration detailsFabian Affolter2011-01-051-27/+57
* Prep for config stuffFabian Affolter2011-01-051-20/+25
* Using xpath rather than findall so that we can handle the condition correctlyCalen Pennington2010-12-071-1/+1
* Keep interpreter specifications consistentSol Jerome2010-11-021-1/+1
* bcfg2-info: showentries matches argument length incorrectlyTim Laszlo2010-11-021-1/+1
* bcfg2-info: Add IPython support (Patch from Jeff Strunk) for Ticket #921Sol Jerome2010-08-271-1/+6
* Updated files to match PEP 257 Fabian Affolter2010-06-211-6/+6
* Updated files to match PEP 257Fabian Affolter2010-06-071-21/+25
* bcfg2-info: Add patch from Fabian AffolterSol Jerome2010-05-041-3/+3
* POSIX: Remove support for old-style posix entriesSol Jerome2009-11-191-8/+8
* bcfg2-info: fix traceback when python-profiler is not available (see Ticket #...Narayan Desai2009-10-301-4/+13
* bcfg2-info: Implement debug script modeNarayan Desai2009-10-261-3/+22
* bcfg2-info: simplify codepaths for debug modeNarayan Desai2009-10-211-33/+1
* bcfg2-info: Implement debug mode explicitlySol Jerome2009-10-161-10/+51
* Enhanced bcfg2-info to implement a new "builddir" command.Mike McCallister2009-10-081-0/+81
* Pylint/PEP 8 Code cleanupsSol Jerome2009-10-071-3/+12
* bcfg2-info: refuse to write build output outside of /tmp without -f flag (Res...Narayan Desai2009-09-181-3/+11
* bcfg2-info: Fix traceback when client has no bundlesSol Jerome2009-09-151-1/+2
* bcfg2-info: improve showclient displayNarayan Desai2009-09-091-4/+9
* bcfg2-info: implement more showclient command that displays connector dataNarayan Desai2009-07-181-28/+10
* bcfg2-info: change profiling options to be more usefulNarayan Desai2009-07-161-2/+2
* bcfg2-info: reduce size of startup event windowNarayan Desai2009-07-161-1/+1
* bcfg2-info: fix showclient traceback (Reported by teknix on irc)Narayan Desai2009-07-101-2/+4
* bcfg2-info: add complete profiling supportNarayan Desai2009-06-211-25/+29
* Fix exit in bcfg2-infoNarayan Desai2009-05-151-2/+2
* Merge xmlrpc interfaces with Bcfg2.Server.CoreNarayan Desai2009-05-151-1/+1
* Clean up File Monitoring code/adapt to new server infrastructureNarayan Desai2009-05-061-4/+1
* Fix some simple python 2to3 changesSol Jerome2009-04-231-23/+23
* 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