summaryrefslogtreecommitdiff
path: root/lib/chef/formatters
Commit message (Expand)AuthorAgeFilesLines
* Native compliance phaseLamont Granquist2021-09-171-0/+46
* More updates to logging wordingmore_loggingTim Smith2021-08-242-8/+8
* Don't uppercase cookbooksTim Smith2021-08-242-7/+7
* Add line that we're starting Infra PhaseTim Smith2021-08-242-4/+6
* Consistent capitalizing in the loggersTim Smith2021-08-242-5/+5
* Chef -> Chef Infra Client in error messageTim Smith2021-07-301-2/+2
* Make deprecation warning message more explicitLamont Granquist2021-04-281-1/+2
* Resolve our chefstyle warningsredundant_beginsTim Smith2021-04-011-22/+20
* Replace deprecated File.exists? with File.exist? in more placesTim Smith2021-01-261-1/+1
* Simplify regexes by removing extra character classesTim Smith2020-10-302-6/+6
* Use Ruby 2.6 endless Range syntax007lva2020-09-241-1/+1
* Use ChefUtils::CANARY and update to the chefstyle that enforces thatTim Smith2020-09-231-1/+1
* Gate requires in chef-utils and chef-config as wellrequiresTim Smith2020-09-201-1/+1
* Move Chef::Dist::PATENTS to ChefUtils::Dist::Org::PATENTSLance Albertson2020-09-152-2/+2
* Chefstyle fixesLance Albertson2020-09-151-1/+1
* Workaround rubygems slow requires by only running require for chef-utils/distLance Albertson2020-09-156-6/+6
* merge all dist files back into dist.rbMarc Chamberland2020-09-153-3/+3
* tighten all require statements for dist implementationMarc Chamberland2020-09-156-6/+6
* move dist implementation into chef-utilsMarc Chamberland2020-09-157-32/+32
* Add Patents info to chef infra & solo clientVivek Singh2020-09-092-0/+2
* use autoloading for many required gemsmwrock2020-09-081-0/+1
* Merge pull request #9967 from zfjagann/masterTim Smith2020-06-152-2/+2
|\
| * Add "most recent call first" to traceback messageZeal Wierslee2020-06-082-2/+2
* | Use .match? not =~ when match values aren't necessaryTim Smith2020-06-111-2/+2
|/
* Get lib/ free of spelling violations.Pete Higgins2020-05-181-1/+1
* Use the dist values in server error messagesbetter_errorsTim Smith2020-05-082-9/+9
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-1310-10/+10
* Fix typoVivek Singh2020-04-061-1/+1
* Turn off notifications from log resource by defaultLamont Granquist2020-03-121-1/+1
* Replace highline.color with pastel.decorateBryan McLellan2020-03-021-16/+7
* 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