summaryrefslogtreecommitdiff
path: root/lib/chef/cookbook_version.rb
Commit message (Expand)AuthorAgeFilesLines
* Use double quotes by defaultThom May2016-01-141-14/+14
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-51/+51
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-14/+16
* style fix from peer reviewLamont Granquist2015-10-241-2/+2
* Fix 'knife cookbook show' to work on root filesScott Mcgillivray2015-10-241-1/+5
* Find the spot the user called and use that as the deprecation locationJohn Keiser2015-09-251-3/+3
* Rename log.deprecation to log_deprecationJohn Keiser2015-09-011-3/+3
* Pass deprecations through formatter instead of logsJohn Keiser2015-09-011-3/+3
* Update policyfile URLs and cookbook artifact data format per RFCdanielsdeleo2015-03-251-0/+19
* allow dep injecting chef_server_rest into objectsLamont Granquist2015-02-111-5/+8
* Remove deprecations for Cookbook Version HTTP resource behaviorsdanielsdeleo2015-02-111-25/+4
* Use standard deprecation mechanismsdanielsdeleo2015-02-111-15/+7
* Reorganize delegated methods on CookbookVersion, cleanup commentsdanielsdeleo2015-02-111-81/+74
* Standardize deprecation code within CookbookVersiondanielsdeleo2015-02-111-2/+10
* Change hard errors to warnings for deprecated methodsdanielsdeleo2015-02-111-16/+17
* Temporarily implement deprecation warnings as errorsdanielsdeleo2015-02-111-0/+28
* Move remaining http relevant methods to CookbookManifestdanielsdeleo2015-02-111-33/+26
* Move CookbookManifest to its own filedanielsdeleo2015-02-111-201/+1
* Extract Cookbook JSON representation to classdanielsdeleo2015-02-111-160/+241
* 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