Commit Graph
20150 Commits
Author SHA1 Message Date
Rylan Polster 685efd5a67 Remove hardcoded exceptions to the versioned_keg_only_allowlist 2020-11-27 11:55:53 -05:00
Rylan Polster fe8ce9b725 Migrate GNOME_DEVEL_ALLOWLIST 2020-11-26 15:34:32 -05:00
Rylan Polster de26310b32 Migrate UNSTABLE_DEVEL_ALLOWLIST 2020-11-26 15:26:12 -05:00
Rylan Polster 71beff367a Migrate UNSTABLE_ALLOWLIST 2020-11-26 15:18:06 -05:00
Rylan Polster c4faac4b2f Migrate CERT_ERROR_ALLOWLIST 2020-11-26 15:01:24 -05:00
Rylan Polster e03d1606d6 Migrate VERSIONED_KEG_ONLY_ALLOWLIST 2020-11-26 14:43:06 -05:00
Rylan Polster 96cf0e5bcd Migrate VERSIONED_DEPENDENCIES_CONFLICTS_ALLOWLIST 2020-11-26 14:32:42 -05:00
Rylan Polster 726b4e1419 Migrate PROVIDED_BY_MACOS_DEPENDS_ON_ALLOWLIST 2020-11-26 14:32:42 -05:00
Mike McQuaidandGitHub 86631b4fef Merge pull request #9292 from MikeMcQuaid/improve-zsh-completions
Improve ZSH completions handling
2020-11-26 16:55:58 +00:00
Mike McQuaid 3002c810be Improve ZSH completions handling
- Only display the completions caveats from the current shell (assuming
  it's one of Bash, ZSH or Fish)
- If the completions location isn't in the ZSH `FPATH` then link to the
  documentation explaining how to do so.

Fixes https://github.com/Homebrew/brew/issues/8984
2020-11-26 16:08:26 +00:00
Markus Reiter 794b128969 Work around BOM find bug. 2020-11-26 14:13:01 +01:00
Markus ReiterandGitHub 5786a8937d Merge pull request #9278 from reitermarkus/formulary-backtrace
Don't output backtrace in `Formulary`.
2020-11-26 11:38:28 +01:00
Mike McQuaidandGitHub 465573c1fc Merge pull request #9273 from tschoonj/cairomm-1.14
formula_auditor: add cairomm@1.14 to allowlist
2020-11-26 09:09:47 +00:00
Mike McQuaidandGitHub 844efe591f Merge pull request #9213 from maxim-belkin/handle-curl-git-better
Properly handle outdated cURL
2020-11-26 09:09:20 +00:00
Mike McQuaidandGitHub 6f4d2a9dcd brew.sh: remove trailing period. 2020-11-26 08:35:42 +00:00
Mike McQuaid 135b5a3679 dev-cmd/unbottled: add new command.
Add a new command to list formulae that aren't bottled for a given OS.
2020-11-26 08:22:06 +00:00
Maxim Belkin 2aecfe60fc Update logic that handles HOMEBREW_GIT_PATH. 2020-11-25 16:08:57 -06:00
Markus Reiter db980464f6 Try retrying BOM find command. 2020-11-25 22:36:29 +01:00
BrewTestBot 677eb2ef28 Update RBI files for sorbet. 2020-11-25 20:44:50 +00:00
BrewTestBot 47ed61e19a brew vendor-gems: commit updates. 2020-11-25 20:44:05 +00:00
dependabot[bot]andGitHub 510948e9c1 build(deps): bump sorbet from 0.5.6101 to 0.5.6111 in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.6101 to 0.5.6111.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-25 20:39:40 +00:00
c3231a4095 Apply Mike's suggestions
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-11-25 12:54:18 -06:00
Markus Reiter daea3c090e Add debug output of find command when creating BOM. 2020-11-25 19:37:36 +01:00
Markus ReiterandGitHub 038b3b713c Merge pull request #9276 from reitermarkus/formula-types
Add types for `Formula`.
2020-11-25 19:19:18 +01:00
Mike McQuaidandGitHub 6936f56b13 Merge pull request #9298 from MikeMcQuaid/deprecation-fixes
Deprecation fixes
2020-11-25 17:04:09 +00:00
Markus ReiterandGitHub e354a4f2d6 Merge pull request #9274 from carlossg/nil
fix: launchctl list can return empty id
2020-11-25 17:58:31 +01:00
Michka PopoffandGitHub 9c3515ce73 Merge pull request #9284 from iMichka/first
pr-pull: fix empty workflow check
2020-11-25 17:49:21 +01:00
Markus Reiter 1690f064a2 Add types for Formula. 2020-11-25 17:36:52 +01:00
Mike McQuaid 311c10636b Deprecation fixes
- `brew uninstall --zap` replaces `brew cask zap`
- clarify how `--json` should behave

Fixes https://github.com/Homebrew/brew/issues/9296
2020-11-25 16:33:16 +00:00
Michka Popoff 76e52ebe62 pr-pull: fix empty workflow check
workflow_run is an array, which first element is the json
returned by the github API. We need to check that first element
if we want to know if the workflow exists.
2020-11-25 16:10:35 +01:00
Mike McQuaidandGitHub c5a9de8ff5 Merge pull request #9295 from MikeMcQuaid/ls-formula-default
cmd/list: --formula is no longer a default.
2020-11-25 14:43:03 +00:00
Mike McQuaidandGitHub 9bd312bab2 Merge pull request #9267 from reitermarkus/macos-version-11.1
Handle macOS versions >= 11.1 correctly.
2020-11-25 14:36:01 +00:00
Mike McQuaid 88ba32c519 os/mac/version: explain Big Sur to_sym logic. 2020-11-25 13:53:52 +00:00
Mike McQuaid f15c4183e0 cmd/list: --formula is no longer a default.
This behaviour is disabled.
2020-11-25 13:47:05 +00:00
Mike McQuaid f364f0c841 Merge remote-tracking branch 'origin/master' into deprecate-cask-commands 2020-11-25 09:39:00 +00:00
Mike McQuaid b484f70572 Remove cask from man brew. 2020-11-25 09:37:21 +00:00
Mike McQuaidandGitHub db33c9a2a0 Merge pull request #9209 from MikeMcQuaid/deprecations
Deprecations for Homebrew 2.6.0
2020-11-25 08:49:52 +00:00
fd08ffdd67 cmd/update.sh: update Git logic.
Co-authored-by: Maxim Belkin <maxim.belkin@gmail.com>
2020-11-25 08:44:40 +00:00
Maxim Belkin 82ad6a56e9 Address review comments. 2020-11-24 21:01:22 -06:00
Maxim Belkin 2b6c1e220d brew.sh: don't mention HOMEBREW_DEVELOPER 2020-11-24 20:51:49 -06:00
Markus ReiterandGitHub da2d80cdcb Merge pull request #9282 from reitermarkus/app-source-not-there
Add more BOM debug information.
2020-11-25 02:33:05 +01:00
Rylan Polster 737d9b698b fix update-python-resources for formulae not in a tap 2020-11-24 16:52:29 -05:00
Markus Reiter b9fc7e100b Add more BOM debug information. 2020-11-24 22:12:17 +01:00
Rylan Polster b2e25d12aa utils/pypi: refactor package handling 2020-11-24 15:40:15 -05:00
Rylan Polster ee47b863c4 move mapping from formula_lists to pypi_formula_mappings 2020-11-24 15:40:15 -05:00
Rylan Polster 20de58b5ae bump-formula-pr: use new update_python_resources! signature 2020-11-24 15:40:15 -05:00
Rylan Polster fac2bd8843 use auto update list when --print-only is passed 2020-11-24 15:40:15 -05:00
Rylan Polster 51a1b7c9e1 move pypi list to tap formula_lists directory 2020-11-24 15:40:15 -05:00
Rylan Polster 8e670995f8 migrate automatic python resource list to Homebrew/core 2020-11-24 15:40:15 -05:00
Markus ReiterandGitHub 63dead36cc Merge pull request #9277 from reitermarkus/app-source-not-there
Add debug information for empty BOM error.
2020-11-24 19:26:57 +01:00