summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package
Commit message (Expand)AuthorAgeFilesLines
* Fix comment documenting include_default_source? function.fix-clear-sourcesPete Higgins2020-03-231-5/+5
* Make include_default_source nil by default and change implied logic.Pete Higgins2020-03-231-1/+15
* Clear sources if either a source or rubygems_url is set.Pete Higgins2020-03-231-3/+4
* Add documentation for new magic clear_sources behavior.Pete Higgins2020-03-231-0/+4
* Switch to canonical "https://rubygems.org" URL for rubygems.Pete Higgins2020-03-231-1/+1
* Change the default value for :rubygems_url to be nil.Pete Higgins2020-03-231-1/+1
* Move clear_sources? helper from resource to provider.Pete Higgins2020-03-231-1/+9
* Update gem_package to make clear_sources opt-out.Pete Higgins2020-03-231-1/+1
* DNF refresh and aarch64-el8 supportlcg/dnf-refreshLamont Granquist2020-03-196-86/+239
* Unwanted code removedsanga172020-03-171-1/+1
* Used helper methodsanga172020-03-171-1/+1
* Powershell script code replaced with ohai datasanga172020-03-161-1/+1
* Powershell script replaced with the ohai datasanga172020-03-161-1/+1
* Update all our links to use the new docs site formatTim Smith2020-03-041-1/+1
* Merge pull request #9433 from chef/lcg/action-dslTim Smith2020-03-021-1/+1
|\
| * Use the action DSL consistentlyLamont Granquist2020-03-021-1/+1
* | Merge pull request #9422 from chef/remove_msi_checksLamont Granquist2020-03-021-3/+3
|\ \
| * | Deprecate Chef::Platform.supports_msi?remove_msi_checksTim Smith2020-02-281-3/+3
| |/
* | Remove the mixin powershell includes from resourcespowershell_includeTim Smith2020-02-281-2/+0
|/
* Cookstyle fixes for our resourcesTim Smith2020-02-262-3/+2
* Add assumeyes to dnf helperlcg/dnf-assumeyesLamont Granquist2020-02-241-0/+1
* Merge pull request #9387 from chef/lcg/unescapeLamont Granquist2020-02-213-6/+9
|\
| * add require for CGIlcg/unescapeLamont Granquist2020-02-203-3/+6
| * fix ruby 2.7 URI.unescape deprecationLamont Granquist2020-02-203-3/+3
* | Chefstyle fixes identified with Rubocop 0.80Tim Smith2020-02-182-6/+6
|/
* WIP: Chef-16 resource cleanup + unified_mode (#9174)Lamont Granquist2020-01-211-4/+2
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-1/+1
* Merge pull request #8961 from jeremyhage/fix-windows-package-path-envTim Smith2019-10-142-5/+5
|\
| * Avoid a PATH environment variable update before a windows package installJeremy HAGE2019-10-072-5/+5
* | Fix chefstyleVivek Singh2019-10-102-0/+2
* | Update exception messageVivek Singh2019-10-092-10/+4
* | Fix yum & dnf shellout if exit with nonzero statusVivek Singh2019-10-092-6/+20
|/
* Fix for chocolatey_package fails using extra optionsKapil Chouhan2019-09-091-3/+11
* convert chocolatey resource to use shell_out splat argsLamont Granquist2019-09-031-22/+12
* zypper_package upgrade action not working (#8462)Lamont Granquist2019-08-071-1/+1
|\
| * fix zypper_package upgrade provider and unit tests to verifyJeremy Chalfant2019-06-131-1/+1
* | dnf_package fixes for RHEL8Lamont Granquist2019-07-191-1/+15
* | Style/SymbolProcLamont Granquist2019-07-051-3/+1
* | Style/StringLiteralsInInterpolationLamont Granquist2019-07-0512-20/+20
* | Style/RegexpLiteralLamont Granquist2019-07-054-5/+5
* | Style/NegatedIfLamont Granquist2019-07-051-1/+1
* | tweak Lint/BlockAlignmentLamont Granquist2019-07-022-9/+9
* | Layout/MultilineMethodCallIndentationLamont Granquist2019-07-022-3/+3
* | Style/SymbolArrayLamont Granquist2019-07-022-2/+2
* | fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-0219-0/+32
* | Merge pull request #8687 from criteo-forks/issue_7215_yum_package_custom_repoTim Smith2019-07-011-5/+3
|\ \
| * | Pass yum_package options to underlying python helperBaptiste Courtois2019-06-241-5/+3
| |/
* | be a bit more careful in the exit handler as wellLamont Granquist2019-06-251-1/+2
* | handle case where rpmdb has not been initialized yetLamont Granquist2019-06-251-1/+2
* | yum exception handling improvementslcg/yum-exception-handlingLamont Granquist2019-06-251-24/+27
|/