summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Don't accept multiple parameters in recipe DSL (just name)John Keiser2015-07-062-4/+24
|/ / / / / /
* | | | | | Merge branch 'jk/separate-priority-map'John Keiser2015-07-0634-517/+832
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Memoize enabled_handlers so it is not recomputedjk/separate-priority-mapJohn Keiser2015-07-064-3/+39
| * | | | | Re-separate priority map and DSL handler map so that provides has veto power ...John Keiser2015-07-0634-517/+796
|/ / / / /
* | | | | Merge branch 'jk/property-state'John Keiser2015-07-0311-585/+1542
|\ \ \ \ \
| * | | | | Move property type derivation from "property_type" to "property"John Keiser2015-07-033-69/+42
| * | | | | Add Property.create and Resource.property_type for type system overridingJohn Keiser2015-07-036-59/+137
| * | | | | Bring set_or_return behavior back in line with what it used to beJohn Keiser2015-07-033-14/+26
| * | | | | Only stick non-frozen values to the resourceJohn Keiser2015-07-032-6/+57
| * | | | | Code review commentsJohn Keiser2015-07-031-6/+24
| * | | | | Make required name attributes workJohn Keiser2015-07-0310-578/+1403
|/ / / / /
* | | | | Make required name attributes workjk/required_name_attributeJohn Keiser2015-07-022-6/+6
* | | | | Merge pull request #3626 from chef/revert-3606-jdm/pin-ffiJay Mundrawala2015-07-021-1/+1
|\ \ \ \ \
| * | | | | Revert "FFI 1.9.9 is causing segfaults"revert-3606-jdm/pin-ffiJay Mundrawala2015-06-301-1/+1
* | | | | | Merge pull request #3623 from chef/jdm/simplify-lwrp1Jay Mundrawala2015-07-013-184/+153
|\ \ \ \ \ \
| * | | | | | 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 pull request #3629 from chef/jdm/update-certsJay Mundrawala2015-07-011-56/+53
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Update certsjdm/update-certsJay Mundrawala2015-07-011-56/+53
|/ / / / / /
* | | | | | Merge pull request #3591 from DeWaRs1206/masterThom May2015-07-012-4/+5
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | fix typoDeWaRs12062015-06-292-2/+0
| * | | | | Merge branch 'master' of https://github.com/DeWaRs1206/chefDeWaRs12062015-06-290-0/+0
| |\ \ \ \ \
| | * | | | | fix solo_spec according previous changeEmmanuel Iturbide2015-06-262-4/+6
| * | | | | | fix solo_spec according previous changeEmmanuel Iturbide2015-06-292-4/+6
| |/ / / / /
| * | | | | Use Mixlib::Shellout instead of Chef::Mixin::CommandDeWaRs12062015-06-251-1/+2
| | |_|_|/ | |/| | |
* | | | | Merge pull request #3608 from chef/adamedx/powershell_script_spec_renameTyler Ball2015-06-303-0/+0
|\ \ \ \ \
| * | | | | Rename powershell spec files to match Ruby conventionsadamedx/powershell_script_spec_renameadamedx2015-06-273-0/+0
* | | | | | 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-306-175/+202
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Move workstation_config_loader into chef-configmcquin/chef-config/workstation-config-loaderClaire McQuin2015-06-296-175/+202
* | | | | | 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