summaryrefslogtreecommitdiff
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3594 from natewalck/masterPhil Dibowitz2015-07-231-4/+4
|\
| * Fixed platform_Version logicNate Walck2015-07-211-3/+3
| * Merge branch 'elcap-service'Nate Walck2015-07-211-2/+2
| |\
| | * Add 10.11 to macosx_spec.rbNate Walck2015-07-211-2/+2
* | | Merge pull request #3684 from coderanger/remove-warningNoah Kantrowitz2015-07-231-4/+0
|\ \ \
| * | | Missed a test.Noah Kantrowitz2015-07-191-2/+0
| * | | Remove warnings from tests too.Noah Kantrowitz2015-07-191-2/+0
* | | | Warn about deprecation `%{file}` interpolation in verify commandmarguerite2015-07-221-0/+18
* | | | Interpolate `%{path}` in verify commandmarguerite2015-07-211-5/+15
* | | | Merge pull request #3668 from chef/mcquin/first-boot-chef-environmentClaire McQuin2015-07-211-0/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | Set chef_environment in attributes JSONClaire McQuin2015-07-141-0/+7
* | | | Merge pull request #3682 from chef/jdm/json-nested-testThom May2015-07-201-3/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Rewrite nested json test to not use stackjdm/json-nested-testJay Mundrawala2015-07-171-3/+4
* | | | Merge pull request #3666 from juliandunn/support-sni-in-knifeJulian C. Dunn2015-07-181-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Update test.Julian C. Dunn2015-07-131-0/+4
| |/ /
* | | Merge pull request #3242 from ranjib/chef_handlerRanjib Dey2015-07-162-0/+110
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/master' into chef_handlerRanjib Dey2015-07-0640-1038/+1279
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/master' into chef_handlerRanjib Dey2015-06-2427-66/+2284
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | add name class attribute for user defined handlers. more readable invalid eve...Ranjib Dey2015-06-232-3/+42
| * | | | add spec for eventhandler dslRanjib Dey2015-06-131-0/+35
| * | | | Merge remote-tracking branch 'origin/master' into HEADRanjib Dey2015-06-12126-2905/+7115
| |\ \ \ \
| * | | | | [RFC-039] chef handler dslRanjib Dey2015-04-181-0/+23
* | | | | | Fix issue where DSL is not emitted if state_properties happens before propertyjk/state_attrsJohn Keiser2015-07-151-0/+15
| |_|_|_|/ |/| | | |
* | | | | Remove all the stupid json magic from Chef::ApiClientV1.tylercloke2015-07-062-77/+24
* | | | | Fixed old ApiClient tests.tylercloke2015-07-061-8/+3
* | | | | Move ApiClient V1 supported code to Chef::ApiClientV1 and restore Chef::ApiCl...tylercloke2015-07-069-207/+556
* | | | | Remove _rest from http methods.tylercloke2015-07-061-8/+8
* | | | | Move Chef::OscUser back to Chef::User namespace and new user code to Chef::Us...tylercloke2015-07-0615-703/+703
* | | | | Re-separate priority map and DSL handler map so that provides has veto power ...John Keiser2015-07-063-10/+11
| |_|_|/ |/| | |
* | | | 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
* | | | | 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-302-0/+0
|\ \ \ \ \
| * | | | | Rename powershell spec files to match Ruby conventionsadamedx/powershell_script_spec_renameadamedx2015-06-272-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
* | | | | Fix broken specsJohn Keiser2015-06-301-4/+8