summaryrefslogtreecommitdiff
path: root/lib/chef/formatters
Commit message (Expand)AuthorAgeFilesLines
* Chefstyle fixes.Noah Kantrowitz2017-04-031-4/+3
* Expand the system info displayed on error to give us some more data to work w...Noah Kantrowitz2017-03-311-1/+19
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-132-11/+10
* fix Style/DefWithParenthesesLamont Granquist2016-12-061-1/+1
* Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-162-5/+24
* Hook up the recipe_file_loaded event which was defined but not actually called.Noah Kantrowitz2016-09-021-2/+2
* autofixing Style/MultilineIfThen copLamont Granquist2016-08-161-2/+2
* Log platform in pretty error outputcd/log-platformJordan Running2016-03-182-1/+3
* Merge pull request #4658 from chef/tm/remote_file_download_progress11.9Thom May2016-03-151-0/+16
|\
| * 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
* | | manual fixing for raise unlessLamont Granquist2016-03-141-2/+2
* | | chefstyle Style/AndOr fixesLamont Granquist2016-03-143-4/+4
* | | add comments and cleanupLamont Granquist2016-02-091-0/+1
* | | get the formatting for cookbook gems correctLamont Granquist2016-02-091-0/+25
|/ /
* | 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