summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updating for github commentstball/audit-modetyler-ball2014-10-313-4/+55
|
* Adding error handling so saving node doesn't prevent us from running audit ↵tyler-ball2014-10-311-2/+14
| | | | mode - decouples converge phase and audit phase more
* Adding logic for exceptions from converge phase not interfering with audit ↵tyler-ball2014-10-303-15/+50
| | | | phase and vice-versa
* Creating our own example group class to simplify adding examples to the spec ↵tyler-ball2014-10-305-43/+75
| | | | runner
* Renaming DSL methods to match the spectyler-ball2014-10-291-7/+8
|
* First pass at DLS methodstyler-ball2014-10-293-2/+65
|\
| * First pass at DSL additionstyler-ball2014-10-293-2/+65
| |
* | 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
| | | |
| * | | Contribution info for https://github.com/opscode/chef/pull/2251.Serdar Sutay2014-10-241-0/+3
| | | |
| * | | Contribution info for https://github.com/opscode/chef/pull/2196.Serdar Sutay2014-10-241-0/+2
| | | |
| * | | Add missing changelog notes after 11.14.2.Serdar Sutay2014-10-242-1/+31
| | | |
* | | | Merge pull request #2295 from opscode/lcg/provider-resolver-mdsLamont Granquist2014-10-242-0/+29
|\ \ \ \ | | |_|/ | |/| | add md files for ProviderResolver features
| * | | add md files for ProviderResolver featureslcg/provider-resolver-mdsLamont Granquist2014-10-242-0/+29
| |/ /
* | | Merge pull request #2277 from liseki/fix-freebsd-service-status-loadSerdar Sutay2014-10-241-0/+1
|\ \ \ | | | | | | | | Properly load FreeBSD service status
| * | | Properly load FreeBSD service statusRichard Manyanza2014-10-221-0/+1
| | | |
* | | | Merge pull request #2270 from liseki/fix-whiny-freebsd-serviceSerdar Sutay2014-10-241-1/+2
|\ \ \ \ | | | | | | | | | | Ensure why-run of a FreeBSD service missing init script does not fail
| * | | | Maintain init_command as nil in why-run when missing init scriptRichard Manyanza2014-10-211-10/+2
| | | | |
| * | | | Ensure why-run of a FreeBSD service missing init script does not failRichard Manyanza2014-10-211-0/+9
| | | | |
* | | | | Merge pull request #2251 from chilicheech/fix_dscl_group_nameSerdar Sutay2014-10-242-4/+5
|\ \ \ \ \ | | | | | | | | | | | | 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 dsclThiago Oliveira2014-10-172-4/+5
| | | | | |
* | | | | | Merge pull request #2196 from ↵Serdar Sutay2014-10-242-12/+10
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | ClogenyTechnologies/sid/fix-bootstrap-options-precedence [knife-ec2]Command-line options do not take precedence over knife.rb configuration (#247)