summaryrefslogtreecommitdiff
path: root/lib/chef/resource/conditional.rb
Commit message (Expand)AuthorAgeFilesLines
* Add a warning for guard blocks that return a non-empty string.Noah Kantrowitz2016-08-221-1/+9
* autofixing whitespace copsLamont Granquist2016-02-051-4/+4
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-2/+2
* Add Chef::GuardInterpreter.for_resource method to reduce duplicationSteven Danna2015-02-171-13/+2
* support arrays for not_if and only_ifDave Eddy2015-01-251-1/+1
* Differentiate between the default and the user set guard_attributes in order ...Serdar Sutay2014-10-161-20/+16
* Enable guard_interpreters for the execute resource and set the default interp...Serdar Sutay2014-10-161-14/+20
* Remove duplicate exceptionBryan McLellan2014-09-301-1/+3
* unit test for guard_interpreter creation during compilationBryan McLellan2014-09-301-0/+1
* refactor conditional to evaluate for guards laterBryan McLellan2014-09-301-7/+17
* update functional tests for guard_interpreterBryan McLellan2014-09-301-1/+1
* guard_interpreter requires a commandBryan McLellan2014-09-301-0/+5
* CR feedback: move command evaluation to guard interpreterAdam Edwards2014-03-291-13/+11
* Fix namespacing issues caused by moving guard_interpreter logic out of Chef::...Adam Edwards2014-03-291-3/+15
* CR feedback: refactor guard interpreter logic out of Resource into ConditionalAdam Edwards2014-03-291-4/+7
* [CHEF-972] created a ConditionalAction class to be used in resource#should_sk...Xabier de Zuazo2013-06-191-0/+4
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+101