summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update for 1518mcquin/Issues-1518Claire McQuin2014-08-151-0/+1
|
* Rename spec and add verify_mode tests.Claire McQuin2014-08-141-0/+220
|
* CookbookSiteStreamingUploader uses ssl_verify_mode.Claire McQuin2014-08-142-201/+12
|
* Merge pull request #1812 from opscode/sersut/chef-1773Serdar Sutay2014-08-135-2/+112
|\ | | | | Name :freebsd_package resource `package` to provide compat with ChefSpec.
| * Changelog info for freebsd_resource matching for ChefSpec.Serdar Sutay2014-08-131-0/+1
| |
| * Make sure freebsd_package is captured with the resource name it's declared ↵Serdar Sutay2014-08-134-2/+111
| | | | | | | | with in resource collection.
* | Merge pull request #1810 from opscode/lcg/json-comment-testslamont-granquist2014-08-137-1/+29
|\ \ | | | | | | Lcg/json comment tests
| * | fix typo in commentLamont Granquist2014-08-136-6/+6
| | |
| * | add JSONCompat test for parsing JSON commentsLamont Granquist2014-08-131-1/+17
| | |
| * | adding some comments to fixturesLamont Granquist2014-08-136-0/+12
|/ /
* | Merge pull request #1764 from opscode/mcquin/ubuntu-testsClaire McQuin2014-08-1328-111/+492
|\ \ | |/ |/| Create a cookbook and test it on Ubuntu 12.04
| * Update for Ubuntu end-to-end tests.Claire McQuin2014-08-131-0/+22
| |
| * Add test instructions and contributing information.Claire McQuin2014-08-131-46/+78
| |
| * Remove kitchen tests from spec/ directory, so tests can be run separately.Claire McQuin2014-08-1320-15/+18
| |
| * Create and test cookbook on Ubuntu 12.04Claire McQuin2014-08-1321-46/+369
| |
| * Add information on using Test Kitchen for E2E testing.Claire McQuin2014-08-131-1/+2
|/
* Merge pull request #1811 from opscode/lcg/rhel-7-e2elamont-granquist2014-08-132-0/+12
|\ | | | | add rhel 7 e2e test
| * e2e test on rhel found a bugLamont Granquist2014-08-121-0/+2
| |
| * use ec2-user for rhel7 imageLamont Granquist2014-08-121-1/+1
| |
| * use a flavor that supports HVMLamont Granquist2014-08-121-0/+1
| | | | | | | | rhel-7 seems to be HVM-only
| * add rhel 7 e2e testLamont Granquist2014-08-121-0/+9
| |
* | Merge pull request #1800 from opscode/sersut/chef#1634Serdar Sutay2014-08-1319-425/+3783
|\ \ | | | | | | DSCL User Provider Rewrite
| * | Changelog information for user dscl provider updates.Serdar Sutay2014-08-132-3/+54
| | |
| * | Updates based on PR comments.Serdar Sutay2014-08-123-25/+38
| | |
| * | * Dscl user provider changes to support Mac 10.7, 10.8 & 10.9.Serdar Sutay2014-08-1217-422/+3716
| | | | | | | | | | | | | | | | | | * Make the dscl user provider password handling idempotent. * Refactor / modernize dscl user provider unit tests. * Functional tests for dscl user provider.
* | | Merge pull request #1814 from opscode/sersut/travis-fixSerdar Sutay2014-08-121-8/+13
|\ \ \ | |/ / | | / | |/ |/| Do not use :Win32 outside of let, describe, it blocks since we don't have it ready yet.
| * Do not use :Win32 outside of let, describe, it blocks since we don't have it ↵Serdar Sutay2014-08-121-8/+13
|/ | | | ready yet.
* Merge pull request #1771 from opscode/btm/CHEF-5022Bryan McLellan2014-08-128-38/+286
|\ | | | | CHEF-5022: Differentiate between Windows service startup_types
| * CHEF-5022: Add tests for #set_start_type and cleanupBryan McLellan2014-08-122-5/+16
| |
| * Update release notes for CHEF-5022Bryan McLellan2014-08-123-0/+27
| |
| * CHEF-5022: Don't use provides in the resourceBryan McLellan2014-08-121-1/+4
| | | | | | | | | | | | | | Wait until #1773 is fixed to use provides in the resource. This means you need to specify windows_service in your recipes if you want to use the :configure_startup action and the startup_type attribute.
| * CHEF-5022: Rename start_type to current_start_typeBryan McLellan2014-08-122-9/+9
| | | | | | | | This is to be more clear what current_start_type returns.
| * CHEF-5022: leave enabled to nil for all other statesBryan McLellan2014-08-122-1/+13
| |
| * CHEF-5022: Add configure_startup actionBryan McLellan2014-08-124-73/+117
| | | | | | | | | | | | enable and disable actions will continue to set the startup type to automatic/disabled If you want the startup type to be manual, you can set the startup_type attribute and use action configure_startup. It also supports automatic and disabled.
| * CHEF-5022: Differentiate between Windows service startup_typesBryan McLellan2014-08-125-21/+172
|/ | | | | | | | | A Windows service startup_type can be automatic, manual, or disabled. This adds a startup_type attribute to specify automatic or manual, and defaults to automatic because we currently have no functionality to set a service to manual. This is important because if you stop a service that is automatic, Windows will change the startup_type to manual.
* Revert "Reset DOC_CHANGES for 12.0"danielsdeleo2014-08-121-0/+9
| | | | | | | | | This reverts commit ba82dc821311e99238260bef01bc3c20c823d523. Conflicts: DOC_CHANGES.md These changes were not merged to 11-stable and didn't appear in 11.14
* Merge pull request #1806 from opscode/lcg/removing-json-class1lamont-granquist2014-08-126-10/+9
|\ | | | | remove some uses of from_json
| * remove some uses of from_jsonLamont Granquist2014-08-126-10/+9
| | | | | | | | | | | | fix some things that don't need create_additions at all and just return standard ruby objects without json_class. convert to JSONCompat#parse which doesn't do any json_class inflation.
* | Merge pull request #1772 from opscode/chef-1765Serdar Sutay2014-08-123-30/+41
|\ \ | | | | | | chef-client should never send negative values for duration to reporting
| * | Update CHANGELOG with information about bug fix.Serdar Sutay2014-08-121-28/+29
| | |
| * | Return values with Time class after stubbing :now of Time.Serdar Sutay2014-08-121-1/+2
| | |
| * | don't return negative timeClaire McQuin2014-08-121-1/+1
| | |
| * | Ensure reported elapsed_time is nonnegative.Claire McQuin2014-08-121-2/+8
| | |
| * | chef-client should never send negative values for duration to reporting; ↵Jeremiah Snapp2014-08-121-0/+3
| | | | | | | | | | | | | | | | | | | | | fixes 1765 The duration can be negative if a resource changes the system's time. We should return 0 duration instead to indicate that something unusual happened.
* | | Update release notes and doc changes files for metadata name changedanielsdeleo2014-08-122-0/+16
| | |
* | | Reset DOC_CHANGES for 12.0danielsdeleo2014-08-121-9/+0
| | |
* | | Merge branch 'respect-metadata-name'danielsdeleo2014-08-1228-299/+863
|\ \ \ | |_|/ |/| | | | | Closes CHEF-3307, CHEF-3490.
| * | Add a fallback for metadata name for the chef-zero casedanielsdeleo2014-08-121-0/+9
| | |
| * | Pull pedant from a branch that removes tests we don't want to supportdanielsdeleo2014-08-121-1/+1
| | |
| * | Document why we need to fallback to inferred name sometimesdanielsdeleo2014-08-121-1/+8
| | |