summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix rspec truthy thingslcg/chef-12-attrLamont Granquist2014-11-071-6/+6
|
* fix autovivificationLamont Granquist2014-11-073-33/+88
|
* chef-12 attribute changesLamont Granquist2014-11-075-44/+476
| | | | | | - adding rm, rm_default, rm_normal, rm_override APIs - adding default!, normal! and override! APIs - changing force_default! and force_override! APIs
* Merge pull request #2324 from opscode/mcquin/rspec-3Claire McQuin2014-11-07321-7488/+7505
|\ | | | | Update to RSpec 3
| * Don't populate X-Chef-Version.mcquin/rspec-3Claire McQuin2014-11-071-0/+7
| |
| * Merge branch 'master' into mcquin/rspec-3Claire McQuin2014-11-0760-245/+702
| |\ | |/ |/|
* | Bring in cheffish and provisioning resources if they are installedchef-provisioningJohn Keiser2014-11-051-0/+7
| |
* | Change the integration test server port from 8889 to 8890 so the test can ↵Chris Doherty2014-11-051-2/+2
| | | | | | | | | | | | succeed when being run from a Chef recipe (specifically chef-zero in test-kitchen).
* | 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 #2346 from opscode/tball/rspec3-fixClaire McQuin2014-11-033-17/+18
| | |\ | | | | | | | | Getting pedant running with rspec 3
| | | * Updating from comments - simplifying codetball/rspec3-fixtyler-ball2014-11-032-16/+6
| | | |
| | | * Removing bad check-intyler-ball2014-11-031-1/+0
| | | |
| | | * Updating pedant to run correctly and send output to STDOUTtyler-ball2014-11-032-8/+24
| | | |
| | | * Merge 83965110f4803416ffa535080b129f6546c746e4 into ↵Claire McQuin2014-10-31318-7486/+7481
| | | |\ | |_|/ / |/| | | | | | | 2f942406d9bb64335586cbca982dfbe9d36c0a74
| | | * shell_out didn't pick up entire commandClaire McQuin2014-10-311-2/+4
| | | |
| | | * Modify pedant to run w/o chefClaire McQuin2014-10-313-18/+12
| | | |
| | | * Change pending to skipClaire McQuin2014-10-311-1/+1
| | | |
| | * | Explicitly disable :should syntax in spec and mocksClaire McQuin2014-11-031-0/+8
| | | |
| | * | Remove remaining should syntax.Claire McQuin2014-11-031-4/+4
| | | |
| | * | Clean up for Windows spec deprecation warnings.Claire McQuin2014-11-032-3/+3
| | | |
| | * | Fix stub for failing spec on 1.9.3Claire McQuin2014-11-031-0/+1
| | | |
| | * | Update for RSpec 3.Claire McQuin2014-11-031-0/+1
| | | |
| | * | Change pending to skip.Claire McQuin2014-11-031-1/+1
| | |/
| | * Merge branch 'master' into mcquin/rspec-3Claire McQuin2014-10-313-5/+4
| | |\ | |_|/ |/| |
* | | 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 branch 'mcquin/rspec-3' of github.com:opscode/chef into mcquin/rspec-3Claire McQuin2014-10-304-16/+18
| | | |\
| | | | * Fix some Windows specs.Claire McQuin2014-10-304-16/+18
| | | | |
| | | * | Get pedant changes for rspec 3Claire McQuin2014-10-301-1/+1
| | | |/
| | | * Merge branch 'master' into mcquin/rspec-3Claire McQuin2014-10-3011-57/+69
| | | |\ | |_|_|/ |/| | | | | | | | | | | | | | | Conflicts: spec/functional/dsl/reboot_pending_spec.rb spec/functional/event_loggers/windows_eventlog_spec.rb
* | | | 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.
| | | * Fix failures from pendingClaire McQuin2014-10-306-22/+22
| | | |
| | | * Use expect syntax.Claire McQuin2014-10-291-5/+8
| | | |
| | | * Update to RSpec 3.Claire McQuin2014-10-29307-7417/+7418
| | | |
| | | * Remove treat_symbols_as_metadata_keys_with_true_values = true, now true by ↵Claire McQuin2014-10-291-7/+0
| | | | | | | | | | | | | | | | default