summaryrefslogtreecommitdiff
path: root/spec/unit/provider/package/yum_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Yum package provider rewriteLamont Granquist2018-03-151-2294/+0
* Remove a whole bunch more stubbed property stuff.Noah Kantrowitz2017-04-111-10/+10
* Fix expand_options to cope with arrays too.Noah Kantrowitz2017-04-101-2/+2
* We missed this when options got converted to an array.Noah Kantrowitz2017-04-101-5/+5
* package provider cleanuplcg/package-cleanupLamont Granquist2017-02-111-3/+4
* Add mutlipackage_api support to yum_package Providertduffield/COOL-612/yum-provider-archTom Duffield2017-02-081-58/+47
* Add specs to cover yum_package failure scenariosTom Duffield2017-02-071-0/+18
* added locking for yumEike Waldt2016-09-291-0/+18
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-54/+55
* fixing Lint/Void copLamont Granquist2016-08-161-6/+6
* Too much log output and unnecessary warnings! Suppress that shit.Kartik Null Cating-Subramanian2016-04-251-1/+1
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-43/+43
* deal with 0.37.2 renamed copsLamont Granquist2016-02-181-22/+22
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-21/+21
* auto fixing some rubocopsLamont Granquist2016-02-091-21/+21
* autofixing whitespace copsLamont Granquist2016-02-051-34/+32
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-1/+1
* Use double quotes by defaultThom May2016-01-141-117/+117
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-39/+39
* fix some lint copsLamont Granquist2016-01-121-1/+1
* Use the proper python interpretor for yum-dump.py on Fedora 21+Tim Smith2015-11-051-0/+6
* 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
* Fix installation of yum packages with version constraintsojab2015-05-011-0/+50
* Make multipackage and arch play nicely togetherPhil Dibowitz2015-04-291-0/+26
* Use the same python interpreter as yum when possiblessd/find-pythonSteven Danna2015-03-311-1/+35
* Assert that candidate_version gets set when yum resource uses sourceJay Mundrawala2015-03-161-0/+14
* Update specs for yum package provider to use shell_outJay Mundrawala2015-03-021-13/+15
* Updated version of #2125 to fix CHEF-2911Jon Cowie2015-02-131-17/+119
* specsLamont Granquist2015-02-051-1/+1
* Multipackage fixes to superclassLamont Granquist2015-02-031-12/+11
* Some more yum testsPhil Dibowitz2015-02-031-0/+34
* Some yum testsPhil Dibowitz2015-02-031-0/+66
* Merge in the cleanups from reverted array diff.Phil Dibowitz2015-02-031-8/+8
* Revert "Make yum always use arrays internally"Phil Dibowitz2015-02-031-34/+34
* Make yum always use arrays internallyPhil Dibowitz2015-02-031-34/+34
* updating resources/providers unit tests to rpsec3Lamont Granquist2014-10-241-416/+416
* CHEF-3193: LOCK_TIMEOUT in yum-dump.py should be configurableMark Vanderwiel2014-05-291-4/+11
* fix should_not raise_error(SpecificException)Lamont Granquist2014-01-291-8/+8
* s/mock\(/double(/gLamont Granquist2014-01-291-28/+28
* s/stub!/stub/gLamont Granquist2014-01-291-64/+64
* Don't call readlines on stderr which is a string object.sersut2013-06-281-36/+17
* CHEF-3521: Wrap the call to yum-dump.rb in a configurable timeout.Phil Dibowitz2013-06-191-20/+36
* Merge branch '10-stable' into integrate-chef-10-18-0danielsdeleo2013-01-171-11/+79
* Finished refactoring converge and updated teststylercloke2012-11-051-4/+0
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+1795