summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/chocolatey.rb
Commit message (Expand)AuthorAgeFilesLines
* Use .compact instead of .select/.reject to remove nilscompactTim Smith2020-11-041-2/+2
* convert most internal powershell_out to powershell_execmwrock2020-10-281-4/+4
* Get lib/ free of spelling violations.Pete Higgins2020-05-181-1/+1
* Fix for Chocolate_resource options causing extra quotesKapil/Github-9413_Chocolate_resource_options_causing_extra_quotesKapil Chouhan2020-04-231-2/+3
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Remove the mixin powershell includes from resourcespowershell_includeTim Smith2020-02-281-2/+0
* Fix for chocolatey_package fails using extra optionsKapil Chouhan2019-09-091-3/+11
* convert chocolatey resource to use shell_out splat argsLamont Granquist2019-09-031-22/+12
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-2/+2
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+3
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-3/+3
* Authentication on chocolatey_packageVivek Singh2019-02-121-0/+2
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-1/+1
* Replace several uses of attribute with property in resourcesattribute_is_propertyTim Smith2018-11-151-1/+1
* fix Layout/IndentHeredocLamont Granquist2018-07-021-6/+6
* Unification of shell_out APIsLamont Granquist2018-06-151-1/+1
* Remove platfom restrictions in provides and don't require providersTim Smith2018-03-071-1/+1
* Remove the :uninstall action from chocolatey_package - CHEF-21remove_choco_uninstallTim Smith2018-02-281-8/+0
* Merge pull request #6437 from MsysTechnologiesllc/dh/array_choco_pkg_artifactoryBryan McLellan2017-10-161-8/+13
|\
| * update code to fix appveyor issuesAdministrator2017-10-051-10/+3
| * Fix review commentsdheerajd-msys2017-09-291-26/+8
| * Fix dependent packagedheerajd-msys2017-09-291-7/+12
| * array support for choco pkg from artifactorydheerajd-msys2017-09-291-1/+26
* | Cater for Windows package managers using the version string "latest"Jon Cowie2017-09-221-0/+11
|/
* Fix chomp error for nil classpiyushawasthi2017-06-091-1/+1
* package provider cleanuplcg/package-cleanupLamont Granquist2017-02-111-10/+9
* Fixed Review Commentsnimisha2017-01-051-6/+6
* Fixed rubocop style issuesVasu11052016-12-291-5/+5
* Added specs and fixed existing specsVasu11052016-12-291-5/+5
* Fixed typoVasu11052016-12-291-5/+5
* Adding returns property to chocolatey_package resourceVasu11052016-12-281-5/+7
* Fixes #5256Spencer Owen2016-12-051-2/+2
* fixes #4968 and only retrieves the latest version of packages from chocolateychoco_arMatt Wrock2016-05-271-10/+8
* fix quotesDan Sedlacek2016-03-281-1/+1
* Let's just be more paranoidDan Sedlacek2016-03-281-1/+1
* updated code + specsDan Sedlacek2016-03-281-0/+1
* Meant to use the value from the if..then, then put a line above the if.cd/fix-choco-errorChris Doherty2016-02-251-6/+4
* Add a spec to better mimic the acceptance test.Chris Doherty2016-02-251-6/+6
* Change the Chocolatey check to look for choco.exe in #choco.exe.unknown2016-02-241-11/+10
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-2/+2
* deal with 0.37.2 renamed copsLamont Granquist2016-02-181-1/+1
* do not include source parameter when removing a chocolatey package and ensure...no_webMatt Wrock2016-02-111-3/+4
* autofixing whitespace copsLamont Granquist2016-02-051-6/+6
* Chocolatey provider: Raise a MissingLibrary exception if we can't find Chocol...cd/choco-error-msgChris Doherty2016-02-031-8/+28
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* fix chefstyle failuresLamont Granquist2016-01-151-1/+1
* fix candidate version filteringMatt Wrock2016-01-141-11/+22
* Use double quotes by defaultThom May2016-01-141-6/+6
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1