summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3630 from chef/tc/fix-chef-userJay Mundrawala2015-07-0625-917/+1208
* Merge branch 'jk/3634'John Keiser2015-07-061-0/+28
* Merge branch 'jk/separate-priority-map'John Keiser2015-07-064-374/+606
* Merge pull request #3623 from chef/jdm/simplify-lwrp1Jay Mundrawala2015-07-061-136/+138
* Merge pull request #3629 from chef/jdm/update-certsJay Mundrawala2015-07-061-56/+53
* Merge branch 'jk/call_provides_when_resolving'John Keiser2015-07-068-248/+541
* Merge branch '3618-run-list-mutation-issue'danielsdeleo2015-07-061-48/+115
* Merge pull request #3603 from chef/jdm/lwrp-baseJay Mundrawala2015-07-061-0/+10
* Merge pull request #3605 from coderanger/actionThom May2015-07-0623-30/+116
* Merge pull request #3599 from chef/jdm/3593Jay Mundrawala2015-07-061-0/+12
* Merge pull request #3586 from chef/jdm/lwrp-fixJay Mundrawala2015-07-061-0/+25
* Get rid of warning when defining an LWRPjk/remove_lwrp_warningJohn Keiser2015-06-231-6/+2
* Merge pull request #3538 from chef/jdm/fix-audit-excepJay Mundrawala2015-06-221-19/+35
|\
| * Fixup spec to only expect wrapped exception when audit mode is enabledjdm/fix-audit-excepJay Mundrawala2015-06-191-19/+35
* | Merge pull request #3554 from ranjib/fix_depsThom May2015-06-191-0/+49
|\ \
| * | add specs for resource_resolverRanjib Dey2015-06-181-0/+49
* | | Sort identical "provides" alphabetically (for backcompat)John Keiser2015-06-184-32/+206
* | | Do not set resource_name outside of Chef::Resourcejk/chef-resource-name-onlyJohn Keiser2015-06-182-21/+17
|/ /
* | Only automatically set resources that do class X < Chef::Resource,jk/3524John Keiser2015-06-1616-15/+34
* | Support arrays as input to actions / allowed_actionsjk/3535John Keiser2015-06-161-0/+39
* | Ensure :nothing is in the list of allowed actions for an LWRPJohn Keiser2015-06-162-4/+48
|/
* Make the install/uninstall tests run more realisticallydanielsdeleo2015-06-091-104/+162
* Move 3503 regression tests into main describe blockdanielsdeleo2015-06-091-118/+59
* Clean up RPM package provider specsdanielsdeleo2015-06-091-76/+173
* Update tests to ensure shellout calls are stubbeddanielsdeleo2015-06-091-34/+79
* Adding rspec tests to cover the install, upgrade and noop scenarios when the ...Irving Popovetsky2015-06-091-0/+70
* Merge pull request #3299 from juliandunn/remove-audit-mode-experimental-warningThom May2015-06-091-5/+0
|\
| * Remove unneeded test if we're not marking audit as "experimental"Julian C. Dunn2015-04-291-5/+0
* | Merge pull request #3495 from chef/jk/automatic-automatic-nameThom May2015-06-0913-58/+510
|\ \
| * | Make resource_for_short_name look up the canonical resourcejk/automatic-automatic-nameJohn Keiser2015-06-081-12/+109
| * | Remove unused test lineJohn Keiser2015-06-081-1/+0
| * | Make sure resource_name :x only removes automatic provides from that classJohn Keiser2015-06-084-23/+113
| * | Overwrite resource_name with providesJohn Keiser2015-06-089-41/+234
| * | Make use_automatic_resource_name automaticJohn Keiser2015-06-082-4/+77
* | | Merge pull request #3497 from chef/adamedx/3485-run_context_corruptionThom May2015-06-091-0/+8
|\ \ \ | |/ / |/| |
| * | Issue#3485: Fix corruption of run_context when guard interpreters are executedadamedx/3485-run_context_corruptionadamedx2015-06-061-0/+8
* | | 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