summaryrefslogtreecommitdiff
path: root/lib/chef/cookbook_version.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove 1.8 and 1.9 specific monkey patchesdanielsdeleo2014-11-261-1/+0
* Merge pull request #2165 from coderanger/rfc017Serdar Sutay2014-10-101-32/+51
|\
| * More comment-y goodness.Noah Kantrowitz2014-10-041-0/+2
| * Add clarifying comment.Noah Kantrowitz2014-10-041-0/+1
| * Rework template/file loading to not require the default/ and to accept an arr...Noah Kantrowitz2014-10-041-32/+48
* | Trying to eradicate all traces of the JSON gem from Cheftyler-ball2014-10-071-1/+1
|/
* Alias #latest_cookbooks.mcquin/Issue-2090Claire McQuin2014-09-301-9/+5
* Deprecate CookbookVersion#latest_cookbooksClaire McQuin2014-09-301-1/+5
* Fixing cookbook loading for windowsJay Mundrawala2014-09-291-1/+1
* Respect metadata name attributedanielsdeleo2014-08-121-1/+11
* remove JSON gem usageLamont Granquist2014-08-111-3/+2
* Revert "remove #to_json Monkeytpatching"Lamont Granquist2014-08-091-2/+3
* remove #to_json MonkeypatchingLamont Granquist2014-08-091-3/+2
* Add missing require for chef/digester in cookbook_versiondanielsdeleo2014-07-301-0/+1
* Remove unneeded requires when using CookbookVersionLoaderdanielsdeleo2014-05-191-3/+0
* CHEF-4423: extract CookbookVersion manifest update into public methodNikhil Benesch2014-05-131-8/+12
* Make root_dir required for CookbookVersion to generate manifestJohn Keiser2014-04-231-51/+34
* Fix Pathname.each_filename on Ruby 1.8.7John Keiser2014-04-231-13/+6
* Work around 1.8.7 issue with Pathname.each_filenameJohn Keiser2014-04-221-2/+14
* Support cookbooks whose root dir does not match nameJohn Keiser2014-04-221-19/+39
* Add methods to query for template/file existence in run contextdanielsdeleo2013-08-021-8/+24
* Revert "Merge branch 'CHEF-3307'"Bryan McLellan2013-07-031-10/+6
* Remove dead code from Chef::CookbookVersionBryan McLellan2013-06-181-109/+0
* Lazy load metadataMal Graty2013-05-241-4/+6
* Fixes CHEF-3307Mal Graty2013-05-241-4/+6
* [CHEF-3919] Removed Chef::Version::Cookbook code and replaced by a Chef::Vers...Xabier de Zuazo2013-04-111-4/+4
* [CHEF-3919] cookbook version specific code factored out from Chef::Version, n...Xabier de Zuazo2013-04-111-4/+4
* switch from JSON.parse to JSONCompatdanielsdeleo2013-02-111-1/+1
* [CHEF-3715] rename ChecksumCache => Digesterdanielsdeleo2012-12-211-1/+1
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+782