summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package
Commit message (Expand)AuthorAgeFilesLines
* Add mutlipackage_api support to yum_package Providertduffield/COOL-612/yum-provider-archTom Duffield2017-02-081-250/+301
* Raise error if ips_package install returns non-zerotduffield/COOL-464/raise-error-if-install-failsTom Duffield2017-02-011-1/+1
* dh/url support cab (#5732)dheerajd-msys2017-01-301-6/+36
* Merge pull request #5313 from juliandunn/aix_candidate_version_blindly_checks...Thom May2017-01-171-28/+31
|\
| * Don't blindly check source on candidate_version calls.Julian C. Dunn2016-12-051-28/+31
* | Merge pull request #4894 from chef/lcg/dnf-providerLamont Granquist2017-01-114-0/+450
|\ \
| * | remove FIXMEs around cache flushinglcg/dnf-providerLamont Granquist2016-12-192-24/+7
| * | add a commentLamont Granquist2016-12-151-0/+1
| * | fix mysql-should-install-mariadb bugLamont Granquist2016-12-151-1/+2
| * | add some debug loggingLamont Granquist2016-12-151-1/+4
| * | fix FIXME in define_resource_requirementsLamont Granquist2016-12-151-4/+8
| * | add a comment about the Tao of python-vs-rubyLamont Granquist2016-12-151-0/+9
| * | also extract out the utility classLamont Granquist2016-12-153-31/+58
| * | review feedback plus break out helper classLamont Granquist2016-12-153-98/+135
| * | refactor to use array indexes instead of package_namesLamont Granquist2016-12-141-16/+38
| * | get versions working as well as possibleLamont Granquist2016-12-132-1/+20
| * | DRY code a bitLamont Granquist2016-12-131-21/+5
| * | arches were legit busted, fixing add a couple testsLamont Granquist2016-12-131-2/+4
| * | roll back :install doing upgrades or downgrades, it shouldn'tLamont Granquist2016-12-131-3/+0
| * | fix and test :install and :upgrade source arg idempotencyLamont Granquist2016-12-131-3/+9
| * | fix downgrades with local source using :installLamont Granquist2016-12-131-1/+4
| * | support source property and local installsLamont Granquist2016-12-131-5/+38
| * | ignore kill failuresLamont Granquist2016-12-131-1/+1
| * | flushcache property codeLamont Granquist2016-12-131-2/+20
| * | remove old testing scriptLamont Granquist2016-12-131-22/+0
| * | squashing dnf workLamont Granquist2016-12-133-0/+323
* | | 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
* | | Style/NumericPredicate comparison stylelcg/numericpredicateLamont Granquist2016-12-213-3/+3
|/ /
* | Merge pull request #5548 from chef/lcg/chefstyle-updatesThom May2016-12-073-5/+5
|\ \
| * | fix Style/NonNilCheckLamont Granquist2016-12-061-3/+3
| * | fix Style/DefWithParenthesesLamont Granquist2016-12-061-1/+1
| * | fix Style/SpaceInsideStringInterpolationLamont Granquist2016-12-061-1/+1
* | | Merge pull request #5613 from spuder/patch-1Bryan McLellan2016-12-061-2/+2
|\ \ \ | |/ / |/| |
| * | Fixes #5256Spencer Owen2016-12-051-2/+2
* | | fix yum regexp similarly to rpm regexp in #3985lcg/fix-yum-regexpLamont Granquist2016-12-051-1/+1
|/ /
* | Add support to cab_package for non-English system localesjugatsu2016-11-291-1/+1
* | Using shell_out_with_timeout! to throw exception if the command fails.NimishaS2016-11-231-2/+1
* | Merge pull request #5460 from chef/tm/deprecation_with_urlThom May2016-11-161-2/+2
|\ \
| * | Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-161-2/+2
| |/
* | msu_package resource for Microsoft Update packagesNimishaS2016-11-161-0/+163
|/
* Additional changes based on more review commentsdheerajd-msys2016-11-101-31/+23
* Modified code based on review commentsdheerajd-msys2016-11-101-35/+21
* Added unit specs for powershell packagedheerajd-msys2016-11-101-30/+41
* Added code for adding support for powershell package managerdheerajd-msys2016-11-101-0/+125
* Merge pull request #5395 from b1-systems/locking_Thom May2016-10-313-0/+60
|\
| * fixed apt-mark commandsEike Waldt2016-09-291-2/+2