summaryrefslogtreecommitdiff
path: root/lib/chef/cookbook
Commit message (Expand)AuthorAgeFilesLines
* Updated reviewd changes to add cookbook name in path in error msgsnehaldwivedi2022-05-241-1/+1
* Knife upload: bad error message when a recipe has a syntax errorsnehaldwivedi2022-05-241-2/+2
* Resolve Style/SelectByRegexp warningsStyle_SelectByRegexpTim Smith2021-12-311-1/+1
* Fix chefstyle warningjoe.nuspl2021-05-081-1/+1
* Silence `bundle install` warning when installing gems for cookbooksjoe.nuspl2021-05-081-1/+5
* Resolve the 3 most common deprecationsTim Smith2021-05-011-3/+3
* Resolve our chefstyle warningsredundant_beginsTim Smith2021-04-011-5/+3
* Use Ruby 2.6 endless Range syntax007lva2020-09-241-1/+1
* Workaround rubygems slow requires by only running require for chef-utils/distLance Albertson2020-09-151-1/+1
* merge all dist files back into dist.rbMarc Chamberland2020-09-151-1/+1
* tighten all require statements for dist implementationMarc Chamberland2020-09-151-1/+1
* move dist implementation into chef-utilsMarc Chamberland2020-09-151-2/+2
* Bump deps and resolve new Chefstyle warningsTim Smith2020-08-251-1/+1
* Avoid assigning variables before returning if we don't have toTim Smith2020-07-072-5/+2
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-112-2/+2
* Add back reference to chef "zolo".Pete Higgins2020-05-181-1/+1
* Get lib/ free of spelling violations.Pete Higgins2020-05-183-3/+3
* Stop handling the deprecated Chef version constraintsDan Webb2020-04-201-21/+20
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-1310-10/+10
* Revert someVivek Singh2020-04-071-1/+1
* Fix typoVivek Singh2020-04-062-5/+5
* Implement eager_load_libraries metadata optionLamont Granquist2020-04-031-2/+26
* Switch to canonical "https://rubygems.org" URL for rubygems.Pete Higgins2020-03-231-1/+1
* Found some tests that fail when run by themselves on master.Ryan Davis2020-03-161-0/+1
* Update all our links to use the new docs site formatTim Smith2020-03-041-4/+5
* switch the load method back to not raising + deprecationlcg/tweak-cbvLamont Granquist2020-01-241-2/+2
* Provider a better error message in Chef::Cookbook::CookbookVersionLoaderTim Smith2020-01-231-1/+1
* raising exception for empty cookbooks instead of skippingVasu11052020-01-221-1/+15
* Removed comments.Vasu11052020-01-221-3/+0
* Deprecated the load method in cookbook_version_loader and added deprecation ...Vasu11052020-01-221-24/+4
* Added deprecation warning for load and checking the impactVasu11052020-01-221-10/+25
* Invoke chefignore for cookbook_dir itselfVivek Singh2019-10-281-1/+1
* Fix knife cookbook site share chefignore lookupVivek Singh2019-10-282-5/+5
* Update the #find_ignore_file to ignore file till root dirVivek Singh2019-10-281-11/+18
* Added support to provide additional options to bundle installAmol Shinde2019-09-041-2/+7
* Style/SymbolProcLamont Granquist2019-07-053-3/+3
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-053-3/+3
* Style/ClassCheckLamont Granquist2019-07-051-2/+2
* Style/RegexpLiteralLamont Granquist2019-07-053-4/+4
* Style/MethodCallWithoutArgsParenthesesLamont Granquist2019-07-021-2/+2
* Style/SymbolArrayLamont Granquist2019-07-021-4/+4
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-029-0/+16
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-203-5/+5
* Convert require to require_relativeLamont Granquist2019-05-0810-29/+29
* chef-client => Chef::Dist::CLIENTMarc Chamberland2019-04-261-1/+2
* Remove 'attributes' attribute from cookbook metadataTim Smith2019-01-221-53/+2
* Add a few missing license headersTim Smith2019-01-2210-8/+29
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-152-21/+21
* more removal of cookbook shadowing/merginglcg/chef-15-cleanup-cookbook-loaderLamont Granquist2018-10-301-5/+2
* clean up some ivars and mark some methods privateLamont Granquist2018-10-301-41/+43