summaryrefslogtreecommitdiff
path: root/lib/chef/cookbook
Commit message (Expand)AuthorAgeFilesLines
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-112-3/+4
* fix use as an accessorLamont Granquist2015-10-261-2/+2
* add @raises doc for #validate!Lamont Granquist2015-10-261-0/+3
* add YARD docsLamont Granquist2015-10-262-10/+63
* use #any? and comment the logicLamont Granquist2015-10-261-4/+3
* improve error message, add more testsLamont Granquist2015-10-261-3/+3
* validateLamont Granquist2015-10-262-0/+26
* extend metadata to include chef_version and ohai_versionLamont Granquist2015-10-261-8/+46
* Capitalize sentencesTim Smith2015-10-182-2/+2
* add privacy flagJosh Black2015-08-181-3/+25
* Revert back to the first argument being cookbook_name.Noah Kantrowitz2015-07-311-1/+1
* Make the doc formatter actually show what version of a cookbook is being used.Noah Kantrowitz2015-07-221-1/+1
* suppress cookbook self-dependencies and warnlcg/warn-cb-self-depLamont Granquist2015-05-151-3/+7
* Update error messages with a link to the docs siteTim Smith2015-05-011-2/+2
* Handle cookbook artfact format differences when fetching cookbookspolicyfile-erchef-integrationdanielsdeleo2015-03-251-1/+1
* 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
| |/