37838 Commits

Author SHA1 Message Date
Mike McQuaid
f404aafe56
brew: clarify which user needs to be able to read the working directory.
Otherwise, in multi-user environments, it can be ambiguous.
2024-01-11 12:24:04 +00:00
Mike McQuaid
3e537a25f2
Merge pull request #16462 from MikeMcQuaid/improve_pwd_messages
Improve working directory error messages
2024-01-11 10:20:23 +00:00
Mike McQuaid
abc1d14807
Improve working directory error messages
- Check for directory existing and directory being readable separately
  and print appropriate messages for each
- Make error messages more consistent
2024-01-10 17:21:57 +00:00
Mike McQuaid
6a19bcbad3
Merge pull request #16461 from tomy0000000/new-cask-docs-patch
Patch new cask documentation
2024-01-10 15:04:34 +00:00
Tomy Hsieh
bb5d98358a
Patch new cask documentation 2024-01-10 22:01:12 +08:00
Mike McQuaid
0f0befc8e0
Merge pull request #16458 from Bo98/json-freeze
api: use freeze option for JSON parsing
2024-01-10 13:18:09 +00:00
Mike McQuaid
398d7dba48
Merge pull request #16459 from apainintheneck/update-formula-json-for-keyless-fields
formulary: allow for more keyless fields when loading from API
2024-01-10 13:17:14 +00:00
apainintheneck
babbf008a1 formulary: allow for more keyless fields when loading from API
These were fields I missed the first time around. Now the values
line up with the expected values.
2024-01-09 23:33:20 -08:00
Bo Anderson
1c3c64a743
api: use freeze option for JSON parsing 2024-01-09 19:07:36 +00:00
Mike McQuaid
11e4b66dcf
Merge pull request #16456 from Bo98/formulary-platform-cache
Introduce Formulary platform cache
2024-01-09 11:24:22 +00:00
Bo Anderson
310b5ecbe7
Introduce Formulary platform cache 2024-01-09 11:12:49 +00:00
Mike McQuaid
1cbd454c1c
Merge pull request #16455 from MikeMcQuaid/import_homebrew_governance
docs/Homebrew-Governance: import changes.
2024-01-09 10:30:07 +00:00
Mike McQuaid
815a3a1f96
Merge pull request #16453 from MikeMcQuaid/env_sync_root
cmd/*env-sync: use *ENV_ROOT
2024-01-09 10:23:38 +00:00
Mike McQuaid
1ed083f607
docs/Homebrew-Governance: import changes.
These are changes that were made in the private repository mirror
and either voted on by members already (where they were changes) or
were agreed clarifications on existing policy.
2024-01-09 10:16:57 +00:00
Mike McQuaid
bed8ccc5d3
Merge pull request #16454 from Homebrew/sponsors-maintainers-man-completions
Update manpage and completions.
2024-01-09 10:13:52 +00:00
Mike McQuaid
06752f032f
cmd/*env-sync: use *ENV_ROOT
Fixes https://github.com/Homebrew/brew/issues/16428
2024-01-09 10:13:33 +00:00
BrewTestBot
e2e184c7d5
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.
2024-01-09 09:30:59 +00:00
Mike McQuaid
5b9f8b6269
Merge pull request #16452 from MikeMcQuaid/brew_upgrade_completions
completions: ignore errors on cask list generation.
2024-01-09 09:29:58 +00:00
Mike McQuaid
ac18853533
completions: ignore errors on cask list generation.
These will always error on Linux.

Fixes #16424
2024-01-09 09:19:38 +00:00
Mike McQuaid
7e6f5c23a2
Merge pull request #16442 from branchvincent/setuptools
pypi: stop excluding setuptools
2024-01-09 09:00:05 +00:00
Mike McQuaid
8c73ceb757
Merge pull request #16451 from dduugg/no-string-indent
Remove ActiveSupport String#indent core extension
2024-01-09 08:51:14 +00:00
Mike McQuaid
8486ff88f1
utils/pypi: readability tweak. 2024-01-09 08:50:08 +00:00
Branch Vincent
ecc60a13e0
pypi: stop excluding setuptools 2024-01-08 19:17:45 -08:00
Douglas Eichelberger
7b1a3c7535 Remove ActiveSupport String indent core extension 2024-01-08 13:36:45 -08:00
Douglas Eichelberger
0852e1d7b6 Refactor away String#indent 2024-01-08 13:36:45 -08:00
Mike McQuaid
e74dc47d67
Merge pull request #16440 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-rspec-2.26.1
build(deps-dev): bump rubocop-rspec from 2.25.0 to 2.26.1 in /Library/Homebrew
2024-01-08 19:05:08 +00:00
Bo Anderson
43e5352074
test/requirement_spec: use stub_const 2024-01-08 18:41:32 +00:00
Patrick Linnane
50b0940c72
various: fix future tense in tests
Co-authored-by: Bo Anderson <mail@boanderson.me>
2024-01-08 18:41:30 +00:00
BrewTestBot
519017d5f0
Update RBI files for rubocop-rspec.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-01-08 18:41:27 +00:00
BrewTestBot
940f782dd2
brew vendor-gems: commit updates. 2024-01-08 18:40:31 +00:00
dependabot[bot]
e9a40c3f57
build(deps-dev): bump rubocop-rspec in /Library/Homebrew
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.25.0 to 2.26.1.
- [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.25.0...v2.26.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 18:39:56 +00:00
Mike McQuaid
dd22752561
Merge pull request #16449 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-performance-1.20.2
build(deps-dev): bump rubocop-performance from 1.20.1 to 1.20.2 in /Library/Homebrew
2024-01-08 16:06:25 +00:00
Patrick Linnane
10e5bd060b
Merge pull request #16450 from Homebrew/dependabot/bundler/Library/Homebrew/tapioca-0.11.15
build(deps-dev): bump tapioca from 0.11.14 to 0.11.15 in /Library/Homebrew
2024-01-08 08:04:20 -08:00
BrewTestBot
2c013ad361
Update RBI files for rubocop-performance.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-01-08 15:54:30 +00:00
BrewTestBot
0653c68598
Update RBI files for tapioca.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-01-08 15:52:30 +00:00
BrewTestBot
8aef4dc68f
brew vendor-gems: commit updates. 2024-01-08 15:50:49 +00:00
dependabot[bot]
90e26b53e4
build(deps-dev): bump rubocop-performance in /Library/Homebrew
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.20.1 to 1.20.2.
- [Release notes](https://github.com/rubocop/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.20.1...v1.20.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 15:47:50 +00:00
BrewTestBot
6040d9c854
brew vendor-gems: commit updates. 2024-01-08 15:44:50 +00:00
dependabot[bot]
2c633d3776
build(deps-dev): bump tapioca in /Library/Homebrew
Bumps [tapioca](https://github.com/Shopify/tapioca) from 0.11.14 to 0.11.15.
- [Release notes](https://github.com/Shopify/tapioca/releases)
- [Commits](https://github.com/Shopify/tapioca/compare/v0.11.14...v0.11.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 15:41:42 +00:00
Mike McQuaid
02edb464d6
Merge pull request #16446 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-factory_bot-2.25.1
build(deps-dev): bump rubocop-factory_bot from 2.24.0 to 2.25.1 in /Library/Homebrew
2024-01-08 15:40:13 +00:00
Mike McQuaid
e71bee3d8d
Merge pull request #16448 from Homebrew/dependabot/bundler/Library/Homebrew/ruby-prof-1.7.0
build(deps-dev): bump ruby-prof from 1.6.3 to 1.7.0 in /Library/Homebrew
2024-01-08 15:34:18 +00:00
Mike McQuaid
5fe100ff0d
Merge pull request #16447 from Homebrew/dependabot/bundler/Library/Homebrew/regexp_parser-2.9.0
build(deps-dev): bump regexp_parser from 2.8.3 to 2.9.0 in /Library/Homebrew
2024-01-08 15:31:18 +00:00
BrewTestBot
59f9a5f946
Update RBI files for rubocop-factory_bot.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-01-08 15:29:38 +00:00
BrewTestBot
0442779207
Update RBI files for regexp_parser.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-01-08 15:21:02 +00:00
BrewTestBot
6672e8b03f
Update RBI files for ruby-prof.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-01-08 15:19:08 +00:00
BrewTestBot
b93aef4479
brew vendor-gems: commit updates. 2024-01-08 15:15:30 +00:00
BrewTestBot
dcec07bfb0
brew vendor-gems: commit updates. 2024-01-08 15:15:13 +00:00
BrewTestBot
43d7226c05
brew vendor-gems: commit updates. 2024-01-08 15:15:02 +00:00
dependabot[bot]
74e314119d
build(deps-dev): bump ruby-prof from 1.6.3 to 1.7.0 in /Library/Homebrew
Bumps [ruby-prof](https://github.com/ruby-prof/ruby-prof) from 1.6.3 to 1.7.0.
- [Changelog](https://github.com/ruby-prof/ruby-prof/blob/master/CHANGES)
- [Commits](https://github.com/ruby-prof/ruby-prof/commits)

---
updated-dependencies:
- dependency-name: ruby-prof
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 15:12:27 +00:00
dependabot[bot]
d177a2fd33
build(deps-dev): bump regexp_parser in /Library/Homebrew
Bumps [regexp_parser](https://github.com/ammar/regexp_parser) from 2.8.3 to 2.9.0.
- [Changelog](https://github.com/ammar/regexp_parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ammar/regexp_parser/compare/v2.8.3...v2.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 15:12:16 +00:00