35804 Commits

Author SHA1 Message Date
Eric Knibbe
5cfb179831
Merge pull request #14571 from EricFromCanada/messaging-fixes-combined
Fixes for internal messaging
2023-02-10 23:57:09 -05:00
EricFromCanada
dfc9906184
internal messaging fixes 2023-02-10 23:17:16 -05:00
Nanda H Krishna
8cd497d37e
Merge pull request #14591 from Homebrew/dependabot/bundler/Library/Homebrew/parser-3.2.1.0
build(deps): bump parser from 3.2.0.0 to 3.2.1.0 in /Library/Homebrew
2023-02-10 15:21:38 -05:00
Mike McQuaid
13e5a0972c
Merge pull request #14590 from Homebrew/dependabot/bundler/Library/Homebrew/zeitwerk-2.6.7
build(deps): bump zeitwerk from 2.6.6 to 2.6.7 in /Library/Homebrew
2023-02-10 19:39:53 +00:00
Mike McQuaid
9ce6ca3e2b
Merge pull request #14588 from MikeMcQuaid/curl_speed_vars
brew.sh: move shared curl speed limit settings here.
2023-02-10 19:29:13 +00:00
BrewTestBot
2f3f4a34d0
Update RBI files for parser.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2023-02-10 19:10:37 +00:00
BrewTestBot
0ba91becc0
Update RBI files for zeitwerk.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2023-02-10 19:08:36 +00:00
BrewTestBot
029f5f1520
brew vendor-gems: commit updates. 2023-02-10 19:04:15 +00:00
BrewTestBot
4454db9ed9
brew vendor-gems: commit updates. 2023-02-10 19:02:23 +00:00
dependabot[bot]
fdba38c68b
build(deps): bump parser from 3.2.0.0 to 3.2.1.0 in /Library/Homebrew
Bumps [parser](https://github.com/whitequark/parser) from 3.2.0.0 to 3.2.1.0.
- [Release notes](https://github.com/whitequark/parser/releases)
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/whitequark/parser/compare/v3.2.0.0...v3.2.1.0)

---
updated-dependencies:
- dependency-name: parser
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-10 18:58:27 +00:00
dependabot[bot]
2f5c0d2299
build(deps): bump zeitwerk from 2.6.6 to 2.6.7 in /Library/Homebrew
Bumps [zeitwerk](https://github.com/fxn/zeitwerk) from 2.6.6 to 2.6.7.
- [Release notes](https://github.com/fxn/zeitwerk/releases)
- [Changelog](https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fxn/zeitwerk/compare/v2.6.6...v2.6.7)

---
updated-dependencies:
- dependency-name: zeitwerk
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-10 18:57:59 +00:00
Mike McQuaid
a78006a700
Merge pull request #14585 from Homebrew/revert-14479-apply-extend/os-to-dev-cmd/bottle
Revert "move `dev-cmd/bottle` methods to extend/os"
2023-02-10 17:41:45 +00:00
Nanda H Krishna
4bc9111b73
Merge pull request #14586 from Homebrew/sponsors-maintainers-man-completions
Update manpage and completions.
2023-02-10 12:35:02 -05:00
Mike McQuaid
e301fe8fd8
brew.sh: move shared curl speed limit settings here.
This avoids duplication and potentially allows it to be used for various
other `curl` calls.
2023-02-10 17:27:10 +00:00
Mike McQuaid
43a887a7da
Merge pull request #14584 from anatawa12/master
fix(utils/github): failure with fine-granted api tokens
2023-02-10 17:09:13 +00:00
BrewTestBot
cf80856cb6
Update manpage and completions.
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
2023-02-10 17:02:18 +00:00
BrewTestBot
344cc35c9b
Update manpage and completions.
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
2023-02-10 17:01:55 +00:00
Mike McQuaid
30b2a546e5
Revert "move dev-cmd/bottle methods to extend/os" 2023-02-10 17:01:22 +00:00
Mike McQuaid
6513d18440
Merge pull request #14581 from carlocab/multicat
dev-cmd/cat: accept multiple formula/cask arguments
2023-02-10 17:00:44 +00:00
anatawa12
cd045b53e8
fix(utils/github): failure with fine-granted api tokens 2023-02-11 00:06:28 +09:00
Carlo Cabrera
2a3b4e4cfd
dev-cmd/cat: accept multiple formula/cask arguments
"cat" is short for "concatenate" (and not "dump to stdout"), so it seems
a little silly for `brew cat` to not be able to concatenate
formulae/casks.

Let's fix that.
2023-02-10 22:07:10 +08:00
Carlo Cabrera
ca35e0ff11
formula_auditor: allow references to closed PRs
The `github_issue_comment` audit disallows references to closed or
merged PRs in other repositories. We should allow those, since it is a
common pattern to reference merged PRs in formulae when adding comments
that explain changes that need to be made in future versions (e.g.
`patch` blocks).
2023-02-10 22:02:17 +08:00
Mike McQuaid
fe37be6c30
github_packages: improve schema debugging. 2023-02-10 09:05:10 +00:00
Mike McQuaid
b9b3bd2571
brew style --fix 2023-02-10 08:59:51 +00:00
Mike McQuaid
eb7c6ad195
Merge pull request #14573 from Homebrew/dependabot/bundler/Library/Homebrew/regexp_parser-2.7.0
build(deps): bump regexp_parser from 2.6.2 to 2.7.0 in /Library/Homebrew
2023-02-10 08:28:12 +00:00
Mike McQuaid
10aeac61d1
Merge pull request #14575 from danielbayley/bat-config-path
Fix `HOMEBREW_BAT_CONFIG_PATH`
2023-02-10 08:25:16 +00:00
Bo Anderson
4b766b329c
Merge pull request #14572 from Bo98/speed-time
Use --speed-time over --max-time for API downloads
2023-02-10 03:07:26 +00:00
apainintheneck
6914c310c7 extend/os: remove cask install code
This code is unnecessary since `--formula` is passed
by default to the install command on Linux making it
impossible to reach `Cask::Cmd::Install.install_casks`
since it is surrounded by `if casks.any?; end`.
2023-02-09 17:35:02 -08:00
Daniel Bayley
2ff90c3232 Fix HOMEBREW_BAT_CONFIG_PATH hint
`HOMEBREW_BAT_CONFIG_PATH` should respect [`BAT_CONFIG_PATH`](https://github.com/sharkdp/bat#configuration-file), in the same way that `HOMEBREW_BAT_THEME` [reflects](https://github.com/Homebrew/brew/pull/13385/files#diff-a8ebbe0466e56bdb9c7ebc74d5ffbd383b8c0902fcb5146cb1960e3d69dadeb1R78) `BAT_THEME`.

Previous, for context:
https://github.com/Homebrew/brew/pull/7488
https://github.com/Homebrew/brew/pull/11975
https://github.com/Homebrew/brew/pull/13385
2023-02-09 19:24:31 +00:00
BrewTestBot
301eb2d5b1
Update RBI files for regexp_parser.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2023-02-09 19:15:25 +00:00
BrewTestBot
fb336da538
Update RBI files for rubocop.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2023-02-09 19:11:57 +00:00
BrewTestBot
19e19e89b7
brew vendor-gems: commit updates. 2023-02-09 19:07:58 +00:00
BrewTestBot
83ea0de8f9
brew vendor-gems: commit updates. 2023-02-09 19:04:37 +00:00
dependabot[bot]
c30a6f9a64
build(deps): bump rubocop from 1.44.1 to 1.45.1 in /Library/Homebrew
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.44.1 to 1.45.1.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop/compare/v1.44.1...v1.45.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-09 19:00:53 +00:00
dependabot[bot]
73ab08ef99
build(deps): bump regexp_parser from 2.6.2 to 2.7.0 in /Library/Homebrew
Bumps [regexp_parser](https://github.com/ammar/regexp_parser) from 2.6.2 to 2.7.0.
- [Release notes](https://github.com/ammar/regexp_parser/releases)
- [Changelog](https://github.com/ammar/regexp_parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ammar/regexp_parser/compare/v2.6.2...v2.7.0)

---
updated-dependencies:
- dependency-name: regexp_parser
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-09 19:00:03 +00:00
Bo Anderson
51d63ee484
cmd/update.sh: fix API download reporting 2023-02-09 18:27:37 +00:00
Bo Anderson
15c291f054
api: don't add --time-cond on retries 2023-02-09 18:26:37 +00:00
Bo Anderson
a26a2d71a8
Use --speed-time over --max-time for API downloads 2023-02-09 18:25:52 +00:00
Mike McQuaid
c9496ae50f
Merge pull request #14569 from reitermarkus/unversioned-casks
Ignore livecheckable casks in `bump-unversioned-casks`.
2023-02-09 15:33:56 +00:00
Markus Reiter
c735c63122
Ignore livecheckable casks in bump-unversioned-casks. 2023-02-09 16:06:53 +01:00
Mike McQuaid
0c74105536
Merge pull request #14567 from hyuraku/apply-extend/os-to-dev-cmd/update-test
apply `extend/os` to `dev-cmd/update-test`
2023-02-09 14:59:48 +00:00
Mike McQuaid
7c1931750d
os/linux/dev-cmd/update-test: tweak returns. 2023-02-09 14:29:29 +00:00
hyuraku
8eb59869dd rename the method which returns git tags 2023-02-09 23:06:52 +09:00
Mike McQuaid
521b7a1a89
Merge pull request #14568 from flier/inc_JSON_API_MAX_TIME
increase `JSON_API_MAX_TIME`
2023-02-09 13:41:11 +00:00
Flier Lu
f08c1e836d increase JSON_API_MAX_TIME 2023-02-09 21:06:46 +08:00
hyuraku
5fd5d391fd apply extend/os to dev-cmd/update-test 2023-02-09 22:06:26 +09:00
Mike McQuaid
f383e7f1c2
Merge pull request #14561 from reitermarkus/version-latest-docs
Tweak `version :latest` docs.
2023-02-09 12:52:42 +00:00
Mike McQuaid
e6548a89a7
Merge pull request #14564 from cho-m/github-api-last-run
utils/github: get artifact from last run
2023-02-09 12:39:40 +00:00
Michael Cho
3beca4f691
utils/github: get artifact from last run 2023-02-08 18:22:58 -08:00
Markus Reiter
fa9d8057ab
Tweak version :latest docs. 2023-02-08 19:07:21 +01:00