summaryrefslogtreecommitdiff
path: root/lib/chef/resource
Commit message (Expand)AuthorAgeFilesLines
...
| * | | CHEF-5092: chef_gem should use omnibus `gem` binaryLamont Granquist2014-05-071-1/+2
* | | | Merge branch 'freebsdPkgngSupport' of github.com:liseki/chefsersut2014-05-081-3/+39
|\ \ \ \ | |/ / / |/| | |
| * | | Access source instance variable directly when setting providerRichard Manyanza2014-03-281-1/+1
| * | | Refactor resolving of Freebsd package providerRichard Manyanza2014-03-121-2/+38
| * | | Refactor FreeBSD package providersRichard Manyanza2014-03-111-2/+2
* | | | fix spelling of lightweight resourcejamescott2014-05-071-2/+2
* | | | Merge pull request #1356 from opscode/ssd/CHEF-5163Serdar Sutay2014-05-071-9/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | [CHEF-5163] Support lazy evaluation the mount resource's options attrSteven Danna2014-04-021-9/+9
* | | | [CHEF-5162] Move argument parsing for source to new methodSteven Danna2014-05-021-9/+21
* | | | [CHEF-5162] Support DelayedEvaluator for remote_file's source attributeSteven Danna2014-05-021-6/+20
|/ / /
* | | CR feedback: fix misleading method name for setting inheritance, validate cla...Adam Edwards2014-03-292-5/+4
* | | CR feedback: move command evaluation to guard interpreterAdam Edwards2014-03-291-13/+11
* | | CR feedback: clean up convert boolean expressions and add testsAdam Edwards2014-03-291-8/+10
* | | CR feedback: move inheritance to class level, add tests for convert_boolean_trueAdam Edwards2014-03-292-18/+24
* | | Fix namespacing issues caused by moving guard_interpreter logic out of Chef::...Adam Edwards2014-03-293-158/+15
* | | CR feedback: refactor guard interpreter logic out of Resource into ConditionalAdam Edwards2014-03-293-15/+71
* | | CR feedback: boolean variable should use boolean false instead of ambiguous nilAdam Edwards2014-03-291-1/+1
* | | Remove customizable exception handling, unused source line parameterAdam Edwards2014-03-291-5/+3
* | | Guard resource new specs and spec fixesAdam Edwards2014-03-294-11/+25
* | | Refactor to move inheritance to script and derived resourcesAdam Edwards2014-03-292-9/+14
* | | CHEF-4553: Add spec tests and fix broken examplesAdam Edwards2014-03-291-3/+2
* | | 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-291-0/+95
* | | Interpolated boolean return support for powershell_scriptadamedx2014-03-291-1/+21
* | | Remove superfluous node methodadamedx2014-03-291-5/+0
* | | CHEF-5087: Hide win32 if not on windowsBryan McLellan2014-03-281-1/+1
* | | CHEF-5087: Add a Windows Installer package providerBryan McLellan2014-03-271-0/+79
* | | Enabled using special strings in cron. CHEF-2816Juri Timoshin2014-03-201-0/+9
* | | CHEF-4848: Add additional unit testsBryan McLellan2014-03-201-1/+2
* | | Show a short message for invalid value for weekday.Ryota Arai2014-03-201-2/+6
* | | Resource::Cron#weekday accepts symbol arg.Ryota Arai2014-03-201-1/+3
* | | Cron resource accepts a symbol as `weekday`Ryota Arai2014-03-201-1/+1
* | | Exctracted resource exception message to separate method to be able to overwr...Pavel Brylov2014-03-191-0/+4
|/ /
* | Merge remote-tracking branch 'goodmanio/CHEF-4639' into CHEF-4639-updatedsersut2014-01-171-1/+8
|\ \
| * | If a resource is sensitive, it’s redacted from logs.Allen Goodman2013-11-151-1/+8
* | | remove unused variable startup_typeRanjib Dey2013-12-201-1/+0
* | | CHEF-4849: Implement `#response_file_variables` in Package resourcePeter Fern2013-12-201-0/+9
* | | changes to fix failing testsJohn Goulah2013-11-261-0/+18
* | | add enable_checkout attribute; add ability to override 'deploy' with checkout...John Goulah2013-11-261-0/+18
* | | [CHEF-4110] Add whyrun_safe_ruby_block resourcePhil Dibowitz2013-11-211-0/+31
* | | Group spec fixed for CI.sersut2013-11-181-1/+0
* | | Fix unit tests on group providers.sersut2013-11-141-0/+2
* | | New property :excluded_members for group resource and required common code ar...sersut2013-11-111-0/+10
|/ /
* | add unit test and remove "supports"KAWAHARA Masashi2013-10-101-3/+0
* | [CHEF-4578] add supports "non_unique" to groupaddKAWAHARA Masashi2013-10-101-0/+12
* | [CHEF-4561] Add :write as a valid action to the log resourceSeth Vargo2013-10-041-0/+1
* | Provide backwards compatability for the old class nameSeth Vargo2013-10-041-1/+3
* | [CHEF-4567] Rename Chef::Resource::SmartOSPackage to Chef::Resource::SmartosP...Seth Vargo2013-10-041-1/+1
* | Normalize whitespace on all filesSeth Vargo2013-09-2640-165/+164