summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package.rb
Commit message (Expand)AuthorAgeFilesLines
* mechanical conversion of most debug log statements to traceThom May2018-03-261-30/+30
* memoize some work in the package classLamont Granquist2018-03-201-9/+12
* 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-151-1/+12
* Use the existing helper method for package resource classes that don't suppor...Noah Kantrowitz2018-03-041-1/+1
* Ensure package (un)locking is idempotentAndy Wagner2018-01-041-2/+2
* Avoid the need to parse nil versions in the package providerTim Smith2017-11-031-0/+3
* Change version_requirement_already_satisfied method to call target_version_al...jcowie_package_upgrade_fixesJon Cowie2017-09-251-1/+1
* Fixes to package upgrade behaviourJon Cowie2017-09-221-5/+36
* update some comments for current thoughtsLamont Granquist2017-09-121-8/+7
* 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