| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-03 | Merge pull request #3863 from MikeMcQuaid/python3-changesHEADmaster | Mike McQuaid | |
| Adjust docs and more internal code for Python 3. | |||
| 2018-03-03 | Gemfile.lock: update testing gems. | Mike McQuaid | |
| 2018-03-03 | Adjust docs and more internal code for Python 3. | Mike McQuaid | |
| Now we have `python` for Python 3 and `python@2` for Python 2 some more adjustments need to be made. | |||
| 2018-03-01 | Add tests for ENV#clear_sensitive_environment! | Alyssa Ross | |
| 2018-02-28 | dev-cmd/ruby: fix path to dev-cmd/irb and add test | Steven Peters | |
| 2018-02-21 | Merge pull request #3813 from maxim-belkin/brew-unix-2 | Mike McQuaid | |
| bzip2 and zip dependencies_if_needed | |||
| 2018-02-21 | brew style: replace tabs with spaces | Maxim Belkin | |
| 2018-02-21 | Merge pull request #3715 from commitay/moved | commitay | |
| cask move_back: copy / delete | |||
| 2018-02-20 | Code refactoring 4.0 | Maxim Belkin | |
| 2018-02-19 | Code refactoring v3.0 | Maxim Belkin | |
| 2018-02-19 | Code refactoring | Maxim Belkin | |
| 2018-02-19 | Renaming linux-specifix file with tests | Maxim Belkin | |
| Files are globbed based on their name. Therefore, we have to rename them so tests for Linux are not executed on a Mac. | |||
| 2018-02-16 | Fixing test | Maxim Belkin | |
| 2018-02-16 | Adding tests for dependency_collector on Linux | Maxim Belkin | |
| 2018-02-15 | test/utils/svn: Requires svn to succeed | Shaun Jackman | |
| 2018-02-14 | backing up | commitay | |
| 2018-02-14 | cask move_back: copy / delete | commitay | |
| 2018-02-13 | Merge pull request #3795 from MikeMcQuaid/rspec-retry | Mike McQuaid | |
| Use rspec-retry in brew tests | |||
| 2018-02-13 | Use rspec-retry in flaky brew tests. | Mike McQuaid | |
| We have a few tests that are intermittently flaky. Let's try this to see if we can get them a bit more reliable. | |||
| 2018-02-13 | Merge pull request #3657 from kabel/php-cache-ext | Mike McQuaid | |
| Fix cached download file extension for certain URLs | |||
| 2018-02-12 | Tty: if HOMEBREW_NO_COLOR env var is present, disable color | joshua stein | |
| bin/brew will recognize NO_COLOR variable and copy it to HOMEBREW_NO_COLOR | |||
| 2018-02-06 | audit: Warn on new formulae containing binary URLs | William Woodruff | |
| 2018-01-28 | Merge pull request #3740 from reitermarkus/cask-style | Markus Reiter | |
| Fix `brew cask style` on Travis. | |||
| 2018-01-28 | Fix `brew cask style` on Travis. | Markus Reiter | |
| 2018-01-27 | Create `Hbc::Config` class. | Markus Reiter | |
| 2018-01-22 | resource: allow patches to be applied | ilovezfs | |
| 2018-01-21 | rubocop: don't always display cop names. | ilovezfs | |
| 2018-01-21 | (un)linkapps: hide from manpage, use odeprecated. | Mike McQuaid | |
| 2018-01-18 | `prepend` instead of alias hacks for deprecations | Alyssa Ross | |
| 2018-01-18 | Merge pull request #3661 from MikeMcQuaid/deprecate-default-formula | Mike McQuaid | |
| Deprecate default_formula Requirement DSL | |||
| 2018-01-18 | Merge pull request #3659 from MikeMcQuaid/deprecated-requirements-harder | Mike McQuaid | |
| Deprecate requirements harder | |||
| 2018-01-18 | Deprecate requirements harder | Mike McQuaid | |
| Remove more Requirement logic to enable future removal of default formula logic. Also, output deprecations, convert symbol requirement usage to deps and simplify the compatibility code for the direct Requirement usage. | |||
| 2018-01-17 | rubocop: fix brew style warnings. | Mike McQuaid | |
| 2018-01-15 | rubocop 0.52.1 | Mike McQuaid | |
| 2018-01-14 | Deprecate default_formula Requirement DSL | Mike McQuaid | |
| This has been a nightmare in terms of the complexity to our dependency system and the whack-a-mole required on bugs. If a Requirement resolves to a Formula it should just use `depends_on "formula"` instead. This matches the effective behaviour all users of bottles (the vast majority of users and installs) and what we're doing in Homebrew/homebrew-core. | |||
| 2018-01-10 | Deprecate Git, Subversion requirements. | Mike McQuaid | |
| These rely on `default_formula` to be useful and are better following the `*_dep_if_needed` pattern. | |||
| 2018-01-09 | Fix cached download file extension for certain URL | Kevin Abel | |
| PHP URLs have the downloadable file in the middle of the pathname. If no extension is detected, continue up the pathname. | |||
| 2018-01-07 | Use parser 2.4.0.0 | Mike McQuaid | |
| This matches the version that supports Ruby 2.3.3 syntax (which is the version we use). | |||
| 2018-01-01 | Deprecate Homebrew/homebrew-science | Mike McQuaid | |
| 2017-12-31 | Merge pull request #3612 from MikeMcQuaid/more-deprecations | Mike McQuaid | |
| requirements: move more to compat. | |||
| 2017-12-30 | missing_formula: check deleted in the last month. | Mike McQuaid | |
| This speeds things up pretty dramatically and handles the case that something was deleted recently and users haven't learned about it yet. Fixes #3513. | |||
| 2017-12-30 | lines_cop: deprecate 'needs :openmp'. | Mike McQuaid | |
| 2017-12-30 | requirements: move more to compat. | Mike McQuaid | |
| 2017-12-29 | Merge pull request #3604 from alyssais/cask_no_arguments | Mike McQuaid | |
| cask: exit successfully when given no arguments. | |||
| 2017-12-24 | cask: exit successfully when given no arguments | Alyssa Ross | |
| Fixes https://github.com/Homebrew/brew/issues/3601. | |||
| 2017-12-23 | Deprecate more requirements. | Mike McQuaid | |
| These are ones that were either already deprecated due to audit rules or are just a simple `which` with a `default_formula` so should just be a dependency. | |||
| 2017-12-16 | Merge pull request #3401 from DomT4/vendor_or_na1.4.1 | Mike McQuaid | |
| go: various tweaks to recommendations | |||
| 2017-12-15 | tests: don't output seed multiple times. | Mike McQuaid | |
| This clutters up the output. Instead, hide it with a RSpec formatter and generate and output it ourselves. | |||
| 2017-12-10 | Merge pull request #3543 from MikeMcQuaid/remove-env-unsets | Mike McQuaid | |
| Remove some unset/checked environment checks | |||
| 2017-12-10 | Merge pull request #3510 from MikeMcQuaid/remove-bottle-hooks | Mike McQuaid | |
| hooks/bottles: remove bottle hooks. | |||
