summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump inspec-core-bin to 4.18.97expeditor/inspec-core-bin_4.18.97Chef Expeditor2020-02-251-9/+18
| | | | | | This pull request was triggered automatically via Expeditor when inspec-core-bin 4.18.97 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.79 by Chef Expeditorv16.0.79Chef Expeditor2020-02-247-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 16.0.78 by Chef Expeditorv16.0.78Chef Expeditor2020-02-247-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8986 from ↵Lamont Granquist2020-02-243-7/+68
|\ | | | | | | | | MsysTechnologiesllc/VSingh/fix-knife-download-environments ChefFS & knife environment matching the output
| * ChefFS and knife environment matching the outputVivek Singh2019-10-143-7/+68
| | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* | Bump version to 16.0.77 by Chef Expeditorv16.0.77Chef Expeditor2020-02-247-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9156 from MsysTechnologiesllc/ash/Fix_no_runlist_issueTim Smith2020-02-242-3/+2
|\ \ | | | | | | When bootstrapping don't send an empty run_list if we are using policyfiles instead
| * | Optimize by using Mash as per review commentsNAshwini2020-02-122-4/+3
| | | | | | | | | | | | Signed-off-by: NAshwini <ashwini.nehate@msystechnologies.com>
| * | Don't send empty runlist if do not pass it.NAshwini2020-02-121-1/+1
| | | | | | | | | | | | Signed-off-by: NAshwini <ashwini.nehate@msystechnologies.com>
* | | Merge pull request #9371 from cinc-project/dist_bootstrapTim Smith2020-02-246-28/+38
|\ \ \ | | | | | | | | Add distro constants to the bootstrap templates to support non-Chef distros
| * | | capitalize drive letterMarc Chamberland2020-02-041-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
| * | | remove useless interpolation in commentsMarc Chamberland2020-02-041-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
| * | | Pass distro and platform specific paths into bootstrap templatesMarc Chamberland2020-02-043-20/+20
| | | | | | | | | | | | | | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
| * | | Allow "folders method" to receive platform argMarc Chamberland2020-02-042-6/+16
| | | | | | | | | | | | | | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
* | | | Bump version to 16.0.76 by Chef Expeditorv16.0.76Chef Expeditor2020-02-247-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #8653 from chef/lcg/yml-recipesLamont Granquist2020-02-242-2/+74
|\ \ \ \ | | | | | | | | | | Parse YAML recipes
| * | | | code rearrangement and warn about using arrayslcg/yml-recipesLamont Granquist2020-02-142-17/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from_yaml_file was not actually generic i don't think Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | remove erb parsingLamont Granquist2020-02-141-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if we do this we open the door to arbitrary ruby which is going to be context dependent and it will eliminate the possibility of ever autoconverting from YAML to ruby. if we build up a YAML structure we can better ensure that there's a static mapping of the YAML code to ruby for autoconversion. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | parse yaml recipesLamont Granquist2020-02-143-2/+74
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | Bump version to 16.0.75 by Chef Expeditorv16.0.75Chef Expeditor2020-02-247-19/+20
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #9381 from chef/net_http_deprecationsLamont Granquist2020-02-243-6/+2
|\ \ \ \ \ | | | | | | | | | | | | Update HTTPServerException to be HTTPClientException
| * | | | | Update HTTPServerException to be HTTPClientExceptionnet_http_deprecationsTim Smith2020-02-193-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid deprecation warnings. Also remove the monkeypatch that provided HTTPClientException on older Ruby releases since we're 2.6+ now and we don't need this. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | | Bump version to 16.0.74 by Chef Expeditorv16.0.74Chef Expeditor2020-02-247-19/+20
| | | | | | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | | Merge pull request #9386 from chef/lcg/unified-mode2Lamont Granquist2020-02-2417-52/+82
|\ \ \ \ \ \ | | | | | | | | | | | | | | Convert more resources to unified_mode
| * | | | | | add a couple more unified_mode resourceslcg/unified-mode2Lamont Granquist2020-02-213-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | | remove useless checkLamont Granquist2020-02-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | | Convert more resources to unified_modeLamont Granquist2020-02-2114-52/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | | | Bump version to 16.0.73 by Chef Expeditorv16.0.73Chef Expeditor2020-02-217-19/+20
|/ / / / / / | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | | Merge pull request #9387 from chef/lcg/unescapeLamont Granquist2020-02-218-17/+25
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix ruby 2.7 URI.unescape deprecation
| * | | | | | Properly fix encoding of the entire URI by using AddressableLamont Granquist2020-02-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | | add require for CGIlcg/unescapeLamont Granquist2020-02-208-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | | fix ruby 2.7 URI.unescape deprecationLamont Granquist2020-02-208-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | | | Bump version to 16.0.72 by Chef Expeditorv16.0.72Chef Expeditor2020-02-217-19/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | | | Merge pull request #9374 from chef/chefstyle_fixesLamont Granquist2020-02-2014-37/+37
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Chefstyle fixes identified with Rubocop 0.80
| * | | | | | Chefstyle fixes identified with Rubocop 0.80Tim Smith2020-02-1814-37/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new Rubocop detects more unnecessary returns. This fixes these ahead of time so we can roll out the new Rubocop engine without breaking builds later. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | | | Bump version to 16.0.71 by Chef Expeditorv16.0.71Chef Expeditor2020-02-207-19/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | | | Merge pull request #9385 from chef/verbosityTim Smith2020-02-201-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix our verbosity help
| * | | | | | | Fix our verbosity helpTim Smith2020-02-201-1/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's 3 times for the max now. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | | | Bump version to 16.0.70 by Chef Expeditorv16.0.70release_description.mdChef Expeditor2020-02-206-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | | | Merge pull request #9382 from chef/lcg/bump-deps7Lamont Granquist2020-02-191-10/+10
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Bump deps to pick up cheffish + stuff
| * | | | | | Bump deps to pick up cheffish + stuffLamont Granquist2020-02-191-10/+10
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | | Bump version to 16.0.69 by Chef Expeditorv16.0.69Chef Expeditor2020-02-207-20/+21
| | | | | | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | | Merge pull request #9379 from chef/lcg/cheffish-constraintLamont Granquist2020-02-191-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Relax the cheffish constraint
| * | | | | | relax the cheffish constraintLamont Granquist2020-02-191-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | | Bump version to 16.0.68 by Chef Expeditorv16.0.68Chef Expeditor2020-02-197-19/+20
| | | | | | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | | Bump version to 16.0.67 by Chef Expeditorv16.0.67Chef Expeditor2020-02-197-19/+20
| | | | | | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | | Merge pull request #9377 from chef/libarchiveTim Smith2020-02-192-9/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update libarchive to 3.4.2 and nokogiri to 1.10.8
| * | | | | | Update libarchive to 3.4.2 and nokogiri to 1.10.8Tim Smith2020-02-192-9/+9
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | | Merge pull request #9375 from chef/require_relativeTim Smith2020-02-198-8/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Use require_relative within the specs
| * | | | | Use require_relative within the specsrequire_relativeTim Smith2020-02-188-8/+8
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Simplify how we include the spec_helper via the new cookstyle rule. Signed-off-by: Tim Smith <tsmith@chef.io>