| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-10-24 | keg_relocate: refactor relocate_text_files | Josh Hagins | |
| Replace relocate_text_files with three methods that clarify intent: replace_locations_with_placeholders, replace_placeholders_with_locations and replace_text_in_files, the first two calling the third. | |||
| 2016-10-24 | keg_relocate: cache files rewritten during brew bottle | Josh Hagins | |
| `brew bottle` replaces instances of the Homebrew prefix, cellar, and repository with placeholders in all text files. Cache these files in INSTALL_RECEIPT.json so that we don't have to check every single text file for placeholders on install. | |||
| 2016-10-24 | Merge pull request #1342 from reitermarkus/fixtures | Markus Reiter | |
| Move cask's fixtures to `test/fixtures`. | |||
| 2016-10-24 | Don’t use bare percent literals. | Markus Reiter | |
| 2016-10-24 | Move cask fixtures to `test/fixtures/cask`. | Markus Reiter | |
| 2016-10-20 | test_formula: fix tests | Uladzislau Shablinski | |
| New name and old name must have different names | |||
| 2016-10-19 | testing_env: extract with_environment to helper module | Josh Hagins | |
| 2016-10-16 | dependency_collector: need xz dep on <= macOS 10.8 | ilovezfs | |
| Mountain Lion: http://opensource.apple.com/source/libarchive/libarchive-25.1/config.h `/* #undef HAVE_LIBLZMA */` Mavericks: http://opensource.apple.com/source/libarchive/libarchive-29/config.h `#define HAVE_LIBLZMA 1` | |||
| 2016-10-15 | Convert `puts_columns` to `puts Formatter.columns`. | Markus Reiter | |
| 2016-10-15 | Change test for `puts_columns` with empty input. | Markus Reiter | |
| 2016-10-15 | Merge pull request #1279 from MikeMcQuaid/use-tar-xz | Mike McQuaid | |
| Use BSD tar's libarchive LZMA support if available | |||
| 2016-10-15 | Use BSD tar's libarchive LZMA support if available | Mike McQuaid | |
| Avoid using an unnecessary `xz` dependency when it's not needed. | |||
| 2016-10-15 | Improve integration command test case output. | Mike McQuaid | |
| 2016-10-15 | Rename tap-readme command to tap-new. | Mike McQuaid | |
| Write the README but also a `.travis.yml` file (and in future perhaps a `Jenkinsfile`). | |||
| 2016-10-11 | tab: don't interpret unknown deps as no deps | Alyssa Ross | |
| 2016-10-08 | Rename FormulaMethodDeprecatedError to MethodDeprecatedError. | Markus Reiter | |
| 2016-10-07 | Make parsing locales more robust. | Markus Reiter | |
| 2016-10-07 | Fix HOMEBREW_PREFIX/Caskroom file leak | David Yun | |
| 2016-10-07 | Use odeprecated rather than remove it entirely | David Yun | |
| * Fix IntegrationCommandTestCask | |||
| 2016-10-04 | Refactor Cask’s extensions. | Markus Reiter | |
| 2016-10-04 | Merge pull request #1145 from reitermarkus/module-function | Markus Reiter | |
| Use `module_function` for `Homebrew` module. | |||
| 2016-10-03 | Add test for `MacOS.languages`. | Markus Reiter | |
| 2016-10-02 | */diagnostic: tweak messaging. | Mike McQuaid | |
| Update some messaging based on recent user confusion and the `/usr/local/Homebrew` and Ruby 2 migrations. | |||
| 2016-10-02 | Use `module_function` for commands. | Markus Reiter | |
| 2016-10-01 | Refactor Tty. | Markus Reiter | |
| 2016-10-01 | Merge pull request #1052 from sjackman/store-formula | Mike McQuaid | |
| Store the formula used to build the keg in the keg | |||
| 2016-09-27 | test/test_custom_command: fix rubocop style. | Mike McQuaid | |
| 2016-09-27 | test/test_create: fix rubocop style. | Mike McQuaid | |
| 2016-09-27 | test/test_audit: fix rubocop style. | Mike McQuaid | |
| 2016-09-27 | test/helper/integration_command_test_case: fix rubocop style. | Mike McQuaid | |
| 2016-09-27 | Rename/merge test files. | Markus Reiter | |
| 2016-09-26 | Speed up `parallel_tests` by splitting integration tests. | Markus Reiter | |
| 2016-09-26 | fixtures: add test.m4a | Zhiming Wang | |
| test.m4a contains an AAC LC stream inside an M4A (MPEG-4 Part 14) container. It is generated by FFmpeg 3.1.3 from test.wav: ffmpeg -y -i test.wav -c:a aac -profile:a aac_low -b:a 32k test.m4a test.m4a facilitates testing utilities or libraries that work with the AAC codec or the M4A container, e.g., alac. | |||
| 2016-09-25 | Add test for `search_tap`. | Markus Reiter | |
| 2016-09-25 | RuboCop: Style/CaseEquality | Markus Reiter | |
| 2016-09-24 | Merge branch 'master' into mkdir_with_intermediates | Mike McQuaid | |
| 2016-09-24 | Merge pull request #1123 from reitermarkus/rubocop | Mike McQuaid | |
| RuboCop: Style/AccessorMethodName | |||
| 2016-09-24 | Merge pull request #1122 from MikeMcQuaid/test-bot-tap | Mike McQuaid | |
| test-bot: move to tap. | |||
| 2016-09-24 | test-bot: move to tap. | Mike McQuaid | |
| Migrate to https://github.com/Homebrew/homebrew-test-bot to be able to work on this with a different, non-tagged workflow. | |||
| 2016-09-24 | RuboCop: Style/AccessorMethodName | Markus Reiter | |
| 2016-09-24 | version: don't let a/b imply alpha/beta. | Mike McQuaid | |
| This is assumption is broken for at least OpenSSL which makes it a bad general rule. As discussed in #1102. | |||
| 2016-09-24 | Merge pull request #1113 from reitermarkus/rubocop-guardclause | Markus Reiter | |
| RuboCop: Fix Style/GuardClause. | |||
| 2016-09-24 | Fix Style/GuardClause. | Markus Reiter | |
| 2016-09-24 | Merge pull request #1102 from zmwangx/alpha-rc-detection | Zhiming Wang | |
| version: improve alpha and rc detection (elasticsearch) | |||
| 2016-09-23 | Store the formula used to build the keg in the keg | Shaun Jackman | |
| Store the formula used to build the keg inside the keg in a file named NAME/VERSION/.brew/NAME.rb after removing the bottle do ... end block. See https://github.com/Homebrew/brew-evolution/pull/6. Closes https://github.com/Homebrew/brew/issues/931. | |||
| 2016-09-23 | Fix Style/NumericLiterals. | Markus Reiter | |
| 2016-09-23 | Fix Style/MethodName. | Markus Reiter | |
| 2016-09-23 | test_versions: add elasticsearch alpha test case | Zhiming Wang | |
| 2016-09-23 | Merge pull request #1089 from reitermarkus/coverage | Markus Reiter | |
| Fix coverage reporting. | |||
| 2016-09-23 | Merge pull request #1014 from rwhogg/upstream-ant-dep-linux-fix | Mike McQuaid | |
| dependency_collector: Fix ant_dep for Linux | |||
