summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Re-separate priority map and DSL handler map so that provides has veto power ...John Keiser2015-07-064-374/+606
* Move property type derivation from "property_type" to "property"John Keiser2015-07-031-1/+4
* Add Property.create and Resource.property_type for type system overridingJohn Keiser2015-07-033-3/+8
* Bring set_or_return behavior back in line with what it used to beJohn Keiser2015-07-031-0/+2
* Only stick non-frozen values to the resourceJohn Keiser2015-07-031-2/+45
* Make required name attributes workJohn Keiser2015-07-034-400/+521
* Make required name attributes workjk/required_name_attributeJohn Keiser2015-07-021-4/+4
* Merge pull request #3623 from chef/jdm/simplify-lwrp1Jay Mundrawala2015-07-011-136/+138
|\
| * Fix up specsjdm/simplify-lwrp1Jay Mundrawala2015-06-301-136/+138
| * Added spec for #3607Jay Mundrawala2015-06-301-0/+10
| * Revert "Merge pull request #3603 from chef/jdm/lwrp-base"Jay Mundrawala2015-06-301-10/+0
* | Update certsjdm/update-certsJay Mundrawala2015-07-011-56/+53
* | Merge pull request #3591 from DeWaRs1206/masterThom May2015-07-011-3/+4
|\ \
| * | fix typoDeWaRs12062015-06-291-1/+0
| * | fix solo_spec according previous changeEmmanuel Iturbide2015-06-291-2/+4
* | | 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
* | | | Merge pull request #3612 from chef/mcquin/chef-config/workstation-config-loaderClaire McQuin2015-06-301-283/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Move workstation_config_loader into chef-configmcquin/chef-config/workstation-config-loaderClaire McQuin2015-06-291-283/+0
| |/ /
* | | Make provider resolution tests less invasive (don't actually instantiate the ...jk/call_provides_when_resolvingJohn Keiser2015-06-302-6/+16
* | | 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-301-30/+50
* | | Make specs marked ":provider" run againJohn Keiser2015-06-302-15/+19
* | | Fix broken specsJohn Keiser2015-06-301-4/+8
* | | Rename NoProviderAvailable to ProviderNotFound, add aliasJohn Keiser2015-06-302-5/+5
* | | Call provides? when resolving, reduce number of calls to provides?John Keiser2015-06-301-89/+340
* | | Don't mutate recipe name string in versioned_recipe_listdanielsdeleo2015-06-301-2/+0
* | | Add test coverage versioned_recipe_list, repro #3618danielsdeleo2015-06-301-0/+66
* | | Modernize versioned recipe list specsdanielsdeleo2015-06-301-48/+51
* | | Use windows paths without case-sensitivity.ksubrama/path_spaceKartik Null Cating-Subramanian2015-06-302-11/+121
* | | Added spec for #3607Jay Mundrawala2015-06-301-0/+10
* | | Test updates for the changes to default actions.Noah Kantrowitz2015-06-2919-24/+24
* | | 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
* | | Get tests passingJay Mundrawala2015-06-291-1/+1
* | | Fix ancillary tests.Noah Kantrowitz2015-06-294-6/+6
* | | Make sure the default case gives an array too.Noah Kantrowitz2015-06-291-0/+4
* | | Rework Resource#action to match the 12.3 API.Noah Kantrowitz2015-06-291-0/+38
|/ /
* | Issue #3080: powershell_script: do not allow suppression of syntax errorsadamedx/ps-syntax-always-raiseadamedx2015-06-261-3/+3
* | changed the registry_key provider to scan collected registry keys with downca...JKerry2015-06-262-1/+27
* | downcasted registry key names to lowercaseJKerry2015-06-261-0/+12
* | Added spec to check that blocks gain priority for resolutionJay Mundrawala2015-06-251-0/+12
* | Fix to allow LW resources to be used with HW providersjdm/lwrp-fixJay Mundrawala2015-06-241-0/+25
|/
* Do not validate defaults, for backcompat purposesjk/property-baseJohn Keiser2015-06-231-20/+37
* Freeze default constantsJohn Keiser2015-06-231-2/+6
* Fix set_or_return order: default->coerce->validateJohn Keiser2015-06-232-116/+125
* Evaluate lazy defaults in context of the instanceJohn Keiser2015-06-231-27/+20
* Add coercionJohn Keiser2015-06-231-81/+81
* Add property_is_set?John Keiser2015-06-232-125/+119
* Ensure validators don't run against initial valuesJohn Keiser2015-06-231-0/+3