summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* These tests were accidently left out when I moved #2621 to mastertball/missed-teststyler-ball2015-06-081-0/+41
* Better API version error handling helper code.tylercloke2015-06-055-7/+134
* Backwards compatible support for OSC 11 in knife user commands.tylercloke2015-06-0513-87/+197
* Use Chef::ServerAPI to create versioned API requests in Chef::(User|Client).tylercloke2015-06-051-6/+16
* Reregister V0 support for Chef::Client.tylercloke2015-06-054-1/+94
* Fixed bug where boolean fields would not be populated in Chef::User/ApiClient.tylercloke2015-06-051-3/+8
* Chef::ApiClient.update supports V1.tylercloke2015-06-054-14/+264
* API V1 support for client creation.tylercloke2015-06-054-204/+266
* Move old Chef::*User and related commands to Chef::Osc*User for backwards com...tylercloke2015-06-057-0/+613
* Small updates to Chef::User.list.tylercloke2015-06-051-10/+0
* Added V1 support to Chef::User.update and removed admin field.tylercloke2015-06-052-65/+145
* 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