summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Expand)AuthorAgeFilesLines
* Make required name attributes workjk/required_name_attributeJohn Keiser2015-07-021-2/+2
* Merge pull request #3623 from chef/jdm/simplify-lwrp1Jay Mundrawala2015-07-012-48/+15
|\
| * Simplify Chef::Resource::MyLWRP deprecationJay Mundrawala2015-06-301-49/+4
| * Revert "Merge pull request #3603 from chef/jdm/lwrp-base"Jay Mundrawala2015-06-302-49/+61
* | Merge pull request #3591 from DeWaRs1206/masterThom May2015-07-011-1/+1
|\ \
| * | fix typoDeWaRs12062015-06-291-1/+0
| * | fix solo_spec according previous changeEmmanuel Iturbide2015-06-291-2/+2
| * | Use Mixlib::Shellout instead of Chef::Mixin::CommandDeWaRs12062015-06-251-1/+2
* | | Update comment about how action could be a non-array. [ci skip]Noah Kantrowitz2015-06-301-1/+3
* | | Merge pull request #3612 from chef/mcquin/chef-config/workstation-config-loaderClaire McQuin2015-06-302-159/+7
|\ \ \ | |_|/ |/| |
| * | Move workstation_config_loader into chef-configmcquin/chef-config/workstation-config-loaderClaire McQuin2015-06-292-159/+7
* | | Make provider resolution tests less invasive (don't actually instantiate the ...jk/call_provides_when_resolvingJohn Keiser2015-06-302-10/+6
* | | Code review commentsJohn Keiser2015-06-303-8/+6
* | | Make ProviderResolver tests work, fix resources to resolve correctly as well ...John Keiser2015-06-309-23/+23
* | | Optimize logic on class initialize so it doesn't fall into theJohn Keiser2015-06-305-55/+80
* | | Fix broken specsJohn Keiser2015-06-301-17/+16
* | | Rename NoProviderAvailable to ProviderNotFound, add aliasJohn Keiser2015-06-303-6/+5
* | | Call provides? when resolving, reduce number of calls to provides?John Keiser2015-06-305-76/+70
* | | Don't mutate recipe name string in versioned_recipe_listdanielsdeleo2015-06-301-5/+6
* | | Use windows paths without case-sensitivity.ksubrama/path_spaceKartik Null Cating-Subramanian2015-06-304-80/+126
* | | Use const_set instead of evaljdm/lwrp-baseJay Mundrawala2015-06-301-1/+1
* | | Get tests passingJay Mundrawala2015-06-301-0/+15
* | | Fix ability to monkey match LWRP through Chef::Resource::MyLwrpJay Mundrawala2015-06-302-61/+34
* | | Make resource-based guard interpreters cope with arrays.Noah Kantrowitz2015-06-291-1/+2
* | | Be paranoid about potential weird overrides of default_action.Noah Kantrowitz2015-06-291-1/+1
* | | Handle setting default action with the same coercion logic as action.Noah Kantrowitz2015-06-291-9/+4
* | | Get tests passingJay Mundrawala2015-06-291-1/+1
* | | Make sure the default case gives an array too.Noah Kantrowitz2015-06-291-1/+1
* | | Rework Resource#action to match the 12.3 API.Noah Kantrowitz2015-06-291-8/+6
|/ /
* | The wording seemed odd.jjasghar/needed_theJJ Asghar2015-06-261-1/+1
* | Missing require (require what you use).jk/missing_requireJohn Keiser2015-06-261-0/+1
* | remove extraneous spaceDave Eddy2015-06-261-1/+1
* | correcting minor typo in user_edit knife actionNell Shamrell2015-06-261-2/+1
* | Issue #3080: powershell_script: do not allow suppression of syntax errorsadamedx/ps-syntax-always-raiseadamedx2015-06-261-19/+32
* | changed the registry_key provider to scan collected registry keys with downca...JKerry2015-06-261-5/+5
* | downcasted registry key names to lowercaseJKerry2015-06-261-2/+10
* | Merge pull request #3587 from coderanger/patch-3Ranjib Dey2015-06-261-0/+7
|\ \
| * | Fix deprecated setters.Noah Kantrowitz2015-06-241-0/+7
| |/
* | Merge pull request #3589 from chef/tm/fix_bashismsThom May2015-06-261-4/+4
|\ \
| * | Fix some errant bashismstm/fix_bashismsThom May2015-06-251-4/+4
| |/
* | Fix issue where blocks were not considered in priority mappingjdm/3593Jay Mundrawala2015-06-251-1/+1
* | count skipped resources in among total resourcesRanjib Dey2015-06-251-1/+3
* | Fix to allow LW resources to be used with HW providersjdm/lwrp-fixJay Mundrawala2015-06-241-1/+2
|/
* Do not validate defaults, for backcompat purposesjk/property-baseJohn Keiser2015-06-231-1/+2
* Freeze default constantsJohn Keiser2015-06-231-0/+1
* Fix set_or_return order: default->coerce->validateJohn Keiser2015-06-231-31/+63
* Add some commentsJohn Keiser2015-06-231-13/+173
* Evaluate lazy defaults in context of the instanceJohn Keiser2015-06-231-3/+9
* Add coercionJohn Keiser2015-06-231-0/+8
* Add property_is_set?John Keiser2015-06-232-10/+26