summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7027 from gengor/CHEF-7026Lamont Granquist2018-04-021-32/+26
|\
| * [[:digit:]] is impromper here. Only ASCII is allowed in ebuild names.Gordon Malm2018-03-211-1/+1
| * Fix style issues reported by travis-ci.Gordon Malm2018-03-211-1/+1
| * Rewrite candidate_version determination for increased speed, reducedGordon Malm2018-03-211-32/+26
* | Avoid lookups for rights of 'LocalSystem' in windows serviceBryan McLellan2018-03-291-1/+2
* | Merge pull request #7030 from chef/tm/fix_mount_optionsTim Smith2018-03-261-4/+4
|\ \
| * | Ensure that we pass the correct options to mounttm/fix_mount_optionsThom May2018-03-221-4/+4
| |/
* | mechanical conversion of most debug log statements to traceThom May2018-03-2696-503/+511
* | Use a better (read: working) technique because I was totally wrong about $!.pr-6203Noah Kantrowitz2018-03-221-3/+6
* | Prevent shelled out command from execute resourceJohn Snow2018-03-221-0/+1
|/
* rubocop fixes from engine bump to 0.54.0lcg/rubocop-fixesLamont Granquist2018-03-211-1/+1
* memoize some work in the package classLamont Granquist2018-03-201-9/+12
* Just look for Yes and anything in the regexTim Smith2018-03-191-1/+1
* Detect new "automatically" installed string in ZypperTim Smith2018-03-191-1/+1
* mangle array-of-strings here properlyjcowie_yum_refactorLamont Granquist2018-03-151-1/+2
* el6 fixesLamont Granquist2018-03-151-1/+1
* add more tests, fix more subtle bugsLamont Granquist2018-03-151-2/+2
* add a few lock/unlock tests and fix a bugLamont Granquist2018-03-151-1/+1
* bad copypasta is badLamont Granquist2018-03-151-5/+1
* look at private methodsLamont Granquist2018-03-151-2/+2
* fix superclass editsLamont Granquist2018-03-151-7/+7
* check for multipackage locking/unlocking properlyLamont Granquist2018-03-152-3/+18
* update commentLamont Granquist2018-03-151-1/+1
* add package locking back inLamont Granquist2018-03-152-2/+41
* add back default hash + commentLamont Granquist2018-03-151-1/+2
* fix yum_cache arch options and use positional parametersLamont Granquist2018-03-153-12/+12
* 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
* allow using yum_package explicitly on non-linux O/SenLamont Granquist2018-03-151-1/+1
* Yum package provider rewriteLamont Granquist2018-03-1516-1028/+1919
* Clean up mount provider teststm/6851Thom May2018-03-142-14/+15
* update mount to use properties and fix 6851Thom May2018-03-142-8/+17
* Merge pull request #6976 from chef/rubocop_unfreezestringTim Smith2018-03-121-3/+3
|\
| * Just use an empty stringrubocop_unfreezestringTim Smith2018-03-121-3/+3
| * Use Ruby 2.3's +'' instead of String.newTim Smith2018-03-111-3/+3
* | Merge pull request #6955 from coderanger/gem-installed-versionsLamont Granquist2018-03-121-10/+18
|\ \
| * | Feed the Rubocop.Noah Kantrowitz2018-03-071-1/+1
| * | Fixes for bundler being a default gem so we can still manage it with gem_pack...Noah Kantrowitz2018-03-061-10/+18
* | | Merge pull request #6957 from chef/providesLamont Granquist2018-03-1225-28/+27
|\ \ \
| * | | Remove a few more provides and update the resolver specTim Smith2018-03-071-1/+1
| * | | Remove platfom restrictions in provides and don't require providersTim Smith2018-03-0724-27/+26
| | |/ | |/|
* | | Fix some yard warningsyard_warningsTim Smith2018-03-112-2/+2
|/ /
* | Merge pull request #6956 from chef/bffTim Smith2018-03-071-2/+2
|\ \ | |/ |/|
| * Rename bff provider to match its resourceTim Smith2018-03-061-2/+2
* | Use verify to validat the keyfix_apt_repoTim Smith2018-03-051-6/+1
* | Avoid compile time error in apt_repositoryTim Smith2018-03-051-10/+5
|/
* Chefstyle fixTim Smith2018-03-051-1/+1
* better docs for Chef::Provider::Service::Upstart.supports?Brad2018-03-051-0/+1