summaryrefslogtreecommitdiff
path: root/lib/chef/cookbook
Commit message (Expand)AuthorAgeFilesLines
* 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
* | chef server rejects metadata with nil maintainerLamont Granquist2017-07-201-2/+2
|/
* lazily load cookbook_files and templatestm/even_lazierThom May2017-04-252-8/+21
* ensure all required fields are preserved in ManifestV0Thom May2017-04-111-1/+2
* Fix https://github.com/chef/chef/issues/6044 by ensuring all segments exist i...Noah Kantrowitz2017-04-101-0/+5
* Use each_with_object rather than inject because it’s 1% less footgun.Noah Kantrowitz2017-04-101-2/+1
* Chef-13: tweaks to rubygems source option for urlsLamont Granquist2017-04-041-2/+4
* RFC 85: Remove unused metadataThom May2017-04-041-111/+2
* RFC 67: Remove cookbook segmentsThom May2017-04-046-109/+133
* Fix cookbook gem installerMaxime Brugidou2017-03-271-4/+6
* raise on cookbook self-dependencyLamont Granquist2017-02-281-2/+2
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-132-54/+48
* Merge pull request #5704 from ceneo/knife-upload-too-short-control-escapeThom May2017-02-011-1/+1
|\
| * switch to using regexp escapeThom May2017-02-011-1/+1
| * Fixed 'too short control escape' on knfie upload #5702Grzegorz Dudek2017-01-051-1/+1
* | favor metadata.json over metadata.rbLamont Granquist2017-01-241-3/+3
|/
* Merge pull request #5548 from chef/lcg/chefstyle-updatesThom May2016-12-073-7/+7
|\
| * fix Style/NilComparisonLamont Granquist2016-12-061-2/+2