| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-09-20 | test_bash: use new completions location. | Mike McQuaid | |
| 2016-09-19 | tab: test tap runtime dependencies | Alyssa Ross | |
| 2016-09-19 | Save runtime dependencies in INSTALL_RECEIPT.json | Alyssa Ross | |
| Fixes #930 | |||
| 2016-09-19 | Fix `brew style` from #971. | Mike McQuaid | |
| 2016-09-19 | Merge pull request #971 from penman/follow_alias | Mike McQuaid | |
| Make `brew upgrade` and `brew outdated` follow alias changes | |||
| 2016-09-19 | Unify .rubocopy.yml files. | Mike McQuaid | |
| 2016-09-19 | Remove unused variable | Alyssa Ross | |
| This will make brew readall --syntax pass | |||
| 2016-09-19 | Formulae aren't outdated if replacement formula installed | Alyssa Ross | |
| 2016-09-19 | alias tracking: add formula tests | Alyssa Ross | |
| 2016-09-18 | formula tests: more consistent names | Alyssa Ross | |
| 2016-09-18 | Update formula tests for #outdated_kegs | Alyssa Ross | |
| 2016-09-18 | upgrade, outdated: follow alias changes | Alyssa Ross | |
| 2016-09-18 | Use new "macOS" naming where appropriate. | Mike McQuaid | |
| Not quite a mass replacement as I've used OS X and Mac OS X where describing specific older versions and added compatibility methods for things in the DSL. | |||
| 2016-09-18 | Add Formula#installed_alias_path | Alyssa Ross | |
| 2016-09-17 | rubocop --auto-correct all hash-rocket usage. | Mike McQuaid | |
| 2016-09-17 | Merge pull request #973 from MikeMcQuaid/move-repo-links | Mike McQuaid | |
| Move LinkedKegs/PinnedKegs/Locks from Library. | |||
| 2016-09-17 | .codecov.yml: Include missed (0% covered) files. | Markus Reiter | |
| 2016-09-17 | .codecov.yml: Redirect root to Library/Homebrew. | Markus Reiter | |
| 2016-09-17 | .codecov.yml: disable GitHub comments. | Mike McQuaid | |
| These are annoying and the status check is sufficient. | |||
| 2016-09-16 | Move LinkedKegs/PinnedKegs/Locks from Library. | Mike McQuaid | |
| These don't make sense to be tied to the `HOMEBREW_REPOSITORY` but instead should live in the `HOMEBREW_PREFIX` as they all relate to its state. | |||
| 2016-09-16 | Send coverage from Jenkins, don't run OS X Travis. | Mike McQuaid | |
| OS X Travis CI is particularly error-prone, slow and unnecessary for us when we're already running (fast) OS X builds on Jenkins so use it just for Linux testing. | |||
| 2016-09-16 | Merge pull request #965 from mistydemeo/warn_xcode_8_without_clt | Misty De Meo | |
| Warn when using Xcode 8 without CLT on 10.11 | |||
| 2016-09-16 | Warn when using Xcode 8 without CLT on 10.11 | Misty De Meo | |
| 2016-09-15 | Use constants for LinkedKegs/PinnedKegs/Locks. | Mike McQuaid | |
| These definitions are scattered throughout the codebase which makes it hard to refactor them later (my goal is to move them outside of HOMEBREW_LIBRARY). Unify their definitions for clearer code and easier movement later. | |||
| 2016-09-12 | Library/Homebrew/test: add testbottest formula/tarball. | Mike McQuaid | |
| Minimal C program and Makefile used for testing Homebrew. | |||
| 2016-09-12 | Merge pull request #927 from MikeMcQuaid/dev-cmd-rubocop | Mike McQuaid | |
| Fix Library/Homebrew/dev-cmd RuboCop warnings | |||
| 2016-09-11 | test/test_tab: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | test/test_shell: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | test/test_resource: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | test/test_os_mac_language: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | test/test_integration_cmds: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | test/test_formula_installer: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | test/test_formula: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | test/test_dependency_collector: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | dev-cmd/audit: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-10 | Merge pull request #897 from reitermarkus/os-language | Markus Reiter | |
| Add language method to `OS::Mac`. | |||
| 2016-09-09 | Add language method to `OS::Mac`. | Markus Reiter | |
| 2016-09-09 | diagnostic: remove duplicate checks. | Mike McQuaid | |
| 2016-09-09 | Merge pull request #881 from MikeMcQuaid/dev-cmd-sticky-homebrew-developer | Mike McQuaid | |
| Set HOMEBREW_DEVELOPER automatically | |||
| 2016-09-09 | Merge pull request #863 from penman/preserve_alias | Mike McQuaid | |
| Save aliases in INSTALL_RECEIPT | |||
| 2016-09-08 | commands: add commands module for path lookup. | Mike McQuaid | |
| 2016-09-08 | commands: developer not development commands. | Mike McQuaid | |
| 2016-09-08 | Move developer-focused commands to dev-cmd. | Mike McQuaid | |
| 2016-09-08 | cmd/*: don't restrict dev-cmd to Homebrew developers. | Mike McQuaid | |
| 2016-09-08 | Merge pull request #864 from vladshablinsky/skip-upgrade | Mike McQuaid | |
| Skip upgrade of pinned dependency if it's outdated | |||
| 2016-09-08 | Add `--help` to all developer commands. | Mike McQuaid | |
| Also, flag those that we never want to be in a manpage. | |||
| 2016-09-07 | Test source.path on Tab.create and .for_formula | Alyssa Ross | |
| 2016-09-07 | Combine Tab alias_path with source.path | Alyssa Ross | |
| 2016-09-07 | More realistic alias_path test | Alyssa Ross | |
| 2016-09-07 | test_integration_cmds: reinstall pinned | Vlad Shablinsky | |
