summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Change the integration test server port from 8889 to 8890 so the test can ↵run-specs-from-chefChris Doherty2014-11-041-2/+2
| | | | succeed when being run from a Chef recipe.
* Merge pull request #2273 from opscode/jdmundrawala/gemspecJay Mundrawala2014-11-042-4/+3
|\ | | | | Only include chef-service-manager on windows
| * Only include chef-service-manager on windowsjdmundrawala/gemspecJay Mundrawala2014-10-212-4/+3
| |
* | update html pages for chef-client 12jamescott2014-11-0322-123/+348
| |
* | update man pages for chef-client 12jamescott2014-11-0334-116/+342
| |
* | Merge pull request #2326 from opscode/tball/travisBryan McLellan2014-10-311-0/+1
|\ \ | | | | | | Updating travis to run builds on 12-stable
| * | Updating travis to run builds on 12-stabletball/travistyler-ball2014-10-301-0/+1
| | |
* | | Merge pull request #2328 from opscode/sersut/win-spec-fixSerdar Sutay2014-10-301-2/+2
|\ \ \ | | | | | | | | Fix windows specs for windows package type.
| * | | Fix windows specs for windows package type.Serdar Sutay2014-10-301-2/+2
|/ / /
* | | Merge pull request #2322 from opscode/tball/doc-fixTyler Ball2014-10-301-3/+1
|\ \ \ | | | | | | | | Fixing documentation error (leftovers, no longer correct)
| * | | Fixing documentation errortball/doc-fixtyler-ball2014-10-291-3/+1
| |/ /
* | | Merge pull request #2313 from opscode/sersut/win-res-lookup-fixSerdar Sutay2014-10-3011-58/+70
|\ \ \ | |/ / |/| | Make sure windows_service and windows_package resources are found with the new dynamic provider resolver.
| * | Fix the after blocks in reboot_pending specs.sersut/win-res-lookup-fixSerdar Sutay2014-10-291-4/+4
| | |
| * | Updates based on the PR comments.Serdar Sutay2014-10-281-7/+3
| | |
| * | Fix the logic that checks for existing reboot pending in reboot pending tests.Serdar Sutay2014-10-281-15/+15
| | |
| * | Fix freebsd group provider regression introduced by ↵Serdar Sutay2014-10-281-9/+9
| | | | | | | | | | | | b06510323102fcb35fb7b02891591b3a540ddf27 when there is no members while creating the group.
| * | Turn off the alternative resource name tests for windows service andpackage.Serdar Sutay2014-10-284-16/+6
| | |
| * | Disable eventlogger on win2k3Jay Mundrawala2014-10-281-1/+1
| | |
| * | Make sure the event log related capability is turned off on Windows 2003 ↵Serdar Sutay2014-10-286-21/+31
| | | | | | | | | | | | boxes since it's not supported.
| * | Make sure windows_service and windows_package resources are found with the ↵Serdar Sutay2014-10-286-14/+30
| | | | | | | | | | | | new dynamic provider resolver.
* | | Merge pull request #2320 from ClogenyTechnologies/kd-aix-fixes-wrktnScott Hain2014-10-291-1/+1
|\ \ \ | | | | | | | | Disable workstation tests for aix.
| * | | disable workstation tests for aix.kaustubh-d2014-10-291-1/+1
|/ / /
* | | Merge pull request #2315 from opscode/lcg/more-vagrantLamont Granquist2014-10-295-6/+61
|\ \ \ | | | | | | | | add 14.04 to supported vagrant distros
| * | | add 14.04 to supported vagrant distroslcg/more-vagrantLamont Granquist2014-10-285-6/+61
|/ / / | | | | | | | | | | | | 10.04 and 14.10 'documented' as broken in the upstream mysql cookbook
* | | Merge pull request #2308 from opscode/lcg/fix-exceptionsLamont Granquist2014-10-281-302/+304
|\ \ \ | |/ / |/| | Chef::Application outer lexical scope
| * | add 'class Chef' outer scopelcg/fix-exceptionsLamont Granquist2014-10-281-302/+304
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clearly we need a rubocop rule for this. this fixes this exception which we were throwing incorrectly: [2014-10-28T02:57:54+00:00] FATAL: NameError: uninitialized constant Chef::Application::Exceptions using 'class Chef::Application' saves a tiny amount of typing and indentation but does not open up the outer lexical scope and breaks otherwise working code like this.
* | | Update CHANGELOG for #1997/#2220Bryan McLellan2014-10-281-0/+1
| | |
* | | windows_package installer_type should be a symbolBryan McLellan2014-10-282-4/+4
| | | | | | | | | | | | Fixes #1997
* | | Merge pull request #2314 from opscode/adamedx/32-bit-windows-spec-fixAdam Edwards2014-10-281-1/+1
|\ \ \ | | | | | | | | 64-bit Windows functional script resource specs should not execute on 32-bit Windows
| * | | 64-bit Windows functional script resource specs should not execute on 32-bit ↵adamedx/32-bit-windows-spec-fixAdam Edwards2014-10-281-1/+1
|/ / / | | | | | | | | | Windows
* | | Merge pull request #2230 from opscode/if/add-cheffs-empty-checkIsa Farnik2014-10-282-5/+23
|\ \ \ | | | | | | | | Add #empty? method to the ChefFS base dir class.
| * | | add empty? method for cheffs base dir classcuriositycasualty2014-10-282-5/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add spec tests remove commented pry binding delegate to Array#empty? instead
* | | | Merge pull request #1830 from opscode/lcg/e2e-centos-6Lamont Granquist2014-10-2810-56/+84
|\ \ \ \ | | | | | | | | | | use centos-6.4 instead of rhel-7
| * | | | add FIXME commentLamont Granquist2014-10-271-0/+1
| | | | |
| * | | | only run ubuntu in travisLamont Granquist2014-10-271-2/+2
| | | | |
| * | | | WIPLamont Granquist2014-10-279-54/+81
| | | | |
* | | | | Merge pull request #2309 from ClogenyTechnologies/kd-aix-fixes-28octScott Hain2014-10-283-2/+5
|\ \ \ \ \ | |/ / / / |/| | | | Fix test failures with latest AIX build.
| * | | | add provides to aix service providerkaustubh-d2014-10-281-0/+2
| | | | |
| * | | | @hourly not supported in aix cronskaustubh-d2014-10-281-2/+2
| | | | |
| * | | | fix bff spec by setting os attribute on node so that approriate provider is ↵kaustubh-d2014-10-281-0/+1
|/ / / / | | | | | | | | | | | | found.
* | | | Bump version number after branching for 12.0.0.Serdar Sutay2014-10-272-2/+2
| | | |
* | | | Merge pull request #2301 from juliandunn/cleanup-old-initscriptsJulian C. Dunn2014-10-2642-2048/+0
|\ \ \ \ | | | | | | | | | | Remove old, outdated distro initscripts.
| * | | | Remove old, outdated distro initscripts.Julian C. Dunn2014-10-2442-2048/+0
| | | | |
* | | | | Merge pull request #2300 from opscode/lcg/rspec3-updatesLamont Granquist2014-10-26146-4782/+4779
|\ \ \ \ \ | |/ / / / |/| | | | updating resources/providers unit tests to rpsec3
| * | | | fix more solaris provider lolwutlcg/rspec3-updatesLamont Granquist2014-10-241-2/+2
| | | | |
| * | | | remove lolwut from testsLamont Granquist2014-10-241-3/+0
| | | | |
| * | | | updating resources/providers unit tests to rpsec3Lamont Granquist2014-10-24146-4781/+4781
|/ / / / | | | | | | | | | | | | mechanically generated patch using transpec 2.3.7 gem
* | | | Merge pull request #2296 from opscode/sersut/last-contrib-infoSerdar Sutay2014-10-242-1/+39
|\ \ \ \ | | | | | | | | | | Last contribution pass before Chef 12.
| * | | | Contribution info for https://github.com/opscode/chef/pull/2277.Serdar Sutay2014-10-241-1/+2
| | | | |
| * | | | Contribution info for https://github.com/opscode/chef/pull/2270.Serdar Sutay2014-10-241-0/+2
| | | | |