summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 14.0.135 by Expeditorv14.0.135Chef Expeditor2018-03-155-13/+14
|
* Merge pull request #6982 from chef/more_manpagesTim Smith2018-03-153-197/+0
|\ | | | | Remove knife help which used the manpages
| * Remove the old knife help specmore_manpagesTim Smith2018-03-141-92/+0
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove knife help which used the manpagesTim Smith2018-03-142-105/+0
| | | | | | | | | | | | As Dan pointed out this was what consumed those outdated manpages Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.0.134 by Expeditorv14.0.134Chef Expeditor2018-03-155-11/+12
| |
* | Merge pull request #6985 from bugok/http_auth_headerThom May2018-03-151-1/+3
|\ \ | | | | | | Stripping out Authorization header on redirect to a different host
| * | Stripping out Authorization header on redirect to a different hostNoam Lerner2018-03-141-1/+3
|/ / | | | | | | Signed-off-by: Noam Lerner <noamler@fb.com>
* | Bump version to 14.0.133 by Expeditorv14.0.133Chef Expeditor2018-03-145-11/+12
| |
* | Merge pull request #6980 from chef/btm/fix-lsa-heap-corruptionTim Smith2018-03-141-16/+14
|\ \ | |/ |/| Pass pointer to LsaFreeMemory, not FFI::MemoryPointer
| * Pass pointer to LsaFreeMemory, not FFI::MemoryPointerBryan McLellan2018-03-131-16/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | LsaFreeMemory takes a pointer to the struct in memory created by LsaEnumerateAccountRights. We have to pass it the actual pointer, not the FFI::MemoryPointer object. This fixes masked access violations which occasionally lead to a heap corruption which presents itself as silent termination of chef-client/ruby with a return code of -1073740940 or STATUS_HEAP_CORRUPTION / 0xc0000374. Fixes #6589 Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* | Bump version to 14.0.132 by Expeditorv14.0.132Chef Expeditor2018-03-145-11/+12
| |
* | Merge pull request #6983 from chef/ruby24+Thom May2018-03-142-2/+2
|\ \ | | | | | | Require Ruby 2.4+
| * | Require Ruby 2.4+ruby24+Tim Smith2018-03-132-2/+2
| |/ | | | | | | | | | | | | We're removed testing on 2.3 so at this point we wouldn't know if we introduced some Ruby 2.4+ code. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #6986 from chef/revert-6253-feat/5556Thom May2018-03-145-52/+0
|\ \ | |/ |/| Revert "Knife should give a useful error when the chef_server_url isn't a chef server API"
| * Revert "Knife should give a useful error when the chef_server_url isn't a ↵revert-6253-feat/5556Thom May2018-03-145-52/+0
|/ | | | chef server API"
* Bump version to 14.0.131 by Expeditorv14.0.131Chef Expeditor2018-03-135-11/+12
|
* Merge pull request #6873 from chef/jcowie/data_collector_jsonLamont Granquist2018-03-133-33/+245
|\ | | | | Add output_locations functionality to data collector
| * Make output location handling more idiomaticjcowie/data_collector_jsonJon Cowie2018-03-122-7/+7
| | | | | | | | Signed-off-by: Jon Cowie <jonlives@gmail.com>
| * Fix chefstyleJon Cowie2018-03-061-1/+1
| | | | | | | | Signed-off-by: Jon Cowie <jonlives@gmail.com>
| * Make location verification more idiomaticJon Cowie2018-03-061-8/+5
| | | | | | | | Signed-off-by: Jon Cowie <jonlives@gmail.com>
| * Minor chefstyle fixJon Cowie2018-02-271-1/+1
| | | | | | | | Signed-off-by: Jon Cowie <jonlives@gmail.com>
| * Don't swallow file exceptions but rather re-raise with clearer textJon Cowie2018-02-271-2/+6
| | | | | | | | Signed-off-by: Jon Cowie <jonlives@gmail.com>
| * Minor tweaks to fix things from code reviewJon Cowie2018-02-271-4/+2
| | | | | | | | Signed-off-by: Jon Cowie <jonlives@gmail.com>
| * Fix valid file path spec to work on WindowsJon Cowie2018-02-201-9/+2
| | | | | | | | Signed-off-by: Jon Cowie <jonlives@gmail.com>
| * Add output_locations functionality to data collectorJon Cowie2018-02-202-33/+253
| | | | | | | | | | | | This commit implements the recent changes to RFC-077, to support multiple output locations in the data collector. Signed-off-by: Jon Cowie <jonlives@gmail.com>
* | Bump version to 14.0.130 by Expeditorv14.0.130Chef Expeditor2018-03-125-11/+12
| |
* | Merge pull request #6838 from chef/revert-6773-revert-6770-tm/ruby_25Lamont Granquist2018-03-126-15/+15
|\ \ | | | | | | Bump to ruby 2.5.0
| * | bump for ohairevert-6773-revert-6770-tm/ruby_25Lamont Granquist2018-03-091-6/+6
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | bump omnibus-software to pick up solaris11/sparc fixLamont Granquist2018-03-091-6/+6
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | bump omnibus to pull in ruby/windows-32 compile fixLamont Granquist2018-03-091-8/+8
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | chef_fs fix for ruby 2.5Lamont Granquist2018-03-091-2/+2
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | ruby-2.5 changesLamont Granquist2018-03-093-4/+4
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 14.0.129 by Expeditorv14.0.129Chef Expeditor2018-03-125-11/+12
| | |
* | | Merge pull request #6253 from jeunito/feat/5556Tim Smith2018-03-125-0/+52
|\ \ \ | | | | | | | | Knife should give a useful error when the chef_server_url isn't a chef server API
| * \ \ Merge branch 'master' into feat/5556Jose Asuncion2017-09-268-34/+45
| |\ \ \ | | | | | | | | | | | | | | | Signed-off-by: Jose Asuncion <jeunito@gmail.com>
| * | | | fix chefstyleJose Asuncion2017-09-262-15/+13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jose Asuncion <jeunito@gmail.com>
| * | | | Merge branch 'master' into feat/5556Jose Asuncion2017-09-25172-2776/+4200
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Signed-off-by: Jose Asuncion <jeunito@gmail.com>
| * | | | | move chef server heuristic to server_apiJose Asuncion2017-09-253-12/+49
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jose Asuncion <jeunito@gmail.com>
| * | | | | initial impl for active check of chef serverJose Asuncion2017-08-161-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jose Asuncion <jeunito@gmail.com>
| * | | | | Revert "raise error if chef_server_url is not valid"Jose Asuncion2017-08-162-16/+0
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 02a46911341c1d5ef10309d27963031d598dbe2c.
| * | | | | Merge branch 'master' into feat/5556Jose Asuncion2017-07-0610-22/+99
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jose Asuncion <jeunito@gmail.com>
| * | | | | | update to conform to chefstyleJose Asuncion2017-07-062-2/+2
| | | | | | |
| * | | | | | change messagingJose Asuncion2017-07-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jose Asuncion <jeunito@gmail.com>
| * | | | | | format NotAChefServerException nicelyJose Asuncion2017-07-041-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jose Asuncion <jeunito@gmail.com>
| * | | | | | raise error if chef_server_url is not validJose Asuncion2017-07-043-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jose Asuncion <jeunito@gmail.com>
| * | | | | | ignore .swp filesJose Asuncion2017-07-041-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jose Asuncion <jeunito@gmail.com>
* | | | | | | Merge branch 'bootstrap_deprecations'Tim Smith2018-03-122-41/+5
|\ \ \ \ \ \ \
| * | | | | | | Pull in updates from jdunn's PRTim Smith2018-03-122-19/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | | | | Remove deprecated bootstrap optionsTim Smith2018-03-121-23/+3
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We said we would remove these in Chef 13 in the code. Lets do it for 14 instead. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | | | Bump version to 14.0.128 by Expeditorv14.0.128Chef Expeditor2018-03-125-11/+12
| | | | | | |