summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* Resolve Style/RedundantCondition copTim Smith2020-09-165-18/+6
* Chefstyle fixesLance Albertson2020-09-151-1/+1
* Workaround rubygems slow requires by only running require for chef-utils/distLance Albertson2020-09-152-2/+2
* merge all dist files back into dist.rbMarc Chamberland2020-09-152-2/+2
* tighten all require statements for dist implementationMarc Chamberland2020-09-152-2/+2
* move dist implementation into chef-utilsMarc Chamberland2020-09-153-7/+7
* Remove debug puts from snap_packagesnapTim Smith2020-09-091-1/+0
* Merge pull request #10396 from chef/stringsTim Smith2020-09-081-1/+1
|\
| * Use include? to example strings when we don't need a regexstringsTim Smith2020-09-081-1/+1
* | use autoloading for many required gemsmwrock2020-09-0813-35/+46
|/
* removed unnecessary 'ostruct' from linux mount provider spec.antima-gupta2020-08-281-0/+3
* Updated the author.antima-gupta2020-08-271-4/+6
* Fixed mount Resource for bind mounts is not idempotent.antima-gupta2020-08-271-0/+58
* Bump deps and resolve new Chefstyle warningsTim Smith2020-08-251-1/+1
* Merge pull request #10284 from chef/existTim Smith2020-08-147-10/+10
|\
| * File.exists? -> File.exist?existTim Smith2020-08-127-10/+10
* | Optimize requires for non-omnibus installsrequire_optimizationTim Smith2020-08-123-3/+3
|/
* Simplify property definition.Pete Higgins2020-08-071-5/+21
* Remove more requires that come for freeTim Smith2020-08-041-1/+0
* Merge pull request #10255 from chef/rubocop_Performance_DetectTim Smith2020-08-041-1/+1
|\
| * Use find instead of select.firstrubocop_Performance_DetectTim Smith2020-08-031-1/+1
* | Remove unnecessary Mixin::ShellOut in providersshell_outTim Smith2020-08-038-19/+0
|/
* Update RuboCop config to Ruby 2.6Tim Smith2020-08-035-38/+38
* Use .key? instead of keys.includeTim Smith2020-08-032-2/+3
* Convert osx_profile to custom resourcelcg/osx_profileLamont Granquist2020-08-031-255/+0
* just code changes, no spec modificationsLamont Granquist2020-07-211-2/+2
* fix windows package for Chef-16 regressionLamont Granquist2020-07-201-4/+9
* Merge branch 'master' of github.com:chef/chef into windows_firewall_profileDavin Taddeo2020-07-152-2/+0
|\
| * Update to Chefstyle 1.2 + some fixeschefstyle12Tim Smith2020-07-142-2/+0
* | Merge branch 'master' of github.com:chef/chef into windows_firewall_profileDavin Taddeo2020-07-131-4/+12
|\ \ | |/
| * Don't try a git branch -f if already on the same branchMatthieu Serrepuy2020-07-101-4/+12
* | Merge branch 'master' of github.com:chef/chef into windows_firewall_profileDavin Taddeo2020-07-103-4/+3
|\ \ | |/
| * Fix quotes for ChefstyleTim Smith2020-07-072-2/+2
| * expand_path with __dir__ instead of __FILE__Tim Smith2020-07-072-2/+2
| * Avoid assigning variables before returning if we don't have toTim Smith2020-07-071-2/+1
* | Merge branch 'master' of github.com:chef/chef into windows_firewall_profileDavin Taddeo2020-06-202-13/+1
|\ \ | |/
| * Minor docs updates and MacOS -> macOSTim Smith2020-06-171-1/+1
| * Merge pull request #10001 from chef/cron_cleanupTim Smith2020-06-151-12/+0
| |\
| | * Fixed cron resource weekday property.antima-gupta2020-06-101-12/+0
| * | updates for chefstyle and spellcheck errorsDavin Taddeo2020-06-151-1/+1
* | | Update lib/chef/provider/package/snap.rbDavin Taddeo2020-06-151-1/+1
* | | fix the spec file to fix unit tests by making rspec happy. fix some spellchec...Davin Taddeo2020-06-151-1/+1
|/ /
* | Chefstyle fixesTim Smith2020-06-141-5/+6
* | Merge pull request #9989 from chef/matchTim Smith2020-06-1423-49/+49
|\ \
| * | Use .match? not =~ when match values aren't necessaryTim Smith2020-06-1123-49/+49
* | | Fix snap_package bugsPhil Dibowitz2020-06-141-28/+96
|/ /
* | Move some requires to where they are used.Pete Higgins2020-06-102-2/+2
|/
* Merge pull request #9932 from chef/script-resources-use-pipesTim Smith2020-06-054-122/+102
|\
| * Remove unix code from WindowsScript.Pete Higgins2020-06-031-13/+1
| * Restrict temp file to when it is used.Pete Higgins2020-06-033-21/+20