Mike McQuaid
bd076049a0
integration_test: only run on system Ruby.
...
There appear to be random, seemingly impossible to debug issues with
running integration tests on portable Ruby. Instead of confusing
contributors when these will be run on CI anyway: let's just skip them
by default (like we do with `--online` for online tests anyway).
2020-03-30 20:25:42 +01:00
Jonathan Chang
ee1f05e029
Merge pull request #7236 from jonchang/pr-pull
...
Adds a new `pr-pull` command.
2020-03-30 23:10:58 +11:00
Jonathan Chang
e601c3f87c
bintray: streamline initialization
...
Co-Authored-By: Mike McQuaid <mike@mikemcquaid.com>
2020-03-30 22:41:17 +11:00
Jonathan Chang
0d3a4d98c0
utils/github: add test for fetch_artifact
2020-03-30 22:41:17 +11:00
Jonathan Chang
bab564f203
pr-pull: add tests
2020-03-30 22:41:17 +11:00
Jonathan Chang
282bfbf70a
bintray: add tests
2020-03-30 22:41:17 +11:00
Jonathan Chang
d459718bc4
manpages: update for new pr-pull command
2020-03-30 22:41:17 +11:00
Jonathan Chang
0574ba436b
dev-cmd: add pr-pull command
2020-03-30 22:41:17 +11:00
Jonathan Chang
49c5a4393a
bintray: add Bintray API functions
2020-03-30 22:18:19 +11:00
Jonathan Chang
5b1d0786a4
utils/github: add fetch_artifact API
2020-03-30 22:18:19 +11:00
Mike McQuaid
6df0724313
Merge pull request #7233 from vitorgalvao/curl-long-disable
...
Use long --disable instead of short -q in curl
2020-03-30 08:22:39 +01:00
Mike McQuaid
e8245da296
Merge pull request #7240 from Homebrew/dependabot/bundler/docs/ruby-enum-0.8.0
...
build: bump ruby-enum from 0.7.2 to 0.8.0 in /docs
2020-03-30 08:22:20 +01:00
dependabot-preview[bot]
4fb5b93541
build: bump ruby-enum from 0.7.2 to 0.8.0 in /docs
...
Bumps [ruby-enum](https://github.com/dblock/ruby-enum ) from 0.7.2 to 0.8.0.
- [Release notes](https://github.com/dblock/ruby-enum/releases )
- [Changelog](https://github.com/dblock/ruby-enum/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dblock/ruby-enum/compare/v0.7.2...v0.8.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-30 05:42:43 +00:00
Vítor Galvão
2e8aa3eb97
Use long --disable instead of short -q in curl
2020-03-29 20:04:37 +01:00
Mike McQuaid
ef12e329a3
Merge pull request #7235 from GauthamGoli/argv-cleanup-16
...
ARGV: Deprecate ARGV.build_stable?
2020-03-29 19:55:41 +01:00
Mike McQuaid
8975dfb6ff
Merge pull request #7238 from Homebrew/dependabot/bundler/Library/Homebrew/unf_ext-0.0.7.7
...
build: bump unf_ext from 0.0.7.6 to 0.0.7.7 in /Library/Homebrew
2020-03-29 19:36:51 +01:00
Mike McQuaid
9efc189202
Merge pull request #7238 from Homebrew/dependabot/bundler/Library/Homebrew/unf_ext-0.0.7.7
...
build: bump unf_ext from 0.0.7.6 to 0.0.7.7 in /Library/Homebrew
2020-03-29 19:21:24 +01:00
Mike McQuaid
38c71282a1
Merge pull request #7230 from Bo98/update-report_disable_load
...
cmd/update-report: check for HOMEBREW_DISABLE_LOAD_FORMULA
2020-03-29 19:17:17 +01:00
Mike McQuaid
9e503b1f3c
Merge pull request #7228 from Bo98/xcode-11.4
...
os/mac/xcode: support Xcode 11.4
2020-03-29 19:16:01 +01:00
Mike McQuaid
8f6029f203
Merge pull request #7237 from Homebrew/dependabot/bundler/docs/faraday-1.0.1
...
build: bump faraday from 1.0.0 to 1.0.1 in /docs
2020-03-29 19:12:58 +01:00
Mike McQuaid
1b1a464165
Merge pull request #7214 from GauthamGoli/argv-cleanup-15
...
ARGV: Deprecate ARGV.collect_build_args
2020-03-29 19:12:18 +01:00
dependabot-preview[bot]
6ab3267e8e
build: bump unf_ext from 0.0.7.6 to 0.0.7.7 in /Library/Homebrew
...
Bumps [unf_ext](https://github.com/knu/ruby-unf_ext ) from 0.0.7.6 to 0.0.7.7.
- [Release notes](https://github.com/knu/ruby-unf_ext/releases )
- [Changelog](https://github.com/knu/ruby-unf_ext/blob/master/CHANGELOG.md )
- [Commits](https://github.com/knu/ruby-unf_ext/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-29 17:14:30 +00:00
dependabot-preview[bot]
1a86fa4421
build: bump faraday from 1.0.0 to 1.0.1 in /docs
...
Bumps [faraday](https://github.com/lostisland/faraday ) from 1.0.0 to 1.0.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/v1.0.0...v1.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-29 13:57:16 +00:00
Bo Anderson
870bae8ce6
cmd/update-report: check for HOMEBREW_DISABLE_LOAD_FORMULA
2020-03-28 22:15:07 +00:00
Gautham G
7ad6dab288
ARGV: Deprecate ARGV.collect_build_args
2020-03-28 21:00:59 +05:30
Mike McQuaid
6530e333b3
Merge pull request #7227 from Bo98/perl
...
utils/shebang: add rewrite_shebang (+ Perl & improved Python support)
2020-03-28 13:56:31 +00:00
hyuraku
6f622cd525
audit whether GitHub prerelease ot not
2020-03-28 16:57:47 +09:00
Bo Anderson
c241dccbc8
test/resource_spec: fix flaky test
2020-03-28 00:10:42 +00:00
Bo Anderson
32ab83d055
language/python: move rewrite_python_shebang to compat
2020-03-27 22:27:06 +00:00
Bo Anderson
3955e7e13b
language/test: add shebang tests
2020-03-27 19:18:25 +00:00
Bo Anderson
5d68856350
language/python: use rewrite_shebang, add detected_python_shebang
2020-03-27 19:18:23 +00:00
Bo Anderson
878bb0e983
language/perl: add detected_perl_shebang
2020-03-27 19:18:19 +00:00
Bo Anderson
119b3fe69a
utils/shebang: add rewrite_shebang
2020-03-27 13:04:39 +00:00
Mike McQuaid
c2133d8100
Merge pull request #7223 from Homebrew/dependabot/bundler/docs/html-proofer-3.15.2
...
build: bump html-proofer from 3.15.1 to 3.15.2 in /docs
2020-03-27 08:49:52 +00:00
Mike McQuaid
094544784e
Merge pull request #7215 from charego/shellenv-fish-path
...
shellenv: use PATH variable, fish_user_paths should remain universal
2020-03-27 08:47:36 +00:00
Mike McQuaid
31d07806de
Merge pull request #7229 from tschoonj/whitelist-libsigc@2
...
keg_only_whitelist: add libsigc++@2
2020-03-27 08:38:44 +00:00
Tom Schoonjans
6f7302e4bc
keg_only_whitelist: add libsigc++@2
2020-03-27 08:01:01 +00:00
Bo Anderson
94d6f361a4
os/mac/xcode: support Xcode 11.4
2020-03-26 22:03:54 +00:00
Shaun Jackman
0fd66ee398
Merge pull request #7219 from sjackman/docker-action
...
.github/workflows/tests.yml: Deploy Docker image
2020-03-26 09:52:00 -07:00
Charles Gould
871974650b
shellenv: use PATH variable, fish_user_paths should remain universal in scope
2020-03-26 09:38:25 -05:00
dependabot-preview[bot]
8b62e8d67d
build: bump html-proofer from 3.15.1 to 3.15.2 in /docs
...
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer ) from 3.15.1 to 3.15.2.
- [Release notes](https://github.com/gjtorikian/html-proofer/releases )
- [Commits](https://github.com/gjtorikian/html-proofer/compare/v3.15.1...v3.15.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-26 11:55:42 +00:00
Chris Tompkinson
931e379fec
remove extra space
2020-03-26 10:40:21 +00:00
Chris Tompkinson
90488ed848
rerun tests due to failure
2020-03-26 10:40:04 +00:00
Mike McQuaid
1a4aaf453f
Merge pull request #7221 from Homebrew/dependabot/bundler/docs/octokit-4.18.0
...
build: bump octokit from 4.17.0 to 4.18.0 in /docs
2020-03-26 10:10:58 +00:00
dependabot-preview[bot]
33f9180e1d
build: bump octokit from 4.17.0 to 4.18.0 in /docs
...
Bumps [octokit](https://github.com/octokit/octokit.rb ) from 4.17.0 to 4.18.0.
- [Release notes](https://github.com/octokit/octokit.rb/releases )
- [Changelog](https://github.com/octokit/octokit.rb/blob/4-stable/RELEASE.md )
- [Commits](https://github.com/octokit/octokit.rb/compare/v4.17.0...v4.18.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-26 05:13:39 +00:00
Shaun Jackman
f3307193e0
.github/workflows/tests.yml: Deploy Docker image
...
Deploy the latest Docker image on a push to master.
Deploy a tagged Docker image upon publication of a release.
2020-03-25 18:52:03 -07:00
Mike McQuaid
fa8fe0fc39
Merge pull request #7200 from dawidd6/create-ruby
...
create: add --ruby option
2.2.11
2020-03-24 13:50:35 +00:00
Jonathan Chang
a8ef260850
Merge pull request #7212 from jonchang/fix-wording
...
pr-publish: tweak wording and function names
2020-03-24 12:57:26 +11:00
Vítor Galvão
7dfd62a768
Merge pull request #7207 from vitorgalvao/kext_caveat
...
cask-caveats-kext: retry installation if it fails
2020-03-24 01:32:06 +00:00
Jonathan Chang
7c752e487f
pr-publish: wording fixes
2020-03-24 12:31:58 +11:00