summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix some errant bashismstm/fix_bashismsThom May2015-06-251-4/+4
* Merge branch 'jk/property-base'John Keiser2015-06-236-131/+2415
|\
| * Do not validate defaults, for backcompat purposesjk/property-baseJohn Keiser2015-06-232-21/+39
| * Freeze default constantsJohn Keiser2015-06-232-2/+7
| * Fix set_or_return order: default->coerce->validateJohn Keiser2015-06-233-147/+188
| * Add some commentsJohn Keiser2015-06-231-13/+173
| * Evaluate lazy defaults in context of the instanceJohn Keiser2015-06-232-30/+29
| * Add coercionJohn Keiser2015-06-232-81/+89
| * Add property_is_set?John Keiser2015-06-234-135/+145
| * Ensure validators don't run against initial valuesJohn Keiser2015-06-232-0/+4
| * Don't validate `nil` when setting the value to nilJohn Keiser2015-06-233-36/+59
| * Allow values to be set to nil (override defaults) if user allows itJohn Keiser2015-06-234-85/+186
| * Make "is" fail if you pass nil and don't validate itJohn Keiser2015-06-232-70/+95
| * Add lazy to Resource class DSLJohn Keiser2015-06-232-8/+15
| * Add property= setter to propertiesJohn Keiser2015-06-232-21/+27
| * Add name_propertyJohn Keiser2015-06-233-10/+10
| * Add property Type as an alias to isJohn Keiser2015-06-234-55/+106
| * Add "is" to propertyJohn Keiser2015-06-234-156/+175
| * Create property on resource, alias attribute to itJohn Keiser2015-06-236-16/+1823
|/
* Merge branch 'jk/resource_actions'John Keiser2015-06-2315-213/+1214
|\
| * Make load/include recipe run in child contextjk/resource_actionsJohn Keiser2015-06-235-3/+60
| * Remove unnecessary TODOsJohn Keiser2015-06-232-5/+106
| * 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-233-6/+66
| * 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
| * Get tests running under Ruby 2.0John Keiser2015-06-231-3/+7
| * Update resource_name in resource action testsJohn Keiser2015-06-232-5/+5
| * Create the `action :name do ... end` syntax for ResourceJohn Keiser2015-06-239-202/+648
| * 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-2310-0/+25
|/
* Bump revision to 12.5.0.current.0jk/master12_5John Keiser2015-06-236-166/+6
* Get rid of warning when defining an LWRPjk/remove_lwrp_warningJohn Keiser2015-06-232-20/+15
* Merge pull request #3564 from chef/mcquin/maintainer-requestThom May2015-06-232-0/+2
|\
| * Proposal to (re-)add myself as a core chef maintainer.mcquin/maintainer-requestClaire McQuin2015-06-222-0/+2
* | 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-222-25/+47
|\ \
| * | Fixup spec to only expect wrapped exception when audit mode is enabledjdm/fix-audit-excepJay Mundrawala2015-06-191-19/+35
| * | Exceptions for audits should only get wrapped if audit mode is enabledJay Mundrawala2015-06-161-6/+12
* | | Merge pull request #3555 from joemiller/joemiller-openbsd-ltJoshua Timberman2015-06-202-0/+14
|\ \ \ | |_|/ |/| |
| * | add Joe Miller as LT for OpenBSDjoe miller2015-06-182-0/+14
* | | Pointing kitchen-tests back at kitchen-ec2 master because I fixed my bad requ...tyler-ball2015-06-191-1/+1
* | | Merge pull request #3554 from ranjib/fix_depsThom May2015-06-192-0/+50
|\ \ \
| * | | add specs for resource_resolverRanjib Dey2015-06-181-0/+49
| * | | add missing require statementRanjib Dey2015-06-181-0/+1