| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-02 | Handle missing receipt on `brew install`. | Mike McQuaid | |
| For example if this is for a really old keg, keg where a user has manually removed stuff or used `brew diy`. | |||
| 2017-04-01 | Fix the 'export PATH' message in `link` for a keg-only formula | Eugene Nikolsky | |
| Commit 4cae6a724e6d684eb157dd6d7328755694f228b2 introduced the message, but it printed the wrong path, e.g. for `brew link sqlite`: ``` If you need to have this software first in your PATH instead consider running: echo 'export PATH="/usr/local/opt/sqlite:$PATH"' >> ~/.zshrc/bin ``` where `/bin` is appended at the end, but should be inserted before `:$PATH`: `echo 'export PATH="/usr/local/opt/sqlite/bin:$PATH"' >> ~/.zshrc`. This patch fixes that and updates a test to verify it. | |||
| 2017-03-31 | cask: remove pre_bug_report links | Vítor Galvão | |
| 2017-03-31 | Remove osmium from blacklisted formulas | Ilya Zverev | |
| 2017-03-31 | Merge pull request #2374 from joshka/cleanup-command-continue-on-error | Mike McQuaid | |
| Cleanup: Continue on error removing keg | |||
| 2017-03-31 | Brew cleanup: Continue on error removing keg | Joshua McKinney | |
| Fixes #2355 Create unremovable_kegs instance var Check cellar cleanup failure after full cleanup completes Use module_function in Homebrew::Cleanup as we never instantiate the class | |||
| 2017-03-30 | Merge pull request #2421 from MikeMcQuaid/formula-check-alias-exists | Mike McQuaid | |
| formula: check installed_alias_path exists. | |||
| 2017-03-30 | Merge pull request #2401 from wjlroe/print-pinned-on-outdated | Mike McQuaid | |
| Include the pinned version in brew outdated output for pinned formulae | |||
| 2017-03-30 | formula: check installed_alias_path exists. | Mike McQuaid | |
| Otherwise return `nil`. Fixes https://github.com/Homebrew/brew/issues/2417 | |||
| 2017-03-29 | formula_installer_spec: add default formula test. | Mike McQuaid | |
| Test the situation where a requirement is satisfied by a non-formula but the `default_formula` is also installed. | |||
| 2017-03-27 | Add pinned version to outdated json output | William Roe | |
| The structure should be consistent, so there are always pinned and pinned_version fields even if there are no pinned versions for a given formula. | |||
| 2017-03-27 | Add pinned version to outdated output | William Roe | |
| 2017-03-27 | Add test for verbose brew outdated output | William Roe | |
| Split the tests up into quiet and verbose output with contexts. | |||
| 2017-03-25 | formula_installer: tweak req formula additions. | Mike McQuaid | |
| Rather than just checking if a requirement's dependency is installed or not check if the requirement was actually satisfied by a particular formula rather than e.g. just having a `default_formula` defined. | |||
| 2017-03-20 | missing_formula: subsume historic logic. | Mike McQuaid | |
| These methods belong together so combine them in a single class to provide a simpler API. | |||
| 2017-03-20 | blacklist: move to missing_formula class instead. | Mike McQuaid | |
| This will allow extending this class so it can be used by more than just blacklisting. | |||
| 2017-03-20 | cmd/log: improve output messaging. | Mike McQuaid | |
| This wasn’t adapted to the new, multiple repository world. | |||
| 2017-03-20 | Hint at new location of migrated formulae | Zhiming Wang | |
| Partial implementation of https://github.com/Homebrew/brew-evolution/pull/15, along with the ability to search for deleted formulae in git history (inspired by #1996) which is not described in the proposal. See also: #1371. | |||
| 2017-03-16 | Replace `Hbc.load` with `CaskLoader.load`. | Markus Reiter | |
| 2017-03-16 | Replace `Hbc.path` with `CaskLoader.path`. | Markus Reiter | |
| 2017-03-16 | Use a `Formulary`-like approach to load Casks. | Markus Reiter | |
| 2017-03-16 | Merge pull request #2309 from axiac/cask-outdated | Markus Reiter | |
| add command 'cask outdated' | |||
| 2017-03-16 | Add test for command help strings. | Markus Reiter | |
| 2017-03-15 | add command 'cask outdated' | Valentin VĂLCIU | |
| 2017-03-15 | Merge pull request #2326 from vszakats/sprot | Mike McQuaid | |
| secure urls + remove -k from in-doc curl command | |||
| 2017-03-15 | Merge pull request #2311 from nath/highlightInstalledCasks | Markus Reiter | |
| Added highlighting of installed casks to cask search | |||
| 2017-03-14 | secure urls + remove -k from in-doc curl command | Viktor Szakats | |
| 2017-03-13 | Fixed test case wording | Nath Tumlin | |
| 2017-03-13 | Style changes | Nath Tumlin | |
| 2017-03-13 | Added tests for highlight installed and fixed style errors | Nath Tumlin | |
| 2017-03-13 | Default to `sudo: false` for `installer/uninstall :script`. | Markus Reiter | |
| 2017-03-12 | Change instances of caskroom.io to caskroom.github.io | Numbermaniac | |
| 2017-03-11 | Deprecate `#plural`. | Markus Reiter | |
| 2017-03-11 | Add test for `Formatter::pluralize`. | Markus Reiter | |
| 2017-03-11 | Merge pull request #2292 from MikeMcQuaid/fix-shallow-clone-tests | Mike McQuaid | |
| test: fix tests with a shallow clone. | |||
| 2017-03-11 | Merge pull request #2315 from reitermarkus/hombrew-typo | Markus Reiter | |
| Fix “Hombrew” typo. | |||
| 2017-03-11 | Merge pull request #2303 from reitermarkus/fix-pkg-not-uninstalling-apps | Markus Reiter | |
| Fix `uninstall :pkgutil` leaving empty `.app` directories. | |||
| 2017-03-11 | Fix “Hombrew” typo. | Markus Reiter | |
| 2017-03-11 | env: make prepend_path ignore system paths | ilovezfs | |
| `ENV.prepend_path "PATH", which("emacs").dirname` in the emacs requirement was causing us to end up invoking /usr/bin/clang instead of /usr/local/Homebrew/Library/Homebrew/shims/super/clang. | |||
| 2017-03-11 | Save flags in `with_full_permissions`. | Markus Reiter | |
| 2017-03-11 | Fix `uninstall :pkgutil` leaving empty `.app` directories. | Markus Reiter | |
| 2017-03-10 | test: fix tests with a shallow clone. | Mike McQuaid | |
| In this case `HOMEBREW_VERSION` is `>1.1.0 (no git repository)` so these tests failed. This was the cause of the Homebrew/homebrew-test-bot Linux CI failures as it was testing a shallow clone. | |||
| 2017-03-10 | Refactor artifacts. | Markus Reiter | |
| 2017-03-08 | Merge pull request #2289 from reitermarkus/cask-refactor-uninstall | Markus Reiter | |
| Refactor `pkg`, `uninstall`, and `zap` artifacts. | |||
| 2017-03-08 | Merge pull request #2293 from reitermarkus/cask-version | Markus Reiter | |
| Move `brew cask --version` into separate file. | |||
| 2017-03-08 | Always `chmod +x` `binary` stanzas. | Markus Reiter | |
| 2017-03-08 | Move `brew cask --version` into separate file. | Markus Reiter | |
| 2017-03-08 | Refactor Cask `pkg` artifact. | Markus Reiter | |
| 2017-03-08 | Refactor Cask `uninstall` and `zap` stanza. | Markus Reiter | |
| 2017-03-08 | Merge pull request #2283 from reitermarkus/cask-cli-argumenterror | Markus Reiter | |
| Use `ArgumentError` instead of `CaskError` in `CLI`. | |||
