summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add comment about header orderingJohn Keiser2014-08-301-0/+1
* Make join work properly with leading slashesJohn Keiser2014-08-301-4/+4
* Move Chef::Config path functions to Chef::Util::PathHelperJohn Keiser2014-08-306-72/+82
* Fix Windows path bugs, run all config tests against WindowsJohn Keiser2014-08-301-5/+22
* Switch back to ChefZero::RSpec version 3jk/rspec_zero_3John Keiser2014-08-292-2/+2
* CHEF-5075: order matters for recipe_urlBryan McLellan2014-08-291-8/+14
* Add comment about orderStanislav Bogatyrev2014-08-291-0/+2
* [CHEF-5075] Fix json_attribs and recipe_url load order.Stanislav Bogatyrev2014-08-291-5/+5
* better regex in /etc/rc.conf for service stateDave Eddy2014-08-291-2/+2
* refactoring freebsd provider + unit testsLamont Granquist2014-08-293-72/+92
* add trailing = to regex for freebsd service deletionDave Eddy2014-08-291-1/+1
* another instance of loose regexDave Eddy2014-08-291-1/+1
* tighten up /etc/rc.conf regexDave Eddy2014-08-291-1/+1
* Merge pull request #1895 from opscode/mcquin/CHEF-5282Serdar Sutay2014-08-282-0/+46
|\
| * Use existing Chef::Config values for verify_api_cert and ssl_verify_mode duri...Serdar Sutay2014-08-262-13/+33
| * Add --ssl-verify-mode and --[no-]verify-api-cert options.Claire McQuin2014-08-262-0/+26
* | Remove deprecated @node ivarsjk/remove_deprecated_ivarsJohn Keiser2014-08-272-6/+3
* | Clean up acl data handler, add username to user handler for cheffishjk/data_handler_cleanupJohn Keiser2014-08-272-2/+3
* | Merge pull request #1896 from opscode/lcg/1869lamont-granquist2014-08-261-2/+7
|\ \ | |/ |/|
| * response.body may be nilLamont Granquist2014-08-221-2/+7
* | Fixes based on PR comments.Serdar Sutay2014-08-261-13/+21
* | Specs for bootstrap cleanup.Serdar Sutay2014-08-262-18/+15
* | Fixes based on the PR comments.Serdar Sutay2014-08-263-8/+78
* | Remove encrypted_data_bag_secret distribution via Chef::Config and enable dis...Serdar Sutay2014-08-263-29/+4
* | Deprecate --distro and --template-file options in favor of --template.Serdar Sutay2014-08-262-22/+40
* | Remove the bootstrap templates that does chef install via gems.Serdar Sutay2014-08-269-337/+1
* | Warn on using 'everything' for knife download on a hosted setup PR #1913jmink2014-08-252-3/+12
* | Revert "add retries in additional cases"Lamont Granquist2014-08-231-19/+5
* | add retries in additional casesLamont Granquist2014-08-231-5/+19
* | CHEF-4101: DeepMerge - support overwriting hash values with nilMalte Swart2014-08-231-3/+6
* | Use path_join to create local-mode-cacheJohn Keiser2014-08-231-5/+5
* | unpack the conditionals a little for readabilityBryan McLellan2014-08-221-2/+5
* | Make exception for a user not existing more explicitBryan McLellan2014-08-223-8/+9
* | Look up username instead of resource nameBryan McLellan2014-08-221-1/+1
* | Update to chef-zero 3John Keiser2014-08-222-5/+11
* | Add error logging on failure to load secret file.Claire McQuin2014-08-221-3/+13
* | Clarify encrypted data detection.Claire McQuin2014-08-221-6/+7
* | Add ::encryptor_keys to versioned encryptor classes.Claire McQuin2014-08-222-27/+15
* | Enable autodetection of encrypted data bag items.Claire McQuin2014-08-222-5/+63
|/
* there is always an option!James Belchamber2014-08-211-5/+1
* remount now honours optionsJames Belchamber2014-08-211-1/+5
* Merge pull request #1888 from opscode/lcg/1738lamont-granquist2014-08-212-64/+111
|\
| * CHEF-1737: Minor clean up.markgibbons2014-08-211-3/+2
| * Fix review call outs.markgibbons2014-08-211-5/+6
| * CHEF-1737: Fix noauto support.markgibbons2014-08-212-62/+109
* | Merge pull request #1884 from opscode/lcg/1726lamont-granquist2014-08-211-0/+42
|\ \ | |/
| * use raise, not failJordan Evans2014-08-211-1/+1
| * raise error if multiple constraints are metJordan Evans2014-08-211-5/+14
| * update comment for value_for_platformJordan Evans2014-08-211-1/+1
| * use Chef::VersionConstraint, not Gem in value_for_platformJordan Evans2014-08-211-5/+15