summaryrefslogtreecommitdiff
path: root/lib/chef/formatters
Commit message (Expand)AuthorAgeFilesLines
* Enable progress output to be configuredtm/remote_file_download_progressThom May2016-03-041-2/+2
* Merge branch 'remote-file-download-progress' of https://github.com/brandocorp...Thom May2016-03-031-0/+16
|\
| * new doc formatter event, remove progress barBrandon Raabe2015-03-201-0/+16
* | autofixing whitespace copsLamont Granquist2016-02-0512-77/+66
* | auto-fixing some easy copschefstyle/fixesLamont Granquist2016-02-033-6/+6
* | Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-0210-12/+12
* | Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-025-5/+5
* | Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-0210-10/+10
* | Merge pull request #4434 from chef/lcg/better-eof-errorsLamont Granquist2016-01-276-7/+51
|\ \
| * | explicit specs for EOFErrorslcg/better-eof-errorsLamont Granquist2016-01-261-3/+3
| * | adds EOFError message to handlersLamont Granquist2016-01-196-7/+51
* | | Rename openssl-fips to fips and add messagesJay Mundrawala2016-01-252-4/+4
* | | Add fips mode line to Starting chef client runJay Mundrawala2016-01-252-2/+4
|/ /
* | Use double quotes by defaultThom May2016-01-1414-31/+31
* | autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1
* | chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-1/+1
* | Implement code review comments and fix failing testsThom May2015-11-091-0/+7
* | Implement live streaming for execute resourcesAdam Jacob2015-11-091-0/+5
* | Capitalize sentencesTim Smith2015-10-181-2/+2
* | 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