summaryrefslogtreecommitdiff
path: root/lib/chef/cookbook
Commit message (Expand)AuthorAgeFilesLines
* convert MultilineOperationIndentation style to "indented"Lamont Granquist2016-02-122-2/+2
* pull rubocop 0.37.2 into chefstyleLamont Granquist2016-02-121-1/+1
* Merge pull request #4541 from chef/lcg/chefstyle-batchLamont Granquist2016-02-111-1/+1
|\
| * autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-1/+1
| * auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* | Ensure we do streaming requests correctly everywheretm/site_download_regressionThom May2016-02-091-1/+1
|/
* autofixing whitespace copsLamont Granquist2016-02-058-63/+61
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-027-12/+12
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-025-5/+5
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-027-7/+7
* Require Chef::VersionConstraint::Platform b/c it's used heredanielsdeleo2016-01-211-0/+1
* Use double quotes by defaultThom May2016-01-148-72/+72
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-132-15/+15
* Merge pull request #4343 from jordane/jordane/supports-use-platform-parserThom May2016-01-121-1/+1
|\
| * Use platform version parser to parse supports in metadataJordan Evans2015-12-281-1/+1
* | 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