summaryrefslogtreecommitdiff
path: root/lib/chef/formatters
Commit message (Expand)AuthorAgeFilesLines
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-2/+2
* Fix show_progress in remote_file is causing FloatDomainError: InfinityVivek Singh2019-09-191-3/+3
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-052-2/+2
* Style/ClassCheckLamont Granquist2019-07-054-6/+6
* Style/NegatedIfLamont Granquist2019-07-053-3/+3
* Style/EmptyMethodLamont Granquist2019-07-023-74/+37
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-023-0/+6
* Convert require to require_relativeLamont Granquist2019-05-0812-29/+29
* Target Mode initial implementationBryan McLellan2019-05-062-0/+2
* Update more brand names to currentTim Smith2019-05-033-4/+5
* Reload the changes, adapt a bitTensibai2019-05-023-11/+13
* chef-client => Chef::Dist::CLIENTMarc Chamberland2019-04-264-5/+9
* WIP: Remove audit mode from chef-clientTim Smith2019-03-111-46/+2
* Extract Action Collection from Data CollectorLamont Granquist2019-03-112-2/+2
* Misc YARD updates for knifeTim Smith2019-01-251-1/+13
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-155-36/+36
* change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-035-5/+5
* fix Style/MutableConstantLamont Granquist2018-07-021-1/+1
* fix Style/UnneededInterpolationLamont Granquist2018-07-022-2/+2
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-022-4/+4
* clean up whitespace againLamont Granquist2018-07-024-15/+15
* fix Layout/IndentHeredocLamont Granquist2018-07-025-141/+141
* fix Style/HashSyntaxLamont Granquist2018-07-022-9/+9
* Simplify the deprecations system a bit, and introduce ways to silence depreca...Noah Kantrowitz2018-06-142-18/+13
* Feed the Rubocop.Noah Kantrowitz2018-04-261-1/+1
* Allow specifying `ignore_failure :quiet` to disable the error spew.Noah Kantrowitz2018-04-261-1/+1
* mechanical conversion of most debug log statements to traceThom May2018-03-261-3/+3
* 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