Bo Anderson
b683bebd24
Merge pull request #14139 from EricFromCanada/rubydoc-fixes
...
rubydoc: fixes for output
2022-11-12 01:36:12 +00: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
EricFromCanada
216a045b36
rubydoc: fixes for output
2022-11-11 16:16:54 -05:00
EricFromCanada
91c71a58ac
Cask-Cookbook: content & formatting updates
2022-11-11 16:07:11 -05:00
EricFromCanada
d6d16969c6
Formula-Cookbook: content & formatting updates
2022-11-11 16:07:11 -05:00
EricFromCanada
69f3ce6ec1
Formula-Cookbook: add/move/reorder sections
2022-11-11 16:07:11 -05:00
EricFromCanada
9c22c47e4f
Cookbooks: adjust line breaks
2022-11-11 15:49:53 -05:00
Daniel Bayley
b9ee9b868d
Fix install
<cask> --dry-run
2022-11-11 17:33:11 +00: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
Mike McQuaid
8cdb3d2a89
Merge pull request #14137 from razamatan/fix/add_mandoc_to_uses_from_macos
...
uses_from_macos: add mandoc to allowed list
2022-11-11 12:59:35 +00:00
Mike McQuaid
9e1ca132fc
Merge pull request #14126 from Homebrew/issue-templates
...
Improve issue templates
2022-11-11 12:56:05 +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
Issy Long
6d3340aaaa
README: Better words for what the security form is
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2022-11-10 11:22:02 +00:00
Issy Long
6691a7f154
README: Switch from HackerOne to GitHub for vulnerability reporting
...
- This was launched yesterday, we were early adopters. I (independently,
zero pressure from my employer) think there's benefit in a centralized
vulnerability reporting mechanism that's closer to the code and easier
for researchers to find.
2022-11-10 11:00:04 +00:00
Mike McQuaid
72f7880e2a
Merge pull request #14129 from Homebrew/style_more_shell_scripts
...
style: check more shell scripts.
2022-11-09 18:03:02 +00: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
eaf887656f
Merge pull request #14128 from Homebrew/codespaces_prebuild_fix
...
devcontainer/on-create-command: fix prebuild handling.
3.6.10
2022-11-09 16:53:41 +00:00
Mike McQuaid
ecfe4fe6c9
Merge pull request #14127 from Homebrew/docker-jq
...
Dockerfile: install jq.
2022-11-09 16:06:01 +00:00
Mike McQuaid
709bb23d49
devcontainer/on-create-command: fix prebuild handling.
...
`CODESPACES_PREBUILD_TOKEN` has been unset as it breaks other things.
2022-11-09 15:38:40 +00:00
Mike McQuaid
6990e5f537
Dockerfile: install jq.
...
It's a small dependency and makes it easier to do scripting.
2022-11-09 15:32:12 +00:00
Mike McQuaid
9600bd0485
Merge pull request #13975 from Homebrew/ubuntu-18.04
...
tests: test on Ubuntu 18.04.
2022-11-09 15:18:57 +00:00
Mike McQuaid
59f4b5226a
tests: test on Ubuntu 18.04.
2022-11-09 14:45:43 +00:00
Mike McQuaid
e13c25f9f6
Update feature.yml
2022-11-09 12:48:45 +00:00
Mike McQuaid
280ed03c23
Update bug.yml
2022-11-09 12:46:22 +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
Mike McQuaid
b7a2029bb8
Merge pull request #14119 from Homebrew/dependabot/bundler/Library/Homebrew/zeitwerk-2.6.6
...
build(deps): bump zeitwerk from 2.6.4 to 2.6.6 in /Library/Homebrew
2022-11-09 12:05:17 +00:00
Bevan Kay
33d3a5d728
cask/artifiact/abstract_uninstall: allow wildcard entries for launchctl
2022-11-09 13:21:49 +11: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
c33b5b257e
Merge pull request #14118 from Homebrew/sponsors-maintainers-man-completions
...
Update manpage and completions.
2022-11-08 15:16:56 +00:00
BrewTestBot
89b3bb83f7
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.
2022-11-08 14:38:09 +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
Mike McQuaid
cc67a48f3a
Merge pull request #14111 from Homebrew/sponsors-maintainers-man-completions
...
Update manpage and completions.
2022-11-08 11:55:11 +00: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
Mike McQuaid
5b069d3e91
Merge pull request #14115 from Homebrew/codespaces_debugging
...
devcontainer/on-create-command: fix Ubuntu 18.04, add debugging.
2022-11-07 17:05:28 +00:00
Mike McQuaid
bc4274fda0
devcontainer/on-create-command: fix Ubuntu 18.04, add debugging.
...
Add some debugging information to be able to customise the prebuild/not
cases for this script.
Also, handle `zsh-autosuggestions` not being available for Ubuntu 18.04.
2022-11-07 16:36:57 +00: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