summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/homebrew.rb
Commit message (Expand)AuthorAgeFilesLines
* Avoid setting package to macports and then overriding to homebrewfix_mac_packageTim Smith2020-05-031-1/+1
* Use lamont's magic error handlingTim Smith2020-04-171-2/+14
* Return empty hash from brew_info and avoid a bunch of nil checksmulti_packageTim Smith2020-04-171-8/+3
* Use package_name_arrayTim Smith2020-04-171-1/+1
* Properly handle unavailable packagesTim Smith2020-04-171-3/+22
* Use select instead of mapTim Smith2020-04-171-2/+2
* Use .map.compact instead of filter_map to support ruby 2.6Tim Smith2020-04-171-2/+3
* Chefstyle fixesTim Smith2020-04-171-1/+1
* Rework how upgrades workTim Smith2020-04-161-8/+11
* Update specs for brew_cmd_outputTim Smith2020-04-161-2/+0
* Squash 2 methods into oneTim Smith2020-04-161-12/+8
* Improve the trace logTim Smith2020-04-161-1/+1
* Reduce comment liesTim Smith2020-04-161-1/+1
* Use .compact to remove nil valuesTim Smith2020-04-161-6/+3
* Support working with package aliasesTim Smith2020-04-161-5/+28
* Make sure we concat an package_name as an arrayTim Smith2020-04-161-1/+1
* WIP: Add multipackage support to homebrewTim Smith2020-04-161-26/+46
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Cookstyle fixes for our resourcesTim Smith2020-02-261-2/+1
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-1/+1
* 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-1/+1
* Unification of shell_out APIsLamont Granquist2018-06-151-1/+1
* remove uses of shell_out_compact_timeoutLamont Granquist2018-05-311-1/+1
* mechanical conversion of most debug log statements to traceThom May2018-03-261-3/+3
* package provider cleanuplcg/package-cleanupLamont Granquist2017-02-111-10/+11
* fix for #4715Andrii Melnyk2016-03-161-1/+1
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-1/+1
* Update for chef.io domain in copyright lines too.Noah Kantrowitz2016-02-021-1/+1
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-2/+2
* Use double quotes by defaultThom May2016-01-141-13/+13
* Re-separate priority map and DSL handler map so that provides has veto power ...John Keiser2015-07-061-0/+1
* fix package timeout attributeLamont Granquist2015-06-021-1/+2
* Put homebrew and macports together in an explicit priority arrayJohn Keiser2015-06-021-1/+0
* provider_resolver migration from provider_mappingLamont Granquist2015-03-041-1/+1
* Fixing homebrew package to use provider resolver per code reviewtyler-ball2014-12-161-1/+2
* First pass at fixing broken notificationstyler-ball2014-12-161-1/+1
* Fixes #2578, check that `installed` isn't emptyjtimberman2014-12-091-1/+9
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-0/+4
* Fixing bug where tried to use the homebrew provider on OSX and didn't correc...tball/homebrew_fixtyler-ball2014-10-131-1/+1
* homebrew_owner now tries to run homebrew as the user who owns the `brew` exec...tyler-ball2014-10-071-5/+7
* Restoring https://github.com/opscode/chef/pull/1921 to master - somehow it go...tyler-ball2014-09-191-0/+121