summaryrefslogtreecommitdiff
path: root/spec/unit/provider/package
Commit message (Expand)AuthorAgeFilesLines
* 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
* | fix package timeout attributeLamont Granquist2015-06-0214-217/+251
* | Drop support for rubygems 1.xdrop-rubygems-1.xdanielsdeleo2015-06-011-32/+0
* | Purge pending specscleanup-pendingdanielsdeleo2015-05-232-24/+1
|/
* download_file_missing? -> downloadable_file_missing?Jay Mundrawala2015-05-151-2/+2
* Allow users to override remote_file attributes in windows_packageJay Mundrawala2015-05-151-0/+13
* Refactor uri detectionJay Mundrawala2015-05-151-2/+2
* Added specs to for windows_package provider's uri featureJay Mundrawala2015-05-151-24/+90
* Modify windows package provider to allow urlJay Mundrawala2015-05-151-3/+3
* Merge pull request #3298 from juliandunn/fix-aix-source-packageJulian C. Dunn2015-05-041-8/+20
|\
| * Fix tests. Add test for source not providing the requested package.Julian C. Dunn2015-04-291-8/+20
* | Fix installation of yum packages with version constraintsojab2015-05-011-0/+50
* | fix smartos_package for new "pkgin" output, fixes #3112Dave Eddy2015-05-011-40/+50
* | Make multipackage and arch play nicely togetherPhil Dibowitz2015-04-291-0/+26
|/
* Merge pull request #3166 from chef/ssd/find-pythonThom May2015-04-251-1/+35
|\
| * Use the same python interpreter as yum when possiblessd/find-pythonSteven Danna2015-03-311-1/+35
* | Clearing sources works for string optionsPeter Burkholder2015-03-271-0/+10
* | Test for current behaviorPeter Burkholder2015-03-271-0/+9
|/
* Added more specs for openbsd provider unit testsjdm/openbsdJay Mundrawala2015-03-201-17/+105