summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/chocolatey.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* assert candidates exist for alternate sources and when pinning versionsMatt Wrock2016-01-121-2/+18
* chocolatey multipackage providerlcg/chocolatey-packageLamont Granquist2016-01-081-0/+230