35804 Commits

Author SHA1 Message Date
Issy Long
a8b1e2c18d
Merge pull request #15028 from reitermarkus/toplevel-stanzas
Fix `toplevel_stanzas`.
2023-03-21 22:42:12 +00:00
Rylan Polster
285907b324
Merge pull request #15030 from Homebrew/dependabot/github_actions/reitermarkus/rerun-workflow-1.3.1
build(deps): bump reitermarkus/rerun-workflow from 1.3.0 to 1.3.1
2023-03-21 15:17:18 -04:00
dependabot[bot]
6b1a67a047
build(deps): bump reitermarkus/rerun-workflow from 1.3.0 to 1.3.1
Bumps [reitermarkus/rerun-workflow](https://github.com/reitermarkus/rerun-workflow) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/reitermarkus/rerun-workflow/releases)
- [Commits](1a15891377...7381e98aa2)

---
updated-dependencies:
- dependency-name: reitermarkus/rerun-workflow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-21 18:56:48 +00:00
Rylan Polster
bf93a67258
Merge pull request #15029 from MikeMcQuaid/rubydoc-link
docs/README: improve rubydoc.brew.sh link
2023-03-21 14:29:53 -04:00
Mike McQuaid
7d09b90fff
docs/README: improve rubydoc.brew.sh link
This shouldn't really be maintainers only.

Fixes https://github.com/Homebrew/brew/issues/15026
2023-03-21 17:50:49 +00:00
Markus Reiter
3c89f99df1
Fix toplevel_stanzas. 2023-03-21 14:43:59 +01:00
Mike McQuaid
8c6f31a7ac
Merge pull request #15024 from bevanjkay/download-strategy
download_strategy: fix case where filename cannot be parsed
2023-03-21 12:37:35 +00:00
Mike McQuaid
121d91fdab
Merge pull request #15027 from reitermarkus/bom-retry
Remove explicit error for empty BOM retry.
2023-03-21 12:26:31 +00:00
Mike McQuaid
d3d372d6f5
download_strategy: use another blank. 2023-03-21 12:19:06 +00:00
Mike McQuaid
fd0b3e8035
download_strategy: use blank. 2023-03-21 12:18:17 +00:00
Markus Reiter
c6a5d79ef9
Remove explicit error for empty BOM retry. 2023-03-21 00:39:26 +01:00
Bevan Kay
f197f164c8
download_strategy: fix case where filename cannot be parsed 2023-03-21 09:12:07 +11:00
Rylan Polster
ffa7ee0112
Merge pull request #15023 from Homebrew/dependabot/bundler/Library/Homebrew/stackprof-0.2.24
build(deps): bump stackprof from 0.2.23 to 0.2.24 in /Library/Homebrew
2023-03-20 17:08:39 -04:00
BrewTestBot
2fd89ae605
Update RBI files for stackprof.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2023-03-20 19:07:52 +00:00
BrewTestBot
062e47d9ca
brew vendor-gems: commit updates. 2023-03-20 19:02:19 +00:00
dependabot[bot]
c1c08859cf
build(deps): bump stackprof from 0.2.23 to 0.2.24 in /Library/Homebrew
Bumps [stackprof](https://github.com/tmm1/stackprof) from 0.2.23 to 0.2.24.
- [Release notes](https://github.com/tmm1/stackprof/releases)
- [Changelog](https://github.com/tmm1/stackprof/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tmm1/stackprof/compare/v0.2.23...v0.2.24)

---
updated-dependencies:
- dependency-name: stackprof
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-20 18:58:42 +00:00
Mike McQuaid
aa36104e0f
Merge pull request #15022 from Homebrew/sponsors-maintainers-man-completions
Update manpage and completions.
2023-03-20 16:46:57 +00:00
BrewTestBot
88085ce55b
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-03-20 15:56:11 +00:00
Mike McQuaid
584588afb4
Merge pull request #14971 from MikeMcQuaid/import-postgresql-upgrade-database
cmd/postgresql-upgrade-database: import from homebrew/core.
4.0.9
2023-03-20 15:55:23 +00:00
Mike McQuaid
8bf8393b89
Merge pull request #15021 from MikeMcQuaid/influxdb_cardinality
analytics: improve InfluxDB cardinality
4.0.8
2023-03-20 15:54:17 +00:00
Mike McQuaid
4d8445e29d
analytics: improve InfluxDB cardinality
- roll InfluxDB token (we need to report to a new bucket to fix implicit schema)
- adjust various parameters
- separate default tags and fields
- send more fields and fewer tags (tags should have low cardinality)
- use `--data-binary` to match InfluxDB documentation
- document second precision for greater InfluxDB performance
- pass through tap name, formula/cask name, options separately
- pass `devcmdrun` as a tag
- avoid sending very high-cardinality `OS_VERSION` values
2023-03-20 15:26:47 +00:00
Mike McQuaid
bd8341d422
Merge pull request #15020 from dtrodrigues/pluralize-includecount
Add include_count parameter to pluralize util
2023-03-20 13:53:31 +00:00
Mike McQuaid
1e4abe2cc9
Merge pull request #15018 from dduugg/rm-hash-refinement
Use ActiveSupport Hash#assert_valid_keys instead of refinement
2023-03-20 13:48:47 +00:00
Mike McQuaid
eb6a443aff
Merge pull request #15019 from dduugg/enable-types
Remove misleading upstream.rbi, enable types in on_system
2023-03-20 13:47:37 +00:00
Dustin Rodrigues
b776fb32de
change includecount to include_count for readability 2023-03-20 07:23:17 -04:00
Dustin Rodrigues
e5fba88035
use includecount argument in pluralize 2023-03-19 23:35:47 -04:00
Dustin Rodrigues
b68c955946
utils: add includecount argument to pluralize util 2023-03-19 23:35:40 -04:00
Douglas Eichelberger
92b99b3132 Remove misleading upstream.rbi, enable types in on_system 2023-03-19 19:41:46 -07:00
Douglas Eichelberger
4dcd5ac47f Remove HashValidator 2023-03-19 17:37:58 -07:00
Douglas Eichelberger
516c61057b Use ActiveSupport Hash#assert_valid_keys instend of refinement 2023-03-19 17:37:58 -07:00
Mike McQuaid
98a2923463
Merge pull request #15016 from Homebrew/sponsors-maintainers-man-completions
Update manpage and completions.
4.0.7
2023-03-19 18:53:06 -04:00
Mike McQuaid
94eafdb3fe
Merge pull request #15015 from dtrodrigues/contributions-plural
dev-cmd/contributions: appropriately pluralize contribution statement
2023-03-19 18:52:44 -04:00
Dustin Rodrigues
afae58b430
dev-cmd/contributions: fix typecheck errors 2023-03-19 17:34:35 -04:00
BrewTestBot
df21c36c16
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-03-19 21:33:22 +00:00
Mike McQuaid
203c93196b
Merge pull request #15011 from carlocab/pr-pull-no-cherry-pick
pr-pull: add `--no-cherry-pick` flag
2023-03-19 17:32:31 -04:00
Mike McQuaid
c5fa3d221c
Merge pull request #15009 from apainintheneck/remove-old-prefix-placeholder
cask: remove old prefix placeholder
2023-03-19 17:29:00 -04:00
Mike McQuaid
96eb047121
Merge pull request #15008 from dduugg/enable-types
Enable types in Library/Homebrew/cask, etc.
2023-03-19 17:22:18 -04:00
Mike McQuaid
c31ae1ce6a
Merge pull request #14948 from hyuraku/remove-cask/cmd/fetch
remove `cask/cmd/fetch`
2023-03-19 17:21:22 -04:00
Dustin Rodrigues
834740f04c
dev-cmd/contributions: refactor to shorten line length 2023-03-19 17:12:11 -04:00
Issy Long
b979646c42
Merge pull request #15000 from issyl0/fix-extra-blank-line-in-caveats
caveats: Remove extra blank line between `keg_only` and other caveats
2023-03-19 20:57:15 +00:00
Dustin Rodrigues
a562d6deee
dev-cmd/contributions: appropriately pluralize contribution statement 2023-03-19 16:55:33 -04:00
Carlo Cabrera
e7f15ae0ee
Merge pull request #14974 from ywwry66/install_info_from_path 2023-03-20 04:31:46 +08:00
Issy Long
f10b88ca85
caveats: Add a new line if there isn't one from previous conditions 2023-03-19 18:38:09 +00:00
Carlo Cabrera
e5b9e97b92
Use git merge-base to determine original_commit 2023-03-20 00:55:20 +08:00
Carlo Cabrera
c669f1d625
pr-pull: add --no-cherry-pick flag
Needed for Homebrew/homebrew-core#125556. Without this, `pr-pull`
attempts to cherry-pick commits from the PR branch onto the PR branch,
and then gets upset that nothing happened.

See https://github.com/Homebrew/homebrew-core/actions/runs/4461335852/jobs/7835095294#step:10:40
2023-03-19 23:44:44 +08:00
Nanda H Krishna
8f6276ed5f
Merge pull request #14695 from DestroyerXyz/master
CI: use actions/cache@v3
2023-03-19 10:14:12 -04:00
hyuraku
4271d41e51 remove new specs 2023-03-19 22:31:00 +09:00
Shreyans Jain
cef132f8ca
fix: save-state and set-output deprecated
Signed-off-by: Shreyans Jain <shreyansthebest2007@gmail.com>
2023-03-19 17:37:21 +05:30
hyuraku
dfee012f77 change cask spec to formula one 2023-03-19 19:14:46 +09:00
apainintheneck
c831a1e5cb CI: Change order of tap-syntax step
Now the steps that say they run on all taps are
after the one where we set up all taps.
2023-03-19 00:43:00 -07:00