summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Fix typoVivek Singh2020-04-061-1/+1
* Use the action DSL consistentlyLamont Granquist2020-03-021-2/+2
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-4/+4
* Style/EmptyMethodLamont Granquist2019-07-021-2/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+4
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-6/+6
* Move response_file and response_file_variables out of base package resourceKapil Chouhan2019-05-071-85/+6
* Do the shell_out deprecations for Chef-15.Lamont Granquist2018-10-261-8/+0
* short circuit before the version_compare calllcg/short-circuit-version-compareLamont Granquist2018-09-271-1/+1
* Merge pull request #7701 from chef/lcg/allow-downgrade-pseudo-defaultTim Smith2018-09-271-1/+1
|\
| * change the pseudo-default here to trueLamont Granquist2018-09-271-1/+1
* | sanitize inputs to Gem::Versionlcg/gem-version-sanitizationLamont Granquist2018-09-271-2/+7
|/
* MSYS-858 : added warning if allow_downgrade set to be false and tried to inst...piyushawasthi2018-07-261-1/+3
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-1/+1
* deprecate old shell_out APIsLamont Granquist2018-06-191-19/+4
* Unification of shell_out APIsLamont Granquist2018-06-151-4/+4
* move maybe_add_timeout to module method for privacyLamont Granquist2018-06-041-1/+1
* remove uses of shell_out_compact_timeoutLamont Granquist2018-05-311-2/+2
* 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