summaryrefslogtreecommitdiff
path: root/spec/unit/provider/package
Commit message (Expand)AuthorAgeFilesLines
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-093-43/+43
* auto fixing some rubocopsLamont Granquist2016-02-093-43/+43
* autofixing whitespace copsLamont Granquist2016-02-0521-190/+160
* Refactor rubygems_spec test and make it fastjdm/rubygems-testKartik Null Cating-Subramanian2016-02-041-254/+312
* WIP make rubygems unit specs unit likeJay Mundrawala2016-02-041-10/+49
* Chocolatey provider: Raise a MissingLibrary exception if we can't find Chocol...cd/choco-error-msgChris Doherty2016-02-031-1/+42
* 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-0224-24/+24
* Fix nil with properties:John Keiser2016-01-271-21/+17
* zypper multipackage patchLamont Granquist2016-01-251-52/+26
* Added support for Zypper to install multiple packages at onceYorgos Saslis2016-01-251-0/+36
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-182-2/+2
* fix chefstyle failuresLamont Granquist2016-01-151-2/+2
* adding functional tests for chocolatey providerchoco_func_testsMatt Wrock2016-01-141-6/+19
* Use double quotes by defaultThom May2016-01-1424-523/+523
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-137-84/+84
* Merge pull request #4384 from chef/lcg/really-fix-copsLamont Granquist2016-01-121-8/+8
|\
| * really fix copslcg/really-fix-copsLamont Granquist2016-01-121-8/+8
* | Merge pull request #4378 from chef/choco_editsMatt Wrock2016-01-121-3/+31
|\ \
| * | assert candidates exist for alternate sources and when pinning versionsMatt Wrock2016-01-121-3/+31
* | | Merge pull request #4375 from chef/no_version_detectMatt Wrock2016-01-121-69/+5
|\ \ \ | |_|/ |/| |
| * | fexes #4354 and fiexs #4372 stop trying to auto detect versions for exe insta...no_version_detectMatt Wrock2016-01-111-69/+5
| |/
* | fix some lint copsLamont Granquist2016-01-121-1/+1
|/
* chocolatey multipackage providerlcg/chocolatey-packageLamont Granquist2016-01-082-1/+423
* Merge pull request #4320 from chef/jk/fix-package-nil-warningJay Mundrawala2015-12-161-5/+1
|\
| * Fix failing package unit testjk/fix-package-nil-warningJohn Keiser2015-12-161-5/+1
* | fixing post merge test breaksMatt Wrock2015-12-151-2/+2
* | non msi packages must explicitly provide a source attribute on installMatt Wrock2015-12-151-5/+15
|/
* Use properties in package resourcesjk/package-propertiesJohn Keiser2015-12-152-2/+0
* Merge pull request #4193 from chef/mwrock/packageSalim Alam2015-12-083-36/+572
|\
| * adds support to installer types inno, nsis, wise and installshield top the wi...Matt Wrock2015-12-073-36/+572
* | restore handling of dpkg -s returns codes (w/tests)lcg/dpkg-s-return-codesLamont Granquist2015-12-071-3/+38
|/
* dpkg multipackage and bonus fixesLamont Granquist2015-12-021-39/+40
* dpkg provider cleanupLamont Granquist2015-11-201-85/+138
* Use the proper python interpretor for yum-dump.py on Fedora 21+Tim Smith2015-11-051-0/+6
* Use much simpler regex for determining the rpm versionIrving Popovetsky2015-09-291-1/+18
* fixes from code reviewLamont Granquist2015-08-201-0/+40
* add a test for the new provider behaviorLamont Granquist2015-08-201-1/+14
* green the broken testsLamont Granquist2015-08-201-23/+43
* Merge pull request #3383 from jfly/masterThom May2015-08-131-0/+18
|\
| * Added some pretty straightforward tests of is_omnibus?Jeremy Fleischman2015-05-181-0/+18
* | Use the output of dpkg-deb directly, rather than regextm/use-dpkg-debThom May2015-08-121-1/+8
* | Make the install/uninstall tests run more realisticallydanielsdeleo2015-06-091-104/+162
* | Move 3503 regression tests into main describe blockdanielsdeleo2015-06-091-118/+59
* | Clean up RPM package provider specsdanielsdeleo2015-06-091-76/+173
* | Update tests to ensure shellout calls are stubbeddanielsdeleo2015-06-091-34/+79
* | Adding rspec tests to cover the install, upgrade and noop scenarios when the ...Irving Popovetsky2015-06-091-0/+70
* | wire zypper_package up to the DSLLamont Granquist2015-06-031-2/+2