summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package
Commit message (Expand)AuthorAgeFilesLines
* dnf_provider: be more specific when we provide `package` (#6351)Phil Dibowitz2017-08-281-1/+3
* Handle display names with trailing spacesPer Lundberg2017-07-241-1/+1
* Enable zypper package optionsshain/enable_zypper_optionsScott Hain2017-07-031-5/+5
* Fix chomp error for nil classpiyushawasthi2017-06-091-1/+1
* Ensure that we check the embedded gem binary lasttm/gem_pathThom May2017-05-161-5/+3
* Remove extraneous `puts`smurawski/cab_compareSteven Murawski2017-05-081-1/+1
* return the resource rather than an empty assignment to a local variableSteven Murawski2017-05-081-1/+1
* Make the cab compare on name and version, not just name. The new servicing m...Steven Murawski2017-05-081-13/+18
* We missed this when options got converted to an array.Noah Kantrowitz2017-04-101-1/+1
* Chef-13: better solution to gem_package source issueslcg/chef-13-gem-package-take-2Lamont Granquist2017-04-051-6/+4
* Core providers that don’t need use_inline_resources anymore.Noah Kantrowitz2017-04-042-2/+0
* add better specs around modifying gem sourcesLamont Granquist2017-04-041-1/+3
* Chef-13: tweaks to rubygems source option for urlsLamont Granquist2017-04-041-7/+10
* chef code changes for changing amazon platform_familyLamont Granquist2017-04-032-3/+3
* Merge pull request #5990 from chef/lcg/zypper-gpgThom May2017-04-031-12/+2
|\
| * Chef-13: turn on zypper gpg checks by defaultlcg/zypper-gpgLamont Granquist2017-04-021-12/+2
* | Chef-13: coerce package options property to a Stringlcg/package-optionsLamont Granquist2017-04-021-1/+1
* | Chef-13: remove deprecated run_command API entirelyLamont Granquist2017-03-317-7/+0
* | No more easy_install resource.Noah Kantrowitz2017-03-141-135/+0
* | add support QuietUninstallString for windows packages (#5849)Harikesh Kolekar2017-03-071-3/+9
|/
* package provider cleanuplcg/package-cleanupLamont Granquist2017-02-1133-607/+603
* Merge pull request #5790 from chef/lcg/ban-dnf-0.6Thom May2017-02-091-2/+4
|\
| * do not support dnf_package on dnf 0.xlcg/ban-dnf-0.6Lamont Granquist2017-02-081-2/+4
* | Merge pull request #5791 from chef/tduffield/COOL-612/yum-provider-archTom Duffield2017-02-081-250/+301
|\ \ | |/ |/|
| * Add mutlipackage_api support to yum_package Providertduffield/COOL-612/yum-provider-archTom Duffield2017-02-081-250/+301
* | add tests for 'where'Lamont Granquist2017-02-071-1/+1
* | rhel7 / dnf 2.0 fixes / improved errorsLamont Granquist2017-02-072-24/+59
|/
* 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