Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix stub for failing spec on 1.9.3 | Claire McQuin | 2014-11-03 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into mcquin/rspec-3 | Claire McQuin | 2014-10-31 | 1 | -2/+2 |
|\ | |||||
| * | Fix windows specs for windows package type. | Serdar Sutay | 2014-10-30 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into mcquin/rspec-3 | Claire McQuin | 2014-10-30 | 2 | -10/+20 |
|\ \ | |/ | | | | | | | | | Conflicts: spec/functional/dsl/reboot_pending_spec.rb spec/functional/event_loggers/windows_eventlog_spec.rb | ||||
| * | Turn off the alternative resource name tests for windows service andpackage. | Serdar Sutay | 2014-10-28 | 2 | -16/+4 |
| | | |||||
| * | Make sure the event log related capability is turned off on Windows 2003 ↵ | Serdar Sutay | 2014-10-28 | 2 | -4/+16 |
| | | | | | | | | boxes since it's not supported. | ||||
| * | Make sure windows_service and windows_package resources are found with the ↵ | Serdar Sutay | 2014-10-28 | 2 | -10/+20 |
| | | | | | | | | new dynamic provider resolver. | ||||
* | | Update to RSpec 3. | Claire McQuin | 2014-10-29 | 238 | -6032/+6032 |
|/ | |||||
* | windows_package installer_type should be a symbol | Bryan McLellan | 2014-10-28 | 1 | -3/+3 |
| | | | | Fixes #1997 | ||||
* | Merge pull request #2230 from opscode/if/add-cheffs-empty-check | Isa Farnik | 2014-10-28 | 1 | -5/+18 |
|\ | | | | | Add #empty? method to the ChefFS base dir class. | ||||
| * | add empty? method for cheffs base dir class | curiositycasualty | 2014-10-28 | 1 | -5/+18 |
| | | | | | | | | | | | | | | | | add spec tests remove commented pry binding delegate to Array#empty? instead | ||||
* | | fix more solaris provider lolwutlcg/rspec3-updates | Lamont Granquist | 2014-10-24 | 1 | -2/+2 |
| | | |||||
* | | remove lolwut from tests | Lamont Granquist | 2014-10-24 | 1 | -3/+0 |
| | | |||||
* | | updating resources/providers unit tests to rpsec3 | Lamont Granquist | 2014-10-24 | 146 | -4781/+4781 |
| | | | | | | | | mechanically generated patch using transpec 2.3.7 gem | ||||
* | | Merge pull request #2251 from chilicheech/fix_dscl_group_name | Serdar Sutay | 2014-10-24 | 1 | -2/+3 |
|\ \ | | | | | | | use group_name when checking if the group exists on mac osx with dscl | ||||
| * | | use group_name when checking if the group exists on mac osx with dscl | Thiago Oliveira | 2014-10-17 | 1 | -2/+3 |
| | | | |||||
* | | | Merge pull request #2196 from ↵ | Serdar Sutay | 2014-10-24 | 1 | -6/+2 |
|\ \ \ | | | | | | | | | | | | | | | | | ClogenyTechnologies/sid/fix-bootstrap-options-precedence [knife-ec2]Command-line options do not take precedence over knife.rb configuration (#247) | ||||
| * | | | Fixed review comments related to bootstrap config spec tests | siddheshwar-more | 2014-10-20 | 1 | -0/+40 |
| | | | | |||||
| * | | | Removed spec tests related to bootstrap config options | siddheshwar-more | 2014-10-11 | 1 | -74/+0 |
| | | | | |||||
| * | | | Fixed issue related to precedence of knife config options | siddheshwar-more | 2014-10-09 | 1 | -0/+30 |
| | | | | |||||
* | | | | Merge pull request #1596 from opscode/lcg/provider-resovler | Lamont Granquist | 2014-10-24 | 28 | -684/+1011 |
|\ \ \ \ | | | | | | | | | | | CHEF-3404: Provider Resolver | ||||
| * | | | | Chef-12 RC Provider Resolver | Lamont Granquist | 2014-10-24 | 28 | -728/+964 |
| | | | | | | | | | | | | | | | | | | | | | | | | | makes resource and provider class resolution more dynamic. begins deprecation of Chef::Platform static mapping. | ||||
| * | | | | Initial sketch for provider resolver | Richard Manyanza | 2014-10-22 | 1 | -0/+91 |
| | | | | | |||||
* | | | | | Renamed compare_value in env provider | Jay Mundrawala | 2014-10-23 | 2 | -15/+15 |
| | | | | | |||||
* | | | | | delete_element should return false if the key needs to be deleted | Jay Mundrawala | 2014-10-23 | 1 | -5/+11 |
| | | | | | |||||
* | | | | | Modified spec to check subpath case | Jay Mundrawala | 2014-10-23 | 1 | -3/+3 |
| | | | | | |||||
* | | | | | Added unit tests to ensure that value for env correctly deals with having ↵ | Jay Mundrawala | 2014-10-23 | 1 | -0/+40 |
| | | | | | | | | | | | | | | | | | | | | the delimiter in it | ||||
* | | | | | Merge pull request #2229 from opscode/jdmundrawala/12-evt-log | Jay Mundrawala | 2014-10-23 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | Logging events to the Windows Event Log | ||||
| * | | | | Updated client_spec to not run event logger | Jay Mundrawala | 2014-10-22 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #2264 from opscode/jdmundrawala/issue-2225 | Jay Mundrawala | 2014-10-22 | 1 | -1/+6 |
|\ \ \ \ \ | |/ / / / |/| | | | | Improve detection missing WhatIf support | ||||
| * | | | | Added spec to test a whatif expception with \r\n is corrrectly classifiedjdmundrawala/issue-2225 | Jay Mundrawala | 2014-10-22 | 1 | -1/+6 |
| | | | | | |||||
* | | | | | Merge pull request #2265 from opscode/sersut/resource-list-specs | Serdar Sutay | 2014-10-22 | 3 | -66/+200 |
|\ \ \ \ \ | |/ / / / |/| | | | | Add missing specs for List | ||||
| * | | | | Delegate Array methods rather than hardcoding into the ResourceList class.sersut/resource-list-specs | Serdar Sutay | 2014-10-21 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Updates based on PR comments. | Serdar Sutay | 2014-10-21 | 1 | -58/+37 |
| | | | | | |||||
| * | | | | Add pending specs for resource list. | Serdar Sutay | 2014-10-20 | 2 | -1/+159 |
| | | | | | |||||
| * | | | | Convert resource_collection spec to Rspec3 syntax. | Serdar Sutay | 2014-10-20 | 1 | -65/+62 |
| | | | | | |||||
* | | | | | Renamed output_has_dsc_module_failure to dsc_module_import_failure | Jay Mundrawala | 2014-10-22 | 1 | -5/+5 |
| |_|_|/ |/| | | | |||||
* | | | | Merge pull request #2028 from ClogenyTechnologies/kd/aix-service | Serdar Sutay | 2014-10-21 | 2 | -0/+450 |
|\ \ \ \ | | | | | | | | | | | aix service provider | ||||
| * | | | | aix service provider more code changes | kaustubh-d | 2014-09-15 | 1 | -1/+67 |
| | | | | | |||||
| * | | | | aix service spec | kaustubh-d | 2014-09-12 | 1 | -0/+115 |
| | | | | | |||||
| * | | | | aixinit specs | kaustubh-d | 2014-09-11 | 1 | -0/+269 |
| | | | | | |||||
* | | | | | Merge pull request #2255 from xeron/node_to_hash_run_list_fix | Serdar Sutay | 2014-10-21 | 1 | -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 Larionov | 2014-10-19 | 1 | -3/+4 |
| | | | | | | |||||
| * | | | | | Empty run_list should result in empty array when using node.to_hash. | Ivan Larionov | 2014-10-18 | 1 | -0/+3 |
| | | | | | | |||||
* | | | | | | Merge pull request #2237 from rottenbytes/mount_cgroups | Serdar Sutay | 2014-10-21 | 1 | -10/+6 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | mount resource : allow to mount cgroups | ||||
| * | | | | | | update tests : add cgroup and use a loop | Nicolas Szalay | 2014-10-16 | 1 | -10/+6 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #2259 from kwilczynski/chef-2258 | Serdar Sutay | 2014-10-21 | 1 | -6/+28 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix value of retries shown in the error report. | ||||
| * | | | | | | | Fix value of retries shown in the error report. | Krzysztof Wilczynski | 2014-10-19 | 1 | -6/+28 |
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2258. Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com> | ||||
* | | | | | | | Merge pull request #2263 from opscode/sersut/chef-rc-fixes | Serdar Sutay | 2014-10-20 | 2 | -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-fixes | Serdar Sutay | 2014-10-20 | 2 | -3/+3 |
| | | | | | | |