summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add property_is_set?John Keiser2015-06-232-10/+26
* Ensure validators don't run against initial valuesJohn Keiser2015-06-231-0/+1
* Don't validate `nil` when setting the value to nilJohn Keiser2015-06-231-17/+22
* Allow values to be set to nil (override defaults) if user allows itJohn Keiser2015-06-232-53/+58
* Make "is" fail if you pass nil and don't validate itJohn Keiser2015-06-231-11/+8
* Add lazy to Resource class DSLJohn Keiser2015-06-231-0/+11
* Add property= setter to propertiesJohn Keiser2015-06-231-2/+8
* Add name_propertyJohn Keiser2015-06-231-6/+7
* Add property Type as an alias to isJohn Keiser2015-06-231-5/+18
* Add "is" to propertyJohn Keiser2015-06-232-97/+118
* Create property on resource, alias attribute to itJohn Keiser2015-06-233-16/+71
* Make load/include recipe run in child contextjk/resource_actionsJohn Keiser2015-06-231-3/+3
* Remove unnecessary TODOsJohn Keiser2015-06-231-5/+0
* Don't modify provider_for_action, just use "provider"John Keiser2015-06-231-2/+1
* Rename Chef::DSL::Recipe::Everything -> FullDSLJohn Keiser2015-06-235-12/+5
* Rename create_action_provider_class -> new_action_provider_classJohn Keiser2015-06-231-3/+3
* Delegate all necessary methods from ChildRunContext to RunContextJohn Keiser2015-06-231-6/+61
* Add comments and use def self.x instead of class<<selfJohn Keiser2015-06-234-69/+106
* Remove redundant default_action/allowed_actionsJohn Keiser2015-06-238-22/+0
* Create the `action :name do ... end` syntax for ResourceJohn Keiser2015-06-237-199/+309
* Give run contexts children instead of using external dupingJohn Keiser2015-06-234-122/+387
* Define the action() methodJohn Keiser2015-06-231-0/+36
* Add default_action and allowed_actions to Resource class, remove from LWRPJohn Keiser2015-06-239-0/+24
* Bump revision to 12.5.0.current.0jk/master12_5John Keiser2015-06-231-1/+1
* Get rid of warning when defining an LWRPjk/remove_lwrp_warningJohn Keiser2015-06-231-14/+13
* Merge pull request #3562 from coderanger/patch-2Jay Mundrawala2015-06-221-0/+4
|\
| * Use the right call.Noah Kantrowitz2015-06-191-1/+1
| * Re-add #priority.Noah Kantrowitz2015-06-191-0/+4
* | Merge pull request #3538 from chef/jdm/fix-audit-excepJay Mundrawala2015-06-221-6/+12
|\ \ | |/ |/|
| * Exceptions for audits should only get wrapped if audit mode is enabledJay Mundrawala2015-06-161-6/+12
* | Merge pull request #3554 from ranjib/fix_depsThom May2015-06-191-0/+1
|\ \
| * | add missing require statementRanjib Dey2015-06-181-0/+1
* | | Sort identical "provides" alphabetically (for backcompat)John Keiser2015-06-1816-107/+131
* | | Do not set resource_name outside of Chef::Resourcejk/chef-resource-name-onlyJohn Keiser2015-06-181-1/+3
|/ /
* | Only automatically set resources that do class X < Chef::Resource,jk/3524John Keiser2015-06-161-6/+4
* | Support arrays as input to actions / allowed_actionsjk/3535John Keiser2015-06-162-3/+4
* | Ensure :nothing is in the list of allowed actions for an LWRPJohn Keiser2015-06-162-4/+4
|/
* fix rpm_package when sourced packages have a tilde character in the versionIrving Popovetsky2015-06-091-2/+2
* 12.4.0.rc.212.4.0.rc.2Thom May2015-06-091-1/+1
* 12.4.0.rc.112.4.0.rc.1Thom May2015-06-091-1/+1
* Merge pull request #3299 from juliandunn/remove-audit-mode-experimental-warningThom May2015-06-091-19/+2
|\
| * Remove experimental warning on audit mode.Julian C. Dunn2015-04-281-19/+2
* | Merge pull request #3495 from chef/jk/automatic-automatic-nameThom May2015-06-0973-318/+341
|\ \
| * | Make resource_for_short_name look up the canonical resourcejk/automatic-automatic-nameJohn Keiser2015-06-084-58/+95
| * | Make real exceptions, remove stray canonical argumentJohn Keiser2015-06-081-5/+3
| * | Make sure resource_name :x only removes automatic provides from that classJohn Keiser2015-06-083-6/+15
| * | Overwrite resource_name with providesJohn Keiser2015-06-0870-181/+88
| * | Make use_automatic_resource_name automaticJohn Keiser2015-06-087-177/+249
* | | Merge pull request #3497 from chef/adamedx/3485-run_context_corruptionThom May2015-06-091-1/+4
|\ \ \ | |/ / |/| |
| * | Issue#3485: Fix corruption of run_context when guard interpreters are executedadamedx/3485-run_context_corruptionadamedx2015-06-061-1/+4