summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* chef-client should never send negative values for duration to reporting; fixe...Jeremiah Snapp2014-08-121-0/+3
* 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
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into use_shared_path_for_deplo...sawanoboly2014-08-0473-670/+316
| |\ \ \ \ \ \
| * | | | | | | shared_path can be used to get the path to the shared_pathsawanoboly2014-07-221-1/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #1680 from BundesIT/masterClaire McQuin2014-08-072-2/+3
|\ \ \ \ \ \ \
| * | | | | | | whitespace fix in paludis_package.rbtbe2014-07-281-1/+1
| * | | | | | | moved init of timeout for paludis packages to the right placeThomas Berger2014-07-262-5/+1
| * | | | | | | use package.timeout for the cave timeout valueThomas Berger2014-07-251-1/+6
| * | | | | | | some paludis fixesThomas Berger2014-07-231-2/+2
| |/ / / / / /
* | | | | | | Merge pull request #1669 from Kasen/pcs_supportClaire McQuin2014-08-071-0/+9
|\ \ \ \ \ \ \
| * | | | | | | Provider mapping for pcs(parallels cloud server) added.Pavel Yudin2014-07-201-0/+9
| |/ / / / / /
* | | | | | | Merge pull request #1667 from parabuzzle/fix_force_flagClaire McQuin2014-08-071-1/+1
|\ \ \ \ \ \ \
| * | | | | | | change syntax of error message to reflect the correct flagMike Heijmans2014-07-191-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #1658 from kgraham/masterClaire McQuin2014-08-071-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Chef:Provider:Execute's logic on whether or not to use live_stream gets blindlyKevin Graham2014-07-161-1/+1
* | | | | | | | Merge pull request #1638 from bcobb/version-constraint-string-reflects-behaviorClaire McQuin2014-08-072-23/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | VersionConstraint does not need a raw_version attributeBrian Cobb2014-07-141-2/+2
| * | | | | | | | Use Chef::VersionConstraint#to_s in the metadata DSLBrian Cobb2014-07-141-19/+14
| * | | | | | | | Version constraints only show patch level if one is givenBrian Cobb2014-07-141-2/+2
* | | | | | | | | Merge pull request #1616 from chr4/userdel-forceClaire McQuin2014-08-072-0/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add "force" attribute to resource/user, passing "-f" to userdelChris Aumann2014-07-082-0/+10
* | | | | | | | | | Merge pull request #1597 from criteo/modify_envClaire McQuin2014-08-071-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Don't modify variable passed to env resource when updatingPierre Ynard2014-07-021-1/+1
* | | | | | | | | | | Merge pull request #1591 from onddo/CHEF-5356-gcm-2Claire McQuin2014-08-077-33/+247
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [CHEF-5356-gcm] moved some requires from decryptor.rb to assertions.rbXabier de Zuazo2014-07-092-2/+3