summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix intermittent failure with multiple threads trying to stop()jk/multitenant-chef-client-supportJohn Keiser2014-09-051-17/+20
* Add "rest_root" REST object to talk to the server rootJohn Keiser2014-09-042-5/+47
* Adjust deps specs to knife_support changesJohn Keiser2014-09-031-8/+4
* Set chef-zero dependency to include bugfixes for testsJohn Keiser2014-09-031-1/+1
* Robustify knife serve and knife serve tests (get rid ofJohn Keiser2014-09-033-21/+30
* Put chef-zero in OSC 11 compat mode for data store testsJohn Keiser2014-09-031-258/+264
* Allow user to pass nil for client_name and signing_validation_keyJohn Keiser2014-09-031-2/+8
* Explicitly set organization when local mode is enabledJohn Keiser2014-09-032-13/+15
* Move local_mode deeper into chef-client so it happensJohn Keiser2014-09-033-37/+35
* Make local mode multi-tenant by default, add organizationJohn Keiser2014-09-039-53/+446
* Merge pull request #1583 from juliandunn/fix-hardcoded-binariesSerdar Sutay2014-09-022-3/+4
|\
| * Make sure to call chef-client and knife that we just built, notbtm/fix-hardcoded-binariesJulian C. Dunn2014-06-302-3/+4
* | Merge pull request #1954 from opscode/adamedx/windows_paths_leadingAdam Edwards2014-08-308-338/+429
|\ \
| * | Unit spec, Ruby Pathname class on Windows does not remove leading duplicate p...Adam Edwards2014-08-301-1/+1
| * | Add comment about header orderingJohn Keiser2014-08-301-0/+1
| * | Make join work properly with leading slashesJohn Keiser2014-08-303-7/+12
| * | Move Chef::Config path functions to Chef::Util::PathHelperJohn Keiser2014-08-308-133/+197
| * | Fix Windows path bugs, run all config tests against WindowsJohn Keiser2014-08-302-255/+276
|/ /
* | Merge branch 'jk/rspec_zero_3'John Keiser2014-08-2912-173/+171
|\ \
| * | Switch back to ChefZero::RSpec version 3jk/rspec_zero_3John Keiser2014-08-2912-173/+171
|/ /
* | Update CHANGELOG for #1627 / #1283 / CHEF-5075Bryan McLellan2014-08-291-0/+2
* | CHEF-5075: order matters for recipe_urlBryan McLellan2014-08-292-11/+33
* | 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
* | Update CHANGELOG for #1833Bryan McLellan2014-08-291-0/+2
* | combine "no" and "none" freebsd services based on @btm commentDave Eddy2014-08-291-11/+1
* | implement @btm comment about test description stringsDave Eddy2014-08-291-4/+4
* | test for none caseDave Eddy2014-08-291-0/+10
* | better regex in /etc/rc.conf for service stateDave Eddy2014-08-291-2/+2
* | add right-match tests for rc.confDave Eddy2014-08-291-3/+33
* | add checks for partial matches in enable/disableLamont Granquist2014-08-291-1/+15
* | refactoring freebsd provider + unit testsLamont Granquist2014-08-295-263/+444
* | modernize freebsd service specLamont Granquist2014-08-291-162/+187
* | 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 #1947 from opscode/adamedx/fix-travis-mysql-clientAdam Edwards2014-08-281-2/+2
|\ \
| * | change mysql-client packageLamont Granquist2014-08-281-2/+2
|/ /
* | Widen chef-zero dependency correctlyJohn Keiser2014-08-281-1/+1
* | Merge pull request #1895 from opscode/mcquin/CHEF-5282Serdar Sutay2014-08-286-1/+145
|\ \
| * | CHANGELOG info for the new bootstrap CLI options.Serdar Sutay2014-08-282-1/+3
| * | Use existing Chef::Config values for verify_api_cert and ssl_verify_mode duri...Serdar Sutay2014-08-264-54/+90
| * | Add --ssl-verify-mode and --[no-]verify-api-cert options.Claire McQuin2014-08-264-0/+106
* | | Remove deprecated @node ivarsjk/remove_deprecated_ivarsJohn Keiser2014-08-273-10/+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
* | | Merge pull request #1885 from opscode/sersut/bootstrap-12Serdar Sutay2014-08-2614-552/+357
|\ \ \
| * | | Update CHANGELOG and RELEASE_NOTES with bootstrap changes.Serdar Sutay2014-08-262-0/+11
| * | | Fixes based on PR comments.Serdar Sutay2014-08-262-17/+32