summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package
Commit message (Expand)AuthorAgeFilesLines
* only require what we needlcg/zypper-multipackageLamont Granquist2016-01-251-3/+1
* zypper multipackage patchLamont Granquist2016-01-251-39/+52
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-184-4/+4
* fix chefstyle failuresLamont Granquist2016-01-151-1/+1
* fix candidate version filteringMatt Wrock2016-01-141-11/+22
* Use double quotes by defaultThom May2016-01-1425-161/+161
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-133-4/+4
* Correct uses of fail to raisetm/fix_failThom May2016-01-131-1/+1
* Merge pull request #4384 from chef/lcg/really-fix-copsLamont Granquist2016-01-121-24/+24
|\
| * really fix copslcg/really-fix-copsLamont Granquist2016-01-121-24/+24
* | Merge pull request #4378 from chef/choco_editsMatt Wrock2016-01-121-2/+18
|\ \
| * | assert candidates exist for alternate sources and when pinning versionsMatt Wrock2016-01-121-2/+18
* | | Merge pull request #4375 from chef/no_version_detectMatt Wrock2016-01-121-13/+1
|\ \ \ | |_|/ |/| |
| * | fexes #4354 and fiexs #4372 stop trying to auto detect versions for exe insta...no_version_detectMatt Wrock2016-01-111-13/+1
| |/
* | Merge pull request #4381 from chef/lcg/useless-to-sLamont Granquist2016-01-121-2/+2
|\ \
| * | chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-2/+2
| |/
* | fix some lint copsLamont Granquist2016-01-121-1/+1
|/
* chocolatey multipackage providerlcg/chocolatey-packageLamont Granquist2016-01-081-0/+230
* fixing post merge test breaksMatt Wrock2015-12-151-1/+1
* non msi packages must explicitly provide a source attribute on installMatt Wrock2015-12-153-16/+25
* Use properties in package resourcesjk/package-propertiesJohn Keiser2015-12-1510-22/+3
* Add missing exception variableJay Mundrawala2015-12-091-1/+1
* Merge pull request #4193 from chef/mwrock/packageSalim Alam2015-12-084-27/+350
|\
| * adds support to installer types inno, nsis, wise and installshield top the wi...Matt Wrock2015-12-074-27/+350
* | restore handling of dpkg -s returns codes (w/tests)lcg/dpkg-s-return-codesLamont Granquist2015-12-071-1/+1
|/
* fix couple of issues in dpkg cleanupLamont Granquist2015-12-021-44/+5
* dpkg multipackage and bonus fixesLamont Granquist2015-12-021-39/+140
* dpkg provider cleanupLamont Granquist2015-11-201-60/+81
* base package provider fixesLamont Granquist2015-11-171-7/+5
* Merge pull request #4101 from johnbellone/masterThom May2015-11-121-0/+2
|\
| * package/solaris: Adds alias method for upgrade_package.John Bellone2015-10-231-0/+2
* | Use the proper python interpretor for yum-dump.py on Fedora 21+Tim Smith2015-11-051-2/+12
|/
* Fix spelling errorTim Smith2015-10-181-1/+1
* Capitalize sentencesTim Smith2015-10-181-1/+1
* Use much simpler regex for determining the rpm versionIrving Popovetsky2015-09-291-2/+2
* Lazy load MSI provider, add check for MSI supportsalam/lazy-msiSalim Alam2015-09-221-2/+2
* fixes from code reviewLamont Granquist2015-08-201-1/+5
* green the broken testsLamont Granquist2015-08-201-1/+1
* inject yum_binary into YumCacheLamont Granquist2015-08-201-0/+3
* add yum_binaryLamont Granquist2015-08-201-5/+10
* Merge pull request #3383 from jfly/masterThom May2015-08-131-1/+1
|\
| * Handling case where windows users install to a non default location.Jeremy Fleischman2015-06-291-1/+1
| * gem_package should install to the systemwide Ruby when using ChefDK.Jeremy Fleischman2015-05-181-1/+1
* | Use the output of dpkg-deb directly, rather than regextm/use-dpkg-debThom May2015-08-121-11/+5
* | Re-separate priority map and DSL handler map so that provides has veto power ...John Keiser2015-07-0612-0/+14
* | Make ProviderResolver tests work, fix resources to resolve correctly as well ...John Keiser2015-06-301-0/+1
* | fix rpm_package when sourced packages have a tilde character in the versionIrving Popovetsky2015-06-091-2/+2
* | wire zypper_package up to the DSLLamont Granquist2015-06-031-13/+14
* | fix package timeout attributeLamont Granquist2015-06-0220-88/+86
* | Fix Solaris and Gentoo package resources, clean up testsJohn Keiser2015-06-021-0/+2