summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Added versioned Chef Object API support code and repaired Chef::User.create.tylercloke2015-06-056-146/+567
* allow include_recipe from LWRP provider codeLamont Granquist2015-06-043-0/+87
* Fix hyphenated LWRP nameshyphenated-lwrpJohn Keiser2015-06-032-2/+74
* Add regression test for LWRP in hyphenated cookbookdanielsdeleo2015-06-031-1/+32
* Convert LWRP provider tests to let bindingsdanielsdeleo2015-06-031-37/+52
* Fix issue #3463: use real constants instead of const_missingJohn Keiser2015-06-031-3/+124
* wire zypper_package up to the DSLLamont Granquist2015-06-031-2/+2
* fix package timeout attributeLamont Granquist2015-06-0215-217/+285
* Merge pull request #3471 from chef/jdm/3066Jay Mundrawala2015-06-021-0/+60
|\
| * Fix copying ntfs dacl and sacl when nulljdm/3066SteveLowe2015-06-021-0/+60
* | Create tests for all previous provider_mappingsjk/one_map_to_rule_them_allJohn Keiser2015-06-021-137/+358
* | Fix up comments and default priority (when nothing matches)John Keiser2015-06-022-10/+9
* | Clean up match code to get rid of TODOJohn Keiser2015-06-024-31/+15
* | Fix Solaris and Gentoo package resources, clean up testsJohn Keiser2015-06-022-324/+213
* | Fix ifconfig platform version filterJohn Keiser2015-06-021-3/+1
* | Bring back platform mapping resolution call, fix automatic ubuntu provider testsJohn Keiser2015-06-021-20/+16
* | Move provider_mapping values out into the actual resource classesJohn Keiser2015-06-021-1/+1
* | Remove ambiguous resolution warning test (it is no longer ambiguous)John Keiser2015-06-021-7/+0
* | Fix resource unit testJohn Keiser2015-06-021-6/+6
* | Make resource deprecation warnings once-only; fix recipe DSL tests back upJohn Keiser2015-06-022-6/+5
* | Narrow resolvers to only look at parts of the map we supportJohn Keiser2015-06-022-3/+1
* | Use the central priority map for `provides`John Keiser2015-06-023-1/+4
* | Merge pull request #3412 from chef/sd/CI-31Thom May2015-06-025-50/+74
|\ \
| * | Minor updates for PR comments.sd/CI-31Serdar Sutay2015-05-291-3/+2
| * | adding unit testsDavida Marion2015-05-292-0/+23
| * | Make sure the audit mode output is reflected both in the logs and in the form...Serdar Sutay2015-05-294-48/+50
* | | Add default_action and allowed_actions to Resource class, remove from LWRPJohn Keiser2015-06-0111-23/+16
* | | Drop support for rubygems 1.xdrop-rubygems-1.xdanielsdeleo2015-06-011-32/+0
* | | Deprecate provider_basejk/resource_nameJohn Keiser2015-06-011-6/+15
* | | Add use_automatic_resource_nameJohn Keiser2015-06-019-12/+27
* | | Make resource_name call providesJohn Keiser2015-06-017-50/+14
* | | Toss an error if a resource without a resource_name is createdJohn Keiser2015-06-011-0/+21
* | | Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-0110-34/+109
* | | Merge branch 'master' into namelessNoah Kantrowitz2015-05-2936-703/+1064
|\ \ \
| * | | Fix subcommand loader testfix-subcommand-loader-testsdanielsdeleo2015-05-291-0/+1
| * | | Allow knife sub-command loader to match platform specific gems.Torben Knerr2015-05-291-3/+18
| * | | Use executionpolicy Bypass in powershell_script provider for PS 3.0 and lateradamedx2015-05-292-12/+54
| * | | PowerShell 2.0 exit code spec fixes for powershell_scriptAdam Edwards2015-05-291-4/+27
| * | | Refactor powershell_script, additional powershell syntax testsAdam Edwards2015-05-291-1/+7
| * | | Get specs to passAdam Edwards2015-05-291-1/+1
| * | | powershell_script spec for invalid syntax error handlingAdam Edwards2015-05-291-0/+6
| * | | change executionpolicy to unrestrictedLamont Granquist2015-05-291-1/+1
| * | | add powershell_out mixinLamont Granquist2015-05-292-0/+113
| |/ /
| * | Groups should not exist before managing groups that don't exist in testsBryan McLellan2015-05-291-0/+5
| * | Fix up deprecated_attr_*, add testsJohn Keiser2015-05-281-0/+55
| * | Increase the Timeout::timeout in execute timeout testBryan McLellan2015-05-281-2/+9
| * | windows does not have unamelcg/windows-doesnt-have-unameLamont Granquist2015-05-271-1/+1
| |/
| * Give captured exception a meaningful nameClaire McQuin2015-05-271-2/+2
| * Raise errors at the end of the client run, for proper exiting.Claire McQuin2015-05-272-4/+31
| * remove configuration optionClaire McQuin2015-05-272-74/+16