summaryrefslogtreecommitdiff
path: root/chef/lib/chef/cookbook
Commit message (Expand)AuthorAgeFilesLines
* add a callback for cookbook sync failuresDaniel DeLeo2012-06-221-1/+4
* bulk switch from ConsoleUI to EventDispatchDaniel DeLeo2012-05-101-9/+9
* integrate semantic output callbacks into cookbook syncDaniel DeLeo2012-05-041-0/+13
* update Client and FileVendor for new cookbook sync APIsDaniel DeLeo2012-05-041-5/+1
* extract cookbook sync to its own classDaniel DeLeo2012-05-041-0/+200
* [CHEF-2894] - use same values for initialize as knife cookbook createjtimberman2012-02-091-1/+1
* Chef::ShellOut has been moved to a mixlib gemDaniel DeLeo2011-12-061-2/+2
* more debug output for template updatesDaniel DeLeo2011-11-011-9/+10
* CHEF-2661, dont shell out to sh for running erubisjtimberman2011-10-101-1/+1
* metadata missing a dependency on mashDaniel DeLeo2011-04-111-0/+1
* [CHEF-2210] don't generate metadata.json for cookbook uploadDaniel DeLeo2011-04-101-7/+29
* [CHEF-2200] only load the data we actually need for cookbook solvingDaniel DeLeo2011-04-081-40/+76
* Making debug statements always start with capsAdam Jacob2011-04-061-2/+2
* Various log cleanups - level and case changesAdam Jacob2011-04-061-1/+1
* [CHEF-2132] validate metadata.json; improve validation msgsDaniel DeLeo2011-03-251-18/+38
* [CHEF-2132] Provide informative errors for newly invalid metadataDaniel DeLeo2011-03-251-8/+26
* [CHEF-2132] Warn the when giving too many args to dependency specsDaniel DeLeo2011-03-251-8/+33
* spec tests for metadata from_hashsdelano2011-03-251-19/+20
* Implementing Chef::Cookbook::Metadata#to_hashChris Walters2011-03-251-3/+6
* Handling arrays of constraintsChris Walters2011-03-251-2/+2
* Handling deprecated constraint specificationsChris Walters2011-03-251-5/+23
* use less global state. also, objects.Daniel DeLeo2011-03-232-11/+13
* switch chefignore to glob-like (fnmatch) matchingDaniel DeLeo2011-03-231-4/+4
* Suggest metadata as a possible cause when raising CookbookNotFoundDaniel DeLeo2011-03-161-1/+2
* added per-repo ignoresDaniel DeLeo2011-03-153-56/+138
* integrate per-cookbook loader into existing loaderDaniel DeLeo2011-03-141-39/+15
* Create a cookbook loader for individual cookbooksDaniel DeLeo2011-03-131-0/+159
* Remove extlib dependency, copy mash code into sources, fix CHEF-1405Seth Falcon2011-03-041-1/+1
* Fix CHEF-2057: renamed Chef::JSON to Chef::JSONCompat, soTim Hinderliter2011-02-161-2/+2
* Fix CHEF-1292/PL-538: make JSON.parse/to_json default recursion depthTim Hinderliter2010-11-221-2/+2
* Replacing tabs with two spaces.Christian Paredes2010-11-081-1/+1
* Allow only one version constraint in metadata CHEF-1818Seth Falcon2010-11-021-40/+47
* Extract Metadata::Version as Chef::Version CHEF-1818Seth Falcon2010-11-022-90/+1
* Add a regex to test for a chef version numberThom May2010-11-011-0/+2
* merge Chef::Cache and Chef::Cache::ChecksumDaniel DeLeo2010-09-291-2/+2
* add callbacks to Chef::Client to notify on chef run start/stopDaniel DeLeo2010-09-291-3/+10
* more rdoc tweaks, use sdoc, and gitignore the rdoc directoryDaniel DeLeo2010-07-312-2/+2
* Rdoc fixesDaniel DeLeo2010-07-306-18/+33
* * Fix for CHEF-1432. Allowing symbol as an attribute metadata typeGavin Sandie2010-07-161-1/+1
* [CHEF-1202] add missing tests to verify updated regexesDaniel DeLeo2010-07-161-0/+11
* include invalid values in errorsDaniel DeLeo2010-06-181-2/+2
* create a syntax checker with an explicit cookbook_pathDaniel DeLeo2010-06-181-1/+1
* bring back the syntax check cache for 5x improvement on re-uploadsDaniel DeLeo2010-06-181-0/+128
* Fixed CHEF-1308 -- now correctly maintaining cache for cookbook files that ar...Tim Hinderliter2010-06-101-14/+12
* Client re-implemented lazy-loading for cookbook files,templates; fixes CHEF-1296tim@opscode.com2010-06-091-0/+81
* Renamed Chef::Cookbook -> CookbookVersion; reorganized Cookbook features teststim@opscode.com2010-06-032-5/+5
* Array() >> [obj].flattenDaniel DeLeo2010-06-031-1/+1
* using short cookbook name instead of full (version-including)tim@opscode.com2010-06-031-2/+2
* Making FileVendor factory setter sexierChris Walters, Tim Hinderliter2010-06-031-3/+3
* Making CookbookCollection inherit from Mash instead of HashChris Walters, Tim Hinderliter2010-06-031-1/+3