Mike McQuaid
ef34fbc634
cask/cmd/style: don't hide warnings.
...
These sometimes display useful RuboCop deprecations.
2019-12-01 14:19:26 +00:00
Mike McQuaid
8ebfc923fb
Merge pull request #6792 from EricFromCanada/issue-template-update
...
Issues: add section for brew config & doctor output
2019-11-29 10:48:59 +00:00
Mike McQuaid
0ffe59e768
Merge pull request #6791 from MikeMcQuaid/apidoc-parallel
...
workflows/apidoc: try to rebase before pushing.
2019-11-29 10:47:45 +00:00
Eric Knibbe
9dc2997b9a
Add section for brew config & doctor output
2019-11-28 18:04:34 -05:00
Mike McQuaid
f989295900
Merge pull request #6789 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-0.77.0
...
build: bump rubocop from 0.76.0 to 0.77.0 in /Library/Homebrew
2019-11-28 19:16:14 +00:00
Mike McQuaid
c79cb6a2db
workflows/apidoc: try to rebase before pushing.
...
This avoids failures when you have two `master` builds running at once.
2019-11-28 15:24:32 +00:00
Mike McQuaid
766fc4b301
Fix RuboCop 0.77.0 failures.
2019-11-28 15:10:50 +00:00
Mike McQuaid
35bad17e1e
brew vendor-gems: commit updates.
2019-11-28 14:46:04 +00:00
Mike McQuaid
88a1334664
Merge pull request #6790 from raimon49/update-alternative-installation-linuxbrew
...
Update document about Alternative Installation
2019-11-28 14:43:03 +00:00
Mike McQuaid
f5087986e7
Merge pull request #6787 from gfguthrie/remove-standard-compilers
...
Remove STANDARD_COMPILERS & references to it
2019-11-28 14:42:07 +00:00
raimon
90ec6bd500
Update document about Alternative Installation
...
Symbolic link creation does not depend on current directory
2019-11-28 21:21:44 +09:00
Mike McQuaid
e4fd52cb34
Merge pull request #6788 from Homebrew/dependabot/bundler/docs/faraday-0.17.1
...
build: bump faraday from 0.17.0 to 0.17.1 in /docs
2019-11-28 09:16:58 +00:00
dependabot-preview[bot]
b67884acf6
build: bump rubocop from 0.76.0 to 0.77.0 in /Library/Homebrew
...
Bumps [rubocop](https://github.com/rubocop-hq/rubocop ) from 0.76.0 to 0.77.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases )
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.76.0...v0.77.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-28 05:24:11 +00:00
dependabot-preview[bot]
c12c998c31
build: bump faraday from 0.17.0 to 0.17.1 in /docs
...
Bumps [faraday](https://github.com/lostisland/faraday ) from 0.17.0 to 0.17.1.
- [Release notes](https://github.com/lostisland/faraday/releases )
- [Changelog](https://github.com/lostisland/faraday/blob/master/CHANGELOG.md )
- [Commits](https://github.com/lostisland/faraday/compare/v0.17.0...v0.17.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-28 05:13:51 +00:00
Grant Guthrie
178a4e55c2
Remove STANDARD_COMPILERS & references to it
2019-11-27 15:38:11 -05:00
Mike McQuaid
b89ec5533b
Merge pull request #6785 from MikeMcQuaid/tests-linux
...
workflows/tests: tweak behaviour by OS.
2019-11-27 14:24:35 +00:00
Mike McQuaid
a6c3ee02dd
workflows/tests: tweak behaviour by OS.
...
This should speed up Homebrew/brew testing by not running generic or
no-compat tests on macOS.
2019-11-27 14:01:39 +00:00
Mike McQuaid
9aa42f081b
Merge pull request #6774 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-rspec-1.37.0
...
build: bump rubocop-rspec from 1.36.0 to 1.37.0 in /Library/Homebrew
2019-11-27 13:58:40 +00:00
Mike McQuaid
72b59e7076
Merge pull request #6784 from MikeMcQuaid/deps_installed
...
deps: use `runtime_dependencies` more readily.
2019-11-27 13:11:05 +00:00
Mike McQuaid
854b445919
workflows/tests: display cop names.
...
This is useful when debugging locally.
2019-11-27 13:09:35 +00:00
Mike McQuaid
b321e397b6
rubocop_rspec: disable new rule.
2019-11-27 13:09:21 +00:00
Mike McQuaid
2147839e4f
brew vendor-gems: commit updates.
2019-11-27 13:09:03 +00:00
dependabot-preview[bot]
b4709a88f7
build: bump rubocop-rspec from 1.36.0 to 1.37.0 in /Library/Homebrew
...
Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec ) from 1.36.0 to 1.37.0.
- [Release notes](https://github.com/rubocop-hq/rubocop-rspec/releases )
- [Changelog](https://github.com/rubocop-hq/rubocop-rspec/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop-hq/rubocop-rspec/compare/v1.36.0...v1.37.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-27 13:09:03 +00:00
Mike McQuaid
e8b74601cb
uses: make naming and behaviour consistent with deps and docs.
2019-11-27 12:49:46 +00:00
Mike McQuaid
5cca9b75a8
deps: use runtime_dependencies
more readily.
...
If all the passed packages are currently installed then use
`runtime_dependencies` to get dependency data more quickly and
accurately.
As discussed in https://github.com/Homebrew/brew/issues/6769 .
2019-11-27 12:36:21 +00:00
Mike McQuaid
2e382cdbdf
Merge pull request #6776 from maxim-belkin/dawid66++
...
GitHub Actions: get username if we don't have it
2019-11-27 12:21:07 +00:00
Mike McQuaid
7d7de295df
Merge pull request #6783 from MikeMcQuaid/update-test-pr
...
catworkflows/tests: skip update-test unless on a PR.
2.2.0
2019-11-27 10:31:56 +00:00
Mike McQuaid
b9a0135041
workflows/tests: skip update-test unless on a PR.
...
If this is a `master` build and it was merged: this is a flaky test we
can't do anything about.
2019-11-27 09:38:22 +00:00
Markus Reiter
a4d7bb64a6
Merge pull request #6771 from reitermarkus/appcast-contents
...
Show appcast contents if it doesn't contain the version.
2019-11-26 19:56:55 +01:00
Maxim Belkin
5ba5a2795e
Fix signature for forked_repo_info
2019-11-26 12:14:21 -06:00
Maxim Belkin
40b0b32a72
Revert "bump-formula-pr: fix forking logic"
...
This reverts commit c5da90e0eb2ade879d7e60a0ec6a193aad3f8afb.
2019-11-26 12:10:14 -06:00
Mike McQuaid
96e0686d78
Merge pull request #6778 from bayandin/audit-check-resources-uniq-name
...
dev-cmd/audit: check resource name does not match formula name
2019-11-26 16:25:47 +00:00
Mike McQuaid
5c9fd69e1b
Merge pull request #6779 from tschoonj/libepoxy-1.5.4
...
audit: add libepoxy 1.5.4 to whitelist
2019-11-26 14:21:08 +00:00
Tom Schoonjans
e704bf7184
audit: add libepoxy 1.5.4 to whitelist
2019-11-26 10:26:17 +00:00
Alexander Bayandin
349f37be68
dev-cmd/audit: check resource name does not match formula name
2019-11-26 01:02:27 +00:00
Maxim Belkin
2735663dc3
GitHub Actions: get username if we don't have it
2019-11-25 16:43:29 -06:00
Mike McQuaid
83d851351a
Merge pull request #6773 from Homebrew/dependabot/bundler/Library/Homebrew/parallel-1.19.1
...
build: bump parallel from 1.19.0 to 1.19.1 in /Library/Homebrew
2019-11-25 16:11:38 +00:00
Mike McQuaid
300e0a706a
Merge pull request #6775 from Homebrew/dependabot/bundler/docs/ffi-1.11.3
...
build: bump ffi from 1.11.2 to 1.11.3 in /docs
2019-11-25 16:11:30 +00:00
Mike McQuaid
41b6e7f206
Merge pull request #6772 from Homebrew/dependabot/bundler/docs/parallel-1.19.1
...
build: bump parallel from 1.19.0 to 1.19.1 in /docs
2019-11-25 16:11:13 +00:00
dependabot-preview[bot]
816d6a0929
build: bump ffi from 1.11.2 to 1.11.3 in /docs
...
Bumps [ffi](https://github.com/ffi/ffi ) from 1.11.2 to 1.11.3.
- [Release notes](https://github.com/ffi/ffi/releases )
- [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ffi/ffi/compare/1.11.2...1.11.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-25 14:20:20 +00:00
dependabot-preview[bot]
d5761d4122
build: bump parallel from 1.19.0 to 1.19.1 in /Library/Homebrew
...
Bumps [parallel](https://github.com/grosser/parallel ) from 1.19.0 to 1.19.1.
- [Release notes](https://github.com/grosser/parallel/releases )
- [Commits](https://github.com/grosser/parallel/compare/v1.19.0...v1.19.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-25 05:26:46 +00:00
dependabot-preview[bot]
161d9ede66
build: bump parallel from 1.19.0 to 1.19.1 in /docs
...
Bumps [parallel](https://github.com/grosser/parallel ) from 1.19.0 to 1.19.1.
- [Release notes](https://github.com/grosser/parallel/releases )
- [Commits](https://github.com/grosser/parallel/compare/v1.19.0...v1.19.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-25 05:14:59 +00:00
Mike McQuaid
99a8f15fb5
Merge pull request #6770 from dawidd6/fix-bumping
...
bump-formula-pr: fix forking logic
2019-11-24 08:28:09 +00:00
Markus Reiter
e3e514144c
Show appcast contents if it doesn't contain the version.
2019-11-23 17:25:10 +01:00
Dawid Dziurla
c5da90e0eb
bump-formula-pr: fix forking logic
2019-11-23 14:08:28 +01:00
Mike McQuaid
a1939cfe79
Merge pull request #6768 from MikeMcQuaid/analytics-fix-name
...
utils/analytics: fix refactoring rename.
2019-11-22 11:00:48 +00:00
Mike McQuaid
6d6d2c0bbf
utils/analytics: fix refactoring rename.
...
Fixes a bug from #6639 .
2019-11-22 10:39:16 +00:00
Mike McQuaid
540d46d1bf
Merge pull request #6639 from issyl0/brew-info-linux-analytics
...
[Linux] info: Show Linux formulae details and analytics
2019-11-22 10:10:30 +00:00
Mike McQuaid
9dbc181b4c
Merge pull request #6767 from MikeMcQuaid/tests-git-config
...
tests: set git user for update-test.
2019-11-22 09:48:26 +00:00
Mike McQuaid
a3b1ef8d28
tests: set git user for update-test.
...
Otherwise it can fail:
a5550aa9a9/checks
2019-11-22 09:25:27 +00:00