summaryrefslogtreecommitdiff
path: root/lib/chef/cookbook
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Wrap code in an instance_eval context for syntax check.danielsdeleo2014-04-091-1/+6
* | Use an attr_accessor instead of referencing the instance variable directlyMatt Veitas2014-03-281-2/+4
* | Rename the method to be more descriptiveMatt Veitas2014-03-281-3/+3
* | CHEF-4203: Honor the chefignore file for knife cookbook testMatt Veitas2014-03-282-8/+14
* | Merge pull request #1059 from opscode/jhs/CHEF-4643Serdar Sutay2014-03-191-2/+2
|\ \
| * | CHEF-4643 Add cookbook versions to chef-client INFO and DEBUG logsJeremiah Snapp2013-10-171-2/+2
* | | Merge pull request #1245 from slantview/CHEF-4075Serdar Sutay2014-03-191-3/+31
|\ \ \
| * | | fix for checking choice array correctly.Steve Rude2014-02-041-5/+20
| * | | Update to allow boolean and numeric attributesSteve Rude2014-02-031-3/+16
| |/ /
* | | Use RubyVM to syntax check in-process where possibledanielsdeleo2014-02-061-6/+107
|/ /
* | Prevent duplicate keys in cookbook version JSONSeth Falcon2013-10-101-2/+2
* | Normalize whitespace on all filesSeth Vargo2013-09-262-8/+8
* | Manage cookbook_syntax_check_path with default valuesJohn Keiser2013-09-161-13/+3
* | Revert "Merge branch 'CHEF-3307'"Bryan McLellan2013-07-034-31/+19
* | Revert "Merge pull request #812 from opscode/lcg/CHEF-3307-empty-string-fix"Bryan McLellan2013-07-031-9/+0
|/
* Be more specific: check file? || symlink? instead of just directory?John Keiser2013-06-211-1/+2
* CHEF-4307: Verify that chefignore is a file before reading it.John Keiser2013-06-211-1/+1
* CHEF-3045: Re-provide lost support for no_lazy_loadBryan McLellan2013-06-181-6/+8
* Use cookbook_path accessor instead of instance variable in syntax_checkGreg Thornton2013-06-181-2/+2
* CHEF-3544 Honor chefignore in cookbook syntax checkGreg Thornton2013-06-181-2/+17
* CHEF-3307: translate empty strings coming back from the server to nilLamont Granquist2013-06-121-0/+9
* Lazy load cookbooksMal Graty2013-05-241-1/+4
* Lazy load metadataMal Graty2013-05-241-13/+14
* Improve deprecation warningMal Graty2013-05-241-1/+1
* Fixes CHEF-3307Mal Graty2013-05-244-11/+19
* [CHEF-3919] Removed Chef::Version::Cookbook code and replaced by a Chef::Vers...Xabier de Zuazo2013-04-111-2/+2
* [CHEF-3919] cookbook version specific code factored out from Chef::Version, n...Xabier de Zuazo2013-04-111-2/+2
* remove cruft code.danielsdeleo2013-01-231-2/+0
* Merge branch '10-stable' into integrate-chef-10-18-0danielsdeleo2013-01-172-4/+2