summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package.rb
Commit message (Expand)AuthorAgeFilesLines
* Feed the rubocop.Noah Kantrowitz2017-04-101-1/+5
* Fix expand_options to cope with arrays too.Noah Kantrowitz2017-04-101-1/+1
* Core providers that don’t need use_inline_resources anymore.Noah Kantrowitz2017-04-041-2/+0
* Chef-13: coerce package options property to a Stringlcg/package-optionsLamont Granquist2017-04-021-5/+1
* Chef-13: remove deprecated run_command API entirelyLamont Granquist2017-03-311-2/+0
* support why-run by defaultlcg/default-whyrun-supportedLamont Granquist2017-03-011-4/+0
* Use shellsplit for apt_package optionsMark Harrison2017-02-231-4/+2
* package provider cleanuplcg/package-cleanupLamont Granquist2017-02-111-55/+69
* Merge pull request #5791 from chef/tduffield/COOL-612/yum-provider-archTom Duffield2017-02-081-0/+4
|\
| * Declare package_locked inside the Package providerTom Duffield2017-02-081-0/+4
* | add tests for 'where'Lamont Granquist2017-02-071-1/+1
|/
* refactor to use array indexes instead of package_namesLamont Granquist2016-12-141-18/+0
* add allow_nils API to multipackageLamont Granquist2016-12-141-5/+14
* squashing dnf workLamont Granquist2016-12-131-0/+18
* fix Style/NonNilCheckLamont Granquist2016-12-061-1/+1
* fix Style/NilComparisonLamont Granquist2016-12-061-1/+1
* Merge pull request #5395 from b1-systems/locking_Thom May2016-10-311-0/+36
|\
| * fixed styleEike Waldt2016-09-291-27/+27
| * added corrections mentioned by @lamont-granquist in https://github.com/chef/c...Eike Waldt2016-09-291-21/+27
| * added (un)lock_package for apt and zypperc52275322016-09-281-19/+6
| * implement lockingc52275322016-09-281-0/+43
* | set use_inline_resources in package superclassLamont Granquist2016-10-211-5/+7
|/
* clean up everythingLamont Granquist2016-08-231-10/+0
* autofixing Style/MultilineIfThen copLamont Granquist2016-08-161-2/+2
* Merge pull request #4888 from chef/lcg/multipackage-apt-providerLamont Granquist2016-05-051-1/+1
|\
| * multipackage apt providerLamont Granquist2016-05-031-1/+1
* | tweak commentLamont Granquist2016-05-021-3/+4
* | MOAR commentsLamont Granquist2016-05-021-11/+37
* | tweak some detailsLamont Granquist2016-05-021-1/+0
* | WIPLamont Granquist2016-05-021-26/+5
* | Update gem_package with version constraint on :upgrade actionWill Jordan2016-05-021-11/+44
|/
* autofixing whitespace copsLamont Granquist2016-02-051-3/+3
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-8/+8
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-6/+6
* fix comment after moving out of dpkg_packagelcg/dpkg-cleanupLamont Granquist2015-12-031-1/+1
* fix couple of issues in dpkg cleanupLamont Granquist2015-12-021-0/+31
* just use extendLamont Granquist2015-12-021-1/+1
* dpkg multipackage and bonus fixesLamont Granquist2015-12-021-20/+21
* base package provider fixesLamont Granquist2015-11-171-30/+44
* Re-separate priority map and DSL handler map so that provides has veto power ...John Keiser2015-07-061-31/+0
* remove extraneous spaceDave Eddy2015-06-261-1/+1
* fix package timeout attributeLamont Granquist2015-06-021-0/+24
* Create tests for all previous provider_mappingsjk/one_map_to_rule_them_allJohn Keiser2015-06-021-7/+7
* Fix up comments and default priority (when nothing matches)John Keiser2015-06-021-4/+3
* Add platform_version to supported filtersJohn Keiser2015-06-021-5/+1
* Fix Solaris and Gentoo package resources, clean up testsJohn Keiser2015-06-021-1/+10
* Remove generic provides :package and provides :service from base classesJohn Keiser2015-06-021-2/+0
* Move provider_mapping values out into the actual resource classesJohn Keiser2015-06-021-0/+22