summaryrefslogtreecommitdiff
path: root/lib/chef/formatters
Commit message (Expand)AuthorAgeFilesLines
* I think this was a bad search-and-replace, causes an infinite loop.Noah Kantrowitz2015-09-251-1/+1
* Find the spot the user called and use that as the deprecation locationJohn Keiser2015-09-251-1/+1
* Merge pull request #3809 from martinb3/frozen_error_inspectorThom May2015-09-151-5/+25
|\
| * Further revision for compile errors due to frozenMartin Smith2015-08-211-5/+25
* | Remove Timecop dependencyJoel Handwell2015-09-021-1/+1
* | Keep elapsed_time and add pretty_elapsed_timeJoel Handwell2015-09-021-3/+7
* | Add unit tests for elapsed_timeJoel Handwell2015-09-021-1/+1
* | Human friendly elapsed time in logJoel Handwell2015-09-021-3/+11
* | Pass deprecations through formatter instead of logsJohn Keiser2015-09-012-0/+39
|/
* 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