summaryrefslogtreecommitdiff
path: root/lib/chef/cookbook/cookbook_version_loader.rb
Commit message (Expand)AuthorAgeFilesLines
* fix Style/HashSyntaxLamont Granquist2018-07-021-1/+1
* prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-171-1/+0
* RFC 67: Remove cookbook segmentsThom May2017-04-041-84/+1
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-28/+22
* favor metadata.json over metadata.rbLamont Granquist2017-01-241-3/+3
* fix Style/VariableInterpolationLamont Granquist2016-12-061-4/+4
* 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
|/
* Ensure that chef-zero loads libraries recursivelytm/zero_deep_librariesThom May2016-03-031-1/+1
* use Pathname#cleanpath instead of Chef::Util::PathHelper.cleanpath to compare...Matt Wrock2016-02-291-2/+2
* Fix style issuedanielsdeleo2016-02-261-1/+1
* Filter out directory paths from all_files when loadinglist-unignored-filesdanielsdeleo2016-02-261-1/+1
* Remove ignored files from all_files before segmentingdanielsdeleo2016-02-261-13/+3
* Convert cookbook version loader to escape_glob_dirdanielsdeleo2016-02-261-4/+4
* Load root files as a part of all_filesdanielsdeleo2016-02-261-12/+25
* Rename all_unignored_files -> all_filesdanielsdeleo2016-02-261-9/+9
* Load cookbook segements by fnmatch-ing from file listdanielsdeleo2016-02-261-3/+21
* List all the unignored files when loading a cookbookdanielsdeleo2016-02-261-0/+30
* autofixing whitespace copsLamont Granquist2016-02-051-1/+1
* Use double quotes by defaultThom May2016-01-141-13/+13
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1
* Capitalize sentencesTim Smith2015-10-181-1/+1
* Merge pull request #2129 from JeanMertz/library_subfoldersSerdar Sutay2014-10-101-1/+1
|\
| * load library folder recursivelyJean Mertz2014-10-021-1/+1
* | Fixing cookbook loading for windowsJay Mundrawala2014-09-291-3/+9
|/
* Escape path for globbing.Claire McQuin2014-09-221-3/+4
* Merge pull request #1806 from opscode/lcg/removing-json-class1lamont-granquist2014-08-121-2/+2
|\
| * remove some uses of from_jsonLamont Granquist2014-08-121-2/+2
* | Add a fallback for metadata name for the chef-zero casedanielsdeleo2014-08-121-0/+9
* | Document why we need to fallback to inferred name sometimesdanielsdeleo2014-08-121-1/+8
* | Make `name` a required attribute in metadatadanielsdeleo2014-08-121-7/+8
* | Ignore non-critical errors when finding the cookbook setdanielsdeleo2014-08-121-5/+32
* | Use more explicit "inferred cookbook name" for variabledanielsdeleo2014-08-121-7/+10
* | Use accessors in preference to ivars in CookbookVersionLoaderdanielsdeleo2014-08-121-22/+21
* | Remove assumption that cookbook names match dirnames in CookbookLoaderdanielsdeleo2014-08-121-0/+3
* | Respect metadata name attributedanielsdeleo2014-08-121-13/+47
|/
* remove JSON gem usageLamont Granquist2014-08-111-4/+4
* Remove unneeded requires when using CookbookVersionLoaderdanielsdeleo2014-05-191-1/+0
* Make root_dir required for CookbookVersion to generate manifestJohn Keiser2014-04-231-13/+21
* Fix Pathname.each_filename on Ruby 1.8.7John Keiser2014-04-231-1/+1
* Don't include .uploaded-cookbook-version.json in knife uploadJohn Keiser2014-04-221-1/+1
* Don't consider .uploaded-cookbook-version.json uploadableJohn Keiser2014-04-221-4/+4
* Support storage of uploaded cookbook version in local modeJohn Keiser2014-04-221-1/+34
* Revert "Merge branch 'CHEF-3307'"Bryan McLellan2013-07-031-19/+10
* Lazy load metadataMal Graty2013-05-241-13/+14
* Improve deprecation warningMal Graty2013-05-241-1/+1
* Fixes CHEF-3307Mal Graty2013-05-241-2/+10
* Merge branch '10-stable' into integrate-chef-10-18-0danielsdeleo2013-01-171-3/+1