Cheng XU
1d957c2029
system_command: automatically find secrets from ENV
2019-07-18 15:10:15 +08:00
Cheng XU
66697d4290
ENV: add sensitive_environment function
...
ENV#sensitive_environment is used to list all sensitive environments.
Also refactor the code on determining whether an environment is sensitive.
2019-07-18 15:06:33 +08:00
Cheng XU
9232ca4508
system_command: allow redacting secrets in the log
...
Add a new argument `secrets` to specify secret tokens, so we can redact them in the log.
2019-07-18 15:06:32 +08:00
Mike McQuaid
6fcd4734db
Merge pull request #6297 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-0.73.0
...
build: bump rubocop from 0.72.0 to 0.73.0 in /Library/Homebrew
2019-07-17 09:21:10 +01:00
Mike McQuaid
dca43851af
download_strategy: fix brew style, refactor.
2019-07-16 21:10:36 +01:00
Mike McQuaid
12a0c281ea
cask/cmd/info: fix brew style, refactor.
2019-07-16 21:10:21 +01:00
Mike McQuaid
2874a2dd32
Merge pull request #6298 from xu-cheng/ls-verbose
...
remove extra command output when running brew list -v <formula>
2019-07-16 20:56:53 +01:00
Cheng XU
ce00a94737
remove extra command output when running brew list -v <formula>
...
`brew list -v <formula>` is used to list all files inside formula's keg.
However since 70b93f65eab70cd84d221059a2864a52202df141, an extra
`find /usr/local/Cellar/<formula>/<version> -not -type d -print` will be
printed out. Fix the problem by using `system_command!` instead of
`safe_system`.
2019-07-16 18:41:37 +08:00
dependabot-preview[bot]
f96afdbf41
build: bump rubocop from 0.72.0 to 0.73.0 in /Library/Homebrew
...
Bumps [rubocop](https://github.com/rubocop-hq/rubocop ) from 0.72.0 to 0.73.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.72.0...v0.73.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-16 09:46:36 +00:00
Mike McQuaid
bf0f1bd304
Merge pull request #6296 from EricFromCanada/audit-openssl
...
audit: whitelist openssl@1.1 in new formulae
2019-07-16 08:48:50 +01:00
EricFromCanada
7812f6984e
audit: whitelist openssl@1.1 in new formulae
2019-07-15 23:00:58 -04:00
Chongyu Zhu
59b1d63bb0
Merge pull request #6295 from lembacon/virtualenv-16.6.2
...
python_virtualenv_constants: upgrade virtualenv to 16.6.2
2019-07-15 08:59:44 +08:00
Chongyu Zhu
ba9dde9a4e
python_virtualenv_constants: upgrade virtualenv to 16.6.2
2019-07-15 08:32:56 +08:00
Michka Popoff
74920d9666
Merge pull request #6290 from lembacon/bottle_publisher-bottle_info
...
bottle_publisher: fix bottle info accessor
2019-07-10 22:24:52 +02:00
Chongyu Zhu
02b97600af
bottle_publisher: fix bottle info accessor
2019-07-11 03:45:07 +08:00
Michka Popoff
1798deda05
Merge pull request #5758 from iMichka/pull
...
pull: allow to pull from merge commits
2019-07-10 19:25:42 +02:00
Markus Reiter
de5cd926e6
Merge pull request #6270 from reitermarkus/config-dirs
...
Don't treat non-directory arguments as paths.
2019-07-09 23:10:23 +02:00
Markus Reiter
40b67f19aa
Merge pull request #6289 from reitermarkus/cask-to_h
...
Add `token` to `Cask#to_h`.
2019-07-09 23:10:14 +02:00
Markus Reiter
162be6b411
Don't treat non-directory arguments as paths.
2019-07-09 20:50:01 +02:00
Markus Reiter
4cb8e6ddd0
Add token
to Cask#to_h
.
2019-07-09 20:43:45 +02:00
Shaun Jackman
ab3664fda6
Merge pull request #6286 from sjackman/adoptopenjdk
...
java_dep_if_needed: Install adoptopenjdk for Linux
2019-07-08 10:09:14 -07:00
Shaun Jackman
0ac5cbbda9
java_dep_if_needed: Install adoptopenjdk for Linux
...
Install adoptopenjdk rather than openjdk for Linux.
openjdk is superseded by adoptopenjdk.
2019-07-08 09:43:12 -07:00
Mike McQuaid
2b83463091
Merge pull request #6281 from sjackman/adoptopenjdk
...
JavaRequirement: Change openjdk to adoptopenjdk
2.1.7
2019-07-08 09:09:56 +01:00
Mike McQuaid
77eaf0919b
Merge pull request #6282 from Homebrew/dependabot/bundler/Library/Homebrew/domain_name-0.5.20190701
...
build: bump domain_name from 0.5.20180417 to 0.5.20190701 in /Library/Homebrew
2019-07-08 07:29:25 +01:00
Mike McQuaid
e3a7c6a91d
Merge pull request #6283 from Homebrew/dependabot/bundler/Library/Homebrew/tins-1.21.0
...
build: bump tins from 1.20.3 to 1.21.0 in /Library/Homebrew
2019-07-08 07:28:35 +01:00
dependabot-preview[bot]
08cd8a6bb8
build: bump tins from 1.20.3 to 1.21.0 in /Library/Homebrew
...
Bumps [tins](https://github.com/flori/tins ) from 1.20.3 to 1.21.0.
- [Release notes](https://github.com/flori/tins/releases )
- [Commits](https://github.com/flori/tins/compare/v1.20.3...v1.21.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-08 05:32:34 +00:00
dependabot-preview[bot]
be3b71cc3b
build: bump domain_name in /Library/Homebrew
...
Bumps domain_name from 0.5.20180417 to 0.5.20190701.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-08 05:32:00 +00:00
Shaun Jackman
bbbdb08b92
JavaRequirement: Change openjdk to adoptopenjdk
2019-07-07 10:08:56 -07:00
Michka Popoff
a70179d8b7
pull: extract bottle publishing code
...
and add tests
2019-07-03 21:18:17 +02:00
Michka Popoff
fb643a28f0
pull_spec: fix test
2019-07-03 21:05:21 +02:00
Michka Popoff
3c25ddc6ed
pull: allow to pull from merge commits
2019-07-03 21:05:21 +02:00
Mike McQuaid
895467ad9f
Merge pull request #6273 from joehorsnell/gracefully_handle_missing_user_env_var
...
Gracefully handle missing USER env var
2019-07-03 09:59:26 +01:00
Mike McQuaid
90f6e3988e
brew.sh: tweak USER comment.
2019-07-03 09:38:14 +01:00
Joe Horsnell
19fd56468f
Gracefully handle missing USER env var
...
Prompted by https://github.com/Homebrew/install/pull/213
2019-07-01 17:25:25 +01:00
Mike McQuaid
6418230f8f
Merge pull request #6269 from Homebrew/dependabot/bundler/Library/Homebrew/rspec-core-3.8.2
...
build: bump rspec-core from 3.8.1 to 3.8.2 in /Library/Homebrew
2019-07-01 08:27:56 +01:00
dependabot-preview[bot]
7d225078e9
build: bump rspec-core from 3.8.1 to 3.8.2 in /Library/Homebrew
...
Bumps [rspec-core](https://github.com/rspec/rspec-core ) from 3.8.1 to 3.8.2.
- [Release notes](https://github.com/rspec/rspec-core/releases )
- [Changelog](https://github.com/rspec/rspec-core/blob/master/Changelog.md )
- [Commits](https://github.com/rspec/rspec-core/compare/v3.8.1...v3.8.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-01 06:00:42 +00:00
Vítor Galvão
d93f5d0081
Merge pull request #6268 from vitorgalvao/fix-issue-close-app-link
...
Fix templates link in close bot
2019-06-29 21:34:47 +01:00
Vítor Galvão
e58f41f78d
Fix templates link in close bot
2019-06-29 19:22:53 +01:00
Mike McQuaid
686760d100
Merge pull request #6262 from Homebrew/dependabot/bundler/docs/public_suffix-3.1.1
...
build: bump public_suffix from 3.1.0 to 3.1.1 in /docs
2019-06-26 09:03:12 +01:00
dependabot-preview[bot]
014c298d45
build: bump public_suffix from 3.1.0 to 3.1.1 in /docs
...
Bumps [public_suffix](https://github.com/weppos/publicsuffix-ruby ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/weppos/publicsuffix-ruby/releases )
- [Changelog](https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/weppos/publicsuffix-ruby/compare/v3.1.0...v3.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-25 19:46:27 +00:00
Mike McQuaid
3621dadfe2
Merge pull request #6259 from Homebrew/issue-close-app-tweaks
...
Update issue-close-app.yml
2019-06-25 19:07:16 +01:00
Mike McQuaid
5e474c05c4
Merge pull request #6257 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-0.72.0
...
build: bump rubocop from 0.71.0 to 0.72.0 in /Library/Homebrew
2019-06-25 19:06:48 +01:00
Mike McQuaid
013d4381c0
brew vendor-gems: commit updates.
2019-06-25 17:59:47 +01:00
Mike McQuaid
531ef86ad2
dev-cmd/audit: fix brew style.
2019-06-25 17:57:43 +01:00
Mike McQuaid
24208ce47c
issue-close-app.yml: bonus comma.
...
Co-Authored-By: Steven Peters <scpeters@openrobotics.org>
2019-06-25 17:45:30 +01:00
Mike McQuaid
1adde6252e
Update issue-close-app.yml
...
Clarify the wording while hopefully remaining friendly.
2019-06-25 16:05:51 +01:00
dependabot-preview[bot]
af91fac048
build: bump rubocop from 0.71.0 to 0.72.0 in /Library/Homebrew
...
Bumps [rubocop](https://github.com/rubocop-hq/rubocop ) from 0.71.0 to 0.72.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.71.0...v0.72.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-25 14:44:37 +00:00
Mike McQuaid
ad87a93373
Merge pull request #6254 from Homebrew/security.md
...
Add security policy file
2019-06-25 12:06:33 +01:00
Mike McQuaid
ef441b3541
Add security policy file
...
See https://help.github.com/en/articles/adding-a-security-policy-to-your-repository
2019-06-25 09:30:04 +01:00
Vítor Galvão
f0d20329bb
Merge pull request #6252 from vitorgalvao/appcast-curl-globoff
...
Cask audit: globoff in appcast curl
2019-06-24 18:52:11 +01:00