summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/zypper.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix comment typoTim Smith2020-11-131-1/+1
* Fix zypper_package CI failuresLamont Granquist2020-11-131-0/+6
* cleanupLamont Granquist2020-11-111-1/+2
* update zypper_packageLamont Granquist2020-11-111-72/+92
* Resolve Style/RedundantCondition copTim Smith2020-09-161-1/+1
* Update to Chefstyle 1.2 + some fixeschefstyle12Tim Smith2020-07-141-1/+0
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Cookstyle fixes for our resourcesTim Smith2020-02-261-1/+1
* fix zypper_package upgrade provider and unit tests to verifyJeremy Chalfant2019-06-131-1/+1
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-2/+2
* Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>dheerajd-msys2018-09-251-8/+12
* fix for global options propertydheerajd-msys2018-09-251-2/+2
* Unification of shell_out APIsLamont Granquist2018-06-151-4/+4
* remove uses of shell_out_compact_timeoutLamont Granquist2018-05-311-4/+4
* Fix NoMethodError when (un)locking single packages in apt and zypperJonathan Hartman2018-04-091-6/+16
* mechanical conversion of most debug log statements to traceThom May2018-03-261-4/+4
* 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
* Remove platfom restrictions in provides and don't require providersTim Smith2018-03-071-1/+1
* Ensure package (un)locking is idempotentAndy Wagner2018-01-041-7/+3
* add allow_downgrade to zypper_package resourceEike Waldt2017-10-061-1/+5
* Enable zypper package optionsshain/enable_zypper_optionsScott Hain2017-07-031-5/+5
* Chef-13: turn on zypper gpg checks by defaultlcg/zypper-gpgLamont Granquist2017-04-021-12/+2
* package provider cleanuplcg/package-cleanupLamont Granquist2017-02-111-11/+11
* fix Style/DefWithParenthesesLamont Granquist2016-12-061-1/+1
* added corrections mentioned by @lamont-granquist in https://github.com/chef/c...Eike Waldt2016-09-291-1/+2
* fixed styleEike Waldt2016-09-281-3/+3
* added (un)lock_package for apt and zypperc52275322016-09-281-16/+5
* implement lockingc52275322016-09-281-0/+30
* Fixed regex for zypper version 1.13.*. This is backward compatible with zyppe...Eike Waldt2016-07-141-7/+7
* zypper multipackage performance fixlcg/fix-zypperLamont Granquist2016-02-171-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-2/+2
* 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-2/+2
* only require what we needlcg/zypper-multipackageLamont Granquist2016-01-251-3/+1
* zypper multipackage patchLamont Granquist2016-01-251-39/+52
* Use double quotes by defaultThom May2016-01-141-6/+6
* Use properties in package resourcesjk/package-propertiesJohn Keiser2015-12-151-1/+0
* Re-separate priority map and DSL handler map so that provides has veto power ...John Keiser2015-07-061-0/+1
* wire zypper_package up to the DSLLamont Granquist2015-06-031-13/+14
* fix package timeout attributeLamont Granquist2015-06-021-3/+4
* fix aix related providers to replace popen4 with mixlib shell_outkaustubh-d2015-02-171-18/+17
* [COOK-4028] zypper remove not working wiht OpenSuse 13.1Boris Komraz2014-08-031-1/+1
* fixing all the extra blank linesLamont Granquist2014-07-291-1/+0
* add shell_out to base provider codeLamont Granquist2014-07-291-2/+0
* [CHEF-3366] Add --non-interactive option to zypper info to prevent it from bl...Adam Spiers2013-06-181-1/+1
* CHEf-4090: refactor zypper commands and use shell_outIonuț Arțăriși2013-05-241-55/+33
* CHEF-3938: create global config option for zypper gpg checksIonuț Arțăriși2013-04-111-9/+21
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+144