Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Missing require (require what you use).jk/missing_require | John Keiser | 2015-06-26 | 1 | -0/+1 |
| | |||||
* | remove extraneous space | Dave Eddy | 2015-06-26 | 1 | -1/+1 |
| | |||||
* | correcting minor typo in user_edit knife action | Nell Shamrell | 2015-06-26 | 1 | -2/+1 |
| | |||||
* | Issue #3080: powershell_script: do not allow suppression of syntax errorsadamedx/ps-syntax-always-raise | adamedx | 2015-06-26 | 1 | -19/+32 |
| | |||||
* | changed the registry_key provider to scan collected registry keys with ↵ | JKerry | 2015-06-26 | 1 | -5/+5 |
| | | | | downcased keys | ||||
* | downcasted registry key names to lowercase | JKerry | 2015-06-26 | 1 | -2/+10 |
| | |||||
* | Merge pull request #3587 from coderanger/patch-3 | Ranjib Dey | 2015-06-26 | 1 | -0/+7 |
|\ | | | | | Fix deprecated setters. | ||||
| * | Fix deprecated setters. | Noah Kantrowitz | 2015-06-24 | 1 | -0/+7 |
| | | | | | | Adds actual implementation for deprecated setters, and re-adds the accidentally removed resource_collection= setter. | ||||
* | | Merge pull request #3589 from chef/tm/fix_bashisms | Thom May | 2015-06-26 | 1 | -4/+4 |
|\ \ | | | | | | | Fix some errant bashisms | ||||
| * | | Fix some errant bashismstm/fix_bashisms | Thom May | 2015-06-25 | 1 | -4/+4 |
| |/ | | | | | | | Fixes #3408 | ||||
* | | Fix issue where blocks were not considered in priority mappingjdm/3593 | Jay Mundrawala | 2015-06-25 | 1 | -1/+1 |
| | | | | | | | | This should solve #3593 | ||||
* | | count skipped resources in among total resources | Ranjib Dey | 2015-06-25 | 1 | -1/+3 |
| | | |||||
* | | Fix to allow LW resources to be used with HW providersjdm/lwrp-fix | Jay Mundrawala | 2015-06-24 | 1 | -1/+2 |
|/ | | | | | | | | | | | | | | This should fix sethvargo-cookbooks/swap#22 Here's what was happening: The cookbooks creates a Resource using the LWRP base. This dynamically creates a class. We used to create this class with the name Chef::Resource::SomeResourceName. In 12.4, this change to something like "LWRP resource some_resource_name from cookbook CookbookName". When searching for a provider, it couldn't be found because it wasn't explicitly set, as it would have been if it was a LW provider, and it wasn't found in Chef::Provider, because Chef::Provider had a provider SomeResourceName instead of "LWRP resource some_resource_name from cookbook CookbookName". | ||||
* | Do not validate defaults, for backcompat purposesjk/property-base | John Keiser | 2015-06-23 | 1 | -1/+2 |
| | |||||
* | Freeze default constants | John Keiser | 2015-06-23 | 1 | -0/+1 |
| | |||||
* | Fix set_or_return order: default->coerce->validate | John Keiser | 2015-06-23 | 1 | -31/+63 |
| | |||||
* | Add some comments | John Keiser | 2015-06-23 | 1 | -13/+173 |
| | |||||
* | Evaluate lazy defaults in context of the instance | John Keiser | 2015-06-23 | 1 | -3/+9 |
| | |||||
* | Add coercion | John Keiser | 2015-06-23 | 1 | -0/+8 |
| | |||||
* | Add property_is_set? | John Keiser | 2015-06-23 | 2 | -10/+26 |
| | |||||
* | Ensure validators don't run against initial values | John Keiser | 2015-06-23 | 1 | -0/+1 |
| | |||||
* | Don't validate `nil` when setting the value to nil | John Keiser | 2015-06-23 | 1 | -17/+22 |
| | |||||
* | Allow values to be set to nil (override defaults) if user allows it | John Keiser | 2015-06-23 | 2 | -53/+58 |
| | |||||
* | Make "is" fail if you pass nil and don't validate it | John Keiser | 2015-06-23 | 1 | -11/+8 |
| | |||||
* | Add lazy to Resource class DSL | John Keiser | 2015-06-23 | 1 | -0/+11 |
| | |||||
* | Add property= setter to properties | John Keiser | 2015-06-23 | 1 | -2/+8 |
| | |||||
* | Add name_property | John Keiser | 2015-06-23 | 1 | -6/+7 |
| | |||||
* | Add property Type as an alias to is | John Keiser | 2015-06-23 | 1 | -5/+18 |
| | |||||
* | Add "is" to property | John Keiser | 2015-06-23 | 2 | -97/+118 |
| | |||||
* | Create property on resource, alias attribute to it | John Keiser | 2015-06-23 | 3 | -16/+71 |
| | |||||
* | Make load/include recipe run in child contextjk/resource_actions | John Keiser | 2015-06-23 | 1 | -3/+3 |
| | |||||
* | Remove unnecessary TODOs | John Keiser | 2015-06-23 | 1 | -5/+0 |
| | |||||
* | Don't modify provider_for_action, just use "provider" | John Keiser | 2015-06-23 | 1 | -2/+1 |
| | |||||
* | Rename Chef::DSL::Recipe::Everything -> FullDSL | John Keiser | 2015-06-23 | 5 | -12/+5 |
| | |||||
* | Rename create_action_provider_class -> new_action_provider_class | John Keiser | 2015-06-23 | 1 | -3/+3 |
| | |||||
* | Delegate all necessary methods from ChildRunContext to RunContext | John Keiser | 2015-06-23 | 1 | -6/+61 |
| | |||||
* | Add comments and use def self.x instead of class<<self | John Keiser | 2015-06-23 | 4 | -69/+106 |
| | |||||
* | Remove redundant default_action/allowed_actions | John Keiser | 2015-06-23 | 8 | -22/+0 |
| | |||||
* | Create the `action :name do ... end` syntax for Resource | John Keiser | 2015-06-23 | 7 | -199/+309 |
| | |||||
* | Give run contexts children instead of using external duping | John Keiser | 2015-06-23 | 4 | -122/+387 |
| | |||||
* | Define the action() method | John Keiser | 2015-06-23 | 1 | -0/+36 |
| | |||||
* | Add default_action and allowed_actions to Resource class, remove from LWRP | John Keiser | 2015-06-23 | 9 | -0/+24 |
| | |||||
* | Bump revision to 12.5.0.current.0jk/master12_5 | John Keiser | 2015-06-23 | 1 | -1/+1 |
| | |||||
* | Get rid of warning when defining an LWRPjk/remove_lwrp_warning | John Keiser | 2015-06-23 | 1 | -14/+13 |
| | |||||
* | Merge pull request #3562 from coderanger/patch-2 | Jay Mundrawala | 2015-06-22 | 1 | -0/+4 |
|\ | | | | | Re-add #priority. | ||||
| * | Use the right call. | Noah Kantrowitz | 2015-06-19 | 1 | -1/+1 |
| | | | | | | set_priority_array is the right thing for this. | ||||
| * | Re-add #priority. | Noah Kantrowitz | 2015-06-19 | 1 | -0/+4 |
| | | | | | | Possible fix for https://github.com/chef/chef/issues/3561. | ||||
* | | Merge pull request #3538 from chef/jdm/fix-audit-excep | Jay Mundrawala | 2015-06-22 | 1 | -6/+12 |
|\ \ | |/ |/| | Exceptions for audits should only get wrapped if audit mode is enabled | ||||
| * | Exceptions for audits should only get wrapped if audit mode is enabled | Jay Mundrawala | 2015-06-16 | 1 | -6/+12 |
| | | |||||
* | | Merge pull request #3554 from ranjib/fix_deps | Thom May | 2015-06-19 | 1 | -0/+1 |
|\ \ | | | | | | | Add missing require statement in resource_resolver |