summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #6903 from chef/portageThom May2018-03-051-1/+1
|\
| * Remove the provider check in the portage resourceportageTim Smith2018-02-261-1/+1
* | Merge pull request #6940 from mbakhoff/macports-typoThom May2018-03-051-1/+1
|\ \
| * | fix typo in macports error handlingMärt Bakhoff2018-03-041-1/+1
* | | Merge pull request #6942 from coderanger/allow_downgradeThom May2018-03-051-1/+1
|\ \ \
| * | | Use the existing helper method for package resource classes that don't suppor...Noah Kantrowitz2018-03-041-1/+1
| |/ /
* | | Merge pull request #6498 from chef/apt_repo_cleanupTim Smith2018-03-041-31/+123
|\ \ \ | |/ / |/| |
| * | Break out the gpg key validation into its own methodapt_repo_cleanupTim Smith2018-02-261-8/+15
| * | Yard improvementsTim Smith2018-02-261-5/+27
| * | Don't check that we're a PPA URL twiceTim Smith2018-02-261-1/+0
| * | More YARDTim Smith2018-02-261-0/+21
| * | Add debugging for when we do nothing on the remove actionTim Smith2018-02-261-1/+2
| * | Extract repo components logic into its own methodTim Smith2018-02-261-7/+15
| * | More YARDTim Smith2018-02-261-0/+4