| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-26 | update-report: allow skipping analytics message. | Mike McQuaid | |
| This is used by the install script so it can simplify it's logic and make the analytics messaging more prominent. | |||
| 2016-11-26 | update-report: further tweak analytics output. | Mike McQuaid | |
| There were some bugs with the use of `HOMEBREW_NO_ANALYTICS_THIS_RUN` and some output glitches I missed with the previous PR (#1575). | |||
| 2016-11-26 | update-report: further improve analytics messaging | Mike McQuaid | |
| - Don't output the analytics message and mark it as read if `HOMEBREW_NO_ANALYTICS_THIS_RUN` is set. This mostly simplifies the installer code where we can display the message ourselves there rather than having `brew update` print it out sometimes and not others (i.e. when there's no system Git installed). - Use the shell's audible bell to nudge people to actually read this message (and give them less excuse to complain when they don't). - Add an extra newline and bold all the analytics messaging so it's more visible in the output. | |||
| 2016-11-20 | Replace Utils::JSON with corelib JSON calls. | William Woodruff | |
| 2016-11-18 | uninstall: ignore deprecations when uninstalling. | Mike McQuaid | |
| Handle `MethodDeprecatedError` because we want people to be able to uninstall regardless of the content of their formula. | |||
| 2016-11-17 | Merge pull request #1520 from vladshablinsky/list_follow_aliases | Mike McQuaid | |
| cmd/list: follow aliases | |||
| 2016-11-16 | cmd/list: follow aliases | Uladzislau Shablinski | |
| Closes #1514 | |||
| 2016-11-15 | uninstall: remove nil requireds/dependents | Mike McQuaid | |
| These shouldn’t get here in the first place so this is a bit of a hack pending a better fix. | |||
| 2016-11-15 | Merge pull request #1498 from alyssais/uninstall_developer_warning | Mike McQuaid | |
| Warn developers when uninstalling a dependency | |||
| 2016-11-14 | uninstall: style fixes | Alyssa Ross | |
| Works around Rubycop not liking method names that start with `is_` by changing convention from singular to plural. I think it's better that way anyway. | |||
| 2016-11-14 | uninstall: clean up warnings | Alyssa Ross | |
| 2016-11-14 | Warn developers when uninstalling a dependency | Alyssa Ross | |
| Suggested in #1084. Made the existing warning output entirely to STDERR, because previously the first line went to STDERR and subsequent ones went to STDOUT. | |||
| 2016-11-14 | No empty `when`s. | Markus Reiter | |
| 2016-11-13 | No if/unless-modifier on multiline blocks. | Markus Reiter | |
| 2016-11-13 | Update RuboCop to 0.45.0. | Markus Reiter | |
| 2016-11-13 | Merge pull request #1217 from MatzFan/invalid_build_option_warnings | Mike McQuaid | |
| Invalid build option warnings - supersedes #1088 | |||
| 2016-11-12 | fix other 10 failing tests - doh | Bruce Steedman | |
| 2016-11-12 | Filter formula build options based on those that exist. | Mike McQuaid | |
| If `--with-foo` is provided to a formula through a tab or through another formula depending on it and this option does not exist it should be filtered. If it is not (the prior behaviour) then this can prevent bottles being used unnecessarily. Fixes #1399. | |||
| 2016-11-11 | uninstall: don't need kegs to exist for --force. | Mike McQuaid | |
| Otherwise there's an error which is a regression on previous functionality. This mirrors `rm -f` which doesn't fail if a file doesn't exist. | |||
| 2016-11-11 | Merge pull request #1082 from alyssais/uninstall_dependancy_error | Mike McQuaid | |
| uninstall: refuse when dependents still installed | |||
| 2016-11-06 | Merge pull request #1443 from MikeMcQuaid/better-development-tools-checks | Mike McQuaid | |
| Improve debugging information based on failures | |||
| 2016-11-06 | Merge pull request #1445 from MikeMcQuaid/caskroom-prefix | Markus Reiter | |
| update-report: default Caskroom moved to prefix. | |||
| 2016-11-05 | update-report: default Caskroom moved to prefix. | Mike McQuaid | |
| Look at HOMEBREW_PREFIX rather than HOMEBREW_REPOSITORY for the default Caskroom location. | |||
| 2016-11-05 | install: only check fatal development tools checks. | Mike McQuaid | |
| 2016-11-05 | Added a hint how to link a formula that is installed but not linked | ihatetoregister | |
| 2016-11-03 | Correct a few typos | Mandar Gokhale | |
| ...and update man pages where applicable | |||
| 2016-10-30 | Improve GitHub API scopes output. | Mike McQuaid | |
| Improve the GitHub API scope and token related messaging by autopopulating the scopes we need on the new scopes page and, in the case of a lacking a scope we need, output what scope was required. Also, DRY up the personal access token code. | |||
| 2016-10-30 | docs: fix typo for brew missing | Alyssa Ross | |
| 2016-10-25 | uninstall: document --ignore-dependencies | Alyssa Ross | |
| 2016-10-25 | uninstall: test should_check_for_dependents? | Alyssa Ross | |
| 2016-10-25 | uninstall, keg: update style | Alyssa Ross | |
| 2016-10-25 | uninstall: remove duplicated method | Alyssa Ross | |
| This was moved to Keg, but looks like I forgot to get rid of it here. | |||
| 2016-10-25 | missing: document --hide | Alyssa Ross | |
| 2016-10-25 | ARGV: extract #values from missing | Alyssa Ross | |
| 2016-10-25 | uninstall: call Formula#missing_dependencies directly | Alyssa Ross | |
| 2016-10-25 | missing: call Formula#missing_dependencies directly | Alyssa Ross | |
| 2016-10-25 | uninstall: don't use unless || | Alyssa Ross | |
| 2016-10-25 | uninstall: only <=1 Diagnostic.missing_deps call | Alyssa Ross | |
| 2016-10-25 | missing: allow hiding specified formulae | ilovezfs | |
| 2016-10-25 | uninstall: style fixes | Alyssa Ross | |
| 2016-10-25 | uninstall: allow dependent checks to be by-passed | Alyssa Ross | |
| Dependent can be bypassed with `--ignore-dependencies`. This is now the default for `HOMEBREW_DEVELOPER`s. | |||
| 2016-10-25 | uninstall: check for dependents even with --force | Alyssa Ross | |
| 2016-10-25 | uninstall: reorganise code | Alyssa Ross | |
| With the way uninstall is set up at the moment, it's pretty difficult to add functionality to both the --force and normal variants. Extracting the racks and kegs to be uninstalled before uninstalling them should make this easier. | |||
| 2016-10-25 | uninstall: fix dependent order bug | Alyssa Ross | |
| 2016-10-25 | uninstall: consistent spelling of "dependent" | Alyssa Ross | |
| @ilovezfs pointed out that Homebrew generally uses "dependent", rather than "dependant". | |||
| 2016-10-25 | uninstall: better message when dependents remain | Alyssa Ross | |
| Suggested by @MikeMcQuaid | |||
| 2016-10-25 | uninstall: refuse when dependants still installed | Alyssa Ross | |
| Closes #934. | |||
| 2016-10-23 | tap_constants: rename HOMEBREW_CASK_TAP_FORMULA_REGEX | Josh Hagins | |
| New name is HOMEBREW_CASK_TAP_CASK_REGEX | |||
| 2016-10-22 | Merge pull request #1345 from MikeMcQuaid/rubocop-style | Mike McQuaid | |
| Update Rubocop style. | |||
| 2016-10-22 | Merge pull request #1331 from vladshablinsky/fix-outdated-group-by | Mike McQuaid | |
| cmd/outdated: group specs of same formula | |||
