summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/yum
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-134-4/+4
* Fix typoVivek Singh2020-04-061-1/+1
* DNF refresh and aarch64-el8 supportlcg/dnf-refreshLamont Granquist2020-03-191-1/+1
* Chefstyle fixes identified with Rubocop 0.80Tim Smith2020-02-182-6/+6
* Fix chefstyleVivek Singh2019-10-101-0/+1
* Update exception messageVivek Singh2019-10-091-5/+2
* Fix yum & dnf shellout if exit with nonzero statusVivek Singh2019-10-091-3/+10
* Style/SymbolArrayLamont Granquist2019-07-021-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+1
* be a bit more careful in the exit handler as wellLamont Granquist2019-06-251-1/+2
* handle case where rpmdb has not been initialized yetLamont Granquist2019-06-251-1/+2
* yum exception handling improvementslcg/yum-exception-handlingLamont Granquist2019-06-251-24/+27
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-202-3/+3
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-082-2/+2
* Convert require to require_relativeLamont Granquist2019-05-083-6/+6
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-15/+5
* RHEL8 yum_package fix.Lamont Granquist2018-11-301-1/+1
* fix downgrade logic when dealing with archesLamont Granquist2018-11-191-0/+4
* Minor improvement to raise the error for invalid strings within first checkNimesh2018-09-271-2/+3
* Restart Python yum helper before each repo enable/disableLiam Wilson2018-08-171-1/+2
* @returns should be @return in yardyard_fixesTim Smith2018-07-161-1/+1
* Merge pull request #7147 from chef/lcg/yum-rhs-fixLamont Granquist2018-04-171-0/+5
|\
| * fix for Red Hat Satellite yum_package buglcg/yum-rhs-fixLamont Granquist2018-04-111-0/+5
* | Catch json.load exceptions causing syslog errorsTom Doherty2018-04-131-1/+7
* | fix for enable/disable repo orderingLamont Granquist2018-04-112-17/+18
|/
* mechanical conversion of most debug log statements to traceThom May2018-03-261-5/+5
* add package locking back inLamont Granquist2018-03-151-2/+2
* add back default hash + commentLamont Granquist2018-03-151-1/+2
* fix yum_cache arch options and use positional parametersLamont Granquist2018-03-152-9/+9
* add specs for YumCache fascadeLamont Granquist2018-03-152-6/+15
* fix typo in method declarationsLamont Granquist2018-03-151-2/+2
* add comment warning people to not use these utilitiesLamont Granquist2018-03-151-1/+10
* add pacakge_available? and version_available?Lamont Granquist2018-03-151-1/+11
* Yum package provider rewriteLamont Granquist2018-03-1515-624/+1782
* package provider cleanuplcg/package-cleanupLamont Granquist2017-02-112-46/+46
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-1/+1
* fixes Style/OpMethod copLamont Granquist2016-08-161-8/+8
* break yum provider out into fileslcg/yum-readabilityLamont Granquist2016-05-253-0/+1325