summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package
Commit message (Expand)AuthorAgeFilesLines
* yum exception handling improvementsLamont Granquist2019-10-021-24/+27
* Pass yum_package options to underlying python helperBaptiste Courtois2019-10-021-5/+3
* dnf_package fixes for RHEL8Lamont Granquist2019-09-171-1/+15
* fix zypper_package upgrade provider and unit tests to verifyJeremy Chalfant2019-08-071-1/+1
* Authentication on chocolatey_packageVivek Singh2019-03-041-0/+2
* Add RHEL 8 platform-python to python binary search list in DNF for package re...rhel8_chef14pixdrift2018-11-301-1/+2
* Merge pull request #7993 from chef/apt_downgradeTim Smith2018-11-271-2/+14
|\
| * add --allow-downgrades to apt-getLamont Granquist2018-11-271-2/+14
* | Merge pull request #7994 from chef/gem_14Tim Smith2018-11-271-16/+38
|\ \
| * | gem_package provider supports --no-document and rubygems 3.xgem_14Lamont Granquist2018-11-271-16/+38
| |/
* | Chef client should be fail appropriately when specified package is not applic...cabKapil Chouhan2018-11-271-2/+6
|/
* Replace several uses of attribute with property in resourcesTim Smith2018-11-203-3/+3
* more parenthesized yappinglcg/document-buggy-windows-package-thingsLamont Granquist2018-09-281-1/+7
* add some big FIXMEsLamont Granquist2018-09-281-1/+17
* Minor improvement to raise the error for invalid strings within first checkNimesh2018-09-271-2/+3
* 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
* Properly capitalize PowerShell in descriptions and errorspowershellTim Smith2018-09-071-1/+1
* Merge pull request #7558 from cosinusoidally/issue-7540Tim Smith2018-08-201-1/+2
|\
| * Restart Python yum helper before each repo enable/disableLiam Wilson2018-08-171-1/+2
* | fix el6 32-bit testslcg/fix-yumLamont Granquist2018-08-161-2/+2
|/
* Merge pull request #7353 from MsysTechnologiesllc/dh/package_options_sensitiveTim Smith2018-08-132-1/+2
|\
| * update to pass sensitive as optiondheerajd-msys2018-06-132-25/+12
| * [MSYS-830] Fix package sensitive errordheerajd-msys2018-06-111-11/+25
* | @returns should be @return in yardyard_fixesTim Smith2018-07-164-5/+5
* | fix Layout/IndentHeredocLamont Granquist2018-07-021-6/+6
* | Unification of shell_out APIsLamont Granquist2018-06-1523-91/+91
* | package: Make sure to use the package_name name propertiesname_propertiesTim Smith2018-06-127-13/+13
* | Merge pull request #7351 from josh-barker/bug/why-run-windows-package-local-fileTim Smith2018-06-111-0/+1
|\ \
| * | Add whyrun message when installing a local from on windowsJosh Barker2018-06-091-0/+1
* | | Merge pull request #7330 from chef/lcg/deprecate-shell-out-compact-timeoutLamont Granquist2018-06-1120-78/+78
|\ \ \ | |/ / |/| |
| * | remove uses of shell_out_compact_timeoutLamont Granquist2018-05-3120-78/+78
* | | Merge pull request #7259 from Intility/powershell-package-publisher-checkTim Smith2018-06-061-2/+6
|\ \ \ | |_|/ |/| |
| * | raise on catalog errorTor Magnus Rakvåg2018-05-151-1/+3
| * | add skip_publisher_check paramTor Magnus Rakvåg2018-05-151-1/+3
* | | Merge pull request #7299 from josh-barker/josh-barker/windows-package-missing...Thom May2018-06-011-0/+7
|\ \ \ | |_|/ |/| |
| * | Check local file exists before installing a windows packageJosh Barker2018-05-261-0/+7
| |/
* | fix yum versionlock quotingLamont Granquist2018-05-311-1/+1
* | fix dnf splat argslcg/remove-use-of-a_to_sLamont Granquist2018-05-301-3/+3
* | fixing yum splat argsLamont Granquist2018-05-301-6/+6
* | convert a_to_s to shell_out_compact in DNF/yumLamont Granquist2018-05-302-3/+3
|/
* Merge pull request #7138 from RoboticCheese/roboticcheese/package-locking-nom...Tim Smith2018-04-262-12/+32
|\
| * Fix NoMethodError when (un)locking single packages in apt and zypperJonathan Hartman2018-04-092-12/+32
* | Fixing specs for powershell_packagesp/fix7166Stuart Preston2018-04-211-1/+1
* | Avoid conflict with build_powershell_command from powershell_out mixinStuart Preston2018-04-211-9/+9
* | Merge pull request #7147 from chef/lcg/yum-rhs-fixLamont Granquist2018-04-171-0/+5
|\ \
| * | fix for Red Hat Satellite yum_package buglcg/yum-rhs-fixLamont Granquist2018-04-111-0/+5
| |/
* | Catch json.load exceptions causing syslog errorsTom Doherty2018-04-131-1/+7
* | fix for enable/disable repo orderingLamont Granquist2018-04-112-17/+18
|/
* Merge pull request #7027 from gengor/CHEF-7026Lamont Granquist2018-04-021-32/+26
|\