summaryrefslogtreecommitdiff
path: root/lib/chef/cookbook
Commit message (Expand)AuthorAgeFilesLines
* 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
* More cookbook loader cleanup and documentationLamont Granquist2018-10-301-12/+10
* replace some instances of to_hash with to_hlcg/to-h-cleanupLamont Granquist2018-09-263-42/+53
* Merge pull request #6168 from oclaussen/generate_valid_gemfileTim Smith2018-07-161-0/+7
|\
| * Fail loudly when the gem installer finds conflicting gem requirementsOle Claussen2017-05-291-1/+1
| * Generate a valid Gemfile, even multiple gem declaration with keyword argument...Ole Claussen2017-05-291-0/+7
* | fix Style/MutableConstantLamont Granquist2018-07-022-3/+3
* | fix Style/PreferredHashMethodsLamont Granquist2018-07-024-21/+21
* | fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-1/+1
* | clean up whitespace againLamont Granquist2018-07-021-2/+2
* | fix Layout/IndentHeredocLamont Granquist2018-07-021-17/+17
* | fix Style/HashSyntaxLamont Granquist2018-07-022-27/+27
* | Fix manifest entries for root filestm/fix_manifest_root_filesThom May2018-05-161-2/+2
* | Don't always request lazy filestm/lazy_is_too_eagerThom May2018-04-301-1/+1
* | mechanical conversion of most debug log statements to traceThom May2018-03-267-14/+14
* | Fix some yard warningsyard_warningsTim Smith2018-03-111-1/+1
* | prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-174-7/+5
* | Cleanup some YARD warningsyard2Tim Smith2017-12-133-4/+8
* | only warn about skipping sync onceTor Magnus Rakvåg2017-09-281-4/+2