Markus Reiter
d55f1b85bf
Add --os and --arch flags to readall.
2023-05-20 20:11:31 +02:00
Markus Reiter
106a61c0a6
Merge pull request #15469 from Homebrew/sorbet-files-update
...
sorbet: Update RBI files.
2023-05-20 19:44:11 +02:00
Markus Reiter
31ba0d280f
Remove methods from formula.rbi.
2023-05-20 19:28:29 +02:00
Markus Reiter
08c4b23ee0
Merge pull request #15468 from tzneal/remove-self-symlink
...
remove mechanize-2.9.1 symlink to itself
2023-05-20 19:11:23 +02:00
BrewTestBot
9867b1cf3c
sorbet: Update RBI files.
...
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml ) workflow.
2023-05-20 00:23:06 +00:00
Todd Neal
9c29cf942d
remove mechanize-2.9.1 symlink to itself
2023-05-19 16:43:20 -05:00
Markus Reiter
c265d3d330
Merge pull request #15464 from reitermarkus/brew-audit-output
...
Clean up `brew audit` output.
2023-05-19 19:53:19 +02:00
Markus Reiter
7cc1b6191e
Clean up brew audit output.
2023-05-19 19:40:37 +02:00
Markus Reiter
e85016230e
Merge pull request #15462 from Homebrew/sponsors-maintainers-man-completions
...
Update manpage and completions.
2023-05-19 15:16:36 +02:00
Markus Reiter
8371dde56a
Merge pull request #15435 from reitermarkus/working-dir-expand
...
Expand `service` paths.
2023-05-19 15:15:10 +02:00
BrewTestBot
a5a921c512
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-05-19 13:04:26 +00:00
Markus Reiter
e9bfcb9296
Merge pull request #15225 from reitermarkus/audit-os-arch
...
Add `--os=all` and `--arch=all` options for `brew audit`.
2023-05-19 15:03:32 +02:00
Markus Reiter
ee5f12d633
Merge pull request #15461 from reitermarkus/curl-download
...
Simplify `curl_download`.
2023-05-19 15:03:18 +02:00
Markus Reiter
f984495db0
Merge pull request #15458 from reitermarkus/cask-renames-token
...
Fix wrong token in `Cask::Migrator`.
2023-05-19 14:53:07 +02:00
Markus Reiter
e7a9727f56
Simplify curl_download.
2023-05-19 14:39:46 +02:00
Markus Reiter
08cffe0a64
Merge pull request #15460 from reitermarkus/fix-curl-test
...
Fix failing test.
2023-05-19 14:23:45 +02:00
Markus Reiter
9885fbc129
Fix failing test.
2023-05-19 14:07:06 +02:00
Markus Reiter
c12ea0bc56
Also expand paths in command.
2023-05-18 20:00:46 +02:00
Markus Reiter
3484fa319b
Add tests.
2023-05-18 19:59:32 +02:00
Markus Reiter
7eff8957c4
Expand service paths.
2023-05-18 19:59:32 +02:00
Markus Reiter
beb4c044c2
Fix wrong token in Cask::Migrator.
2023-05-18 19:50:06 +02:00
Carlo Cabrera
16b2a14c94
Merge pull request #15457 from Homebrew/sponsors-maintainers-man-completions
...
Update manpage and completions.
2023-05-18 22:22:29 +08:00
Bo Anderson
2b703d5ed4
Merge pull request #15456 from Bo98/service-api-fix
...
service: fix API compatibility break
2023-05-18 15:12:21 +01:00
BrewTestBot
61698a8baa
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-05-18 14:09:30 +00:00
Mike McQuaid
1d794cd8c2
Merge pull request #15445 from binury/master
...
Add brew deps `--missing` arg
2023-05-18 15:08:48 +01:00
Bo Anderson
a3c96126cf
service: fix API compatibility break
2023-05-18 14:57:47 +01:00
Carlo Cabrera
6ac868a035
Merge pull request #15440 from carlocab/download-artifact-refactor
...
Refactor GitHub artifact downloads out of `dev-cmd/pr-pull`
2023-05-18 21:27:36 +08:00
Mike McQuaid
857dbfb2ea
Merge pull request #15455 from MikeMcQuaid/formulary_presence
...
formulary: use a lot more `.presence`.
2023-05-18 13:28:18 +01:00
Mike McQuaid
77f94ba5bf
formulary: use a lot more .presence.
...
Addresses regression in https://github.com/Homebrew/brew/pull/15396 .
Fixes https://github.com/Homebrew/homebrew-core/issues/131284
Fixes https://github.com/Homebrew/homebrew-core/issues/131287
Fixes https://github.com/Homebrew/homebrew-bundle/issues/1205
2023-05-18 13:14:52 +01:00
Mike McQuaid
d70ebaea3d
Merge pull request #15409 from TheMDev/master
...
Download Strategy Dependency Missing Case
2023-05-18 13:09:57 +01:00
Kevin
946478aed4
Merge pull request #15396 from apainintheneck/custom-service-name
...
Custom service name
2023-05-17 22:09:31 -07:00
apainintheneck
f2adbf6613
service: change custom name DSL
...
After some discussion, we decided to change the DSL to get rid of
the `plist_name` and `service_name` methods which aren't meaningful
for most users.
The new DSL looks like this:
```rb
service do
name macos: "name", linux: "name"
end
```
I also updated some specs here to reflect these changes.
There was some talk about maybe deprecating `plist_name` and `service_name`
but I think that's outside of the scope of this PR so I'm leaving
them as is for now. One benefit of this is that everything here is backwards
compatible.
2023-05-17 21:54:32 -07:00
Michael Wagner
78c07fd0e1
Fix Missing Download Strategy And Dependency
2023-05-17 16:30:00 -05:00
Robin Ury
dddec94fd7
Change: --skip-installed to --missing
2023-05-17 14:57:26 -05:00
Robin Ury
9b884942d7
Change: skip-installed description for clarity
2023-05-17 13:59:38 -05:00
Robin Ury
db84725c7b
Fix: strict args exception for uses
2023-05-17 13:53:19 -05:00
Robin Ury
6aa9a0e57b
Add brew deps --skip-installed arg
2023-05-17 13:53:19 -05:00
Carlo Cabrera
4c0912d95c
utils/github/artifacts: minor improvements
2023-05-17 23:54:45 +08:00
Carlo Cabrera
d7870bb24d
Move artifact download code to separate file
...
This will help avoid mutually-recursive `require`s.
2023-05-17 23:48:58 +08:00
Markus Reiter
a97e63efbf
Fix tests on generic OS.
2023-05-17 15:26:46 +02:00
Markus Reiter
486c3765ce
Add --os=all and --arch=all options.
2023-05-17 15:26:46 +02:00
Carlo Cabrera
43b6d79a4c
cleanup: handle GitHub Actions artifacts
...
Implemented based on feedback from #15440 .
2023-05-17 21:11:16 +08:00
Carlo Cabrera
9260bd97e8
GitHubArtifactDownloadStrategy: fix initialize signature
2023-05-17 21:11:16 +08:00
Carlo Cabrera
ee6ef00a73
GitHubArtifactDownloadStrategy: set cache properly
...
Co-authored-by: Bo Anderson <mail@boanderson.me>
2023-05-17 21:11:16 +08:00
Carlo Cabrera
d372eb86ca
utils/github: remove unnecessary chdir call
...
The only existing caller already has the requested directory as the
workign directory, so this is currently not needed.
2023-05-17 21:11:15 +08:00
Carlo Cabrera
05337cbb79
Refactor GitHub artifact downloads out of dev-cmd/pr-pull
...
I plan to use these in `test-bot` to download built bottles from
previous CI runs.
2023-05-17 21:11:15 +08:00
Mike McQuaid
f7b3225574
Merge pull request #15447 from carlocab/all-github-vars
...
bin/brew: add all `GITHUB_*` vars to env allowlist
2023-05-17 13:06:40 +01:00
Carlo Cabrera
b65f08700d
bin/brew: add all GITHUB_* vars to env allowlist
...
See #15441 .
2023-05-17 19:53:46 +08:00
Mike McQuaid
13d716b08c
Merge pull request #15442 from Homebrew/dependabot/github_actions/codecov/codecov-action-3.1.4
...
Bump codecov/codecov-action from 3.1.3 to 3.1.4
2023-05-17 12:33:08 +01:00
Mike McQuaid
81c56a5e53
Merge pull request #15444 from Homebrew/sorbet-files-update
...
sorbet: Update RBI files.
2023-05-17 12:32:55 +01:00