summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* testing appbundle branchlcg/improve-appbundlingLamont Granquist2018-04-132-12/+12
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.0.199 by Expeditorv14.0.199Chef Expeditor2018-04-135-11/+12
|
* Merge pull request #7152 from chef/lcg/fix-resources-dsl-methodLamont Granquist2018-04-134-29/+36
|\ | | | | add the resources() dsl method back to providers
| * add test that methods wind up in important classesLamont Granquist2018-04-131-1/+10
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * add the resources() dsl method to providerslcg/fix-resources-dsl-methodLamont Granquist2018-04-123-28/+26
| | | | | | | | | | | | | | | | | | | | | | Custom resource actions were picking this up via delegation to the wrapping resource, and that wiring was removed in 14, so that API then got dropped accidentally. This should fix that back up. It also consistently injects the resource APIs into resources and providers both now (and consistently across core resources and custom resources). Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 14.0.198 by Expeditorv14.0.198Chef Expeditor2018-04-135-11/+12
| |
* | Add support for route metric (#7140)tomdoherty2018-04-132-2/+4
|/ | | Signed-off-by: Tom Doherty <tom.doherty@fixnetix.com>
* Bump version to 14.0.197 by Expeditorv14.0.197Chef Expeditor2018-04-125-11/+12
|
* Merge pull request #7144 from chef/tm/investigate_loggingLamont Granquist2018-04-123-5/+11
|\ | | | | Fix up knife logging
| * Fix up knife loggingtm/investigate_loggingThom May2018-04-113-5/+11
| | | | | | | | | | | | | | ensure that trace level is selectable if necessary via -VVV Pass the correct object to net/ssh Signed-off-by: Thom May <thom@chef.io>
* | Merge pull request #7151 from chef/tm/ship_resource_inspectorLamont Granquist2018-04-121-1/+1
|\ \ | | | | | | ship resource-inspector
| * | ship resource-inspectortm/ship_resource_inspectorThom May2018-04-121-1/+1
| | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | | Merge pull request #7149 from chef/tm/bump_mixlibsLamont Granquist2018-04-122-14/+14
|\ \ \ | | | | | | | | Update mixlib-log and mixlib-authentication
| * | | Update mixlib-log and mixlib-authenticationtm/bump_mixlibsThom May2018-04-122-15/+15
| |/ / | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | | Bump version to 14.0.196 by Expeditorv14.0.196Chef Expeditor2018-04-125-12/+13
| | |
* | | Merge pull request #7148 from chef/lcg/enable-repo-fixLamont Granquist2018-04-123-17/+26
|\ \ \ | |/ / |/| | fix for enable/disable repo ordering
| * | add a testlcg/enable-repo-fixLamont Granquist2018-04-111-0/+8
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | fix for enable/disable repo orderingLamont Granquist2018-04-112-17/+18
|/ / | | | | | | | | | | | | use one array, shove them in the array in order, read them out and apply them... Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 14.0.195 by Expeditorv14.0.195Chef Expeditor2018-04-115-11/+12
| |
* | Merge pull request #7143 from chef/lcg/chef-zero-perfLamont Granquist2018-04-112-20/+28
|\ \ | | | | | | fix Chef-14 chef_fs/chef-zero perf regression
| * | fix Chef-14 chef_fs/chef-zero perf regressionlcg/chef-zero-perfLamont Granquist2018-04-102-20/+28
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a perf bug introduced by #6471 where we were taking O(n^2) with the number of cookbook versions in the cookbook synch phase. This is a minimum viable fix that changes the algorithm so that it does the old, fast method of looking up the CBV first. Only if it doesn't find it does it then go searching for cookbooks that are in a differently named directory but which match by the name in the metadata. There may be edge conditions here if people mix-and-match and have cookbooks which have both named-directory and name-in-metadata versions. Please try not to do that. Don't cross the streams. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Merge pull request #7145 from chef/btm/expeditor-httpBryan McLellan2018-04-111-1/+1
|\ \ | |/ |/| Expeditor docs are available over http
| * Expeditor docs are available over httpBryan McLellan2018-04-111-1/+1
|/ | | Obvious fix
* Bump version to 14.0.194 by Expeditorv14.0.194Chef Expeditor2018-04-095-11/+12
|
* Merge pull request #7133 from chef/fix_pw_rhsmThom May2018-04-091-6/+8
|\ | | | | Fix RHSM registration using passwords
| * Fix RHSM registration using passwordsfix_pw_rhsmTim Smith2018-04-061-6/+8
| | | | | | | | | | | | This fix came into the cookbook repo at https://github.com/chef-partners/redhat-subscription-manager-cookbook/pull/41 Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.0.193 by Expeditorv14.0.193Chef Expeditor2018-04-075-11/+12
| |
* | Merge pull request #7134 from chef/providesLamont Granquist2018-04-0638-32/+43
|\ \ | |/ |/| Modify the provides for all resources from cookbooks so chef wins
| * Modify the provides for all resources from cookbooks so chef winsprovidesTim Smith2018-04-0638-32/+43
|/ | | | | | Due to changes in chef-client 14 old cookbooks started winning and this causes lots of problems, especially for old incompatible resources. Chef client should always win here. Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #7130 from chef/release_noteslcg/yum_package_repo_optsLamont Granquist2018-04-061-11/+22
|\ | | | | Update Chef 14 release notes
| * Update Chef 14 release notesTim Smith2018-04-061-11/+22
| | | | | | | | | | | | | | | | | | Add all the knife deprecations Add the chef solo -r deprecation Add a note about the changes to the windows_feature resources Add the node.set / node.set_unless deprecation Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #7128 from erikng/macos_userdefaultsfixLamont Granquist2018-04-062-16/+2
|\ \ | |/ |/| macos_userdefaults - fix improper boolean to int conversion
| * remove invalid coercing unit testsErik Gomez2018-04-061-14/+0
| | | | | | | | Signed-off-by: Erik Gomez <e@eriknicolasgomez.com>
| * fix improper boolean to int conversionErik Gomez2018-04-051-2/+2
|/ | | | Signed-off-by: Erik Gomez <e@eriknicolasgomez.com>
* Bump version to 14.0.192 by Expeditorv14.0.192Chef Expeditor2018-04-055-12/+13
|
* Merge pull request #7122 from chef/lcg/add_property_is_set_to_providersLamont Granquist2018-04-051-0/+5
|\ | | | | add delegator for property_is_set? to providers
| * add delegator for property_is_set? to providersLamont Granquist2018-04-051-0/+5
|/ | | | | | | | | | | | | This was dropped in Chef 14.0.190 by chef/chef#6952 as a side effect of stripping out all the Chef::Resource automagic delegators. People were using this one inside of provider code, and it seems fine to continue to use it. Moving it to inject it directly into the Provider class instead of just custom resource action_classes to make our API more consistent. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.0.191 by Expeditorv14.0.191Chef Expeditor2018-04-045-10/+18
|
* Merge pull request #7109 from chef/new_inspecLamont Granquist2018-04-032-16/+16
|\ | | | | Update InSpec to 2.1.21
| * Update InSpec to 2.1.21Tim Smith2018-04-022-16/+16
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #7114 from chef/tas50-patch-1Lamont Granquist2018-04-031-2/+0
|\ \ | | | | | | Remove "unreleased" from the Chef 14 release notes
| * | Remove "unreleased" from the Chef 14 release notesTim Smith2018-04-031-2/+0
|/ /
* | Update CHANGELOG.md to reflect the promotion of 14.0.190Chef Expeditor2018-04-032-203/+191
| |
* | Bump version to 14.0.190 by Expeditorv14.0.190v13.1.3Chef Expeditor2018-04-035-11/+12
| |
* | Merge pull request #7093 from brewn/windows-printer-port-typoTim Smith2018-04-021-1/+5
|\ \ | | | | | | [windows_printer_port] fix typo + add action descriptions
| * | remove trailing whitespacesbrewn2018-03-301-2/+2
| | | | | | | | | | | | Signed-off-by: brewn <nbrewer@chef.io>
| * | add descriptions for actionsbrewn2018-03-291-0/+4
| | | | | | | | | | | | Signed-off-by: brewn <nbrewer@chef.io>
| * | add periodbrewn2018-03-291-1/+1
| | | | | | | | | | | | Signed-off-by: brewn <nbrewer@chef.io>
| * | fix typobrewn2018-03-291-1/+1
| | | | | | | | | | | | Signed-off-by: brewn <nbrewer@chef.io>
* | | Bump version to 14.0.189 by Expeditorv14.0.189Chef Expeditor2018-04-035-11/+12
| | |