summaryrefslogtreecommitdiffstats
path: root/src/sbin/bcfg2-info
Commit message (Expand)AuthorAgeFilesLines
* fixed pylint/pep-8 testsChris St. Pierre2014-04-251-2/+1
* Plugin: added new Caching interfaceChris St. Pierre2013-08-071-2/+3
* bcfg2-info: fixed expirecacheChris St. Pierre2013-07-181-2/+2
* bcfg2-info: added expirecache command to expire metadata cacheChris St. Pierre2013-07-181-0/+10
* bcfg2-info: fixed automatchChris St. Pierre2013-07-181-1/+1
* Core: apply FAM blocking option to all commands that start a serverChris St. Pierre2013-07-091-1/+1
* bcfg2-info: added command timeout optionChris St. Pierre2013-07-011-1/+2
* bcfg2-info: Remove nonexistent optionSol Jerome2013-06-211-1/+0
* bcfg2-info: Handle IOErrorsSol Jerome2013-06-021-4/+8
* bcfg2-info: running packageresolve with no packages uses the actual package l...Chris St. Pierre2013-05-071-13/+17
* bcfg2-info: fixed "bcfg2-info clients" when using clients databaseChris St. Pierre2013-04-181-3/+1
* bcfg2-info: fixed for new load_plugins() routineChris St. Pierre2013-04-171-1/+2
* Core: load plugins after daemonization so files/dirs created at plugin init t...Chris St. Pierre2013-04-161-1/+1
* Promote bcfg2-info to have it's own Options dictMichael Fenn2013-04-011-2/+1
* testsuite: fixed issues found by latest version of pep8Chris St. Pierre2013-03-261-15/+14
* bcfg2-info: fixed building help message on 2.4 (from Michael Fenn)Chris St. Pierre2013-03-221-4/+7
* bcfg2-info: made packageresolve use code from Packages instead of reinventing...Chris St. Pierre2013-03-221-13/+16
* added PEP-8 style checks to test suiteChris St. Pierre2013-03-111-2/+1
* fixed bcfg2-info buildbundle to use code from Bundler pluginChris St. Pierre2012-11-271-27/+17
* removed bogus print statementsChris St. Pierre2012-11-161-4/+3
* bcfg2-info: Remove extraneous strip() callSol Jerome2012-10-181-1/+1
* bcfg2-info query: Query all hosts if none specifiedSol Jerome2012-10-171-2/+5
* set up bcfg2-info logging just like bcfg2-adminChris St. Pierre2012-10-171-4/+10
* added bcfg2_local.py, a tool to run bcfg2 against a local specificationChris St. Pierre2012-10-171-1/+1
* expanded pylint coverage to Admin modes, removed some old/broken admin modesChris St. Pierre2012-10-171-0/+19
* bcfg2-info: added probes subcommand to list probes for a clientChris St. Pierre2012-10-151-6/+44
* testsuite: expanded pylint coverageChris St. Pierre2012-10-031-217/+213
* made full pylint checks the default, expanded pylint coverage to lots of toolsChris St. Pierre2012-09-261-1/+0
* updated bcfg2.conf man pageChris St. Pierre2012-09-251-1/+0
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-26/+28
* Properties: made automatch in bcfg2.conf a default, not absolute; cleaned up ...Chris St. Pierre2012-09-131-3/+3
* bcfg2-info: added "automatch" command to perform Properties automatchingChris St. Pierre2012-09-121-0/+38
* bcfg2-info: fixed bug when building an entry for buildfile raised IOErrorChris St. Pierre2012-09-111-4/+5
* updated various scripts/components to reflect updated Core invocation for thr...Chris St. Pierre2012-09-051-17/+4
* fixed import/usage of MetadataConsistencyErrorChris St. Pierre2012-08-271-4/+3
* bcfg2-info: packagessources/packageresolve fail gracefully if Packages plugin...Chris St. Pierre2012-08-231-0/+6
* fixed lxml.etree.tostring invocationsChris St. Pierre2012-08-221-1/+2
* lots of various py3k fixesChris St. Pierre2012-08-211-2/+1
* bcfg2-info: Fix traceback when (mis)using profileSol Jerome2012-08-181-0/+3
* bcfg2-info: Fix 'groups' commandSol Jerome2012-08-181-10/+6
* made logging levels more consistent in a few placesChris St. Pierre2012-08-151-1/+8
* Removed deprecated plugins BB, Svcmgr, SGenshiChris St. Pierre2012-08-151-2/+2
* made logging to syslog configurable and default for all loggingChris St. Pierre2012-08-151-1/+1
* Merge branch 'tests'Chris St. Pierre2012-08-151-1/+1
|\
| * print function fixesChris St. Pierre2012-08-151-1/+1
* | fixed IPython debug shell for older IPythonChris St. Pierre2012-08-151-1/+1
|/
* Metadata and other improvements:Chris St. Pierre2012-07-301-6/+7
* better formatting, display categories in bcfg2-info showclientChris St. Pierre2012-07-261-8/+21
* added CherryPy-based server coreChris St. Pierre2012-07-191-5/+3
* allow selection of preferred python interpreterChris St. Pierre2012-07-051-18/+44