summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix up specsjdm/simplify-lwrp1Jay Mundrawala2015-06-301-136/+138
* Simplify Chef::Resource::MyLWRP deprecationJay Mundrawala2015-06-301-49/+4
* Added spec for #3607Jay Mundrawala2015-06-301-0/+10
* Revert "Merge pull request #3603 from chef/jdm/lwrp-base"Jay Mundrawala2015-06-303-59/+61
* Merge branch 'jk/call_provides_when_resolving'John Keiser2015-06-3024-372/+676
|\
| * Make provider resolution tests less invasive (don't actually instantiate the ...jk/call_provides_when_resolvingJohn Keiser2015-06-304-16/+22
| * Code review commentsJohn Keiser2015-06-303-8/+6
| * Test resources as well as providers for all resolversJohn Keiser2015-06-301-107/+111
| * Make ProviderResolver tests work, fix resources to resolve correctly as well ...John Keiser2015-06-3010-53/+73
| * Optimize logic on class initialize so it doesn't fall into theJohn Keiser2015-06-305-55/+80
| * Make specs marked ":provider" run againJohn Keiser2015-06-302-15/+19
| * Fix broken specsJohn Keiser2015-06-302-21/+24
| * Rename NoProviderAvailable to ProviderNotFound, add aliasJohn Keiser2015-06-305-11/+10
| * Call provides? when resolving, reduce number of calls to provides?John Keiser2015-06-306-165/+410
|/
* Merge branch '3618-run-list-mutation-issue'danielsdeleo2015-06-302-53/+121
|\
| * Don't mutate recipe name string in versioned_recipe_listdanielsdeleo2015-06-302-7/+6
| * Add test coverage versioned_recipe_list, repro #3618danielsdeleo2015-06-301-0/+66
| * Modernize versioned recipe list specsdanielsdeleo2015-06-301-48/+51
|/
* Update CHANGELOGKartik Null Cating-Subramanian2015-06-301-0/+1
* Use windows paths without case-sensitivity.ksubrama/path_spaceKartik Null Cating-Subramanian2015-06-306-91/+247
* Merge pull request #3603 from chef/jdm/lwrp-baseJay Mundrawala2015-06-303-61/+59
|\
| * Use const_set instead of evaljdm/lwrp-baseJay Mundrawala2015-06-301-1/+1
| * Added spec for #3607Jay Mundrawala2015-06-301-0/+10
| * Get tests passingJay Mundrawala2015-06-301-0/+15
| * Fix ability to monkey match LWRP through Chef::Resource::MyLwrpJay Mundrawala2015-06-302-61/+34
|/
* Merge pull request #3605 from coderanger/actionThom May2015-06-3026-51/+131
|\
| * Test updates for the changes to default actions.Noah Kantrowitz2015-06-2919-24/+24
| * Make resource-based guard interpreters cope with arrays.Noah Kantrowitz2015-06-291-1/+2
| * Add a test for array assignment on action.Noah Kantrowitz2015-06-291-0/+5
| * Tests for new default_action behaviors.Noah Kantrowitz2015-06-291-0/+39
| * 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-292-2/+2
| * Fix ancillary tests.Noah Kantrowitz2015-06-294-6/+6
| * Make sure the default case gives an array too.Noah Kantrowitz2015-06-292-1/+5
| * Rework Resource#action to match the 12.3 API.Noah Kantrowitz2015-06-292-8/+44
|/
* Merge pull request #3600 from coderanger/patch-4Thom May2015-06-291-0/+6
|\
| * Add myself as a core maintainer.Noah Kantrowitz2015-06-251-0/+6
* | Merge pull request #3606 from chef/jdm/pin-ffiJay Mundrawala2015-06-261-1/+1
|\ \
| * | FFI 1.9.9 is causing segfaultsjdm/pin-ffiJay Mundrawala2015-06-261-1/+1
|/ /
* | Update CHANGELOGS.Kartik Null Cating-Subramanian2015-06-261-0/+10
* | 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-262-22/+35
* | changed the registry_key provider to scan collected registry keys with downca...JKerry2015-06-263-6/+32
* | downcasted registry key names to lowercaseJKerry2015-06-262-2/+22
* | Merge pull request #3587 from coderanger/patch-3Ranjib Dey2015-06-261-0/+7
|\ \
| * | Fix deprecated setters.Noah Kantrowitz2015-06-241-0/+7