summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9276 from ↵Tim Smith2020-01-241-0/+3
|\ | | | | | | | | MsysTechnologiesllc/VSingh/gitignore-byebug-histroy [minor] ignore byebug command history file
| * ignore byebug command history fileVivek Singh2020-01-251-0/+3
|/ | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* Bump version to 16.0.16 by Chef Expeditorv16.0.16Chef Expeditor2020-01-257-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* switch the load method back to not raising + deprecation (#9274)Lamont Granquist2020-01-242-5/+8
|\ | | | | switch the load method back to not raising + deprecation
| * get rid of the failures due to deprecation warningsLamont Granquist2020-01-241-3/+6
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * switch the load method back to not raising + deprecationlcg/tweak-cbvLamont Granquist2020-01-241-2/+2
| | | | | | | | | | | | | | use a proper deprecation instead of a warning and don't raise in the load method. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Merge pull request #9272 from susanev/patch-2Tim Smith2020-01-241-1/+1
|\ \ | |/ |/| attempt #2 at describing adding a DCO when making a change from the GitHub UI
| * trying again on the ui text Signed-off-by: susanev <susan.ra.evans@gmail.com>susan evans2020-01-231-1/+1
| |
* | Bump version to 16.0.15 by Chef Expeditorv16.0.15Chef Expeditor2020-01-247-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9269 from chef/load_warnings_be_gone_++Tim Smith2020-01-233-19/+0
|\ \ | |/ |/| Cleanup the specs for the load_cookbooks warnings
| * Cleanup the specs for the load_cookbooks warningsTim Smith2020-01-233-19/+0
| | | | | | | | | | | | Remove all these expects Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.14 by Chef Expeditorv16.0.14Chef Expeditor2020-01-247-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Ruby 2.7 IRB and remaining fixes (#9267)Lamont Granquist2020-01-233-7/+29
|\ \ | |/ |/| Ruby 2.7 IRB and remaining fixes
| * Ruby 2.7 IRB and remaining fixesLamont Granquist2020-01-233-7/+29
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 16.0.13 by Chef Expeditorv16.0.13Chef Expeditor2020-01-247-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Use .load! in the Cookbook loader not .load_cookbooks (#9266)Lamont Granquist2020-01-236-33/+6
|\ \ | |/ |/| Use .load! in the Cookbook loader not .load_cookbooks
| * Use .load! in the Cookbook loader not .load_cookbooksTim Smith2020-01-236-33/+6
|/ | | | | | We added a deprecation warning to load_cookbooks and this is going to cause a ton of console spam for end users. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.12 by Chef Expeditorv16.0.12Chef Expeditor2020-01-237-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9264 from chef/better_errorTim Smith2020-01-235-47/+47
|\ | | | | Provider a better error message in Chef::Cookbook::CookbookVersionLoader
| * Provider a better error message in Chef::Cookbook::CookbookVersionLoaderTim Smith2020-01-235-47/+47
|/ | | | | | | When this shows up in logs it's impossible to figure out what actually needs to be updated Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.11 by Chef Expeditorv16.0.11Chef Expeditor2020-01-237-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9219 from chef/jm/deep_signTim Smith2020-01-232-6/+6
|\ | | | | Fixes all notarization issues
| * Fixes all notarization issuesJon Morrow2020-01-232-6/+6
|/ | | | | | | | | This changes makes the neccessary changes to enable the pkg to pass apples notarization requirements. 1. Update omnibus and omnibus-software to versions that support deep signing 2. Drop 'Developer ID Installer:' from signing key. This lets sigining pick up the correct key for what is being signed. Signed-off-by: Jon Morrow <jmorrow@chef.io>
* Bump version to 16.0.10 by Chef Expeditorv16.0.10Chef Expeditor2020-01-237-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9258 from chef/expeditor/train-core_3.2.14Tim Smith2020-01-231-6/+6
|\ | | | | Bump train-core to 3.2.14
| * Bump train-core to 3.2.14Chef Expeditor2020-01-231-6/+6
|/ | | | | | This pull request was triggered automatically via Expeditor when train-core 3.2.14 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* Bump version to 16.0.9 by Chef Expeditorv16.0.9Chef Expeditor2020-01-237-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* fix a few more ruby 2.7 specs (#9253)Lamont Granquist2020-01-222-4/+11
|\ | | | | fix a few more ruby 2.7 specs
| * more fixes to the ruby 2.7 fixesLamont Granquist2020-01-222-2/+9
| | | | | | | | | | | | this should pass on both now Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix a few more ruby 2.7 specslcg/ruby-2.7-2Lamont Granquist2020-01-222-4/+4
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 16.0.8 by Chef Expeditorv16.0.8Chef Expeditor2020-01-227-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* launchd: Fix capitalization of HardResourceLimits (#9239)Lamont Granquist2020-01-221-1/+1
|\ | | | | launchd: Fix capitalization of HardResourceLimits
| * launchd: Fix capitalization of HardResourceLimitsMarc Seeger2020-01-221-1/+1
| | | | | | | | | | | | | | Seems to have been a typo. You can check e.g. https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/CreatingLaunchdJobs.html or https://www.launchd.info/ for the proper capitalization. Signed-off-by: Marc Seeger <mseeger@fb.com>
* | Bump version to 16.0.7 by Chef Expeditorv16.0.7Chef Expeditor2020-01-227-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Fix most Ruby 2.7 test failures / systemd service provider spla… (#9251)Lamont Granquist2020-01-2211-65/+72
|\ \ | | | | | | Fix most Ruby 2.7 test failures / systemd service provider splat args conversion
| * | Fix most Ruby 2.7 test failureslcg/ruby-2.7.0Lamont Granquist2020-01-2111-65/+72
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 16.0.6 by Chef Expeditorv16.0.6Chef Expeditor2020-01-227-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Raises error if there is empty cookbook directory at the time o… (#9011)Lamont Granquist2020-01-218-15/+67
|\ \ \ | |/ / |/| | Raises error if there is empty cookbook directory at the time of cookbook upload.
| * | Fixed failing specsVasu11052020-01-221-16/+17
| | | | | | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * | Fixed failing specsVasu11052020-01-225-7/+49
| | | | | | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * | raising exception for empty cookbooks instead of skippingVasu11052020-01-221-1/+15
| | | | | | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * | Removed comments.Vasu11052020-01-221-3/+0
| | | | | | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * | Fixed chef style errorVasu11052020-01-221-0/+1
| | | | | | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * | Deprecated the load method in cookbook_version_loader and added deprecation ↵Vasu11052020-01-224-40/+21
| | | | | | | | | | | | | | | | | | warning for it. Updated code to raise error if cookbook repo has cookbook directory without cookbook files, this is to make sure user should fix their cookbook repo and remove any garbage from cookbook repository and then do bulk upload. Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * | Added deprecation warning for load and checking the impactVasu11052020-01-222-11/+26
| | | | | | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * | MSYS-1142 Fixed nil class error and added check to not call upload for the ↵Vasu11052020-01-223-8/+9
|/ / | | | | | | | | | | blank cookbooks. Fixes #9010 Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
* | Bump version to 16.0.5 by Chef Expeditorv16.0.5Chef Expeditor2020-01-227-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | move Chef::VersionString to Chef::Utils (#9234)Lamont Granquist2020-01-213-127/+147
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * move Chef::VersionString to Chef::Utils Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> * fix namespacing bugs Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | fix namespacing bugsLamont Granquist2020-01-213-3/+5
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | move Chef::VersionString to Chef::UtilsLamont Granquist2020-01-212-127/+145
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>