summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix namespacing issues caused by moving guard_interpreter logic out of Chef::...Adam Edwards2014-03-294-27/+33
* CR feedback: refactor guard interpreter logic out of Resource into ConditionalAdam Edwards2014-03-294-35/+75
* CR feedback: boolean variable should use boolean false instead of ambiguous nilAdam Edwards2014-03-291-1/+1
* CR feedback: freeze constants, remove special case conditionalAdam Edwards2014-03-291-13/+10
* Remove customizable exception handling, unused source line parameterAdam Edwards2014-03-292-6/+4
* Guard resource new specs and spec fixesAdam Edwards2014-03-295-12/+25
* Refactor to move inheritance to script and derived resourcesAdam Edwards2014-03-293-16/+15
* CHEF-4553: Add spec tests and fix broken examplesAdam Edwards2014-03-292-6/+7
* Method name change, ignore translated attributes that are not defined for the...Adam Edwards2014-03-292-2/+2
* Enable inheritance in guards for certain attributes of execute resourcesadamedx2014-03-291-0/+9
* CHEF-4553: Guard interpreter attribute to enable custom script guardsadamedx2014-03-292-3/+128
* Interpolated boolean return support for powershell_scriptadamedx2014-03-292-7/+39
* Add line breaks to generated scriptadamedx2014-03-291-2/+3
* Handle explicitly thrown exceptions, method name convention violationsadamedx2014-03-291-4/+7
* Add missing batch / powershell_script resource platform mappingsadamedx2014-03-291-3/+9
* Remove superfluous node methodadamedx2014-03-291-5/+0
* Merge pull request #1348 from opscode/win-ci-fixesSerdar Sutay2014-03-281-1/+3
|\
| * Fix Windows 2003 CI issues:sersut2014-03-281-1/+3
* | [CHEF-5132] ImmutableCollections #to_a and #to_hash methods fixed and improvedXabier de Zuazo2014-03-281-11/+19
* | [CHEF-3953] ImmutableMash and ImmutableArray should implement to_hash and to_...brianbianco2014-03-281-0/+24
* | 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
|/
* [CHEF-3610] Set log_level for chef-client when '-VV' is specified in the knif...Hui Hu2014-03-281-0/+1
* CHEF-4957: Mount resource won't work when device is a relative symlinkMaxime Caumartin2014-03-281-1/+1
* CHEF-5087: Hide win32 if not on windowsBryan McLellan2014-03-282-3/+3
* CHEF-5087: Add a Windows Installer package providerBryan McLellan2014-03-275-0/+395
* Additional debug logs per PR comments.sersut2014-03-271-2/+7
* CHEF-5100:Lamont Granquist2014-03-275-19/+18
* CHEF-5100: reset state for streamed downloadsLamont Granquist2014-03-271-0/+1
* CHEF-5041: check for transfer-encoding headerLamont Granquist2014-03-273-13/+35
* CHEF-5041: fix middleware orderLamont Granquist2014-03-271-1/+1
* Merge pull request #948 from thommay/chef-4443Serdar Sutay2014-03-272-10/+26
|\
| * move run_list twiddling into the policy builderThom May2014-03-041-6/+3
| * Merge remote-tracking branch 'origin/master' into save-right-run-listThom May2014-03-04310-2800/+6623
| |\
| * | add run_list setterThom May2014-03-041-1/+10
| * | CHEF-4443 - Always save the correct run listThom May2013-08-122-10/+19
* | | Restore warning for cookbook shadowingdanielsdeleo2014-03-271-0/+6
* | | Merge pull request #1339 from nishigori/fix-few-typoBryan McLellan2014-03-271-1/+1
|\ \ \
| * | | Fix few typonishigori2014-03-261-1/+1
* | | | Add optional client-side key generation when registeringdanielsdeleo2014-03-252-9/+57
|/ / /
* | | Use safe_dup for DeepMerge#deep_merge to avoid TypeErrordanielsdeleo2014-03-241-1/+1
* | | Rescue TypeError duping un-dupable types in deep mergedanielsdeleo2014-03-241-1/+7
* | | Merge pull request #1334 from opscode/btm/CHEF-4888Bryan McLellan2014-03-242-1/+15
|\ \ \
| * | | CHEF-4888: Call WIN32OLE.ole_initialize in sub-threadsBryan McLellan2014-03-242-1/+15
* | | | Check SSL configuration once per client run.danielsdeleo2014-03-241-4/+34
* | | | use local config var in #registerLamont Granquist2014-03-241-1/+1
* | | | CHEF-5134: Warn on no SSL verificationLamont Granquist2014-03-241-0/+4
|/ / /
* | | Enabled using special strings in cron. CHEF-2816Juri Timoshin2014-03-202-4/+25
* | | CHEF-4848: Add additional unit testsBryan McLellan2014-03-201-1/+2