| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-16 | Merge pull request #2446 from mansimarkaur/diagnostic_tests1.1.13 | Mike McQuaid | |
| [WIP] Added test for check_access_lock_dir | |||
| 2017-04-09 | Merge pull request #2434 from JCount/gpg-spec-test-21-compatibility | Markus Reiter | |
| gpg_spec test add 2.1.x compatibility | |||
| 2017-04-08 | gpg_spec: use new version method to directly compare version objects | JCount | |
| 2017-04-08 | gpg_spec: switch structure to if/else instead of rescue | JCount | |
| 2017-04-08 | gpg2_requirement_spec: switch test to gnupg 2.1.x | JCount | |
| 2017-04-07 | Corrected test for access_lock_dir | mansimarkaur | |
| 2017-04-05 | Merge pull request #2242 from GauthamGoli/audit_custom_cops | Mike McQuaid | |
| Port audit_desc audit rules to a cop | |||
| 2017-04-03 | Added test for check_access_lock_dir | mansimarkaur | |
| 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-04-01 | gpg_spec: make test compatible with gnupg 2.1.x | JCount | |
| maintain existing compatibility with gnupg 2.0.x | |||
| 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-26 | Wrap rubocop specific code into methods inside FormulaCop | Gautham Goli | |
| 2017-03-26 | Add RSpec tests for bottle_block and formula_desc cops | Gautham Goli | |
| 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. | |||
