summaryrefslogtreecommitdiff
path: root/spec/unit
Commit message (Collapse)AuthorAgeFilesLines
* Chef-12 RC Provider ResolverLamont Granquist2014-10-2428-728/+964
| | | | | makes resource and provider class resolution more dynamic. begins deprecation of Chef::Platform static mapping.
* Initial sketch for provider resolverRichard Manyanza2014-10-221-0/+91
|
* Merge pull request #2264 from opscode/jdmundrawala/issue-2225Jay Mundrawala2014-10-221-1/+6
|\ | | | | Improve detection missing WhatIf support
| * Added spec to test a whatif expception with \r\n is corrrectly classifiedjdmundrawala/issue-2225Jay Mundrawala2014-10-221-1/+6
| |
* | Merge pull request #2265 from opscode/sersut/resource-list-specsSerdar Sutay2014-10-223-66/+200
|\ \ | |/ |/| Add missing specs for List
| * Delegate Array methods rather than hardcoding into the ResourceList class.sersut/resource-list-specsSerdar Sutay2014-10-211-1/+1
| |
| * Updates based on PR comments.Serdar Sutay2014-10-211-58/+37
| |
| * Add pending specs for resource list.Serdar Sutay2014-10-202-1/+159
| |
| * Convert resource_collection spec to Rspec3 syntax.Serdar Sutay2014-10-201-65/+62
| |
* | Renamed output_has_dsc_module_failure to dsc_module_import_failureJay Mundrawala2014-10-221-5/+5
| |
* | Merge pull request #2028 from ClogenyTechnologies/kd/aix-serviceSerdar Sutay2014-10-212-0/+450
|\ \ | | | | | | aix service provider
| * | aix service provider more code changeskaustubh-d2014-09-151-1/+67
| | |
| * | aix service speckaustubh-d2014-09-121-0/+115
| | |
| * | aixinit specskaustubh-d2014-09-111-0/+269
| | |
* | | Merge pull request #2255 from xeron/node_to_hash_run_list_fixSerdar Sutay2014-10-211-0/+4
|\ \ \ | | | | | | | | Make empty run_list to produce an empty array when using node.to_hash
| * | | Separate test for node.to_hash with empty run_list.Ivan Larionov2014-10-191-3/+4
| | | |
| * | | Empty run_list should result in empty array when using node.to_hash.Ivan Larionov2014-10-181-0/+3
| | | |
* | | | Merge pull request #2237 from rottenbytes/mount_cgroupsSerdar Sutay2014-10-211-10/+6
|\ \ \ \ | | | | | | | | | | mount resource : allow to mount cgroups
| * | | | update tests : add cgroup and use a loopNicolas Szalay2014-10-161-10/+6
| | | | |
* | | | | Merge pull request #2259 from kwilczynski/chef-2258Serdar Sutay2014-10-211-6/+28
|\ \ \ \ \ | | | | | | | | | | | | Fix value of retries shown in the error report.
| * | | | | Fix value of retries shown in the error report.Krzysztof Wilczynski2014-10-191-6/+28
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Fixes #2258. Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
* | | | | Merge pull request #2263 from opscode/sersut/chef-rc-fixesSerdar Sutay2014-10-202-3/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | | Misc RC spec fixes that we ran into in CI.
| * | | | Disable data bag encryption v3 specs on ruby 1.9.X.sersut/chef-rc-fixesSerdar Sutay2014-10-202-3/+3
| | | | |
| * | | | Correctly turn off version 3 data bag encryption specs on windows.Serdar Sutay2014-10-202-3/+3
| |/ / /
* | | | rspec-3-ifylcg/rest-test-speedupLamont Granquist2014-10-201-74/+74
| | | |
* | | | speed up rest testLamont Granquist2014-10-181-1/+5
|/ / / | | | | | | | | | eliminate the sleep + retry delays on the other failing test as well
* | | Merge pull request #2216 from opscode/tball/bsd_package_nameTyler Ball2014-10-174-41/+216
|\ \ \ | | | | | | | | Notify a resource by the `resource[name]` key it was written as
| * | | 1) No longer allowing multiple args passed to ResourceCollection#<< 2) ↵tyler-ball2014-10-171-34/+1
| | | | | | | | | | | | | | | | removing ResourceCollection#insert_at
| * | | Cleaning up based on review commentstyler-ball2014-10-172-197/+188
| | | |
| * | | Added some documentation and cleaned up unecessary TODOs. Added first round ↵tyler-ball2014-10-161-0/+217
| | | | | | | | | | | | | | | | of specs for the new classes.
| * | | Refactoring ResourceCollection interface to be backwards compatiable, all ↵tyler-ball2014-10-163-5/+5
| |/ / | | | | | | | | | specs continue to pass, removing ResourceSet and ResourceList from consumer knowledge
* | | Error message update from PR comments.Serdar Sutay2014-10-161-1/+1
| | |
* | | Enable guard_interpreters for the execute resource and set the default ↵Serdar Sutay2014-10-161-0/+5
| | | | | | | | | | | | | | | | | | interpreter for the execute resource to be :execute. This ensures that attributes of the resource like :environment & :cwd can be inherited by the guard when guard is specified as a string.
* | | Merge pull request #2222 from opscode/mcquin/centos-locale-aClaire McQuin2014-10-161-0/+89
|\ \ \ | | | | | | | | Better handling of locale -a output
| * \ \ Merge branch 'master' into mcquin/centos-locale-aClaire McQuin2014-10-162-4/+13
| |\ \ \ | | |/ /
| * | | Use shell_out to get localesClaire McQuin2014-10-151-0/+89
| | | |
* | | | Merge pull request #2238 from opscode/sersut/chef-2174Serdar Sutay2014-10-161-0/+8
|\ \ \ \ | | | | | | | | | | Return correct value for tagged? when node[:tags] is nil.
| * | | | Add a unit test to check tagged? method with default node object.sersut/chef-2174Serdar Sutay2014-10-161-0/+8
| | |/ / | |/| |
* | | | add test for retval from definitionLamont Granquist2014-10-161-0/+11
| | | |
* | | | convert to rspec 3Lamont Granquist2014-10-161-40/+38
|/ / /
* | | Merge pull request #2215 from opscode/tball/homebrew_fixTyler Ball2014-10-131-0/+9
|\ \ \ | | | | | | | | Fixing bug where tried to use the homebrew provider on OSX and didn't correctly check for lack of homebrew-specific attribute on the resource
| * | | Fixing bug where tried to use the homebrew provider on OSX and didn't ↵tball/homebrew_fixtyler-ball2014-10-131-0/+9
| |/ / | | | | | | | | | correctly check for lack of homebrew-specific attribute on the resource
* | | Merge pull request #2190 from opscode/jdmundrawala/issue-2169Jay Mundrawala2014-10-131-4/+4
|\ \ \ | |/ / |/| | Try to apply dsc configuration even if what-if fails
| * | Try to apply dsc configuration even if what-if failsjdmundrawala/issue-2169Jay Mundrawala2014-10-081-4/+4
| | |
* | | Merge pull request #2211 from opscode/sersut/rebase-chef-2187Serdar Sutay2014-10-101-2/+14
|\ \ \ | | | | | | | | Rebase CHEF-2187: change default group mapping for SLES to gpasswd
| * \ \ Merge branch 'suse-group' of github.com:mapleoin/chefsersut/rebase-chef-2187Serdar Sutay2014-10-101-2/+14
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: spec/unit/platform_spec.rb
| | * | | change default group mapping for SLES to gpasswdIonuț Arțăriși2014-10-081-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gpasswd is the new default starting with SLES12, the groupmod command does not support the -A/-R commands for adding and removing users respectively
* | | | | Merge pull request #2207 from opscode/sersut/rebase-chef-1971Serdar Sutay2014-10-101-5/+13
|\ \ \ \ \ | |/ / / / |/| | | | Rebase CHEF-1971: Report a more appropriate error when no recipe is given
| * | | | Merge branch 'patch-1' of github.com:workmad3/chef into sersut/rebase-chef-1971sersut/rebase-chef-1971Serdar Sutay2014-10-101-5/+13
| |\ \ \ \
| | * | | | Ensuring no arguments interfere with testsDavid Workman2014-09-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pushed the ARGV.clear statement required for the apply_spec file up into a before(:suite).