| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-06-03 | Merge pull request #2716 from reitermarkus/re-revert | Markus Reiter | |
| Re-revert "Fix operator spacing." | |||
| 2017-06-03 | Fix `brew cask info` for removed Casks. | Markus Reiter | |
| 2017-06-02 | audit: check pypi URLs | Mike McQuaid | |
| #373 implemented as a strict check (thanks nijikon) | |||
| 2017-06-02 | audit: fix false negative for formulae options. | Mike McQuaid | |
| Handle the case where an if/unless is detected and then write off this line for option handling. | |||
| 2017-06-02 | formula_desc_cop: desc should be capitalised. | Mike McQuaid | |
| Note that the formula description field should start with a capital letter. | |||
| 2017-06-02 | formula_installer: display full upgrade version. | Mike McQuaid | |
| Previously this omitted the revision which meant the currently installed and upgrade version showed as the same. | |||
| 2017-06-02 | search: don’t exclude Caskroom results even if tapped. | Mike McQuaid | |
| As they are not shown in the normal `brew search` output. | |||
| 2017-06-02 | install: fix cask install with env filtering. | Mike McQuaid | |
| With `HOMEBREW_ENV_FILTERING` simply running `brew` is not sufficient to find `brew cask` so the full path needs to be passed. | |||
| 2017-06-02 | brew.rb: use HOMEBREW_PATH for external commands. | Mike McQuaid | |
| They shouldn’t need to handle our environment filtering on the PATH as we’re essentially breaking an API for them otherwise. | |||
| 2017-06-02 | Re-revert "Fix operator spacing." | Markus Reiter | |
| 2017-06-02 | Merge pull request #2714 from choco/stty-width | Mike McQuaid | |
| Use stty instead of tput to get terminal width | |||
| 2017-06-02 | Use stty instead of tput to get terminal width | Enrico Ghirardi | |
| Fixes https://github.com/Homebrew/brew/issues/2707 | |||
| 2017-06-02 | Merge pull request #2664 from GauthamGoli/audit_caveats_rubocop | Mike McQuaid | |
| audit: Port audit_caveats method to rubocop and add tests | |||
| 2017-06-02 | Merge pull request #2717 from orangea/brew-edit-fix | Mike McQuaid | |
| don't try to find the full path of the editor in 'brew edit' | |||
| 2017-06-01 | don't try to find the full path of the editor in 'brew edit' | adrian | |
| fixes #2709 | |||
| 2017-06-01 | language/node: adjustments for npm 5.0.x | Dominyk Tiller | |
| Goes with: https://github.com/Homebrew/homebrew-core/pull/14085 | |||
| 2017-06-01 | Try moving back to `Library/Homebrew/test`. | Markus Reiter | |
| 2017-06-01 | Move `.codecov.yml` to root. | JCount | |
| also, unignore it. | |||
| 2017-06-01 | Revert "Fix operator spacing." | ilovezfs | |
| 2017-06-01 | Fix curl invocation in Hbc::DSL::Appcast. | Kiyoshi '13k' Murata | |
| Fixes #2592 | |||
| 2017-05-31 | Fix operator spacing. | Markus Reiter | |
| 2017-05-31 | audit: Port audit_caveats method to rubocop and add tests | Gautham Goli | |
| 2017-05-31 | Merge pull request #2697 from mistydemeo/cask_fix_cabextract | Misty De Meo | |
| cabextract: WARNING lines aren't fatal | |||
| 2017-05-31 | Merge pull request #2700 from sjackman/env-std-linux | Mike McQuaid | |
| Stdenv: Add ENV.libxml2 and ENV.x11 for Linux | |||
| 2017-05-30 | cabextract: remove -t test | Misty De Meo | |
| The warnings this prints makes it not especially helpful, so just assume the magic number test and job failure are enough. Fixes #2689. | |||
| 2017-05-30 | vendor-install: use Ruby as a sha256 fallback | Misty De Meo | |
| But still prefer shasum/sha256sum where present. | |||
| 2017-05-30 | Pathname: use Digest::SHA256 alias | Misty De Meo | |
| Digest::SHA2 wasn't exposed under that name in older versions of Ruby. | |||
| 2017-05-30 | Merge pull request #2704 from MikeMcQuaid/jenkins-brew-sh | Mike McQuaid | |
| Update jenkins.brew.sh links. | |||
| 2017-05-30 | Update jenkins.brew.sh links. | Mike McQuaid | |
| These previously, incorrectly pointed to bot.brew.sh. Fixes #2703. | |||
| 2017-05-30 | Stdenv: Add ENV.libxml2 and ENV.x11 for Linux | Bob W. Hogg | |
| Add ENV.libxml2 primarily for the use of test do blocks. Add a dummy ENV.x11 function. See Linuxbrew/brew#356 and Linuxbrew/brew#382 | |||
| 2017-05-30 | Use relevant methods to consolidate logic in text_cop.rb | Gautham Goli | |
| 2017-05-30 | Refactor and add more methods in formula_cop.rb | Gautham Goli | |
| 2017-05-30 | audit: Port audit_text method to rubocop and add tests | Gautham Goli | |
| 2017-05-30 | Add methods in FormulaCop to find method nodes, dependency nodes | Gautham Goli | |
| 2017-05-30 | Fix Linux build | Mike McQuaid | |
| Remove `testbottest` formula (this should have lived in the `brew test-bot` repository from the outset) and make various other changes to fix the Linux build here. | |||
| 2017-05-30 | Merge pull request #2695 from MikeMcQuaid/pin-bundler-version | Mike McQuaid | |
| tests: install specific Bundler version. | |||
| 2017-05-29 | check_non_libraries: fix false positive subdirectory reports | Misty De Meo | |
| 2017-05-29 | tests: install specific Bundler version. | Mike McQuaid | |
| Otherwise `brew tests` fails with the latest. See the failing Homebrew/homebrew-test-bot `master` build as an example. | |||
| 2017-05-29 | Fixup all RuboCop warnings. | Mike McQuaid | |
| 2017-05-29 | Use parallel RuboCop | Mike McQuaid | |
| This requires updating to Rubocop 0.49.0 which will require some fixes to rules, in Homebrew/brew and Homebrew/homebrew-core but opening this for now so I remember. | |||
| 2017-05-29 | Merge pull request #2663 from reitermarkus/lockfile | Markus Reiter | |
| Convert `FormulaLock` to more generic `LockFile`. | |||
| 2017-05-29 | Use `Formatter::pluralize` where possible. | Markus Reiter | |
| 2017-05-29 | update-test: tweak more edge cases. | Mike McQuaid | |
| Don't try to `fetch --depth=1` unless we've confirmed the repository is already shallow. Otherwise this can discard history from a full clone. Additionally, if the repository wasn't shallow but there's no tags found assume that Git is too old and try a naive sort if on Linux where `sort` is able to sort versions. | |||
| 2017-05-29 | update-test: improve no tags found messaging. | Mike McQuaid | |
| Currently you just get `Could not find start commit!` which is not as explicit as it could be. | |||
| 2017-05-29 | Merge pull request #2682 from MikeMcQuaid/improve-installed-messaging | Mike McQuaid | |
| Improve some `brew install` messaging. | |||
| 2017-05-29 | Merge pull request #2687 from issyl0/fix_formula_description_regex | Mike McQuaid | |
| Match the "formula name in description" on word boundaries | |||
| 2017-05-29 | Remove unused `popen_read_text` method. | Markus Reiter | |
| 2017-05-29 | Use `XDG_CACHE_HOME` for RuboCop. | Markus Reiter | |
| 2017-05-29 | Match the "formula name in description" on word boundaries | Isabell Long | |
| - The regexp for the "check if formula name is used in formula's description" cop matches every instance of the formula name if it exists, whether it's in a word or not. - For example, the formula `mon` has the description "Monitor hosts/services/whatever and alert about problems". This makes `brew audit --strict` complain because it matches "Monitor", which isn't the formula name! The formula `pass` has the description "Password manager". Again, the strict audit matches "Password", which isn't an issue. - Instead, this change matches on a word boundary, so it will match `mon:`, or `mon `, but not "Monitor", or, for example, "harmony". - I've changed the tests to account for this change. | |||
| 2017-05-27 | diagnostic: move some more macOS doctor checks. | Mike McQuaid | |
| Move some `brew doctor` checks that are pretty macOS specific so they are only run on macOS. | |||
