summaryrefslogtreecommitdiff
path: root/chef/spec/unit/provider/package/yum_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-1795/+0
* fix broken yum provider specMarc Paradise2012-05-111-0/+1
* bulk switch from ConsoleUI to EventDispatchDaniel DeLeo2012-05-101-2/+2
* update tests for semantic ui callbacksDaniel DeLeo2012-05-041-1/+5
* [CHEF-3020][RSPEC] Simplify spec_helper loadingHo-Sheng Hsiao2012-04-241-1/+1
* CHEF-2550: Report source repository when installing.Matthew Kent2012-03-161-37/+77
* CHEF-2716: Don't compare nil versions, use the parent logic. Add missingMatthew Kent2012-03-161-0/+41
* remove unnecessary call to @provider.load_current_resource that wreaks havoc ...Seth Chisamore2011-12-081-101/+100
* CHEF-2672: Fix bad conditional.Matthew Kent2011-10-251-1/+1
* Merge branch 'CHEF-2637'Bryan McLellan2011-10-011-42/+85
|\
| * CHEF-2637: Handle case when errors in yum %post/%postun scripts cause it toMatthew Kent2011-09-261-42/+85
* | CHEF-2547: Take name.arch into account when determining if we need toMatthew Kent2011-09-301-1/+14
|/
* CHEF-2041: adding support for gem_package "/path/to/file.gem" along with dpk...Lamont Granquist2011-07-191-0/+12
* CHEF-2429: Add specs.Matthew Kent2011-07-181-0/+22
* CHEF-2428: Update specs.Matthew Kent2011-07-181-19/+4
* CHEF-2096: Allow for installing of yum packages via 'Provides'Matthew Kent2011-05-191-51/+436
* Break RPM versioning into it's own object - more useful this way.Matthew Kent2011-05-191-31/+96
* CHEF-1790: Introduce a new yum_package attribute, allow_downgradeMatthew Kent2011-05-191-1/+22
* CHEF-2330: Allow for the flushing of the YumCache :before, :after orMatthew Kent2011-05-191-0/+34
* CHEF-2301: Further speed up the YumCache by only refreshing theMatthew Kent2011-05-191-158/+268
* Further YumCache optimizations: Always load the cache on demand toMatthew Kent2011-05-191-17/+12
* CHEF-2085: Missed testing version_available?Matthew Kent2011-05-191-0/+29
* CHEF-1819: Support yum style .<arch> passing of arch in package namesMatthew Kent2011-05-191-0/+119
* Passing arch is optional.Matthew Kent2011-05-191-0/+12
* Pass the arguments to the script, not python!Matthew Kent2011-05-191-2/+2
* CHEF-2283: Finish version handling by comparing name/arch, more specs.Matthew Kent2011-05-191-25/+389
* CHEF-2283: Support an already parsed version for speed.Matthew Kent2011-05-191-1/+33
* CHEF-2283: Add routines for proper handling of rpm's versioning schemeMatthew Kent2011-05-191-0/+285
* CHEF-1287: Fix up specs.Matthew Kent2011-05-191-0/+2
* switch to rspec 2.xDaniel DeLeo2011-03-031-2/+2
* CHEF-2062: Don't install a package via yum if it does not existBryan McLellan2011-02-251-1/+16
* cleanup specs for less mocking, better organizationDaniel DeLeo2010-07-081-25/+19
* [CHEF-1100] update specs to expect an extra space for yum optionsDaniel DeLeo2010-07-081-3/+3
* CHEF-1100: Add some basic specs for yum arch support.Matthew Kent2010-07-081-40/+42
* CHEF-1101 Additional options do not work for Yum package provider (not passed...Ian Meyer2010-07-071-10/+22
* update specs for new method signatures and overmockingDaniel DeLeo2010-06-031-180/+101
* DO NOT STUB THE VALUE OBJECTS EVERDaniel DeLeo2010-06-031-5/+5
* Merge branch 'CHEF-987' of git://github.com/thommay/chef into thommay/CHEF-987Adam Jacob2010-02-261-5/+19
|\
| * CHEF-987: allow yum to do localinstallsThom May2010-02-261-5/+19
* | add failing tests for CHEF-988Thom May2010-02-261-2/+9
|/
* Fixing specs for Yum providerAdam Jacob2009-11-091-5/+5
* Make sure all Package providers run with the system's locale and not C locale.Diego Algorta2009-10-021-5/+5
* Refactoring to use a Singleton for YumCache, fixing testsAdam Jacob2009-04-241-73/+43
* Changed all uses of Chef::Exception to Chef::Exceptions to avoid masking ::Ex...Christopher Brown2009-03-181-2/+2
* Updating yum provider, closes CHEF-59Adam Jacob2009-02-011-0/+247