summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * Dscl user provider changes to support Mac 10.7, 10.8 & 10.9.Serdar Sutay2014-08-123-156/+547
* CHEF-5022: Add tests for #set_start_type and cleanupBryan McLellan2014-08-121-2/+1
* CHEF-5022: Don't use provides in the resourceBryan McLellan2014-08-121-1/+4
* CHEF-5022: Rename start_type to current_start_typeBryan McLellan2014-08-121-7/+7
* CHEF-5022: leave enabled to nil for all other statesBryan McLellan2014-08-121-1/+6
* CHEF-5022: Add configure_startup actionBryan McLellan2014-08-122-33/+69
* CHEF-5022: Differentiate between Windows service startup_typesBryan McLellan2014-08-123-11/+88
* Merge pull request #1806 from opscode/lcg/removing-json-class1lamont-granquist2014-08-126-10/+9
|\
| * remove some uses of from_jsonLamont Granquist2014-08-126-10/+9
* | Merge pull request #1772 from opscode/chef-1765Serdar Sutay2014-08-121-0/+3
|\ \
| * | chef-client should never send negative values for duration to reporting; fixe...Jeremiah Snapp2014-08-121-0/+3
* | | 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-123-7/+11
* | | 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
* | | Encapsulate cookbook loader map with methodsdanielsdeleo2014-08-121-7/+14
* | | Remove assumption that cookbook names match dirnames in CookbookLoaderdanielsdeleo2014-08-122-14/+58
* | | Respect metadata name attributedanielsdeleo2014-08-123-21/+86
| |/ |/|
* | Fix error class typo, bump ffi-yajl requirement to pull in bugfixesdanielsdeleo2014-08-121-1/+1
|/
* remove JSON gem usageLamont Granquist2014-08-1131-78/+92
* Issue 1754: Chef::Exceptions::Env exception when modifying env resource using...adamedx2014-08-111-9/+5
* Merge pull request #1734 from opscode/jhs/chef_fsBryan McLellan2014-08-111-1/+1
|\
| * Reverse the error wording in Chef::ChefFS::FileSystem#copy_entriesJeremiah Snapp2014-08-011-1/+1
* | Fix expected format of JSON errors in integration testsdanielsdeleo2014-08-101-0/+1
* | Merge pull request #1715 from opscode/lcg/file-provider-fixeslamont-granquist2014-08-093-34/+91
|\ \
| * | small code rearrangement, avoid re-checksummingLamont Granquist2014-07-301-5/+5
| * | validate checksums on downloadsLamont Granquist2014-07-302-1/+19
| * | some coderage cleanupLamont Granquist2014-07-301-16/+47
| * | add comment on magic behaviorLamont Granquist2014-07-301-0/+1
| * | bypass idempotency in the cookbook_collection classLamont Granquist2014-07-301-1/+1
| * | generate content up frontLamont Granquist2014-07-291-1/+6
| * | decide if we're creating/unlinking up frontLamont Granquist2014-07-281-22/+24
* | | log resource should support whyrunLamont Granquist2014-08-091-0/+4
* | | Revert "remove #to_json Monkeytpatching"Lamont Granquist2014-08-0921-47/+49
* | | remove #to_json MonkeypatchingLamont Granquist2014-08-0921-49/+47
* | | Merge pull request #1743 from juliandunn/suse-package-removal-failureClaire McQuin2014-08-081-1/+1
|\ \ \
| * | | [COOK-4028] zypper remove not working wiht OpenSuse 13.1Boris Komraz2014-08-031-1/+1
| | |/ | |/|
* | | Merge pull request #1719 from evertrue/evertrue/eherot/add_mount_point_word_b...Claire McQuin2014-08-081-2/+2
|\ \ \
| * | | Add word boundary to mount point regexp in mount mounted functionEric Herot2014-07-301-1/+1
| * | | Add word boundary to mount point regexp in mount disable functionEric Herot2014-07-301-1/+1
* | | | Merge pull request #1694 from jordane/jordane/git_branch_BClaire McQuin2014-08-081-1/+1
|\ \ \ \
| * | | | use -B in case user wants to reset branchJordan Evans2014-07-251-1/+1
* | | | | 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 #1676 from higanworks/use_shared_path_for_deploy_resourceClaire McQuin2014-08-071-1/+2
|\ \ \ \ \ \