25245 Commits

Author SHA1 Message Date
Sean Molenaar
05eafa5cac
pr-automerge: allow users to specify a workflow for pr-publish 2022-04-25 20:29:35 +02:00
Bo Anderson
968366696b
Merge pull request #13183 from apainintheneck/fix-sorbet-type
cli/parser: Re-enable Sorbet Type Checking
2022-04-25 15:09:45 +01:00
apainintheneck
9c4402a049 Resolved Sorbet type bug
Related to sorbet/sorbet#498

Had to change the call to caller_locations to filter out
sorbet runtime checking.
2022-04-25 00:29:05 -07:00
Alexander Bayandin
3f95cdd80f
Merge pull request #13177 from bayandin/allow_underscore_in_cask_names
tap_constants: allow to use underscore in cask names
2022-04-22 14:28:06 +01:00
Mike McQuaid
add2991d4f
Merge pull request #13147 from pmrowla/update-python-resources-env
bump-formula-pr: expose update-python-resources CLI flags
2022-04-22 14:23:15 +01:00
Alexander Bayandin
8dbbb20f08
tap_constants: allow to use underscore in cask names 2022-04-22 12:24:31 +01:00
Bo Anderson
6db3ee6b0a
extend/os/linux/keg_relocate: restore checking only GCC major versions 2022-04-22 01:41:23 +01:00
Bo Anderson
b2a896eec6
Merge pull request #13065 from xxyzz/skip_build_deps
Skip build deps to avoid downloading bottles
2022-04-22 01:33:44 +01:00
Mike McQuaid
c1a9ce62aa
Merge pull request #13163 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-rspec-2.10.0
build(deps): bump rubocop-rspec from 2.9.0 to 2.10.0 in /Library/Homebrew
2022-04-21 15:33:54 +01:00
Peter Rowlands
e794b913c8 bump-formula-pr: expose update-python-resources CLI flags 2022-04-21 16:12:37 +09:00
Sam Ford
1c4faaa5d5
Strategy: Use Curl output parsing methods 2022-04-20 23:49:18 -04:00
Sam Ford
13e3f704c9
Cask::Audit: Account for nil appcast_contents 2022-04-20 23:47:51 -04:00
Sam Ford
9355da5291
DownloadStrategy: Use #curl_response_last_location 2022-04-20 23:47:51 -04:00
Sam Ford
c5eeff941e
Curl: Update to use response parsing methods 2022-04-20 23:47:51 -04:00
Sam Ford
9171eb2e16
Curl: Add methods to parse response 2022-04-20 23:47:51 -04:00
BrewTestBot
4ffc69764a
Update RBI files for rubocop-rspec. 2022-04-20 12:40:31 +00:00
BrewTestBot
5e64a50464
brew vendor-gems: commit updates. 2022-04-20 12:36:06 +00:00
dependabot[bot]
99af12597b
build(deps): bump rubocop-rspec in /Library/Homebrew
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-rspec/compare/v2.9.0...v2.10.0)

---
updated-dependencies:
- dependency-name: rubocop-rspec
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-20 12:33:30 +00:00
Mike McQuaid
2d9bfc62be
Merge pull request #13158 from apainintheneck/tests-changed-switch
Added --changed option to "brew tests" dev cmd
2022-04-19 19:11:51 +01:00
apainintheneck
b7d88225bb Added --changed option to "brew tests" dev cmd
This option allows the user to run tests on all
files that have been changed from the master
branch.
2022-04-19 09:53:45 -07:00
Issy Long
baceee9d24
Merge pull request #13149 from issyl0/add-code-scanning-workflow 2022-04-18 19:49:38 +01:00
Issy Long
94d8bd5d32
download_strategy: In regexps, only allow valid hostname characters
> This regular expression has an unrestricted wildcard '.+?' which may cause 'googlecode\.com/svn' to be matched anywhere in the URL, outside the hostname.
2022-04-15 16:45:42 +01:00
Issy Long
f8d9a5c2db
rubocops/urls: In regexps, only allow valid hostname characters
> This regular expression has an unrestricted wildcard '.*' which may cause 'googlecode\.com/files' to be matched anywhere in the URL, outside the hostname.
2022-04-15 16:45:41 +01:00
Issy Long
aa36b343ca
rubocops/urls: Escape .s in hostnames in regexps 2022-04-15 16:45:25 +01:00
Issy Long
ffe0c18b2a
rubocops/homepage: Escape .s in hostnames in regexps 2022-04-15 15:46:36 +01:00
Issy Long
63742cd480
dev-cmd/bump-formula-pr: Escape .s in hostnames in regexps
> This regular expression has an unescaped '.' before 'apache.org/dyn/closer', so it might match more hosts than expected.
2022-04-15 15:36:46 +01:00
Mike McQuaid
589c136f4c
Merge pull request #13144 from apainintheneck/update-msg
Display old and new version numbers when updating Homebrew
2022-04-15 15:11:55 +01:00
apainintheneck
f811774cab Display old and new version numbers when updating 2022-04-14 11:58:19 -07:00
BrewTestBot
61a7a51172
brew vendor-gems: commit updates. 2022-04-14 18:09:14 +00:00
dependabot[bot]
cedef2c4e8
build(deps-dev): bump sorbet in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.9886 to 0.5.9889.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: sorbet
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-14 18:03:31 +00:00
Sean Molenaar
624ea2a98b
Merge pull request #12790 from SMillerDev/feature/service/socket_and_keepalive
service: add sockets and keepalive variants
2022-04-14 14:20:01 +02:00
Daniel Nachun
97b0162541
Merge pull request #13138 from danielnachun/patch_prefix3
Binary patching of build prefixes
2022-04-13 13:32:01 -07:00
BrewTestBot
dec1fbe92c
brew vendor-gems: commit updates. 2022-04-13 18:10:23 +00:00
dependabot[bot]
b83837f00c
build(deps-dev): bump sorbet in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.9878 to 0.5.9886.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: sorbet
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-13 18:05:40 +00:00
Mike McQuaid
62fe3014e9
Merge pull request #13136 from EricFromCanada/reinstall-fixes
formula_installer: handle unexpected .brew presence/absence
2022-04-13 16:20:48 +01:00
EricFromCanada
774537d3c2
formula_installer: handle unexpected .brew presence/absence 2022-04-13 10:53:57 -04:00
EricFromCanada
8a7f082b30
list: output only if installed casks are passed
Fixes #13139.
2022-04-13 10:50:50 -04:00
EricFromCanada
fd79cfa38e
null.rb: alias outdated_release? to allow formulae usage 2022-04-13 07:54:54 -04:00
danielnachun
26791734c1
test/keg_relocate/binary_relocation_spec.rb: add new unit test 2022-04-12 15:53:04 -07:00
danielnachun
ae1c5c8054
software_spec.rb: change compatible_location 2022-04-12 15:53:04 -07:00
danielnachun
4de01663bc
formula_installer.rb: call relocate_build_prefix 2022-04-12 15:53:04 -07:00
danielnachun
c4032ac9c9
keg_relocate.rb: rebase 2022-04-12 15:53:03 -07:00
Nanda H Krishna
e1c1157a76
Merge pull request #13135 from Homebrew/dependabot/bundler/Library/Homebrew/public_suffix-4.0.7
build(deps): bump public_suffix from 4.0.6 to 4.0.7 in /Library/Homebrew
2022-04-12 15:41:23 -04:00
Mike McQuaid
21e177b164
Merge pull request #13134 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.9878
build(deps-dev): bump sorbet from 0.5.9874 to 0.5.9878 in /Library/Homebrew
2022-04-12 19:46:05 +01:00
BrewTestBot
7c273dc5b5
Update RBI files for public_suffix. 2022-04-12 18:19:36 +00:00
BrewTestBot
85c387393c
Update RBI files for sorbet. 2022-04-12 18:15:36 +00:00
BrewTestBot
4c9624076d
brew vendor-gems: commit updates. 2022-04-12 18:14:57 +00:00
BrewTestBot
c7aa84b3d2
Update RBI files for parser. 2022-04-12 18:12:25 +00:00
BrewTestBot
05de3f8834
brew vendor-gems: commit updates. 2022-04-12 18:11:23 +00:00
BrewTestBot
3bf3fe86f1
brew vendor-gems: commit updates. 2022-04-12 18:07:33 +00:00