summaryrefslogtreecommitdiff
path: root/lib/chef/cookbook
Commit message (Expand)AuthorAgeFilesLines
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-3/+3
* Merge pull request #2149 from JeanMertz/chef_client_no_check_files_subdirSerdar Sutay2014-10-101-3/+12
|\
| * Skip checking files/**/*.rb files when doing syntax checksJean Mertz2014-10-081-3/+12
* | Merge pull request #1914 from gofullstack/supermarket_attributes_metadataSerdar Sutay2014-10-101-38/+81
|\ \
| * | Ensure metadata responds to method before sending, use public_sendTristan and Brett2014-08-261-1/+3
| * | Use individual URL attributes in metadataBrett Chalupa2014-08-261-13/+34
| * | Fix typo in Metadata documentation.Brett Chalupa2014-08-251-1/+1
| * | Add supermarket_attributes to MetadataBrett and Tristan2014-08-251-34/+54
* | | Merge pull request #2129 from JeanMertz/library_subfoldersSerdar Sutay2014-10-101-1/+1
|\ \ \ | |_|/ |/| |
| * | load library folder recursivelyJean Mertz2014-10-021-1/+1
* | | Syntax checker uses helper method for relative pathjdmundrawala/cookbook-loadingJay Mundrawala2014-09-291-3/+1
* | | Fixing cookbook loading for windowsJay Mundrawala2014-09-291-3/+9
|/ /
* | removing shelling out to erubis/rubyLamont Granquist2014-09-261-45/+3
* | Escape path for globbing.Claire McQuin2014-09-221-2/+3
* | 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-122-7/+9
* | Add validation to Metadatadanielsdeleo2014-08-121-0/+34
* | Remove cookbook as argument to Metadata's constructordanielsdeleo2014-08-121-24/+22
* | Fix ruby warning in metadata classdanielsdeleo2014-08-121-3/+3
* | 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-122-20/+75
|/
* remove JSON gem usageLamont Granquist2014-08-112-6/+6
* Revert "remove #to_json Monkeytpatching"Lamont Granquist2014-08-091-2/+2
* remove #to_json MonkeypatchingLamont Granquist2014-08-091-2/+2
* Merge pull request #1681 from victorhahncastell/masterClaire McQuin2014-08-081-1/+1
|\
| * Apply template syntax check to files in the templates dir only. This avoids f...Victor Hahn - FLEXOPTIX2014-07-231-1/+1
* | Merge pull request #1638 from bcobb/version-constraint-string-reflects-behaviorClaire McQuin2014-08-071-19/+14
|\ \
| * | Use Chef::VersionConstraint#to_s in the metadata DSLBrian Cobb2014-07-141-19/+14
| |/
* | Make FileVendor configuration specific to the two implementationsdanielsdeleo2014-07-303-4/+34
* | clean up deleted files in cookbooks we synchLamont Granquist2014-07-261-13/+42
* | CHEF-3684: do not clear file cache on override run listLamont Granquist2014-07-261-1/+14
|/
* Do not update the path in the cookbook_manifest with the full file name.sersut2014-07-011-13/+24
* Merge pull request #848 from onddo/CHEF-4298Claire McQuin2014-06-091-14/+20
|\
| * [CHEF-4298] Coookbook::Metadata: avoid converting 2 part versions to 3 part v...Xabier de Zuazo2014-05-251-15/+21
| * [CHEF-4298] send the version constraint correctly formatted for chef serverXabier de Zuazo2013-07-031-8/+8
* | Remove unneeded requires when using CookbookVersionLoaderdanielsdeleo2014-05-191-1/+0
* | Add config option for parallel cookbook sync.Claire McQuin2014-05-131-1/+1
* | CHEF-4423: implement threaded cookbook synchronizationNikhil Benesch2014-05-131-42/+64
* | 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