22820 Commits

Author SHA1 Message Date
Markus Reiter
fb9b8f4c96
Merge pull request #8214 from MLH-Fellowship/fix-cask-issue-87045
Fix issue where the cask_opts env variable was not respected when running upgrade, reinstall, uninstall
2020-08-05 21:09:38 +02:00
Seeker
0d6bec2e0a bump-formula-pr: fix check_all_pull_requests 2020-08-05 12:07:41 -07:00
William Ma
72b0859b8c Remove invalid HOMEBREW_CASK_OPTS options 2020-08-05 12:22:12 -04:00
Sam Ford
72985277e8
Add strategy to livecheck DSL 2020-08-05 11:54:37 -04:00
Elizabeth Tackett
a3278ad345 add bump spec 2020-08-05 10:10:05 -05:00
William Ma
907d4d7f74 Add shared methods for uninstalling, reinstalling casks 2020-08-05 11:04:40 -04:00
Markus Reiter
b1ca2f7e3c Add shared method for upgrading casks. 2020-08-05 13:55:04 +02:00
Jonathan Chang
0e8962f816
Merge pull request #8211 from jonchang/license-groups
license: permit no license for non-core taps, add exempted license groups
2020-08-05 20:55:11 +10:00
Jonathan Chang
fa80b484f1
license: style fixes
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-08-05 20:26:13 +10:00
dependabot-preview[bot]
78e90d399d
build(deps): bump dnsruby from 1.61.3 to 1.61.4 in /docs
Bumps [dnsruby](https://github.com/alexdalitz/dnsruby) from 1.61.3 to 1.61.4.
- [Release notes](https://github.com/alexdalitz/dnsruby/releases)
- [Changelog](https://github.com/alexdalitz/dnsruby/blob/master/RELEASE_NOTES.md)
- [Commits](https://github.com/alexdalitz/dnsruby/commits/v1.61.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-05 10:25:09 +00:00
Dustin Rodrigues
068568e6e0
Merge pull request #8218 from dtrodrigues/homepage-style-wording
style: clarify GitHub .git error message
2020-08-05 04:19:34 -04:00
Dustin Rodrigues
5157c08327 style: clarify GitHub .git error message 2020-08-05 01:00:36 -04:00
Jonathan Chang
839f52006c rubocop: let test/dev-cmd/audit_spec be longer 2020-08-05 12:53:58 +10:00
Jonathan Chang
f1e06b865a audit: permit license groups 2020-08-05 12:52:20 +10:00
Dustin Rodrigues
e76cea16b1
Merge pull request #8213 from dtrodrigues/homepage-style
style: autocorrect readthedocs and GitHub .git homepages
2020-08-04 19:25:24 -04:00
Markus Reiter
86359c4c91 Implement Homebrew.args compatibility layer. 2020-08-04 23:18:07 +02:00
Mike McQuaid
875f9e3b5a
Merge pull request #8212 from MikeMcQuaid/tests-tweak-naming
workflows/tests: tweak step naming.
2020-08-04 16:32:10 +01:00
Mike McQuaid
d8442d175e
workflows/tests: tweak step naming.
This should make it a bit more obvious what is being tested each time.

The homebrew-core/linuxbrew-core style step actually runs the same
command but, as far as I can tell, there's no way of altering the string
that's output as the `name` based on the OS.
2020-08-04 16:04:09 +01:00
Mike McQuaid
bbd32a6b3c
Merge pull request #8163 from alebcay/write-jar-script-fix
extend/pathname: use absolute path to java in write_jar_script
2020-08-04 15:20:39 +01:00
Mike McQuaid
2dc8918650
Merge pull request #8191 from reitermarkus/bottle-publisher
Remove unused `BottlePublisher` class.
2020-08-04 15:20:34 +01:00
Dustin Rodrigues
1c5e73a578 style: autocorrect readthedocs and GitHub .git homepages 2020-08-04 09:45:18 -04:00
Mike McQuaid
468e96734f
Merge pull request #8209 from MikeMcQuaid/rubocop-exclude-formula-class-length
rubocop: adjust RuboCop metrics checks.
2020-08-04 14:42:34 +01:00
Mike McQuaid
754beb64fc
rubocop: exclude formula.rb from ClassLength.
We want to allow this class to grow larger still while still enforcing
this on other classes.
2020-08-04 14:03:11 +01:00
Mike McQuaid
361b92a32d
Merge pull request #8210 from MikeMcQuaid/tap-new-updates
tap-new: update GitHub Actions.
2020-08-04 13:31:00 +01:00
Mike McQuaid
acfdbce6d4
tap-new: update GitHub Actions.
This should be using the split options for a better user experience
and can use both Linux and macOS now.
2020-08-04 11:57:39 +01:00
Mike McQuaid
590669c568
Merge pull request #8208 from MikeMcQuaid/public_domain_license
license: handle "Public Domain".
2020-08-04 11:39:13 +01:00
Mike McQuaid
94274f7ffc
docs/Formula-Cookbook: improve license text.
Co-authored-by: Jonathan Chang <jchang641@gmail.com>
2020-08-04 11:17:23 +01:00
Mike McQuaid
fb0268da7e
license: handle "Public Domain".
Allow `:public_domain` to be used as a `license` value and ensure that
it's handled correctly by `brew info`, `brew audit` and `brew install`.
2020-08-04 10:47:41 +01:00
Mike McQuaid
9f80629f64
Merge pull request #8203 from MLH-Fellowship/add-caskroom
caskroom: Add --caskroom to match --cellar
2020-08-04 09:05:08 +01:00
Jonathan Chang
7075959919
Merge pull request #8205 from Homebrew/spdx-3.10
data/spdx.json: update to v3.10
2020-08-04 11:26:25 +10:00
Jonathan Chang
bacc40b5be workflows: run spdx only on Homebrew/brew 2020-08-04 10:44:16 +10:00
BrewTestBot
633fa86e86 data/spdx.json: update to v3.10 2020-08-04 00:22:30 +00:00
William Ma
53ff55bc8e caskroom: Add --caskroom to brew.sh 2020-08-03 18:16:26 -04:00
Rylan Polster
19007de6a2
Merge pull request #8165 from Rylan12/python-docs-update
docs: add reference to update-python-resources
2020-08-03 17:10:40 -04:00
Rylan Polster
61fbdb9aec
Merge pull request #8164 from Rylan12/license-docs-update
docs: add license information
2020-08-03 17:10:05 -04:00
Rylan Polster
3b1c8ce37e
Merge pull request #8161 from Rylan12/add-update-python-resources-blocklist
update-python-resources: add blocklist
2020-08-03 17:08:56 -04:00
Seeker
5c6eda8dcf
Merge pull request #8179 from SeekingMeaning/bump-formula-pr/base-branch
bump-formula-pr: open PR on default branch
2020-08-03 12:53:37 -07:00
Bo Anderson
41ada12b48
Merge pull request #8200 from Rylan12/deps-fix-args
deps: fix args for --installed with no formula
2020-08-03 19:50:36 +01:00
Bo Anderson
0dab255ba3
Merge pull request #8202 from Bo98/log-args
cmd/log: fix args error
2020-08-03 19:49:43 +01:00
Seeker
ec9589b048
Merge pull request #8158 from SeekingMeaning/uses/tree-part-0
cmd/uses: extract function `intersection_of_dependents`
2020-08-03 10:43:08 -07:00
Seeker
bf16c7a78f bump-formula-pr: open PR on default branch 2020-08-03 10:24:53 -07:00
Seeker
281a598685 cmd/uses: extract function intersection_of_dependents 2020-08-03 10:19:50 -07:00
Seeker
0653bb1d2d
Merge pull request #8186 from SeekingMeaning/version/token-comparisons
version: extend token comparisons to strings, integers, and nil
2020-08-03 10:10:01 -07:00
Seeker
865e3871b8
Merge pull request #8177 from SeekingMeaning/bump-formula-pr/read-only-run
bump-formula-pr: restore formula unless read only run
2020-08-03 10:07:32 -07:00
William Ma
cf961caa27 caskroom: Add --caskroom command 2020-08-03 12:35:03 -04:00
Bo Anderson
7e47d1be94 cmd/log: fix args error 2020-08-03 17:30:46 +01:00
Elizabeth Tackett
db27f446d0 WIP repology module tests 2020-08-03 11:27:35 -05:00
Rylan Polster
4cfd80451a deps: fix args for --installed with no formula 2020-08-03 10:42:46 -04:00
Rylan Polster
1173d00bf6 Add links for determining more restrictive license 2020-08-03 10:17:26 -04:00
Rylan Polster
7c6cd247ee
Apply suggestions from code review
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-08-03 10:10:17 -04:00