aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
AgeCommit message (Collapse)Author
2018-03-03Merge pull request #3863 from MikeMcQuaid/python3-changesHEADmasterMike McQuaid
Adjust docs and more internal code for Python 3.
2018-03-03Gemfile.lock: update testing gems.Mike McQuaid
2018-03-03Adjust 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-01Add tests for ENV#clear_sensitive_environment!Alyssa Ross
2018-02-28dev-cmd/ruby: fix path to dev-cmd/irb and add testSteven Peters
2018-02-21Merge pull request #3813 from maxim-belkin/brew-unix-2Mike McQuaid
bzip2 and zip dependencies_if_needed
2018-02-21brew style: replace tabs with spacesMaxim Belkin
2018-02-21Merge pull request #3715 from commitay/movedcommitay
cask move_back: copy / delete
2018-02-20Code refactoring 4.0Maxim Belkin
2018-02-19Code refactoring v3.0Maxim Belkin
2018-02-19Code refactoringMaxim Belkin
2018-02-19Renaming linux-specifix file with testsMaxim 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-16Fixing testMaxim Belkin
2018-02-16Adding tests for dependency_collector on LinuxMaxim Belkin
2018-02-15test/utils/svn: Requires svn to succeedShaun Jackman
2018-02-14backing upcommitay
2018-02-14cask move_back: copy / deletecommitay
2018-02-13Merge pull request #3795 from MikeMcQuaid/rspec-retryMike McQuaid
Use rspec-retry in brew tests
2018-02-13Use 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-13Merge pull request #3657 from kabel/php-cache-extMike McQuaid
Fix cached download file extension for certain URLs
2018-02-12Tty: if HOMEBREW_NO_COLOR env var is present, disable colorjoshua stein
bin/brew will recognize NO_COLOR variable and copy it to HOMEBREW_NO_COLOR
2018-02-06audit: Warn on new formulae containing binary URLsWilliam Woodruff
2018-01-28Merge pull request #3740 from reitermarkus/cask-styleMarkus Reiter
Fix `brew cask style` on Travis.
2018-01-28Fix `brew cask style` on Travis.Markus Reiter
2018-01-27Create `Hbc::Config` class.Markus Reiter
2018-01-22resource: allow patches to be appliedilovezfs
2018-01-21rubocop: 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 deprecationsAlyssa Ross
2018-01-18Merge pull request #3661 from MikeMcQuaid/deprecate-default-formulaMike McQuaid
Deprecate default_formula Requirement DSL
2018-01-18Merge pull request #3659 from MikeMcQuaid/deprecated-requirements-harderMike McQuaid
Deprecate requirements harder
2018-01-18Deprecate requirements harderMike 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-17rubocop: fix brew style warnings.Mike McQuaid
2018-01-15rubocop 0.52.1Mike McQuaid
2018-01-14Deprecate default_formula Requirement DSLMike 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-10Deprecate Git, Subversion requirements.Mike McQuaid
These rely on `default_formula` to be useful and are better following the `*_dep_if_needed` pattern.
2018-01-09Fix cached download file extension for certain URLKevin Abel
PHP URLs have the downloadable file in the middle of the pathname. If no extension is detected, continue up the pathname.
2018-01-07Use parser 2.4.0.0Mike McQuaid
This matches the version that supports Ruby 2.3.3 syntax (which is the version we use).
2018-01-01Deprecate Homebrew/homebrew-scienceMike McQuaid
2017-12-31Merge pull request #3612 from MikeMcQuaid/more-deprecationsMike McQuaid
requirements: move more to compat.
2017-12-30missing_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-30lines_cop: deprecate 'needs :openmp'.Mike McQuaid
2017-12-30requirements: move more to compat.Mike McQuaid
2017-12-29Merge pull request #3604 from alyssais/cask_no_argumentsMike McQuaid
cask: exit successfully when given no arguments.
2017-12-24cask: exit successfully when given no argumentsAlyssa Ross
Fixes https://github.com/Homebrew/brew/issues/3601.
2017-12-23Deprecate 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-16Merge pull request #3401 from DomT4/vendor_or_na1.4.1Mike McQuaid
go: various tweaks to recommendations
2017-12-15tests: 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-10Merge pull request #3543 from MikeMcQuaid/remove-env-unsetsMike McQuaid
Remove some unset/checked environment checks
2017-12-10Merge pull request #3510 from MikeMcQuaid/remove-bottle-hooksMike McQuaid
hooks/bottles: remove bottle hooks.