summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/dnf.rb
Commit message (Expand)AuthorAgeFilesLines
* chefstyleLamont Granquist2020-12-281-13/+13
* use_magical_versionLamont Granquist2020-12-281-10/+26
* Fix idempotency and parsing issues with DNF installsLamont Granquist2020-12-281-2/+13
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* DNF refresh and aarch64-el8 supportlcg/dnf-refreshLamont Granquist2020-03-191-11/+67
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-1/+1
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-7/+7
* @returns should be @return in yardyard_fixesTim Smith2018-07-161-1/+1
* Unification of shell_out APIsLamont Granquist2018-06-151-2/+2
* remove uses of shell_out_compact_timeoutLamont Granquist2018-05-311-1/+1
* fix dnf splat argslcg/remove-use-of-a_to_sLamont Granquist2018-05-301-3/+3
* convert a_to_s to shell_out_compact in DNF/yumLamont Granquist2018-05-301-2/+2
* Cleanup some YARD warningsyard2Tim Smith2017-12-131-1/+1
* pick up dnf on amazon linux more dynamicallylcg/dnf-platform-tweaksLamont Granquist2017-10-101-0/+5
* only rhel >= 8 and fedora >= 22 get dnfLamont Granquist2017-10-101-5/+5
* Fixes to package upgrade behaviourJon Cowie2017-09-221-0/+4
* dnf_provider: be more specific when we provide `package` (#6351)Phil Dibowitz2017-08-281-1/+3
* chef code changes for changing amazon platform_familyLamont Granquist2017-04-031-1/+1
* package provider cleanuplcg/package-cleanupLamont Granquist2017-02-111-16/+16
* do not support dnf_package on dnf 0.xlcg/ban-dnf-0.6Lamont Granquist2017-02-081-2/+4
* remove FIXMEs around cache flushinglcg/dnf-providerLamont Granquist2016-12-191-16/+7
* fix FIXME in define_resource_requirementsLamont Granquist2016-12-151-4/+8
* add a comment about the Tao of python-vs-rubyLamont Granquist2016-12-151-0/+9
* also extract out the utility classLamont Granquist2016-12-151-31/+1
* review feedback plus break out helper classLamont Granquist2016-12-151-96/+7
* refactor to use array indexes instead of package_namesLamont Granquist2016-12-141-16/+38
* get versions working as well as possibleLamont Granquist2016-12-131-1/+16
* DRY code a bitLamont Granquist2016-12-131-21/+5
* roll back :install doing upgrades or downgrades, it shouldn'tLamont Granquist2016-12-131-3/+0
* fix and test :install and :upgrade source arg idempotencyLamont Granquist2016-12-131-3/+9
* fix downgrades with local source using :installLamont Granquist2016-12-131-1/+4
* support source property and local installsLamont Granquist2016-12-131-5/+38
* ignore kill failuresLamont Granquist2016-12-131-1/+1
* flushcache property codeLamont Granquist2016-12-131-2/+20
* squashing dnf workLamont Granquist2016-12-131-0/+220