apainintheneck
2bc54e56e4
Optimize CoreTap in .deleted_reason
...
This limits the previous change to only the
core tap in `MissingFormula.deleted_reason`.
The reason for this is that the `git log` command
only becomes a performance issue when the number
of monthly commits is high which really only happens
with the core tap.
2022-11-12 00:01:06 -08:00
apainintheneck
5241439f43
Speed up MissingFormula.deleted_reason
...
The current way we find out where a formula was deleted is
using `git log` to query the last months worth of formula.
For core formula that is 11,000+ commits which makes this slow.
This quits early by diffing the current branch with a commit
from a month ago and checks if that file has been deleted in the
meantime. Then, it procedes with the above `git log` command.
Note: This will miss formula that were introduced less than a month
ago and removed in the meantime though that is seemingly very rare.
2022-11-11 14:39:50 -08:00
Mike McQuaid
e1b2f68a6d
Merge pull request #14134 from p-linnane/fix-env-typo
...
docs: Fix env variable typo
2022-11-11 13:41:50 +00:00
razamatan
e7f723e543
uses_from_macos: add mandoc to allowed list
...
- see https://github.com/Homebrew/homebrew-core/pull/115411
2022-11-10 21:56:23 -08:00
Patrick Linnane
f81857140f
docs: Fix env variable typo
2022-11-10 07:33:52 -08:00
Mike McQuaid
a92c9eed82
style: check more shell scripts.
...
We were missing a few here so add them. Also, fix the changes in
`on-create-command.sh` that this catches.
2022-11-09 17:29:38 +00:00
Mike McQuaid
59f4b5226a
tests: test on Ubuntu 18.04.
2022-11-09 14:45:43 +00:00
Bo Anderson
d3852122ab
Merge pull request #14122 from Bo98/multiple-macos
...
Allow multiple macOS requirements
2022-11-09 12:13:38 +00:00
Bo Anderson
9eac310468
Allow multiple macOS requirements
2022-11-09 01:19:46 +00:00
BrewTestBot
ccb51a519d
Update RBI files for zeitwerk.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml ) workflow.
2022-11-08 18:13:03 +00:00
BrewTestBot
1807e1a147
brew vendor-gems: commit updates.
2022-11-08 18:07:43 +00:00
dependabot[bot]
9423e78242
build(deps): bump zeitwerk from 2.6.4 to 2.6.6 in /Library/Homebrew
...
Bumps [zeitwerk](https://github.com/fxn/zeitwerk ) from 2.6.4 to 2.6.6.
- [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.4...v2.6.6 )
---
updated-dependencies:
- dependency-name: zeitwerk
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 18:01:07 +00:00
Mike McQuaid
68b944a94f
Merge pull request #14112 from hyuraku/move-two-methods-to-utils/github
...
move two methods from download_strategy to utils/github
2022-11-08 14:11:47 +00:00
Mike McQuaid
8ce692cab4
Merge pull request #14117 from hyuraku/add-manpages.rb
...
Add manpages.rb
2022-11-08 14:10:53 +00:00
hyuraku
20c67b1b20
repair style
2022-11-08 21:11:10 +09:00
hyuraku
55de5deb0b
fix typo
2022-11-08 21:03:20 +09:00
hyuraku
6423c27e8b
change the condition on GitHub.multiple_short_commits_exist?
2022-11-08 21:02:11 +09:00
hyuraku
561602fa51
use Manpages method on dev-cmd/update_maintainers
2022-11-08 20:36:10 +09:00
hyuraku
d89344b41d
add manpage.rb to generating homebrew manual
2022-11-08 20:33:30 +09:00
Sean Molenaar
133c639ba9
Merge pull request #14113 from SMillerDev/feature/service/require_root
...
Service: add method to define a root requirement
2022-11-08 11:56:31 +01:00
hyuraku
5522cd106f
use url_to instead of url string
2022-11-08 18:54:18 +09:00
Sean Molenaar
fb9cc17c43
formula.rb: add deprecation
2022-11-08 09:07:24 +01:00
Sean Molenaar
a23d969df8
formula: comment out deprecation
2022-11-08 09:06:40 +01:00
hyuraku
903cac3651
refactor GitHub.multiple_short_commits_exist?
2022-11-07 23:44:42 +09:00
hyuraku
43eca95ce4
reset require-utils/github location
2022-11-07 23:12:27 +09:00
hyuraku
3e092e5e90
refactor option style
2022-11-07 23:12:07 +09:00
Dustin Rodrigues
eb1fbab729
minor typo fixes
2022-11-06 22:50:07 -05:00
hyuraku
80592f6013
move require-utils/github location
2022-11-06 23:32:46 +09:00
Sean Molenaar
d477d1663a
Service: add method to define a root requirement
2022-11-06 13:52:53 +01:00
hyuraku
3f3a0b5469
move two methods from download_storategy to utils/github
2022-11-06 18:12:43 +09:00
BrewTestBot
7177bd5877
Update RBI files for json_schemer.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml ) workflow.
2022-11-05 18:54:07 +00:00
BrewTestBot
bbf80d9982
brew vendor-gems: commit updates.
2022-11-05 18:48:25 +00:00
dependabot[bot]
6f4b0d72cb
build(deps): bump json_schemer in /Library/Homebrew
...
Bumps [json_schemer](https://github.com/davishmcclurg/json_schemer ) from 0.2.21 to 0.2.23.
- [Release notes](https://github.com/davishmcclurg/json_schemer/releases )
- [Commits](https://github.com/davishmcclurg/json_schemer/compare/v0.2.21...v0.2.23 )
---
updated-dependencies:
- dependency-name: json_schemer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-05 18:43:56 +00:00
Bo Anderson
dd6e194a2a
Merge pull request #14109 from Homebrew/dependabot/bundler/Library/Homebrew/rspec-sorbet-1.9.1
...
build(deps): bump rspec-sorbet from 1.9.0 to 1.9.1 in /Library/Homebrew
2022-11-05 18:41:07 +00:00
Bo Anderson
4f22527fc7
Merge pull request #14107 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-rails-2.17.2
...
build(deps): bump rubocop-rails from 2.16.1 to 2.17.2 in /Library/Homebrew
2022-11-05 18:40:49 +00:00
Bo Anderson
aca3db61b4
Merge pull request #14106 from Homebrew/dependabot/bundler/Library/Homebrew/rdiscount-2.2.7
...
build(deps): bump rdiscount from 2.2.0.2 to 2.2.7 in /Library/Homebrew
2022-11-05 18:40:10 +00:00
BrewTestBot
a9680d5ff6
Update RBI files for rspec.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml ) workflow.
2022-11-05 17:54:22 +00:00
BrewTestBot
e77dafd413
Update RBI files for rubocop-rails.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml ) workflow.
2022-11-05 17:51:07 +00:00
BrewTestBot
a4c9dd11b2
Update RBI files for rdiscount.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml ) workflow.
2022-11-05 17:50:53 +00:00
BrewTestBot
163629f7ee
Update RBI files for rspec-sorbet.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml ) workflow.
2022-11-05 17:50:49 +00:00
BrewTestBot
d747d2f847
brew vendor-gems: commit updates.
2022-11-05 17:48:17 +00:00
BrewTestBot
2af84eb014
brew vendor-gems: commit updates.
2022-11-05 17:45:48 +00:00
BrewTestBot
86532c4624
brew vendor-gems: commit updates.
2022-11-05 17:45:47 +00:00
BrewTestBot
e9091a7787
brew vendor-gems: commit updates.
2022-11-05 17:45:38 +00:00
dependabot[bot]
47bd162dbb
build(deps): bump rspec-sorbet from 1.9.0 to 1.9.1 in /Library/Homebrew
...
Bumps [rspec-sorbet](https://github.com/tricycle/rspec-sorbet ) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/tricycle/rspec-sorbet/releases )
- [Changelog](https://github.com/bellroy/rspec-sorbet/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tricycle/rspec-sorbet/commits )
---
updated-dependencies:
- dependency-name: rspec-sorbet
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-05 17:42:17 +00:00
dependabot[bot]
ce7ec97b36
build(deps): bump rubocop-rails in /Library/Homebrew
...
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails ) from 2.16.1 to 2.17.2.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases )
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.16.1...v2.17.2 )
---
updated-dependencies:
- dependency-name: rubocop-rails
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-05 17:41:50 +00:00
dependabot[bot]
9fdb47aeaa
build(deps): bump rdiscount from 2.2.0.2 to 2.2.7 in /Library/Homebrew
...
Bumps [rdiscount](https://github.com/davidfstr/rdiscount ) from 2.2.0.2 to 2.2.7.
- [Release notes](https://github.com/davidfstr/rdiscount/releases )
- [Changelog](https://github.com/davidfstr/rdiscount/blob/master/CHANGELOG.md )
- [Commits](https://github.com/davidfstr/rdiscount/compare/2.2.0.2...2.2.7 )
---
updated-dependencies:
- dependency-name: rdiscount
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-05 17:41:21 +00:00
dependabot[bot]
7a4b8aa772
build(deps): bump rspec from 3.11.0 to 3.12.0 in /Library/Homebrew
...
Bumps [rspec](https://github.com/rspec/rspec-metagem ) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/rspec/rspec-metagem/releases )
- [Commits](https://github.com/rspec/rspec-metagem/compare/v3.11.0...v3.12.0 )
---
updated-dependencies:
- dependency-name: rspec
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-05 17:41:07 +00:00
Bo Anderson
5cc0a47475
Merge pull request #14100 from Homebrew/dependabot/bundler/Library/Homebrew/bindata-2.4.14
...
build(deps): bump bindata from 2.4.12 to 2.4.14 in /Library/Homebrew
2022-11-05 17:39:50 +00:00
BrewTestBot
f27bf66137
Update RBI files for bindata.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml ) workflow.
2022-11-05 16:58:42 +00:00