summaryrefslogtreecommitdiff
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
* Issue#3485: Fix corruption of run_context when guard interpreters are executedadamedx/3485-run_context_corruptionadamedx2015-06-061-0/+8
* Better API version error handling helper code.tylercloke2015-06-053-5/+132
* 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-052-0/+48
* 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-051-14/+77
* 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-041-0/+30
* Fix hyphenated LWRP nameshyphenated-lwrpJohn Keiser2015-06-031-2/+17
* 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-021-1/+1
* | Use the central priority map for `provides`John Keiser2015-06-022-1/+2
* | Merge pull request #3412 from chef/sd/CI-31Thom May2015-06-023-6/+48
|\ \
| * | adding unit testsDavida Marion2015-05-291-0/+20
| * | Make sure the audit mode output is reflected both in the logs and in the form...Serdar Sutay2015-05-293-6/+28
* | | Add default_action and allowed_actions to Resource class, remove from LWRPJohn Keiser2015-06-019-14/+14
* | | 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-012-0/+18
* | | Make resource_name call providesJohn Keiser2015-06-011-40/+2
* | | Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-013-10/+104
* | | Merge branch 'master' into namelessNoah Kantrowitz2015-05-2922-633/+593
|\ \ \
| * | | 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-291-11/+53
| * | | change executionpolicy to unrestrictedLamont Granquist2015-05-291-1/+1
| * | | add powershell_out mixinLamont Granquist2015-05-291-0/+70
| |/ /
| * | Fix up deprecated_attr_*, add testsJohn Keiser2015-05-281-0/+55
| |/
| * 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-271-4/+9