summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Improve readability of error message.mcquin/Issues-1710Claire McQuin2014-08-151-2/+3
|
* Add simple DSL method to interact with encrypted data bags.Claire McQuin2014-08-153-9/+58
|
* Merge pull request #1835 from opscode/mcquin/travis_secure_env_vars_againClaire McQuin2014-08-141-2/+2
|\ | | | | Don't swallow end to end failures
| * Don't swallow end to end failuresmcquin/travis_secure_env_vars_againClaire McQuin2014-08-141-2/+2
| |
* | Merge branch 'mcquin/Issues-1711'Claire McQuin2014-08-143-78/+88
|\ \
| * | Enable client-side key generation by default (resolves ↵Claire McQuin2014-08-143-78/+88
|/ / | | | | | | https://github.com/opscode/chef/issues/1711)
* | Merge pull request #1820 from opscode/mcquin/Issues-1446Claire McQuin2014-08-143-2/+3
|\ \ | |/ |/| Remove recipe DSL from base provider.
| * Update for remove recipe dsl from base provisioner.mcquin/Issues-1446Claire McQuin2014-08-141-0/+2
| |
| * Just use query_helpersClaire McQuin2014-08-141-1/+1
| |
| * Remove recipe DSL from base provider.Claire McQuin2014-08-142-2/+1
| |
* | Merge pull request #1832 from opscode/lcg/proxy-var-fixeslamont-granquist2014-08-143-17/+51
|\ \ | |/ |/| Lcg/proxy var fixes
| * add notes on bugfixes to CHANGELOGLamont Granquist2014-08-141-0/+3
| |
| * add spec tests for http_proxy fixesLamont Granquist2014-08-141-9/+32
| |
| * fix proxy var issuesLamont Granquist2014-08-141-8/+16
| | | | | | | | | | | | - if the env var is already set, leave it alone - look for '://' to see if we were given a scheme or not (https_proxy may be passed an 'http://' url)
* | Merge pull request #1829 from opscode/mcquin/travis_secure_env_varsClaire McQuin2014-08-142-4/+5
|\ \ | |/ |/| Run end to end tests conditionally on presence of secure env vars.
| * Append '|| true' to make unrun tests passClaire McQuin2014-08-141-2/+2
| |
| * Only run end to end tests on Travis when secure environment variables are ↵Claire McQuin2014-08-142-4/+5
|/ | | | available.
* 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