summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Test branch onlyjsinha/test-dnf-fixJaymala Sinha2019-07-191-50/+1
| | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* only test these on rhel >= 8 where they workLamont Granquist2019-07-193-5/+15
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* allow_downgrades by defaultLamont Granquist2019-07-191-2/+2
| | | | | | | somewhere we broke this along the way and had no test coverage for DNF apparently Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* dnf_package fixes for RHEL8Lamont Granquist2019-07-191-1/+15
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 15.1.55 by Chef Expeditorv15.1.55Chef Expeditor2019-07-195-11/+11
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* only check for the embedded/bin/inspec file being there (#8755)Lamont Granquist2019-07-181-2/+2
|\ | | | | only check for the embedded/bin/inspec file being there
| * only check for the embedded/bin file being thereLamont Granquist2019-07-181-2/+2
|/ | | | | | | | we've never wired up the symlinks, they should be owned by the inspec package instead. we require these to exist though and this catches if inspec-core-bin slips out of the installed gemfile. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 15.1.54 by Chef Expeditorv15.1.54Chef Expeditor2019-07-186-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8750 from chef/lcg/inspec-bin-testTim Smith2019-07-181-0/+5
|\ | | | | test that inspec binstub is in the omnibus artifact
| * test that inspec binstub is in the omnibus artifactlcg/inspec-bin-testLamont Granquist2019-07-171-0/+5
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 15.1.53 by Chef Expeditorv15.1.53Chef Expeditor2019-07-156-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8741 from chef/modern_spec_runnerTim Smith2019-07-155-40/+0
|\ | | | | Remove the unused rspec kitchen tests
| * Remove the rspec kitchen testsmodern_spec_runnerTim Smith2019-07-125-40/+0
| | | | | | | | | | | | We're not longer using these Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.1.52 by Chef Expeditorv15.1.52Chef Expeditor2019-07-156-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8740 from RubyTuesdayDONO/patch-1Lamont Granquist2019-07-151-1/+1
|\ \ | |/ |/| Fix RDoc copy-pasta in Chef::Mixin::ParamsValidate#validate
| * Fix RDoc copy-pasta in Chef::Mixin::ParamsValidate#validateReuben Garrett2019-07-111-1/+1
|/ | | | | | | | | | Signed-off-by: Reuben Garrett <ruby@rubydono.net> The RDoc for `Chef::Mixin::ParamsValidate#validate` appears to have inadvertently copied the (helpful) inline pseudocode of the `:is` option to the `:equal_to` option in commit 28f17b36a9d041be8ed50e20ae06fa5f5ea1fb38. Obvious fix.
* Bump version to 15.1.51 by Chef Expeditorv15.1.51Chef Expeditor2019-07-116-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8739 from chef/btm/omnibus-windowsTim Smith2019-07-111-1/+1
|\ | | | | Pull in latest omnibus-software to fix Windows builds
| * Pull in latest omnibus-software to fix Windows buildsbtm/omnibus-windowsBryan McLellan2019-07-111-1/+1
|/ | | | Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Bump version to 15.1.50 by Chef Expeditorv15.1.50Chef Expeditor2019-07-106-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8735 from chef/opensslTim Smith2019-07-101-1/+1
|\ | | | | Bump openSSL to 1.0.2s
| * Bump openSSL to 1.0.2sTim Smith2019-07-101-1/+1
| | | | | | | | | | | | This is a bugfix only release. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.1.49 by Chef Expeditorv15.1.49Chef Expeditor2019-07-106-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8736 from chef/prevent_double_bundlerLamont Granquist2019-07-102-18/+18
|\ \ | | | | | | Roll back Rubygems to 3.0.3 to prevent double bundler install
| * | Roll back Rubygems to 3.0.3 to prevent double bundler installTim Smith2019-07-102-18/+18
| |/ | | | | | | | | | | | | | | There's nothing important in this release other than a few minor bugfixes. The other alternative was to roll bundler forward to 1.17.3 so that the embedded rubygems bundler matched, but this meant we had bundler 1.17.2 built into ruby 2.6.3 and then 1.17.3 installed on top of that. There's little value in that and it bloats our package size. Let's not do that unless there's a critical bug or CVE we need in rubygems / bundler. This also bumps omnibus-software to include the new ruby cleanup def that fails if we have double bundler and the new rubygems def that removes the rubygems-update gem once rubygems is installed. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Fix the codeowners to work correctlyTim Smith2019-07-101-1/+1
| | | | | | | | | | | | | | Github skips empty groups even if they have child groups that have users in them. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.1.48 by Chef Expeditorv15.1.48Chef Expeditor2019-07-106-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8728 from chef/travisLamont Granquist2019-07-103-5/+4
|\ \ | | | | | | Remove rspec config for Travis
| * | Remove rspec config for TravistravisTim Smith2019-07-093-5/+4
| |/ | | | | | | | | | | We're running this all in buildkite w/o issues. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.1.47 by Chef Expeditorv15.1.47Chef Expeditor2019-07-106-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8726 from chef/expeditor/inspec-core_4.7.3Tim Smith2019-07-101-20/+18
|\ \ | |/ |/| Bump inspec-core to 4.7.3
| * Bump inspec-core to 4.7.3expeditor/inspec-core_4.7.3Chef Expeditor2019-07-091-20/+18
|/ | | | | | This pull request was triggered automatically via Expeditor when inspec-core 4.7.3 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 15.1.46 by Chef Expeditorv15.1.46Chef Expeditor2019-07-096-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8719 from chef/examplesTim Smith2019-07-083-1/+65
|\ | | | | Add examples to the apt_repository resource
| * Add examples to the resourcesTim Smith2019-07-083-1/+65
|/ | | | | | | | | Add examples in markdown to the resources. We'll be using this on the docs site in the future and if we need to display it we can use tty-markdown which does a really nice job of displaying markdown in the terminal Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.1.45 by Chef Expeditorv15.1.45Chef Expeditor2019-07-086-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8711 from chef/lcg/new-chefstyle2Lamont Granquist2019-07-08676-3094/+3459
|\ | | | | More Chefstyle updates
| * fix multiline stringLamont Granquist2019-07-081-9/+9
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Style/NegatedUnlessLamont Granquist2019-07-081-1/+1
| | | | | | | | | | | | found one. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * lazy procs are instance_exec in the resource alreadyLamont Granquist2019-07-057-14/+14
| | | | | | | | | | | | | | | | exposed by Style/SymbolProc mangling some bad code. no idea how this ever worked. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix 4 copsLamont Granquist2019-07-0560-189/+296
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Layout/MultilineMethodCallBraceLayout - Layout/ClosingParenthesisIndentation - Layout/IndentFirstArgument EnforcedStyle: consistent - Layout/BlockEndNewline the first of these autocorrected to horrible looking code which exposed that we really needed the other three as well, which also cleaned up a bunch of other terrible looking code. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Style/SymbolProcLamont Granquist2019-07-0576-161/+121
| | | | | | | | | | | | enforce pretzels. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Style/StringLiteralsInInterpolationLamont Granquist2019-07-05148-433/+433
| | | | | | | | | | | | since we use double quotes, be consistent everywhere. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Style/ClassCheckLamont Granquist2019-07-0557-119/+119
| | | | | | | | | | | | convert kind_of? to is_a? Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Style/RegexpLiteralLamont Granquist2019-07-0558-149/+149
| | | | | | | | | | | | | | given how many regexps we have with /'s in the match this seems like a very good one. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Style/NegatedIfLamont Granquist2019-07-0587-149/+149
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Style/EmptyLiteralLamont Granquist2019-07-0592-158/+158
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix more Style/SymbolArray autocorrect bugsLamont Granquist2019-07-024-11/+11
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix bugs from Style/SymbolArray autocorrect copLamont Granquist2019-07-022-3/+3
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Style/EmptyMethodLamont Granquist2019-07-0236-366/+183
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>