summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Revert "CHEF-4028 - Log resource no longer counts as an updated resource unle...Lamont Granquist2014-07-311-18/+0
* Prevent indentation from being set to negative numbersLamont Granquist2014-07-301-0/+48
* Turn the not applicable 0.0.0.0 address spec on windows.sersut2014-07-231-1/+2
* Allow an array in default_actionSeth Vargo2014-07-211-0/+13
* Make the windows memory leak test more robust.sersut2014-07-182-8/+2
* Handle unexpected default non-inheritable ACLs on non-vanilla windows boxes.sersut2014-07-182-13/+22
* Automatically find out the sid for Administrators so that the specs can run o...sersut2014-07-181-2/+1
* Include the shell_out mixin in cookbook_site_sharejmink2014-07-161-3/+3
* Hack around system differences for travis testjmink2014-07-161-1/+1
* Fix cookbook_site_share testsjmink2014-07-161-4/+4
* Merge pull request #1565 from jmink/CHEF-4994Bryan McLellan2014-07-161-5/+5
* Delegate DSL method values to their superclassSeth Vargo2014-07-111-0/+61
* Use Ruby 1.8 style hashes for BCSeth Vargo2014-07-111-2/+2
* Allow default values to be a DelayedEvaluatorSeth Vargo2014-07-111-0/+46
* Merge pull request #1624 from opscode/mcquin/basic_client_proxyClaire McQuin2014-07-091-1/+35
* Merge pull request #1598 from opscode/sersut/chef-1580Serdar Sutay2014-07-023-29/+29
* Merge pull request #1589 from opscode/lcg/lolinheritanceSerdar Sutay2014-07-021-48/+24
* Merge pull request #1414 from vtolstov/upstreamSerdar Sutay2014-06-261-0/+135
|\
| * remove failed testVasiliy Tolstov2014-06-161-13/+0
| * fix last failed testsVasiliy Tolstov2014-06-151-1/+1
| * fix last failed testsVasiliy Tolstov2014-06-151-2/+9
| * fix testVasiliy Tolstov2014-06-141-180/+27
| * add paludis package manager user in gentoo/exherbo linuxVasiliy Tolstov2014-05-131-0/+294
* | Misc spec fixes for windows.sersut2014-06-242-4/+6
* | Fix windows specs.sersut2014-06-241-2/+2
* | we can still emit JSON::ParserErrors in compat modeLamont Granquist2014-06-231-1/+1
* | fix another Yajl referenceLamont Granquist2014-06-231-2/+2
* | CHEF-5158: Make the former override_attribute's purpose a bit more clearBryan McLellan2014-06-201-13/+6
* | [CHEF-5158] knife[:attribute] in knife.rb should not override --attribute in ...Hui Hu2014-06-201-0/+1
* | Merge pull request #1483 from opscode/CHEF-4600Claire McQuin2014-06-181-4/+15
|\ \
| * | fix indentingClaire McQuin2014-06-181-5/+6
| * | CHEF-4600 Add timeout for Chef::Provider::Service::WindowsMatt2014-06-181-3/+13
* | | Merge pull request #506 from ctennis/CHEF-3637Claire McQuin2014-06-181-0/+14
|\ \ \ | |/ / |/| |
| * | Add support for automatically using the Systemd service provider if it's in useCaleb Tennis2012-11-291-0/+14
* | | Merge pull request #1494 from brettcave/CHEF-5365_masterClaire McQuin2014-06-181-0/+5
|\ \ \
| * | | CHEF-5365 - added a unit test to ensure fallback of Dir.pwd works without env...brettcave2014-06-171-0/+5
* | | | Merge branch 'CHEF-4791' of github.com:deployable/chefsersut2014-06-181-0/+61
|\ \ \ \
| * | | | Fixed whitespace in changes.deployable2014-05-211-42/+83
| * | | | CHEF-4791 Add more windows service states to the start/stop control flowMatt2013-12-051-0/+20
* | | | | Merge pull request #1501 from opscode/shain/rpm_version_regexScott Hain2014-06-171-35/+35
|\ \ \ \ \
| * | | | | Updated tests with more complicated data, fixed regex. Resolves CHEF-4893Scott Hain2014-06-171-35/+35
* | | | | | Merge pull request #1500 from opscode/shain/spaces_in_selinux_pathScott Hain2014-06-171-4/+4
|\ \ \ \ \ \
| * | | | | | Updated selinux path check to allow for directories that have a space in the ...Scott Hain2014-06-171-4/+4
| |/ / / / /
* | | | | | Merge pull request #1477 from MarkGibbons/CHEF-5347Claire McQuin2014-06-171-2/+23
|\ \ \ \ \ \
| * | | | | | CHEF-5347: Use shell_out! with returns [0, 1].markgibbons2014-06-091-11/+11
| * | | | | | CHEF-5347: Allow for undefined solaris services in the service resource.markgibbons2014-06-071-10/+31
* | | | | | | Merge pull request #1471 from kjwierenga/CHEF-5355Claire McQuin2014-06-173-3/+94
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Request on https scheme no longer sets default 443 port in Host header.Klaas Jan Wierenga2014-06-071-1/+1
| * | | | | | Default port HTTP port 80 is not passed on in the Host header.Klaas Jan Wierenga2014-06-071-2/+2
| * | | | | | Add specs for CHEF-5355. Only pass on port in Host header when port is differ...Klaas Jan Wierenga2014-06-071-0/+91