| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-08-06 | Fix `Pkg#uninstall` not calling `MacOS.undeletable?` for all files. | Markus Reiter | |
| 2017-08-05 | Merge pull request #3006 from reitermarkus/unfocus | Markus Reiter | |
| Delete `:focus`. | |||
| 2017-08-05 | Refactor legacy_patches_cop to merge external patch audit rules in a single ↵ | Gautham Goli | |
| cop and add tests | |||
| 2017-08-05 | Delete `:focus`. | Markus Reiter | |
| 2017-08-04 | Merge pull request #2999 from mistydemeo/tap_each_enum | Markus Reiter | |
| Tap.each: return an enumerable when no block given | |||
| 2017-08-04 | Remove `_checkurl`. | Markus Reiter | |
| 2017-08-03 | Tap.each: return an enumerable when no block given | Misty De Meo | |
| 2017-08-01 | Merge pull request #2975 from GauthamGoli/audit_urls_rubocop_strict | Mike McQuaid | |
| audit: Port audit_urls strict rules to rubocop, add tests, autocorrect | |||
| 2017-08-01 | Merge pull request #2964 from GauthamGoli/audit_line_rubocop_part_1 | Mike McQuaid | |
| audit: Port dependency rules from line_problems to rubocop and add tests | |||
| 2017-07-30 | Tweak preserve link status on reinstall/upgrade. | Mike McQuaid | |
| Treat a `brew install` command as normal i.e. link by default unless keg-only and only specify whether a keg should be linked when upgrading or reinstalling. Also, adjust the naming accordingly so it's more obvious that this is the case. | |||
| 2017-07-30 | Merge pull request #2961 from MikeMcQuaid/preserve-link-on-upgrade-reinstall | Mike McQuaid | |
| Preserve link status on reinstall/upgrade. | |||
| 2017-07-30 | Merge pull request #2969 from MikeMcQuaid/default-formula-bottles | Mike McQuaid | |
| formula_installer: use default_formula for bottles | |||
| 2017-07-30 | formula_installer: use default_formula for bottles | Mike McQuaid | |
| This was the original, intended functionality before this was broken in fe117bf79b244c42b7e4049d353c3c003eae4880. Fixes https://github.com/Homebrew/homebrew-core/issues/13680. | |||
| 2017-07-30 | Preserve link status on reinstall/upgrade. | Mike McQuaid | |
| This means if a user has manually `brew unlink` or `brew link --force`d something then that status will be preserved after they `brew upgrade` or `brew reinstall` that formula. This generally should make things that are keg-only by default easier to swallow. | |||
| 2017-07-30 | Merge pull request #2898 from MikeMcQuaid/sandbox-all-taps | Mike McQuaid | |
| sandbox: sandbox all taps by default. | |||
| 2017-07-30 | audit: Port audit_urls strict rules to rubocop, add tests and autocorrect | Gautham Goli | |
| 2017-07-29 | Use `mktmpdir`. | Markus Reiter | |
| 2017-07-29 | Silence all specs by default. | Markus Reiter | |
| 2017-07-29 | installer_spec: silence test output. | Mike McQuaid | |
| 2017-07-29 | audit: Port dependency rules from line_problems to rubocop and add tests | Gautham Goli | |
| 2017-07-25 | Merge pull request #2804 from mansimarkaur/caveats | Misty De Meo | |
| Increasing test coverage for caveats.rb | |||
| 2017-07-25 | Added tests for python caveats | mansimarkaur | |
| 2017-07-25 | Added tests for plist_caveats | mansimarkaur | |
| 2017-07-25 | Added tests for function_completion_caveats | mansimarkaur | |
| 2017-07-25 | Added tests for keg_only_text | mansimarkaur | |
| 2017-07-25 | Adding tests for caveats | mansimarkaur | |
| 2017-07-25 | Merge pull request #2932 from GauthamGoli/audit_urls_rubocop_part_2 | Mike McQuaid | |
| audit: Port audit_urls to rubocop and add corresponding tests Part 2 | |||
| 2017-07-25 | Merge pull request #2931 from JCount/version-devel-parsing-improvements1.2.5 | Mike McQuaid | |
| version: improve devel spec version parsing | |||
| 2017-07-25 | audit: Update Urls Cop with more rules of audit_urls and corresponding tests | Gautham Goli | |
| 2017-07-25 | Merge pull request #2911 from GauthamGoli/audit_urls_rubocop_part_1 | Mike McQuaid | |
| audit: Port audit_urls partially to rubocop and add corresponding tests | |||
| 2017-07-24 | Merge pull request #2861 from reitermarkus/cask-search-tty | Markus Reiter | |
| Output plain list when running `brew cask search` without a TTY. | |||
| 2017-07-22 | verion_spec: add test coverage for devel spec version style | JCount | |
| also expand coverage for improved dash version style | |||
| 2017-07-21 | audit: Port audit_urls partially to rubocop and add corresponding tests | Gautham Goli | |
| 2017-07-21 | Merge pull request #2906 from GauthamGoli/new_formula_rubocop_fix | Mike McQuaid | |
| style: disable NewFormulaAudit cops' execution by default unless specified | |||
| 2017-07-20 | Add updated diagnostic test for build from source check. | Justin Baugh | |
| 2017-07-18 | Merge pull request #2883 from mistydemeo/allow_passing_hash_to_system | Misty De Meo | |
| Allow passing hash to system | |||
| 2017-07-18 | Add a rubocop config file to control cops' execution in audit and style | Gautham Goli | |
| 2017-07-15 | Add `with_env` helper to set temporary ENV vars | Misty De Meo | |
| 2017-07-15 | audit: Port audit_options rules for new formulae to rubocop and add test | Gautham Goli | |
| 2017-07-14 | audit: Port audit_options strict rules to rubocop and add tests | Gautham Goli | |
| 2017-07-14 | sandbox: sandbox all taps by default. | Mike McQuaid | |
| We've been doing this in `brew test-bot`, for our CI and for homebrew/core long enough that this is a reasonable default that provides more protection to our users of non-homebrew/core taps. | |||
| 2017-07-14 | Merge pull request #2879 from GauthamGoli/audit_option_rubocop_1 | Mike McQuaid | |
| audit: Port audit_options non-strict rules to rubocop and add tests | |||
| 2017-07-13 | integration_test: try tests on Gem load failure. | Mike McQuaid | |
| This should help with debugging `Gem::LoadError`s (e.g. for https://github.com/Homebrew/homebrew-test-bot/pull/111). | |||
| 2017-07-13 | Read rubocop offenses as const from corresponding class in tests | Gautham Goli | |
| 2017-07-13 | audit: Port audit_options non-strict rules to rubocop and add tests | Gautham Goli | |
| 2017-07-10 | Merge pull request #2872 from MikeMcQuaid/fix-high-sierra-tests | Mike McQuaid | |
| Fix `brew tests` on High Sierra. | |||
| 2017-07-10 | integration_test: add simplecov libs when needed. | Mike McQuaid | |
| Don't add these unconditionally or with Bundler to speed things up a bit. Also, to speed things up further cache these arguments so we don't have to do the same generation every time. | |||
| 2017-07-10 | Add test for non-TTY `brew cask search`. | Markus Reiter | |
| 2017-07-08 | Merge pull request #2843 from GauthamGoli/audit_conflicts_rubocop | Mike McQuaid | |
| audit: Port audit_conflicts method to rubocop and add tests | |||
| 2017-07-08 | Add helper for testing TTY output. | Markus Reiter | |
