summaryrefslogtreecommitdiff
path: root/lib/chef/guard_interpreter
Commit message (Expand)AuthorAgeFilesLines
* Add Chef::GuardInterpreter.for_resource method to reduce duplicationSteven Danna2015-02-171-1/+1
* Completeting changes from https://github.com/chef/chef/pull/2688, fixes https...tyler-ball2015-02-131-1/+1
* Fixing #2694 - resource guards are executed in why_run modetball/guard_interpretertyler-ball2015-01-051-0/+1
* Error message update from PR comments.Serdar Sutay2014-10-161-1/+1
* Enable guard_interpreters for the execute resource and set the default interp...Serdar Sutay2014-10-161-5/+14
* CR feedback: fix misleading method name for setting inheritance, validate cla...Adam Edwards2014-03-291-4/+4
* 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-292-37/+38
* CR feedback: clean up convert boolean expressions and add testsAdam Edwards2014-03-291-0/+11
* CR feedback: move inheritance to class level, add tests for convert_boolean_trueAdam Edwards2014-03-291-4/+4
* Fix namespacing issues caused by moving guard_interpreter logic out of Chef::...Adam Edwards2014-03-292-0/+149