summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version number for release.11.12.0sersut2014-04-082-3/+3
* Bump the version number for RC.11.12.0.rc.2sersut2014-04-042-2/+2
* Update about disabling OHAI 7 plugins.sersut2014-04-031-0/+24
* Merge pull request #1315 from jaymzh/fixsignals-11Phil Dibowitz2014-04-015-4/+16
* Remove duplicate entry from changelogBryan McLellan2014-04-011-1/+0
* Bump the version number for RC.11.12.0.rc.1sersut2014-03-311-1/+1
* Point to the new RCs of ohai and mixlib-shellout.sersut2014-03-311-2/+2
* Merge pull request #1354 from opscode/chef-5169Serdar Sutay2014-03-313-0/+34
* Mount spec should use File::expand_path for symmetry on WindowsAdam Edwards2014-03-311-5/+10
* Merge branch 'master' into 11-stable11.12.0.rc.0sersut2014-03-30165-1094/+7152
|\
| * Bump the version number for RC release and update shellout and ohai dep versi...sersut2014-03-302-3/+3
| * Merge pull request #1316 from opscode/adamed/guard-interpreterAdam Edwards2014-03-3020-44/+885
| |\
| | * Update change log to add guard_interpreter CHEF-4553Adam Edwards2014-03-291-0/+1
| | * Guard interpreter / boolean return doc updatesAdam Edwards2014-03-292-15/+43
| | * DOC update for guard_interpreter, powershell_script, and convert_boolean_returnAdam Edwards2014-03-291-0/+106
| | * Address regression with convert_boolean_return always set to trueAdam Edwards2014-03-292-2/+29
| | * CR feedback: fix misleading method name for setting inheritance, validate cla...Adam Edwards2014-03-293-9/+8
| | * CR feedback: centralize resource guard evaluation logic to increase readabilityAdam Edwards2014-03-291-15/+18
| | * CR feedback: move command evaluation to guard interpreterAdam Edwards2014-03-296-58/+57
| | * CR feedback: clean up convert boolean expressions and add testsAdam Edwards2014-03-294-9/+62
| | * CR feedback: move inheritance to class level, add tests for convert_boolean_trueAdam Edwards2014-03-296-23/+119
| | * Fix namespacing issues caused by moving guard_interpreter logic out of Chef::...Adam Edwards2014-03-298-36/+42
| | * CR feedback: refactor guard interpreter logic out of Resource into ConditionalAdam Edwards2014-03-298-50/+97
| | * CR feedback: use expect to explicitly test exception behaviorAdam Edwards2014-03-292-13/+3
| | * CR feedback: remove duplicate specsAdam Edwards2014-03-291-17/+0
| | * 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-299-14/+182
| | * Spec test break in to_hash due to new guard_interpreter attribute in Chef::Re...Adam Edwards2014-03-291-1/+1
| | * 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-293-9/+35
| | * Remove extraneous character that breaks test cleanupAdam Edwards2014-03-291-1/+1
| | * Powershell guard functional testsAdam Edwards2014-03-291-0/+144
| | * 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
| | * Fix comment typoadamedx2014-03-291-1/+1
| | * 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-282-4/+6
| |\
| | * Fix Windows 2003 CI issues:sersut2014-03-282-4/+6
| * | CHEF-5132: documentation updatesBryan McLellan2014-03-282-1/+2
| * | [CHEF-5132] more tests added for ImmutableCollections #to_a and #to_hash methodsXabier de Zuazo2014-03-281-9/+41
| * | [CHEF-5132] ImmutableCollections #to_a and #to_hash tests changed to use #be_...Xabier de Zuazo2014-03-281-19/+19
| * | [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-282-0/+47