Carlo Cabrera
959e2432a9
Update completions.
...
Generated with `brew generate-man-completions`
2023-04-07 22:27:08 +08:00
Carlo Cabrera
a754b6d343
Merge remote-tracking branch 'origin/master' into test-runners
2023-04-07 22:26:05 +08:00
Carlo Cabrera
5b8ead7bc8
Add more tests
...
Also, remove most integration tests, because they're slow.
2023-04-07 22:21:46 +08:00
Carlo Cabrera
fdc113d85c
os/mac/version: add unsupported_release?
helper
2023-04-07 22:21:08 +08:00
Issy Long
dcc44f164d
Merge pull request #15105 from issyl0/cask-audit-only-failures-default
...
audit: Make `--display-failures-only` the default for Casks
2023-04-07 14:43:51 +01:00
Issy Long
8319c8f9b9
Make audit_casks
return [path, { errors:, warnings:}]
for CI
...
- This was failing but only in CI because the annotations require
"errors" and "warnings" hash elements. Since formulae have this
despite formulae not having warnings (probably for compatibility with
casks), I decided to reinstate `errors` and `warnings` hash for Casks
_right at the end_ and we can clean this up another time (famous last
words).
2023-04-07 14:31:12 +01:00
Markus Reiter
844db75361
Add source paths to API.
2023-04-07 15:20:01 +02:00
Carlo Cabrera
4c33d85172
test_runner_formula: update tests
...
- also test `#compatible_with?`
- check that we're not simulating a system after `#dependents` is called
2023-04-07 19:31:24 +08:00
Carlo Cabrera
3d5218892d
github_runner_matrix: split into separate files
2023-04-07 19:10:28 +08:00
Carlo Cabrera
5ecd24ba20
Prefer public_send
to send
2023-04-07 01:47:11 +08:00
Carlo Cabrera
f9cc563e91
test_runner_formula: add tests
2023-04-06 21:03:58 +08:00
Markus Reiter
d15f571eb6
Merge pull request #15117 from reitermarkus/curl-head-get
...
Add `curl_head` method.
2023-04-06 11:51:49 +02:00
Issy Long
a1d4a46f06
Update Library/Homebrew/cask/audit.rb
...
Co-authored-by: Markus Reiter <me@reitermark.us>
2023-04-06 10:13:02 +01:00
Issy Long
93de196a34
Update Library/Homebrew/cask/audit.rb
2023-04-06 09:49:20 +01:00
Markus Reiter
fbf474a3fd
Add curl_head
method.
2023-04-06 10:22:24 +02:00
Mike McQuaid
367fe5373b
Merge pull request #15161 from dduugg/yard-cleanup
...
Minor YARD improvements
2023-04-06 08:51:20 +01:00
Mike McQuaid
461fc3ec81
Merge pull request #15160 from razvanazamfirei/greedy
...
Add HOMEBREW_GREEDY option
2023-04-06 08:43:20 +01:00
Mike McQuaid
d2c8b11eb5
Merge pull request #15163 from issyl0/2023-agm-minutes
...
docs/governance/2023-agm-minutes: Add brief summary of talking points
2023-04-06 08:42:26 +01:00
Mike McQuaid
b9fb7c5dbf
Merge pull request #15162 from Homebrew/dependabot/bundler/Library/Homebrew/addressable-2.8.3
...
build(deps): bump addressable from 2.8.2 to 2.8.3 in /Library/Homebrew
2023-04-06 08:42:08 +01:00
Mike McQuaid
53f6ffc920
Merge pull request #15155 from colindean/patch-1
...
Import doc "How To Organize AGM" from homebrew-governance-private
2023-04-06 08:40:19 +01:00
Mike McQuaid
104434c1d9
Merge pull request #15150 from muzimuzhi/tap-formula-file
...
Tighten `tap.formula_file?(file)` and `tap.formula_files` to not detect cask file as formula
2023-04-06 08:37:50 +01:00
Razvan Azamfirei
22eb43ca37
syntax fix
2023-04-05 20:07:58 -04:00
Razvan Azamfirei
acc598fdc9
Update env_config.rb
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2023-04-05 19:29:57 -04:00
Razvan Azamfirei
87b4f1f396
Update env_config.rb
2023-04-05 19:26:20 -04:00
Issy Long
d636d2de37
Apply suggestions from review comments
...
- Rename `strictish` to `strict_only` in `add_error` method.
- Return just `errors`, a Set, not `{ errors: errors }`, a Hash,
from `Auditor.audit`.
2023-04-06 00:10:28 +01:00
Yukai Chou
0cfc4ab1e8
fixup! avoid duplicating logic
2023-04-06 05:03:56 +08:00
Yukai Chou
16c81d7a55
tighten tap.formula_files
similarly
2023-04-06 05:00:21 +08:00
Yukai Chou
1098cb6a7d
avoid duplicating logic
2023-04-06 04:59:55 +08:00
Issy Long
785991773f
docs/governance/2023-agm-minutes: Add brief summary of talking points
2023-04-05 21:33:15 +01:00
Carlo Cabrera
d1b782fd68
github_runner_matrix: simplify
2023-04-06 03:33:34 +08:00
BrewTestBot
e7e80ad8af
Update RBI files for addressable.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml ) workflow.
2023-04-05 19:10:42 +00:00
BrewTestBot
60ae89c245
brew vendor-gems: commit updates.
2023-04-05 19:04:35 +00:00
dependabot[bot]
bd94eab349
build(deps): bump addressable from 2.8.2 to 2.8.3 in /Library/Homebrew
...
Bumps [addressable](https://github.com/sporkmonger/addressable ) from 2.8.2 to 2.8.3.
- [Release notes](https://github.com/sporkmonger/addressable/releases )
- [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.8.2...addressable-2.8.3 )
---
updated-dependencies:
- dependency-name: addressable
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-05 18:58:03 +00:00
Colin Dean
c6fdfa3258
Import doc "How To Organize AGM" from homebrew-governance-private
...
The PLC and members workshopped and reviewed this based on past AGMs,
especially the 2023 meeting.
This has some small formatting-only changes compared ot the H-G-P version due
to Markdownlint rules on this public repository. I'll port these changes
to the private repo after merging.
2023-04-05 14:17:57 -04:00
Carlo Cabrera
87373ff12a
Move more code out of dev-cmd
2023-04-06 02:13:15 +08:00
Douglas Eichelberger
200b5cad6a
Minor YARD improvements
2023-04-05 10:06:45 -07:00
Carlo Cabrera
fc0c375cff
Update completions.
...
Generated with `brew generate-man-completions`
2023-04-05 23:58:19 +08:00
Carlo Cabrera
ffcc4cd75f
Merge remote-tracking branch 'origin/master' into test-runners
2023-04-05 23:55:01 +08:00
Mike McQuaid
61efc7076d
Merge pull request #15156 from dduugg/enable-types
2023-04-05 15:43:53 +01:00
Razvan Azamfirei
28490626fd
style fixes
2023-04-05 09:44:32 -04:00
Razvan Azamfirei
183fad82a6
add greedy option
2023-04-05 09:28:15 -04:00
Mike McQuaid
79edc3b5da
Merge pull request #15158 from MikeMcQuaid/coretap_installed
2023-04-05 11:41:11 +01:00
Mike McQuaid
e12ca4cee6
Merge pull request #15152 from dduugg/version-compare
2023-04-05 11:40:03 +01:00
Mike McQuaid
3404767cd0
Merge pull request #15154 from apainintheneck/cop-to-prevent-bin-in-service-blocks
2023-04-05 11:35:33 +01:00
Mike McQuaid
0eb6c63140
Merge pull request #15157 from dduugg/block-types
2023-04-05 11:34:18 +01:00
Mike McQuaid
61eec0002d
tap: remove some CoreTap installed? checks.
...
We should be using the API unless specifically requested not to.
Fixes #15153 .
2023-04-05 09:19:20 +01:00
Mike McQuaid
1c87b8e67a
Merge pull request #15148 from ZhongRuoyu/commands-command_description
...
commands: explain change in command description splitting
2023-04-05 09:01:42 +01:00
Ruoyu Zhong
c7f3e72e6b
commands: make the description splitting pattern a constant
2023-04-05 15:16:38 +08:00
Douglas Eichelberger
47ffcd5cb7
Add types to block params
2023-04-04 22:42:27 -07:00
Douglas Eichelberger
c5ffec1a11
Enable types in dev-cmd, etc.
2023-04-04 22:23:46 -07:00