summaryrefslogtreecommitdiff
path: root/lib/chef/cookbook/cookbook_version_loader.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert someVivek Singh2020-04-071-1/+1
* Fix typoVivek Singh2020-04-061-3/+3
* 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
* Style/SymbolProcLamont Granquist2019-07-051-1/+1
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-1/+1
* Style/RegexpLiteralLamont Granquist2019-07-051-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+3
* Convert require to require_relativeLamont Granquist2019-05-081-4/+4
* Add a few missing license headersTim Smith2019-01-221-0/+14
* 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
* 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