summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add specs for the timeout defaultssimpler_windows_timeoutTim Smith2020-04-242-0/+13
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add back shell_out with the actual 900s defaultTim Smith2020-04-241-0/+5
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove the pointless helper methodTim Smith2020-04-241-6/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Move the windows only timeout property from service to windows_serviceTim Smith2020-04-243-8/+6
| | | | | | Also give it a real default. This improves our automatic documentation generation. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.241 by Chef Expeditorv16.0.241Chef Expeditor2020-04-247-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9728 from TheLunaticScripter/tls/fix_habTim Smith2020-04-241-9/+6
|\ | | | | Fix linux plan to use ruby 2.7
| * Fix linux plan to use ruby 2.7John Snow2020-04-241-9/+6
|/ | | | Signed-off-by: John Snow <thelunaticscripter@outlook.com>
* Bump version to 16.0.240 by Chef Expeditorv16.0.240Chef Expeditor2020-04-247-20/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9726 from chef/lcg/chef-16-gitTim Smith2020-04-2316-301/+499
|\ | | | | Refactor scm, git and subversion resources & fix longstanding git issues
| * remove upstream test of deploy branchLamont Granquist2020-04-231-6/+1
| | | | | | | | | | | | | | git isn't back consistent results for this API, i'm not sure what the correct stable API is to get this info from git. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * update descriptionslcg/chef-16-gitLamont Granquist2020-04-233-5/+7
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Chef-16 git provider fixesLamont Granquist2020-04-2316-299/+500
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The git provider now no longer checks out to a "deploy" branch by default and now checks out to the branch (with a remote upstream) or else checks out to a detatched head. The prior behavior can be restored by using "checkout branch 'deploy'". This also removes the SCM resource base class and replaces it with a resource partial and does some internal reorganization. It also introduces the RecipeDSLHelper for better functional tests and cleans up the functional tests of the git provider. Properties that were only ever implemented on the git provider were removed from the subversion provider where they had been inherited from the base class incorrectly. Some additional env var handling was added to the subversion handler in the process of sorting out the common properties, including HOME handling for alternative users. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 16.0.239 by Chef Expeditorv16.0.239Chef Expeditor2020-04-237-18/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9725 from chef/docs_improvementsTim Smith2020-04-234-4/+8
|\ \ | | | | | | Minor improvements to the resource descriptions
| * | More docs improvementsTim Smith2020-04-231-1/+3
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Minor improvements to the resource descriptionsTim Smith2020-04-234-3/+5
|/ / | | | | | | | | | | Update things so we spit out better docs. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CHANGELOG.md with details from pull request #9672Chef Expeditor2020-04-231-3/+4
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9672 from chef/full_cachingTim Smith2020-04-231-32/+2
|\ \ | | | | | | Enable caching of all our buildkite jobs again
| * | Enable caching of all our buildkite jobs againfull_cachingTim Smith2020-04-161-32/+2
| | | | | | | | | | | | | | | | | | The previous failures should be resolved with the update to Expeditor Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.0.238 by Chef Expeditorv16.0.238Chef Expeditor2020-04-237-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9721 from chef/packageTim Smith2020-04-2314-1/+98
|\ \ \ | | | | | | | | Make sure all the non-multipackage packge resources can't take arrays
| * | | Make sure all the non-multipackage packge resources can't take arrayspackageTim Smith2020-04-2214-1/+98
| | | | | | | | | | | | | | | | | | | | | | | | Right now these resources inherit package_name, versions, and options from the package resource which allows arrays. The problem is the actual providers for these package resources don't know what to do with arrays and they explode. They explode in ways that are really unfriendly to users. With this change they'll get a nice input validation error and they'll have a lot more of an idea of how to go about resolving the problem. This also means that our automatically generated documentation for the package resources will be correct since right now it documents everything as accepting an array. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 16.0.237 by Chef Expeditorv16.0.237Chef Expeditor2020-04-237-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #9509 from ↵Tim Smith2020-04-234-3/+122
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | chef/Kapil/Github-9413_Chocolate_resource_options_causing_extra_quotes Fix for Chocolate_resource options causing extra quotes
| * | | | Fix for Chocolate_resource options causing extra quotesKapil/Github-9413_Chocolate_resource_options_causing_extra_quotesKapil Chouhan2020-04-234-3/+122
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Kapil Chouhan <kapil.chouhan@msystechnologies.com>
* | | | Bump version to 16.0.236 by Chef Expeditorv16.0.236Chef Expeditor2020-04-237-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #9710 from chef/trim_chefTim Smith2020-04-221-15/+15
|\ \ \ \ | |_|/ / |/| | | Use the new Chef definition w/o appbundler
| * | | Use the new chef omnibus defintion w/o appbundlertrim_chefTim Smith2020-04-221-15/+15
| |/ / | | | | | | | | | | | | | | | This ends up trimming out builds another huge percent. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Add missing release notes and formatting fixes from the docs siteTim Smith2020-04-221-5/+217
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Remove a smart quote in the release notesTim Smith2020-04-221-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.0.235 by Chef Expeditorv16.0.235Chef Expeditor2020-04-227-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9712 from chef/csnapp/add_testersTim Smith2020-04-221-0/+3
|\ \ \ | |/ / |/| | Add Ubuntu 20.04 + SLES 15 aarch64 Testers
| * | Add Ubuntu 20.04 (aarch64) Testercsnapp/add_testersChristopher A. Snapp2020-04-221-0/+1
| | | | | | | | | | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
| * | Add SLES 15 (aarch64) Builder/TesterChristopher A. Snapp2020-04-221-0/+2
|/ / | | | | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* | Bump version to 16.0.234 by Chef Expeditorv16.0.234Chef Expeditor2020-04-217-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9704 from chef/double_pry_againTim Smith2020-04-211-1/+1
|\ \ | | | | | | Update omnibus-software again to bring in double pry fixes
| * | Update omnibus-software again to bring in double pry fixesTim Smith2020-04-211-1/+1
|/ / | | | | | | | | | | Let's see if this fixes it for realz this time. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.233 by Chef Expeditorv16.0.233Chef Expeditor2020-04-217-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9699 from chef/simplecovTim Smith2020-04-213-18/+0
|\ \ | | | | | | Remove the unused simplecov depedency
| * | Remove the unused simplecov depedencyTim Smith2020-04-213-18/+0
| | | | | | | | | | | | | | | | | | We're not actually running these coverage tests and even if we did they don't have high value since you can game the numbers without writing quality tests. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.0.232 by Chef Expeditorv16.0.232Chef Expeditor2020-04-217-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9700 from chef/avoid_double_pry_v2Tim Smith2020-04-211-1/+1
|\ \ \ | |/ / |/| | Bump omnibus-software to avoid double pry
| * | Bump omnibus-software to avoid double pryTim Smith2020-04-211-1/+1
|/ / | | | | | | | | | | | | This exludes the debug group which prevents pulling in pry in ohai that conflicts with the pry in the gemfile.lock Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.231 by Chef Expeditorv16.0.231Chef Expeditor2020-04-217-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9697 from chef/ohai_chefstyleTim Smith2020-04-201-4/+4
|\ \ | | | | | | Bump Chefstyle to 1.0.3 and Ohai to 16.0.19
| * | Bump Chefstyle to 1.0.3 and Ohai to 16.0.19Tim Smith2020-04-201-4/+4
|/ / | | | | | | | | | | Fix openstack detection and also fix the builds Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.230 by Chef Expeditorv16.0.230Chef Expeditor2020-04-207-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9696 from chef/slimTim Smith2020-04-203-27/+6
|\ \ | | | | | | Move some of the ruby-cleanup logic into omnibus-software
| * | Move some of the ruby-cleanup logic into omnibus-softwareTim Smith2020-04-203-27/+6
|/ / | | | | | | | | | | Bump the deps to current to bring in the latest omnibus that includes some of this cleanup natively Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.229 by Chef Expeditorv16.0.229Chef Expeditor2020-04-207-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.