summaryrefslogtreecommitdiff
path: root/chef/lib/chef/formatters
Commit message (Expand)AuthorAgeFilesLines
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-3014-1819/+0
* [CHEF-3561] add template context for template errorsdanielsdeleo2012-10-251-0/+6
* [CHEF-3461] don't rely on windows drive letter being uppercasedanielsdeleo2012-09-201-2/+2
* [CHEF-3468] Fix cookbook resolve error inspector for HTTP 403danielsdeleo2012-09-191-1/+0
* [CHEF-3456] Add debug logging to compile error inspectordanielsdeleo2012-09-191-2/+11
* [CHEF-3456] fix backtrace regex for non-windowsdanielsdeleo2012-09-191-1/+1
* CHEF-3443: Fix incorrect variable name in inspectorKenneth Kalmer2012-09-191-1/+1
* [CHEF-3460] fix test for EOF condition in resource failure inspectordanielsdeleo2012-09-181-5/+5
* [CHEF-3424] Support windows paths in compile error inspectordanielsdeleo2012-09-071-2/+2
* [CHEF-3382] filter backtraces on cookbook_pathdanielsdeleo2012-08-222-2/+4
* Fix the ResourceFailureInspector for WindowsBryan McLellan2012-07-251-2/+1
* make compile errors more robust and add recipe_not_found handlingLamont Granquist2012-07-133-8/+18
* wire file load failure into error_mapperDaniel DeLeo2012-07-122-15/+22
* strip trailing whitespaceDaniel DeLeo2012-07-053-15/+15
* Fixed intergration with chef_rest_named_node_run_resource.erl for error repor...tylercloke2012-07-053-0/+9
* Added error reporting to resource_reporter.rb by adding error inspectors.tylercloke2012-07-055-62/+182
* Fix bugs in integrating error inspectors with formattersDaniel DeLeo2012-06-253-3/+5
* update compile error inspector to work correctly with include_recipeDaniel DeLeo2012-06-221-5/+9
* wire in cookbook sync error inspectorDaniel DeLeo2012-06-221-0/+6
* add an error inspector for cookbook sync failureDaniel DeLeo2012-06-222-0/+81
* fix bug in 404 error report for node load introduced by refactoringDaniel DeLeo2012-06-221-1/+2
* wire in the cookbook resolve error inspectorDaniel DeLeo2012-06-221-0/+6
* add error formatter for cookbook resolve failureDaniel DeLeo2012-06-222-0/+148
* upfactor generic API error messagingDaniel DeLeo2012-06-222-46/+81
* wire the run list expansion failure inspector into base formatterDaniel DeLeo2012-06-221-0/+6
* add error inspector to handle run list expansion failureDaniel DeLeo2012-06-212-0/+118
* remove debug statementsDaniel DeLeo2012-06-211-2/+0
* extract common API error code to a moduleDaniel DeLeo2012-06-212-10/+56
* guard against unexpected state in resource "parser"Daniel DeLeo2012-06-211-1/+1
* resource failure inspector: try to handle nested blocks in resourcesDaniel DeLeo2012-06-211-4/+32
* change formatters to use resource failure inspectorDaniel DeLeo2012-06-213-6/+13
* add error inspector for resource converge failureDaniel DeLeo2012-06-212-0/+71
* modify compile error inspector for new inspector APIDaniel DeLeo2012-06-212-12/+29
* add tests for api error inspectorsDaniel DeLeo2012-06-214-123/+166
* add more structure to error inspection/formattingDaniel DeLeo2012-06-212-90/+118
* [formatters,reporting] disable magic STDOUT logger, formatter tweaksDaniel DeLeo2012-06-213-34/+76
* [whyrun,formatters] add API error inspectorDaniel DeLeo2012-06-213-22/+163
* POST run_list and total resource count to APILamont Granquist2012-06-182-2/+2
* [whyrun/reporting] don't use converge by to bypass unsupported providersDaniel DeLeo2012-06-131-0/+4
* fixing whyrun-not-supported again and fixing array formatting issuesLamont Granquist2012-06-111-3/+9
* need a \n before this outputLamont Granquist2012-06-111-1/+1
* split run_completed callback into success and failure casesDaniel DeLeo2012-06-062-1/+15
* move error inspecting into the base formatterDaniel DeLeo2012-05-172-30/+28
* fixing git auto-merge failMarc Paradise2012-05-171-0/+17
* reqire the right filesDaniel DeLeo2012-05-171-2/+2
* put error inspectors in their own filesDaniel DeLeo2012-05-175-169/+183
* incorporate new events into whyrun, add whyrun formattingMarc Paradise2012-05-171-6/+57
* Add an error wrapper for client registration errorsDaniel DeLeo2012-05-171-0/+111
* consistent capitalization for minimal formatterDaniel DeLeo2012-05-151-3/+7
* don't reimplement formatter lookup logicDaniel DeLeo2012-05-151-1/+1