summaryrefslogtreecommitdiff
path: root/lib/chef/formatters
Commit message (Expand)AuthorAgeFilesLines
* Add additional helpful section for frozen objectsMartin Smith2015-08-061-0/+16
* Revert back to the first argument being cookbook_name.Noah Kantrowitz2015-07-312-2/+2
* Make the doc formatter actually show what version of a cookbook is being used.Noah Kantrowitz2015-07-222-5/+5
* count skipped resources in among total resourcesRanjib Dey2015-06-251-1/+3
* Backwards compatible support for OSC 11 in knife user commands.tylercloke2015-06-051-4/+4
* Added versioned Chef Object API support code and repaired Chef::User.create.tylercloke2015-06-051-6/+9
* Make sure the audit mode output is reflected both in the logs and in the form...Serdar Sutay2015-05-291-2/+4
* Save and report audit phase failure on run_completed or run_failed.Claire McQuin2015-05-271-2/+4
* Display policy name and ID during the chef rundanielsdeleo2015-05-221-0/+4
* Remove old TODO commentdanielsdeleo2015-05-221-3/+3
* Show cookbook trace when available regardless of exception typedanielsdeleo2015-05-201-9/+21
* Refactor inline regexes into method callsjdm/3055Jay Mundrawala2015-05-131-1/+11
* Escape string inside regexJay Mundrawala2015-05-081-1/+1
* Nice error handling for unsupported API version in formatters/*.rb.tylercloke2015-05-046-0/+29
* Make terminology consistent about audits versus controlsJulian C. Dunn2015-03-111-2/+2
* Unit tests for audit-mode in chef-solo.Claire McQuin2014-12-171-2/+1
* if in why_run, do not enter the audit phase - because people run why_run to s...tyler-ball2014-12-171-2/+8
* Adding cookbook and recipe information per analytics requesttyler-ball2014-12-171-8/+19
* Test including supported serverspec helpers. Updates per PR comments.Serdar Sutay2014-12-171-4/+2
* Wiring audit event proxy to send events correctly to the audit_reportertyler-ball2014-12-171-29/+1
* Preparing for demo - using rspec documentation formatter for output instead o...tyler-ball2014-12-171-2/+4
* Adding first round of formatter integration - STDOUT doc formattertyler-ball2014-12-171-7/+47
* Adding logic for exceptions from converge phase not interfering with audit ph...tyler-ball2014-12-171-0/+18
* Spelling errorjbsmith862014-08-141-1/+1
* add note on why commented line is commentedLamont Granquist2014-07-311-0/+2
* Prevent indentation from being set to negative numbersLamont Granquist2014-07-311-0/+5
* clean up unnecessary sensitive attribute from failure inspectorSergey Sergeev2014-06-101-1/+0
* PR #1428 review fixesSergey Sergeev2014-06-101-1/+1
* CHEF-5098 fix sensitive data output on failureSergey Sergeev2014-06-101-1/+2
* Refactor rescue behavior.Claire McQuin2014-05-141-14/+18
* Catch format error for 504 Gateway Time-out.Claire McQuin2014-05-132-4/+15
* Make indentable print() function more intelligibleJohn Keiser2014-05-021-47/+58
* Move output stream to its own class fileJohn Keiser2014-05-012-144/+156
* Print prefix to distinguish separate streams of outputJohn Keiser2014-04-301-6/+26
* Synchronize so that simultaneous prints do notJohn Keiser2014-04-301-22/+27
* Refactor for simplicity, make the resource a streamJohn Keiser2014-04-302-24/+28
* Add ability to stream (and indent) command outputJohn Keiser2014-04-302-37/+69
* Use indent and unindent instead of indent_by()John Keiser2014-04-291-14/+21
* Add indentation to pretty-print LWRPs with inline resourcesJohn Keiser2014-04-292-23/+93
* Merge branch 'handle-missing-error-messge' of github.com:bossmc/chef into bos...sersut2014-03-121-1/+1
|\
| * Handle sections without text parametersAndy Caldwell2013-11-071-1/+1
* | OC-2192: change error message to suggest namespace collision between nodes an...Lamont Granquist2014-01-171-1/+2
* | [CHEF-4784] Output formatter "doc" lacks information about handlersSteffen Gebert2013-12-201-0/+15
* | print total number of resources as wellRanjib Dey2013-12-051-2/+8
|/
* CHEF-4379: initialize @end_time to @start_timeBryan McLellan2013-11-061-0/+1
* compute elapsed time without altering public apiRanjib Dey2013-11-062-6/+15
* pass elapsed time along with node/exception in event hanldersRanjib Dey2013-11-062-8/+8
* Normalize whitespace on all filesSeth Vargo2013-09-266-15/+15
* Change error description sections elements to be hashes.tylercloke2013-07-081-4/+5
* Merge pull request #833 from opscode/handle-new-depsolver-errorsSerdar Sutay2013-06-191-3/+23
|\