summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tidy up awkward reading commentlcg/application-base-classLamont Granquist2019-07-151-2/+1
* support named run list on commandline in soloLamont Granquist2019-07-152-5/+5
* consolidate some options in the base classLamont Granquist2019-07-153-53/+53
* --fips, --fatal-windows-admin-check and --disable-configLamont Granquist2019-07-153-19/+21
* add some comments on deprecation of the solo classLamont Granquist2019-07-153-0/+22
* missing SELF_PIPE for the daemon loopLamont Granquist2019-07-152-3/+3
* migrate --delete-entire-chef-repo to base classLamont Granquist2019-07-153-10/+5
* Copy the daemon loop from client to baseLamont Granquist2019-07-153-157/+106
* add --target-mode to base classLamont Granquist2019-07-152-9/+9
* copy --ez to base classLamont Granquist2019-07-152-15/+16
* change some uses of CLIENT to PRODUCT in the base classLamont Granquist2019-07-151-4/+4
* add --once to base classLamont Granquist2019-07-152-5/+5
* normalize fetch_recipe_tarballLamont Granquist2019-07-153-25/+15
* create application base class for de-duplicationLamont Granquist2019-07-153-346/+198
* Bump version to 15.1.53 by Chef Expeditorv15.1.53Chef Expeditor2019-07-156-14/+15
* Merge pull request #8741 from chef/modern_spec_runnerTim Smith2019-07-155-40/+0
|\
| * Remove the rspec kitchen testsmodern_spec_runnerTim Smith2019-07-125-40/+0
* | Bump version to 15.1.52 by Chef Expeditorv15.1.52Chef Expeditor2019-07-156-14/+15
* | Merge pull request #8740 from RubyTuesdayDONO/patch-1Lamont Granquist2019-07-151-1/+1
|\ \ | |/ |/|
| * Fix RDoc copy-pasta in Chef::Mixin::ParamsValidate#validateReuben Garrett2019-07-111-1/+1
|/
* Bump version to 15.1.51 by Chef Expeditorv15.1.51Chef Expeditor2019-07-116-14/+15
* Merge pull request #8739 from chef/btm/omnibus-windowsTim Smith2019-07-111-1/+1
|\
| * Pull in latest omnibus-software to fix Windows buildsbtm/omnibus-windowsBryan McLellan2019-07-111-1/+1
|/
* Bump version to 15.1.50 by Chef Expeditorv15.1.50Chef Expeditor2019-07-106-14/+15
* Merge pull request #8735 from chef/opensslTim Smith2019-07-101-1/+1
|\
| * Bump openSSL to 1.0.2sTim Smith2019-07-101-1/+1
* | Bump version to 15.1.49 by Chef Expeditorv15.1.49Chef Expeditor2019-07-106-14/+15
* | 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 installTim Smith2019-07-102-18/+18
| |/
* | Fix the codeowners to work correctlyTim Smith2019-07-101-1/+1
* | Bump version to 15.1.48 by Chef Expeditorv15.1.48Chef Expeditor2019-07-106-14/+15
* | Merge pull request #8728 from chef/travisLamont Granquist2019-07-103-5/+4
|\ \
| * | Remove rspec config for TravistravisTim Smith2019-07-093-5/+4
| |/
* | Bump version to 15.1.47 by Chef Expeditorv15.1.47Chef Expeditor2019-07-106-14/+15
* | Merge pull request #8726 from chef/expeditor/inspec-core_4.7.3Tim Smith2019-07-101-20/+18
|\ \ | |/ |/|
| * Bump inspec-core to 4.7.3expeditor/inspec-core_4.7.3Chef Expeditor2019-07-091-20/+18
|/
* Bump version to 15.1.46 by Chef Expeditorv15.1.46Chef Expeditor2019-07-096-14/+15
* Merge pull request #8719 from chef/examplesTim Smith2019-07-083-1/+65
|\
| * Add examples to the resourcesTim Smith2019-07-083-1/+65
|/
* Bump version to 15.1.45 by Chef Expeditorv15.1.45Chef Expeditor2019-07-086-14/+15
* Merge pull request #8711 from chef/lcg/new-chefstyle2Lamont Granquist2019-07-08676-3094/+3459
|\
| * fix multiline stringLamont Granquist2019-07-081-9/+9
| * Style/NegatedUnlessLamont Granquist2019-07-081-1/+1
| * lazy procs are instance_exec in the resource alreadyLamont Granquist2019-07-057-14/+14
| * fix 4 copsLamont Granquist2019-07-0560-189/+296
| * Style/SymbolProcLamont Granquist2019-07-0576-161/+121
| * Style/StringLiteralsInInterpolationLamont Granquist2019-07-05148-433/+433
| * Style/ClassCheckLamont Granquist2019-07-0557-119/+119
| * Style/RegexpLiteralLamont Granquist2019-07-0558-149/+149
| * Style/NegatedIfLamont Granquist2019-07-0587-149/+149