summaryrefslogtreecommitdiff
path: root/lib/chef/cookbook
Commit message (Expand)AuthorAgeFilesLines
* 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
| * fix Style/VariableInterpolationLamont Granquist2016-12-062-5/+5
* | Merge pull request #5622 from chef/chef-ad/3888Thom May2016-12-071-2/+2
|\ \ | |/ |/|
| * Fixing metadata.json validation, adding spec test to ensure we're actually va...ad/3888andy-dufour2016-09-211-2/+2
* | redo of the redo of the patch to fix #5089lcg/issue5089Lamont Granquist2016-10-051-8/+7
* | drop warn all the way down to debuglcg/ignore-unknown-metdata-rb-fieldsLamont Granquist2016-09-211-1/+1
* | ignore unknown metadata fields in metadata.rbLamont Granquist2016-09-211-0/+8
|/
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-2/+2
* Fix symlink tests on Ruby 2.3 on WindowsJohn Keiser2016-08-171-9/+21
* Merge pull request #5215 from chef/jk/windows-ruby-2.3John Keiser2016-08-171-21/+14
|\
| * Don't use relative_path_from on glob resultsjk/windows-ruby-2.3John Keiser2016-08-161-21/+14
* | autofixing Style/RedundantException copLamont Granquist2016-08-161-1/+1
* | autofixing Style/AccessModifierIndentation copLamont Granquist2016-08-161-1/+1
|/
* make keepalives entirely optionalLamont Granquist2016-08-091-1/+1
* stop constantly using new ServerAPI objectsLamont Granquist2016-08-091-1/+1
* Ensure that solo specific code is run at the proper timeThom May2016-05-161-1/+1
* gem metadata command needs Gem.clear_pathslcg/gem-metadata-clear-pathsLamont Granquist2016-05-121-0/+1
* debug log the generated GemfileLamont Granquist2016-04-071-0/+2
* fix args to gem commandlcg/fix-gem-metadataLamont Granquist2016-04-071-1/+1
* push ruby_bin first in path for exec'ing bundle intallLamont Granquist2016-04-071-1/+13
* tighten up the chdir logicLamont Granquist2016-04-071-3/+1
* remove now-unused codeLamont Granquist2016-04-071-54/+0
* MVP to fix gem metadata commandLamont Granquist2016-04-071-6/+13
* Merge pull request #4640 from chef/tm/zero_deep_librariesThom May2016-03-151-1/+1
|\
| * Ensure that chef-zero loads libraries recursivelytm/zero_deep_librariesThom May2016-03-031-1/+1
* | s/escape_glob/escape_glob_dir/lcg/fix-escape-globLamont Granquist2016-03-101-2/+2
* | Merge pull request #4478 from chef/lcg/rfc-060-gem-metadataLamont Granquist2016-03-033-2/+143
|\ \ | |/ |/|
| * need to require bundlerlcg/rfc-060-gem-metadataLamont Granquist2016-02-231-0/+1
| * remove now-unnecessary requireLamont Granquist2016-02-091-1/+0