summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package
Commit message (Expand)AuthorAgeFilesLines
* This commit is why AndOr needs to be bannedLamont Granquist2016-03-141-2/+2
* chefstyle Style/AndOr fixesLamont Granquist2016-03-145-43/+43
* s/escape_glob/escape_glob_dir/lcg/fix-escape-globLamont Granquist2016-03-102-3/+3
* Merge pull request #4617 from chef/lcg/chefstyle-perfLamont Granquist2016-03-042-2/+2
|\
| * Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-232-2/+2
* | Merge pull request #4478 from chef/lcg/rfc-060-gem-metadataLamont Granquist2016-03-031-1/+1
|\ \
| * | make rubygems.org configurableLamont Granquist2016-02-091-1/+1
* | | fixes #4639 and returns true from define_resource_requirements for MSIsmsiMatt Wrock2016-02-291-1/+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
| |/ |/|
* | fixed exe package downloadsMatt Wrock2016-02-221-30/+39
* | flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-2/+2
* | deal with 0.37.2 renamed copsLamont Granquist2016-02-184-7/+7
* | zypper multipackage performance fixlcg/fix-zypperLamont Granquist2016-02-171-1/+1
* | do not include source parameter when removing a chocolatey package and ensure...no_webMatt Wrock2016-02-111-3/+4
* | autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-092-2/+2
* | auto fixing some rubocopsLamont Granquist2016-02-095-5/+5
|/
* autofixing whitespace copsLamont Granquist2016-02-0519-94/+92
* Chocolatey provider: Raise a MissingLibrary exception if we can't find Chocol...cd/choco-error-msgChris Doherty2016-02-031-8/+28
* Update for chef.io domain in copyright lines too.Noah Kantrowitz2016-02-021-1/+1
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-027-8/+8
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-028-8/+8
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-0226-31/+31
* 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