summaryrefslogtreecommitdiff
path: root/lib/chef/cookbook
Commit message (Expand)AuthorAgeFilesLines
* fix args to gem commandlcg/fix-gem-metadataLamont Granquist2016-04-071-1/+1
* push ruby_bin first in path for exec'ing bundle intallLamont Granquist2016-04-071-1/+13
* tighten up the chdir logicLamont Granquist2016-04-071-3/+1
* remove now-unused codeLamont Granquist2016-04-071-54/+0
* MVP to fix gem metadata commandLamont Granquist2016-04-071-6/+13
* Merge pull request #4640 from chef/tm/zero_deep_librariesThom May2016-03-151-1/+1
|\
| * Ensure that chef-zero loads libraries recursivelytm/zero_deep_librariesThom May2016-03-031-1/+1
* | s/escape_glob/escape_glob_dir/lcg/fix-escape-globLamont Granquist2016-03-101-2/+2
* | Merge pull request #4478 from chef/lcg/rfc-060-gem-metadataLamont Granquist2016-03-033-2/+143
|\ \ | |/ |/|
| * need to require bundlerlcg/rfc-060-gem-metadataLamont Granquist2016-02-231-0/+1
| * remove now-unnecessary requireLamont Granquist2016-02-091-1/+0
| * rubocopismsLamont Granquist2016-02-091-2/+2
| * add comments and cleanupLamont Granquist2016-02-091-2/+12
| * remove unnecessary paranoiaLamont Granquist2016-02-091-5/+1
| * make rubygems.org configurableLamont Granquist2016-02-091-1/+1
| * get the formatting for cookbook gems correctLamont Granquist2016-02-092-13/+65
| * fixed my .vimrc auto-copyright headerLamont Granquist2016-02-091-1/+1
| * RFC-060 gem metadata MVPLamont Granquist2016-02-093-1/+84
* | use Pathname#cleanpath instead of Chef::Util::PathHelper.cleanpath to compare...Matt Wrock2016-02-291-2/+2
* | Fix style issuedanielsdeleo2016-02-261-1/+1
* | 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