19338 Commits

Author SHA1 Message Date
Markus Reiter
b72e7ee34d Only treat cask audit warnings as errors if --strict is passed. 2020-09-14 13:12:38 +02:00
Markus Reiter
e4356e85d1 Treat more things as errors in cask audit. 2020-09-14 13:12:38 +02:00
Mike McQuaid
c42146adac
Merge pull request #8720 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-ast-0.4.0
build(deps): bump rubocop-ast from 0.3.0 to 0.4.0 in /Library/Homebrew
2020-09-14 10:24:37 +01:00
Mike McQuaid
c7e4a3d8b9
Merge pull request #8708 from Rylan12/bump-revision-fix-license
bump-revision: fix for new license syntax
2020-09-14 09:47:42 +01:00
Mike McQuaid
05d649808f
Merge pull request #8695 from MikeMcQuaid/linkage_cache_performance
Improve linkage cache linkage_cache_performance
2020-09-14 08:37:06 +01:00
dependabot-preview[bot]
e66227c864
build(deps): bump rubocop-ast from 0.3.0 to 0.4.0 in /Library/Homebrew
Bumps [rubocop-ast](https://github.com/rubocop-hq/rubocop-ast) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/rubocop-hq/rubocop-ast/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-ast/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop-ast/compare/v0.3.0...v0.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-14 05:23:55 +00:00
Markus Reiter
2f25e1f03e Strip escape codes from annotations. 2020-09-13 23:45:28 +02:00
Vidushee Amoli
484c2b4fab
Merge pull request #8715 from Homebrew/tapioca-update
sorbet: update RBI files using Tapioca.
2020-09-13 10:48:19 +05:30
Markus Reiter
b27dc174fd
Merge pull request #8714 from reitermarkus/url-incapsula
Ignore URLs protected by Incapsula.
2020-09-13 02:56:06 +02:00
BrewTestBot
8a4b433dbf sorbet: update RBI files using Tapioca.
Autogenerated by [a scheduled GitHub Action](https://github.com/Homebrew/brew/blob/master/.github/workflows/tapioca.yml).
2020-09-13 00:44:56 +00:00
Markus Reiter
753b9fdbd3
Merge pull request #8713 from reitermarkus/toggl-track-prerelease
Allow `toggl-track` to be a pre-release.
2020-09-13 02:41:02 +02:00
Markus Reiter
1c04ba7e4d
Merge pull request #8684 from reitermarkus/audit-annotations
Output annotations for `brew audit`.
2020-09-13 02:39:55 +02:00
Markus Reiter
f21591fd65 Ignore URLs protected by Incapsula. 2020-09-13 02:25:31 +02:00
Rylan Polster
eb5e11a5e4 bump-revision: fix for license symbols 2020-09-12 19:17:32 -04:00
Markus Reiter
94a306def6 Allow toggl-track to be a pre-release. 2020-09-13 01:14:16 +02:00
Markus Reiter
8cfa050158 Check for CloudFlare protection on status code 403. 2020-09-12 21:33:39 +02:00
vidusheeamoli
cccbb0b4ef sorbet: add new files and solve existing errors
Add 12 new files to sorbet/files.yaml and solve existing type errors.
36 errors=> 33 errors.
2020-09-12 23:43:24 +05:30
Issy Long
f9dd8ae6f9
Merge pull request #8705 from issyl0/sorbet-svn-rbi
sorbet: Add a RBI file for `utils/svn.rb` typechecking
2020-09-12 18:04:13 +01:00
Rylan Polster
138c224be9 bump-revision: fix for new license syntax 2020-09-12 12:56:27 -04:00
Issy Long
06b4b4d521
sorbet: Regenerate RBI file for the spoom gem
- Sorbet was reporting parameter ordering errors in a previous version
  of this RBI file due to [a bug in Tapioca](https://github.com/Shopify/tapioca/issues/116).
- Rather than wait for a new version of the `spoom` gem for
  `brew typecheck --update-definitions` to work on, I manually deleted the
  RBI file and used that command to generate an updated one with the
  latest Tapioca version (0.4.5) which fixes the ordering bug.
- Before, `brew typecheck` surfaced 36 errors. Now, it surfaces 24. Much more pleasant.
2020-09-12 16:08:13 +01:00
Issy Long
c98deebdbf
sorbet: Add a RBI file for utils/svn.rb typechecking
- Needed to `include Kernel` otherwise Sorbet couldn't find the
  `system_command` method.
- I've also attempted to construct method signatures for all the methods.
- Before, `brew typecheck` surfaced 36 errors. Now we're down to 33 errors.
2020-09-12 16:03:19 +01:00
dependabot-preview[bot]
a3a8b985a2
build(deps): bump sorbet-runtime in /Library/Homebrew
Bumps [sorbet-runtime](https://github.com/sorbet/sorbet) from 0.5.5903 to 0.5.5909.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-12 14:18:46 +00:00
Dawid Dziurla
f6601cee10
Support bottle uploads to GitHub Releases
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-09-12 13:03:39 +02:00
dependabot-preview[bot]
66f272e55f
build(deps): bump sorbet from 0.5.5903 to 0.5.5909 in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.5903 to 0.5.5909.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-12 05:22:42 +00:00
Vidushee Amoli
3ecbd9183e
Merge pull request #8702 from Homebrew/tapioca-update
sorbet: update RBI files using Tapioca.
2020-09-12 09:56:21 +05:30
Seeker
bd90d66491
Merge pull request #8688 from SeekingMeaning/bump-cask-pr/latest
bump-cask-pr: add support for `:latest`
2020-09-11 17:44:22 -07:00
BrewTestBot
7654cf87e9 sorbet: update RBI files using Tapioca.
Autogenerated by [a scheduled GitHub Action](https://github.com/Homebrew/brew/blob/master/.github/workflows/tapioca.yml).
2020-09-12 00:41:56 +00:00
Mike McQuaid
e93a6aa51b
Merge pull request #8700 from MikeMcQuaid/formula-spdx-require
formula: add missing SPDX require.
2020-09-11 17:40:01 +01:00
Mike McQuaid
cea6bf6efe
formula: add missing SPDX require.
https://github.com/Homebrew/formulae.brew.sh/pull/328/checks?check_run_id=1102740199#step:6:5
2020-09-11 17:16:03 +01:00
Mike McQuaid
6d0fb50cc7
Merge pull request #8697 from MikeMcQuaid/formula-json-license-string
formula: use pretty license output in JSON.
2020-09-11 16:23:57 +01:00
Mike McQuaid
5d82f67427 formula: use pretty license output in JSON.
This will improve things for formulae.brew.sh.
2020-09-11 13:10:42 +01:00
Mike McQuaid
dd1967c3e5
Merge pull request #8693 from MikeMcQuaid/update_report_only_installed
Add HOMEBREW_UPDATE_REPORT_ONLY_INSTALLED
2020-09-11 12:59:55 +01:00
Mike McQuaid
3d436d3664 Improve linkage cache linkage_cache_performance
- Use reference counting so nested `CacheStoreDatabase.use` share the
  same underlying database (rather than rereading it every time).
- Only write out the cache database file when it has changed.
- Cleanup cache database entries on formula or full `brew cleanup`.

Fixes #8690
2020-09-11 12:57:15 +01:00
Mike McQuaid
f161e56ce0 ENV: check SDK exists when setting up.
Reuse code from `brew doctor` that checks and produces a fatal error
and from `install.rb` that runs it.

Closes #8646
2020-09-11 12:05:22 +01:00
Mike McQuaid
9df637ffd1 Add HOMEBREW_UPDATE_REPORT_ONLY_INSTALLED
This allows reducing the volume of `brew update` output by only
outputting the changes to formulae that you have installed.
2020-09-11 11:59:47 +01:00
Mike McQuaid
16ee849c43
Merge pull request #8632 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-performance-1.8.0
build(deps): bump rubocop-performance from 1.7.1 to 1.8.0 in /Library/Homebrew
2020-09-11 11:58:49 +01:00
Mike McQuaid
5875f74c4d
Merge pull request #8679 from MikeMcQuaid/tests-tweaks
Tweak tests annotations
2020-09-11 11:41:06 +01:00
Mike McQuaid
5a20968c19 Tweak tests annotations
- Don't skip Git installation tests on generic OS; remove it instead.
- Install Subversion for macOS Subversion tests.
2020-09-11 11:11:42 +01:00
Mike McQuaid
fb4d08a49a Fix brew style 2020-09-11 10:29:22 +01:00
Mike McQuaid
a80dd751a1 brew vendor-gems: commit updates. 2020-09-11 10:29:20 +01:00
dependabot-preview[bot]
50d191ee21 build(deps): bump rubocop-performance in /Library/Homebrew
Bumps [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance) from 1.7.1 to 1.8.0.
- [Release notes](https://github.com/rubocop-hq/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop-performance/compare/v1.7.1...v1.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-11 10:29:20 +01:00
dependabot-preview[bot]
50f82b2281
build(deps): bump sorbet from 0.5.5898 to 0.5.5903 in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.5898 to 0.5.5903.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-11 08:19:54 +00:00
dependabot-preview[bot]
16c0de5995
build(deps): bump sorbet-runtime in /Library/Homebrew
Bumps [sorbet-runtime](https://github.com/sorbet/sorbet) from 0.5.5898 to 0.5.5903.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-11 07:50:05 +00:00
Mike McQuaid
5d265c74e3
Merge pull request #8689 from Homebrew/dependabot/bundler/Library/Homebrew/tapioca-0.4.5
build(deps): bump tapioca from 0.4.4 to 0.4.5 in /Library/Homebrew
2020-09-11 08:47:41 +01:00
Mike McQuaid
bd9c24101f
Merge pull request #8686 from reitermarkus/curl-progress
Don't override global `system_command` methods in download strategies.
2020-09-11 08:44:30 +01:00
dependabot-preview[bot]
9df82eca6f
build(deps): bump tapioca from 0.4.4 to 0.4.5 in /Library/Homebrew
Bumps [tapioca](https://github.com/Shopify/tapioca) from 0.4.4 to 0.4.5.
- [Release notes](https://github.com/Shopify/tapioca/releases)
- [Commits](https://github.com/Shopify/tapioca/compare/v0.4.4...v0.4.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-11 05:20:17 +00:00
Seeker
693764ee35 bump-cask-pr: add support for :latest 2020-09-10 20:02:26 -07:00
BrewTestBot
4278847403 sorbet: update RBI files using Tapioca.
Autogenerated by [a scheduled GitHub Action](https://github.com/Homebrew/brew/blob/master/.github/workflows/tapioca.yml).
2020-09-11 00:41:13 +00:00
Markus Reiter
172bf76d74 Pass verbosity options to curl in download strategies. 2020-09-10 23:50:24 +02:00
Markus Reiter
16acd08d0a Don't override global system_command methods in download strategies. 2020-09-10 23:39:19 +02:00