aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-01-19Merge pull request #3696 from alyssais/prepend1.5.0Mike McQuaid
`prepend` instead of alias hacks for deprecations
2018-01-18Improve deprecation message for dependency tagsAlyssa Ross
It took me a while to figure out what this deprecation actually did, because the message wasn't accurate.
2018-01-18Load formula_support deprecationsAlyssa Ross
We should probably write tests for these going forward. ;)
2018-01-18`prepend` instead of alias hacks for deprecationsAlyssa Ross
2018-01-18Merge pull request #3676 from apjanke/make-apjanke-former-maintainerMike McQuaid
README: update list of maintainers
2018-01-18Update other Homebrew maintainers.Mike McQuaid
2018-01-18Merge pull request #3661 from MikeMcQuaid/deprecate-default-formulaMike McQuaid
Deprecate default_formula Requirement DSL
2018-01-18Merge pull request #3687 from ↵Mike McQuaid
apjanke/brew-cask-upgrade-completion-list-outdated-only cask bash completion: have upgrade only complete outdated packages
2018-01-18Merge pull request #3689 from sjackman/pull-jsonMike McQuaid
publish_bottle_file_on_bintray: Use f.full_name
2018-01-18Merge pull request #3694 from MikeMcQuaid/more-odisabledMike McQuaid
Disable and add more deprecations.
2018-01-18Merge pull request #3693 from ilovezfs/info-always-show-spec-optionsMike McQuaid
info: show spec options for optionless formulae
2018-01-18Merge pull request #3659 from MikeMcQuaid/deprecated-requirements-harderMike McQuaid
Deprecate requirements harder
2018-01-18Merge pull request #3636 from Homebrew/rubocop-bumpMike McQuaid
rubocop 0.52.1
2018-01-18Merge pull request #3695 from MikeMcQuaid/cookbook-updatesMike McQuaid
Formula-Cookbook: various updates.
2018-01-18Disable and add more deprecations.Mike McQuaid
These have all been deprecated/compat for a while.
2018-01-18Formula-Cookbook: various updates.Mike McQuaid
Update some stuff that was deprecated or tweak wording.
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-18Merge pull request #3652 from MikeMcQuaid/add-more-deprecations-disablesMike McQuaid
Add more deprecations, disable some existing ones.
2018-01-18Merge pull request #3691 from MikeMcQuaid/odeprecated-developer-messageMike McQuaid
utils: tell developers to submit odeprecated PRs.
2018-01-18info: show spec options for optionless formulaeilovezfs
Previsiouly, info would not display --HEAD or --devel for formulae that had no options other than those spec options.
2018-01-17utils: tell developers to submit odeprecated PRs.Mike McQuaid
Rather than just telling them to submit an issue as it's likely that as these folks will be able to submit a PR.
2018-01-17rubocop: fix brew style warnings.Mike McQuaid
2018-01-16publish_bottle_file_on_bintray: Use f.full_nameShaun Jackman
2018-01-15cask bash completion: have upgrade only complete outdated packagesAndrew Janke
2018-01-15rubocop 0.52.1Mike McQuaid
2018-01-15Merge pull request #3685 from MikeMcQuaid/update-docs-gemsMike McQuaid
docs: update gems.
2018-01-15Merge pull request #3680 from commitay/moved-permissionsMarkus Reiter
cask moved: check target writable for move_back
2018-01-15docs: update gems.Mike McQuaid
- check in the Gemfile.lock - use a modern Ruby version - remove gem upper limits
2018-01-14Merge pull request #3684 from Homebrew/revert-3670-gitconfigilovezfs
Revert "Use Homebrew's gitconfig for various commands"
2018-01-15Revert "Use Homebrew's gitconfig for various commands"ilovezfs
2018-01-14Merge pull request #3670 from MikeMcQuaid/gitconfigMike McQuaid
Use Homebrew's gitconfig for various commands
2018-01-14Merge pull request #3683 from MikeMcQuaid/vendor-install-mirrorMike McQuaid
vendor-install: various portable ruby tweaks.
2018-01-14vendor-install: various portable ruby tweaks.Mike McQuaid
- Rename repository to homebrew-portable-ruby - Add a new Bintray repository using new name - Add GitHub releases mirror and try to use it - Tell people not to file issues if they can't connect to Bintray or GitHub: we're not here to provide ISP/proxy support.
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-14Merge pull request #3667 from commitay/cask-doctor-sipVítor Galvão
cask doctor: sip status
2018-01-13Merge pull request #3679 from alyssais/zsh_cask_completionAlyssa Ross
Don't auto-tap caskroom/cask in ZSH completion
2018-01-13cask moved: check target writable for move_backcommitay
2018-01-13Merge pull request #3678 from rakkesh/zcompsysMike McQuaid
brew unlink: fix short option
2018-01-13Merge pull request #3675 from apjanke/update-bash-cask-completionsAlyssa Ross
update brew cask bash completions
2018-01-13Don't auto-tap caskroom/cask in ZSH completionAlyssa Ross
The Bash completion just uses the directory tree rather than invoking `brew cask`, so doesn't exhibit the same behaviour.
2018-01-13brew unlink: fix short optionRakesh
2018-01-12Merge pull request #3674 from jacknagel/patch-1ilovezfs
Suppress alias expansion in bash completion script
2018-01-12README: Move apjanke to Former MaintainersAndrew Janke
2018-01-13cask doctor: sip statuscommitay
2018-01-12update brew cask bash completionsAndrew Janke
2018-01-12Suppress alias expansion in bash completion scriptJack Nagel
2018-01-12Merge pull request #3671 from EricFromCanada/docs-pythonMike McQuaid
docs: remove :python requirement
2018-01-12Python-for-Formula-Authors: python from PATH isn't used.Mike McQuaid
2018-01-12Homebrew-and-Python: can't build from source to avoid Homebrew python.Mike McQuaid
2018-01-11docs: remove :python requirementEricFromCanada