summaryrefslogtreecommitdiff
path: root/lib/chef/cookbook
Commit message (Expand)AuthorAgeFilesLines
* Filter out directory paths from all_files when loadinglist-unignored-filesdanielsdeleo2016-02-261-1/+1
* Remove ignored files from all_files before segmentingdanielsdeleo2016-02-261-13/+3
* Convert cookbook version loader to escape_glob_dirdanielsdeleo2016-02-261-4/+4
* Load root files as a part of all_filesdanielsdeleo2016-02-261-12/+25
* Rename all_unignored_files -> all_filesdanielsdeleo2016-02-261-9/+9
* Load cookbook segements by fnmatch-ing from file listdanielsdeleo2016-02-261-3/+21
* List all the unignored files when loading a cookbookdanielsdeleo2016-02-261-0/+30
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-11/+11
* Add warning as suggested by Lamont Granquist (thanks!)Jos Backus2016-02-171-1/+4
* chef-client: add --[no]skip-cookbook-sync optionJos Backus2016-02-171-0/+1
* 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