| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-05-22 | Add audit check to see if both version and checksum changed. | Markus Reiter | |
| 2017-05-21 | Merge pull request #2660 from MikeMcQuaid/env-filtering-test | Mike McQuaid | |
| formula: ensure HOMEBREW_PREFIX/bin in test PATH. | |||
| 2017-05-21 | Merge pull request #2661 from MikeMcQuaid/build-deps-not-missing | Mike McQuaid | |
| formula: build dependencies are never missing. | |||
| 2017-05-21 | formula: ensure HOMEBREW_PREFIX/bin in test PATH. | Mike McQuaid | |
| Only likely to kick in when environment filtering is enabled. Otherwise we need to tediously add a dramatic number of PATHs to tests or recurse through the runtime formulae dependencies and add all them. CC @ilovezfs | |||
| 2017-05-21 | formula: build dependencies are never missing. | Mike McQuaid | |
| If the formula is already installed and they've been removed: that's ok. Fixes #2625. | |||
| 2017-05-20 | Merge pull request #2646 from sjackman/replace_text_in_files | Mike McQuaid | |
| replace_text_in_files: Regex match is greedy | |||
| 2017-05-20 | Merge pull request #2644 from JCount/audit-fix-tap-versioned-aliases | Mike McQuaid | |
| audit: fix full versioned alias name resolution in taps | |||
| 2017-05-19 | Merge pull request #2638 from reitermarkus/matchers | Markus Reiter | |
| Use scoped RSpec matchers. | |||
| 2017-05-19 | Merge pull request #2623 from rednoah/master | Markus Reiter | |
| Support GPG (signed data) container in Homebrew Cask | |||
| 2017-05-19 | Merge pull request #2652 from ewang12/fix-brew-cask-no-args | Markus Reiter | |
| Fix implicit conversion of nil into string error | |||
| 2017-05-18 | Make behavior clearer by returning false | Esther W | |
| 2017-05-18 | Remove to_s method | Esther W | |
| 2017-05-19 | Exactly match extension "gpg" | Reinhard Pointner | |
| 2017-05-18 | Fix implicit conversion of nil into string error | Esther W | |
| 2017-05-18 | Merge pull request #2494 from numbermaniac/fix-env | Markus Reiter | |
| cask manpage: Fix section header link for Environment | |||
| 2017-05-18 | Extract to name without *.gpg extension | Reinhard Pointner | |
| 2017-05-18 | commit new manpages | Numbermaniac | |
| 2017-05-18 | Merge pull request #2537 from reitermarkus/pathname-to_str | Markus Reiter | |
| Remove `to_s` from some `Pathname`s. | |||
| 2017-05-17 | replace_text_in_files: Regex match is greedy | Shaun Jackman | |
| The regex matches the longest possible string. Order does not matter. | |||
| 2017-05-17 | audit: fix full versioned alias name resolution in taps | JCount | |
| This fixes an issue where audit would prompt for the creation of an already existing versioned alias while at the same time declaring the existing alias invalid. | |||
| 2017-05-16 | info: fix conflicts formatting. | Mike McQuaid | |
| 2017-05-16 | Merge pull request #2470 from johnhawkinson/conflicts-info | Mike McQuaid | |
| Display formula conflict reasons | |||
| 2017-05-15 | Use scoped RSpec matchers. | Markus Reiter | |
| 2017-05-15 | info: tweak conflicts output code. | Mike McQuaid | |
| 2017-05-15 | Merge pull request #2631 from GauthamGoli/audit_homepage_rubocop1.2.1 | Mike McQuaid | |
| audit: Port audit_homepage method to rubocop and add tests | |||
| 2017-05-15 | Merge pull request #2628 from GauthamGoli/formula_desc_cop_fix | Mike McQuaid | |
| audit: Detect multiline and interpolated strings in formula desc cop | |||
| 2017-05-14 | Merge pull request #2635 from MikeMcQuaid/no-set-blank-vars | Mike McQuaid | |
| bin/brew: don't set blank HOMEBREW_* variables. | |||
| 2017-05-14 | info: use more string interpolation | John Hawkinson | |
| 2017-05-14 | bin/brew: don't set blank HOMEBREW_* variables. | Mike McQuaid | |
| When creating the necessary HOMEBREW_* variables ensure that they aren't set if their value would be empty. | |||
| 2017-05-14 | Port audit_homepage method to rubocop and add tests | Gautham Goli | |
| 2017-05-14 | Merge pull request #2632 from MikeMcQuaid/sass | Mike McQuaid | |
| docs.brew.sh: use SCSS. | |||
| 2017-05-14 | Merge pull request #2627 from MikeMcQuaid/audit-fix-option-detection | Mike McQuaid | |
| audit: fix dependency option detection. | |||
| 2017-05-14 | Merge pull request #2621 from MikeMcQuaid/rubocop-module-length | Mike McQuaid | |
| rubocop: don't always care about module length. | |||
| 2017-05-14 | Merge pull request #2620 from MikeMcQuaid/more-env-filtering-tweaks | Mike McQuaid | |
| More environment filtering tweaks | |||
| 2017-05-14 | Merge pull request #2619 from MikeMcQuaid/more-audit-versioned-aliases | Mike McQuaid | |
| audit: more checks for versioned aliases. | |||
| 2017-05-14 | Merge pull request #2617 from MikeMcQuaid/interactive-home-access | Mike McQuaid | |
| Allow --interactive to access HOME | |||
| 2017-05-14 | Merge pull request #2616 from MikeMcQuaid/devel-opt-aliases | Mike McQuaid | |
| keg: skip opt versioned aliases for devel/head. | |||
| 2017-05-14 | docs.brew.sh: use SCSS. | Mike McQuaid | |
| Import style changes from: https://github.com/Homebrew/homebrew.github.io/pull/166 | |||
| 2017-05-14 | Merge pull request #2630 from iMichka/patch-1 | Mike McQuaid | |
| Update to venv.pip_install_and_link in doc | |||
| 2017-05-14 | Merge pull request #2610 from GauthamGoli/audit_components_autocorrect | Mike McQuaid | |
| Add autocorrect method for ComponentsOrder rubocop and tests | |||
| 2017-05-13 | Update to venv.pip_install_and_link in doc | Michka Popoff | |
| `venv.link_scripts(bin) { venv.pip_install buildpath }` is now `venv.pip_install_and_link buildpath` | |||
| 2017-05-13 | Update string_content method to support multiline strings, add test for same | Gautham Goli | |
| 2017-05-13 | audit: fix dependency option detection. | Mike McQuaid | |
| Instead of trying to do this all with a single regex give up and do a two stage process. Eventually I'll end up implementing a full ruby parser here :troll:. | |||
| 2017-05-13 | More environment filtering tweaks | Mike McQuaid | |
| - only document HOMEBREW_* variables in the manpage (although still read from all the original environment variables). - resort manpage environment variables in alphabetical order - check the original path for trailing slashes | |||
| 2017-05-13 | Add autocorrect method for ComponentsOrder rubocop and tests | Gautham Goli | |
| 2017-05-11 | Support GPG (signed data) container in Homebrew Cask (test case) | Reinhard Pointner | |
| 2017-05-11 | Support GPG (signed data) container in Homebrew Cask | Reinhard Pointner | |
| 2017-05-10 | Merge pull request #2615 from mansimarkaur/stat.mode_change_assertion | Mike McQuaid | |
| diagnostic_spec.rb: assertion in check_access_lock_dir test | |||
| 2017-05-10 | Merge pull request #2618 from MikeMcQuaid/issue-troubleshooting-tweaks | Mike McQuaid | |
| Tweak troubleshooting docs and issue template | |||
| 2017-05-10 | Support GPG (signed data) container in Homebrew Cask | Reinhard Pointner | |
