Douglas Eichelberger
827fc87cde
Enable more typing
2023-03-15 14:29:15 -07:00
BrewTestBot
089f79eddb
sorbet: Update RBI files.
...
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml ) workflow.
2023-03-15 21:28:48 +00:00
Issy Long
be2bb817e2
Merge pull request #14986 from issyl0/sorbet-fix-autobump-commits
2023-03-15 19:06:12 +00:00
Nanda H Krishna
1834f8be1b
Merge pull request #14987 from Homebrew/sponsors-maintainers-man-completions
...
Update manpage and completions.
2023-03-15 14:59:53 -04:00
Mike McQuaid
6fd54eba5f
Merge pull request #14985 from dduugg/no-compat
...
Remove compatibility layer
2023-03-15 13:48:00 -04:00
Carlo Cabrera
279217cd14
Merge pull request #14982 from carlocab/docker
...
Dockerfile: fix installation of `gh`, et al.
2023-03-16 01:37:00 +08:00
BrewTestBot
caf0721810
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-03-15 17:30:13 +00:00
Mike McQuaid
a2d3b3a9b7
Merge pull request #14972 from MikeMcQuaid/rbenv-nodenv-sync
...
cmd/{rb,nod}env-sync: add new commands.
2023-03-15 13:29:11 -04:00
Issy Long
f75a7621a5
sorbet: Fix (not) committing Spoom automatic sigil bumps
...
- This was failing to push the existing changes if there was nothing to
commit. Add an extra `if`.
```
==> Bumping Sorbet `typed` sigils...
Checking files...
No file to bump from false to true
Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
[sorbet-files-update 7c3c04e94] sorbet: Update RBI files.
1 file changed, 5 insertions(+), 1 deletion(-)
On branch sorbet-files-update
nothing to commit, working tree clean
Error: Process completed with exit code 1.
```
2023-03-15 17:22:31 +00:00
Carlo Cabrera
3b044a8113
Fix brew style
2023-03-16 01:19:54 +08:00
Mike McQuaid
62edc3258a
cmd/postgresql-upgrade-database: import from homebrew/core.
...
This is useful for non-contributor users but won't be installed if they
don't have homebrew/core tapped (the default).
Co-authored-by: Rylan Polster <rslpolster@gmail.com>
2023-03-15 13:16:40 -04:00
Mike McQuaid
b61bf2591b
cmd/{rb,nod}env-sync: add new commands.
...
Add these commands to ease use of Homebrew's bottles with `rbenv` and
`nodenv`.
I've had a lot of people request this over the years and it's worked
well for me for a long time.
I could see people extending these to support other languages or version
managers so perhaps we want a more generic name.
Co-authored-by: Rylan Polster <rslpolster@gmail.com>
2023-03-15 13:13:09 -04:00
Carlo Cabrera
ff285217da
Use --no-install-recommends
...
Co-authored-by: Ruoyu Zhong <zhongruoyu@outlook.com>
2023-03-16 01:09:20 +08:00
Carlo Cabrera
60b1cb7afd
Dockerfile: remove bash-ism
2023-03-16 01:07:19 +08:00
Douglas Eichelberger
ea65b7264a
Update GitHubPackages for new Tab implementation
2023-03-15 09:49:45 -07:00
Carlo Cabrera
9ad7f91801
Dockerfile: fix installation of gh
, et al.
...
Needed for Homebrew/homebrew-core#125556 .
2023-03-16 00:44:18 +08:00
Mike McQuaid
5a0cdaa749
Merge pull request #14939 from shanesmith/fix-keep-alive-sample-code
...
Fix keep_alive sample code in formula cookbook
2023-03-15 12:31:32 -04:00
Mike McQuaid
83aea49d8a
Merge pull request #14981 from dduugg/tab-no-ostruct
...
Remove OpenStruct use in Tab
2023-03-15 12:16:49 -04:00
Mike McQuaid
78e5bd53eb
Merge pull request #14980 from reitermarkus/spdx-test
...
Simplify SPDX test.
2023-03-15 12:15:08 -04:00
Mike McQuaid
65bfc6267e
Merge pull request #14978 from bevanjkay/bump-release-notes
...
bump-formula-pr: wrap release notes in <pre> tags
2023-03-15 12:13:09 -04:00
Mike McQuaid
162075f1b2
Merge pull request #14964 from MikeMcQuaid/merge_group
...
workflows/tests: enable merge group builds.
2023-03-15 12:08:41 -04:00
Shane Smith
6782adfe4c
Remove extra space
2023-03-15 10:21:11 -04:00
Markus Reiter
ed831041b9
Merge pull request #14979 from reitermarkus/env-config-generator
...
Fix `env_config` generator.
2023-03-15 14:44:21 +01:00
Markus Reiter
9d415e22da
Simplify SPDX test.
2023-03-15 14:30:47 +01:00
Markus Reiter
7591175f93
Fix env_config
generator.
2023-03-15 14:28:47 +01:00
Issy Long
b6198cdd07
dev-cmd/contributions: Avoid the /users/#{user}/events
API call
...
- This is wasteful when we can just catch the `ValidationFailedError`
from the GitHub API from the search query.
2023-03-15 13:00:49 +00:00
Issy Long
0a804e1b38
dev-cmd/contributions: Use the correct variable name 🙄
2023-03-15 12:50:14 +00:00
Issy Long
03bd62ca0d
dev-cmd/contributions: Don't fall over if a user's profile is private
...
- It's possible to hide your contribution graph and not be searchable on
GitHub. Let's make sure `brew contributions` doesn't fall over if the
user's profile is private (determined by the `/events` user endpoint
returning []).
2023-03-15 12:48:59 +00:00
Bevan Kay
69d03bf6ed
bump-formula-pr: wrap release notes in <pre> tags
2023-03-15 23:03:27 +11:00
Douglas Eichelberger
4d32699f61
Placate rubocop
2023-03-14 23:01:09 -07:00
Douglas Eichelberger
da3e28b026
Fix tests
2023-03-14 23:01:08 -07:00
Douglas Eichelberger
3018793f93
Remove OpenStruct use in Tab
2023-03-14 23:01:08 -07:00
Douglas Eichelberger
cc5b013cb9
Remove compatibility layer
2023-03-14 14:49:34 -07:00
Mike McQuaid
0d5e291fe1
Merge pull request #14973 from dduugg/kernel-cleanup
...
Minor Kernel cleanup
2023-03-14 15:05:53 -04:00
Douglas Eichelberger
6238a0779d
remove test
2023-03-14 11:46:38 -07:00
Douglas Eichelberger
a1748605ab
Minor Kernel cleanup
2023-03-14 10:27:16 -07:00
Mike McQuaid
1a86e001a5
Merge pull request #14970 from MikeMcQuaid/dockerfile_fix_old_ubuntu
...
Dockerfile: fix build of Ubuntu 18.04 image.
2023-03-14 12:44:35 -04:00
Mike McQuaid
7e36b40b78
Merge pull request #14969 from dduugg/enable-typing
...
Enable types for most dev commands
2023-03-14 12:28:22 -04:00
Mike McQuaid
ed38bf1061
Dockerfile: fix build of Ubuntu 18.04 image.
...
Some of these packages are only available on newer versions.
2023-03-14 12:25:00 -04:00
Mike McQuaid
3aeb7c8a47
Merge pull request #14968 from MikeMcQuaid/dockerfile_more_apt_get
...
Dockerfile: `apt-get install` more useful things
2023-03-14 12:13:11 -04:00
Douglas Eichelberger
c178986235
Fix tests
2023-03-14 08:50:56 -07:00
Douglas Eichelberger
f4c9a96c70
Enable types in dev-cmd
2023-03-14 08:32:03 -07:00
Mike McQuaid
d993167fae
Merge pull request #14967 from bayandin/fix-undefined-e
...
debrew: fix undefined variable
2023-03-14 07:01:10 -04:00
Mike McQuaid
b43523c81f
Dockerfile: apt-get install
more useful things
...
We need all of these in various homebrew/core workflows.
2023-03-14 06:53:02 -04:00
Mike McQuaid
162d2bac33
Merge pull request #14965 from issyl0/rubocop-style-accessor-grouping
...
rubocop: Enable `Style/AccessorGrouping` and autofix offenses
2023-03-14 06:50:32 -04:00
Mike McQuaid
0dd41b5a57
Merge pull request #14955 from dduugg/enable-typing
...
Enable typing in a few more files
2023-03-14 06:49:00 -04:00
Alexander Bayandin
d907a591a9
debrew: fix undefined variable
2023-03-14 11:09:57 +01:00
Issy Long
cace5c429f
rubocop: Enable Style/AccessorGrouping
and autofix offenses
...
- With RuboCop 1.48.1 this no longer reports offenses and applies bugged
autocorrections for `attr`s with Sorbet `sig`s, so we can enable it.
2023-03-14 00:01:02 +00:00
Mike McQuaid
8a5e1697a6
Merge pull request #14963 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-1.48.1
...
build(deps): bump rubocop from 1.48.0 to 1.48.1 in /Library/Homebrew
2023-03-13 22:14:38 +00:00
Mike McQuaid
fbf013a93d
Merge pull request #14962 from Homebrew/dependabot/bundler/Library/Homebrew/rack-3.0.6.1
...
build(deps): bump rack from 3.0.4.2 to 3.0.6.1 in /Library/Homebrew
2023-03-13 22:14:31 +00:00