aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2017-06-07analytics: remove unused analytics.Mike McQuaid
We didn't end up using the `screenview` and `exception` analytics as much as expected so let's remove them and focus on stuff that's formula-specific.
2017-06-07tests: cleanup tests.Mike McQuaid
Remove pending tests that are never run on CI (i.e. require `--online`), remove fixtures for those tests and just make `--official-cmd-taps` run by `--online` instead.
2017-06-07edit: tweak default editors.Mike McQuaid
Add `atom` (not my editor of choice [TextMate for life!]) but widely used enough to probably warrant it. Also, reorder based on my best guestimates of current usage and cleanup the editor code while we're here.
2017-06-07reinstall: remove partially installed keg.Mike McQuaid
Previously if a `brew reinstall` was Ctrl-Cd after some files had been installed it wouldn't try to remove the partially installed keg and the renaming of the backed-up keg would fail. Alternatively, remove the partially installed keg as if it has been Ctrl-Cd or otherwise failed then it's not desirable to keep it.
2017-06-07Merge pull request #2729 from reitermarkus/cask-require-shaMarkus Reiter
Fix parsing `--require-sha` and `HOMEBREW_CASK_OPTS`.
2017-06-07Merge pull request #2744 from DomT4/this_time_of_year_againMike McQuaid
High Sierra: more initial support
2017-06-07tty: handle non-tty stdin.Mike McQuaid
When stdin is not a tty then the message `stty: stdin isn't a terminal` will be produced. Silence this message and fall back to `tput` when it fails and default to 80 if we get no results at all. Follow-up from #2714.
2017-06-07pkgconfig: add initial files for 10.13Dominyk Tiller
2017-06-07os/mac/xcode: add CLT Clang for 10.13Dominyk Tiller
2017-06-06Fix parsing `--require-sha` and `HOMEBREW_CASK_OPTS`.Markus Reiter
2017-06-06Sort `Hbc::installed`.Markus Reiter
2017-06-06Merge pull request #2738 from constXife/masterMike McQuaid
undefined local variable or method `ruby_version' on macOS 10.13 beta
2017-06-06Merge pull request #2734 from rwhogg/fix-reinstall-without-bottleMike McQuaid
cmd/reinstall: Fix reinstallation of formulae without bottles
2017-06-06diagnostic_spec: tweak_formatting.Mike McQuaid
2017-06-06Fix undefined variable ruby_versionconstXife
2017-06-06os/mac/xcode: recognise Xcode 9.0Dominyk Tiller
2017-06-06os/mac: add Xcode 9.0 Beta recognitionDominyk Tiller
2017-06-06os/mac/xcode: expect Xcode 8.3.3Dominyk Tiller
2017-06-06os/mac: add Xcode 8.3.3 supportDominyk Tiller
2017-06-05cmd/reinstall: Fix reinstallation of formulae without bottlesBob W. Hogg
Reinstallation of non-bottled formulae was failing because it used a deprecated method. Signed-off-by: Bob W. Hogg <rwhogg@linux.com>
2017-06-05mac/version: add High Sierra symbolDominyk Tiller
2017-06-04pull_spec: use stable, non-fork PR for patch expectationJCount
2017-06-04Merge pull request #2599 from peternewman/patch-11.2.2Mike McQuaid
Fix internal links on the manpage
2017-06-04Change manpage internal links in correct location.Mike McQuaid
2017-06-04Merge pull request #2718 from reitermarkus/rubocop-auditMarkus Reiter
Fix `rubocop` in `brew audit`.
2017-06-04Merge pull request #2727 from reitermarkus/refactor-formula-versionsMarkus Reiter
Refactor `FormulaVersions`.
2017-06-04Refactor `formula_at_revision`.Markus Reiter
2017-06-04Add test for `brew style`.Markus Reiter
2017-06-03AbstractCommand: fix return type of .abstract?Misty De Meo
2017-06-03cask_loader: fix return types for .can_load?Misty De Meo
2017-06-03String: backport #match? from 2.4.0Misty De Meo
2017-06-03Fix `rubocop` in `brew audit`.Markus Reiter
2017-06-03release-notes: fix style complaint.Mike McQuaid
2017-06-03audit: fix pypi strict audit capture group.Mike McQuaid
2017-06-03release-notes: include PR author names.Mike McQuaid
Attribution is love.
2017-06-03Merge pull request #2723 from MikeMcQuaid/missing-formula-shallow-clonesMike McQuaid
missing_formula: note on shallow clones.
2017-06-03missing_formula: note on shallow clones.Mike McQuaid
This avoids the user confusion on incomplete results seen in http://discourse.brew.sh/t/missing-formula-location/818/7
2017-06-03Merge pull request #2726 from MikeMcQuaid/audit-pypi-urlsMike McQuaid
audit: check pypi URLs
2017-06-03Merge pull request #2725 from MikeMcQuaid/audit-formulae-options-fixMike McQuaid
audit: fix false negative for formulae options.
2017-06-03Merge pull request #2722 from ↵Mike McQuaid
MikeMcQuaid/formula-installer-show-upgrade-revision formula_installer: display full upgrade version.
2017-06-03Merge pull request #2720 from MikeMcQuaid/install-cask-env-filteringMike McQuaid
install: fix cask install with env filtering.
2017-06-03Merge pull request #2719 from MikeMcQuaid/external-command-homebrew-pathMike McQuaid
brew.rb: use HOMEBREW_PATH for external commands.
2017-06-03Merge pull request #2724 from MikeMcQuaid/capital-descMike McQuaid
formula_desc_cop: desc should be capitalised.
2017-06-03Merge pull request #2712 from 13k/hbc-dsl-appcast-fixMarkus Reiter
Fix curl invocation in Hbc::DSL::Appcast
2017-06-03Merge pull request #2728 from reitermarkus/brew-cask-infoMarkus Reiter
Fix `brew cask info` for removed Casks.
2017-06-03Merge pull request #2716 from reitermarkus/re-revertMarkus Reiter
Re-revert "Fix operator spacing."
2017-06-03Fix `brew cask info` for removed Casks.Markus Reiter
2017-06-02audit: check pypi URLsMike McQuaid
#373 implemented as a strict check (thanks nijikon)
2017-06-02audit: fix false negative for formulae options.Mike McQuaid
Handle the case where an if/unless is detected and then write off this line for option handling.
2017-06-02formula_desc_cop: desc should be capitalised.Mike McQuaid
Note that the formula description field should start with a capital letter.