18967 Commits

Author SHA1 Message Date
Mike McQuaid
8755e79475
pull: fix Homebrew Testing pull regression.
Don't fail if we fail to parse an issue when pulling.

While we're here, do some general code cleanup of stuff that's hard to
follow, named confusingly or duplicated unnecessarily.
2019-09-05 14:21:45 +01:00
Mike McQuaid
78d74a8b29
Merge pull request #6403 from EricFromCanada/custom-global-options
man: include global options with customized descriptions
2019-09-02 14:17:03 +01:00
Mike McQuaid
5155d199b0
Merge pull request #6414 from MikeMcQuaid/binary-urls-cop
Check binary URL resources with RuboCop
2019-09-02 14:09:07 +01:00
Mike McQuaid
4add1d1cb3
Check binary URL resources with RuboCop
- Migrate the existing binary URL audit to a RuboCop.
- Check resources as well as main URLs
- Also check for "macos" and "osx" in URLs
- Add whitelists for URLs and formulae
2019-09-02 10:50:49 +01:00
Mike McQuaid
9291fe583e
audit: fix --display-cop-names. 2019-09-02 10:48:19 +01:00
Mike McQuaid
6371ecd1b1
Merge pull request #6412 from Homebrew/dependabot/bundler/docs/addressable-2.7.0
build: bump addressable from 2.6.0 to 2.7.0 in /docs
2019-09-02 08:45:28 +01:00
Mike McQuaid
a1bcd336d0
Merge pull request #6409 from EricFromCanada/macos-requirement-json
MacOSRequirement: add to_json method
2019-09-02 08:45:17 +01:00
Mike McQuaid
d47258f0dc
Merge pull request #6413 from Homebrew/dependabot/bundler/Library/Homebrew/parser-2.6.4.0
build: bump parser from 2.6.3.0 to 2.6.4.0 in /Library/Homebrew
2019-09-02 08:44:31 +01:00
dependabot-preview[bot]
885ac6f89d
build: bump parser from 2.6.3.0 to 2.6.4.0 in /Library/Homebrew
Bumps [parser](https://github.com/whitequark/parser) from 2.6.3.0 to 2.6.4.0.
- [Release notes](https://github.com/whitequark/parser/releases)
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/whitequark/parser/compare/v2.6.3.0...v2.6.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-02 05:35:50 +00:00
dependabot-preview[bot]
506d0f25fd
build: bump addressable from 2.6.0 to 2.7.0 in /docs
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/sporkmonger/addressable/releases)
- [Changelog](https://github.com/sporkmonger/addressable/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.6.0...addressable-2.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-02 05:25:14 +00:00
EricFromCanada
c34b4c3abd MacOSRequirement: add to_json method 2019-09-01 09:10:35 -04:00
EricFromCanada
2477773259 man: include global options with customized descriptions 2019-08-25 23:59:47 -04:00
Mike McQuaid
37714b5ce1
Merge pull request #6400 from lembacon/virtualenv-16.7.4
python_virtualenv_constants: upgrade virtualenv to 16.7.4
2.1.11
2019-08-24 12:31:49 +01:00
Chongyu Zhu
22a7b4bc1e
python_virtualenv_constants: upgrade virtualenv to 16.7.4 2019-08-24 17:08:23 +08:00
Mike McQuaid
4822241d6f
Merge pull request #6397 from amyspark/upgrade-bfs
breadth-first search for dependents upgrade
2019-08-23 08:25:55 +01:00
L. E. Segovia
b3a1f34b7b
upgrade: style fixes 2019-08-23 01:51:06 +00:00
L. E. Segovia
efb200e825
breadth-first search for dependents upgrade
Fixes Homebrew/brew#6386
2019-08-22 12:38:28 +00:00
Mike McQuaid
a72ea8baa0
Merge pull request #6381 from lbergelson/lb_zsh_complete_formula_files
Improve ZSH completion so local formula files are completable
2019-08-21 16:27:57 +01:00
Louis Bergelson
2927f0698c
Improve ZSH completion so local formula files are completable
* brew completion in ZSH currently doesn't complete local formula files for most commands.
* Updating the completion script to complete formula files as well as known formulas in places that it would makes sense to do so.
* This includesFixes to __brew_formula_or_ruby_files
  * Remove redundant call to uncached brew search
  * Add missing ""
2019-08-21 10:43:49 -04:00
Markus Reiter
8f52084598
Merge pull request #6392 from reitermarkus/automerge
Remove `brew cask automerge`.
2019-08-21 13:33:57 +02:00
Markus Reiter
fca5950748 Remove brew cask automerge. 2019-08-21 11:12:36 +02:00
Mike McQuaid
44f43fd5f9
Merge pull request #6391 from MikeMcQuaid/messages-frozen
messages_spec: handle frozen Homebrew.args.
2019-08-21 09:28:03 +01:00
Mike McQuaid
82e314c467 messages_spec: handle frozen Homebrew.args.
This is an order dependent test failure fix as seen in
https://travis-ci.org/Homebrew/homebrew-test-bot/builds/574559080
2019-08-21 09:08:47 +01:00
Markus Reiter
8e4f6bf3a1
Merge pull request #6366 from reitermarkus/depends_on-macos
Use `MacOSRequirement` for casks.
2019-08-21 09:59:59 +02:00
Markus Reiter
6ea1048c7f
Merge pull request #6383 from reitermarkus/last-modified
Add fallback for out-of-spec `Last-Modified` header.
2019-08-21 09:59:46 +02:00
Markus Reiter
94233cf4e1
Merge pull request #6384 from reitermarkus/docker
Try caching the Docker image.
2019-08-21 09:59:09 +02:00
Mike McQuaid
351315fbb6
Merge pull request #6388 from MikeMcQuaid/coveralls
workflows/tests: hardcode coveralls token.
2019-08-21 08:55:29 +01:00
Mike McQuaid
444355f465
Merge pull request #6389 from EricFromCanada/comment-manpage-linebreaks
man: support multi-line paragraphs in comment-based docs
2019-08-21 08:42:07 +01:00
Mike McQuaid
e002a39a42 workflows/tests: hardcode coveralls token.
This is just used to set test coverage and GitHub Actions doesn't have
a good "secrets for forks" story yet.
2019-08-21 08:35:13 +01:00
Markus Reiter
16d2f8264c Use MacOSRequirement for casks. 2019-08-21 06:57:21 +02:00
Markus Reiter
78aee4fed3 Merge MaximumMacOSRequirement into MacOSRequirement. 2019-08-21 06:57:21 +02:00
Markus Reiter
85968040b1 Try caching the Docker image. 2019-08-21 06:55:15 +02:00
EricFromCanada
3ed9b35f70 man: allow multi-line paragraphs for comment-based docs 2019-08-20 12:56:21 -04:00
EricFromCanada
a9d1457c05 shellenv: suggest .zprofile for zsh users 2019-08-20 12:54:44 -04:00
Mike McQuaid
84c5f40793
Merge pull request #6385 from EricFromCanada/man-page-text
manpages: fixes and rewording
2019-08-20 15:43:18 +01:00
Mike McQuaid
c1960b2fd6
Merge branch 'master' into man-page-text 2019-08-20 14:42:24 +01:00
Mike McQuaid
0af89779a4
Merge branch 'master' into last-modified 2019-08-20 14:41:59 +01:00
Mike McQuaid
037e224ccc
Merge pull request #6372 from Homebrew/github-actions-ci
GitHub Actions CI
2019-08-20 14:39:10 +01:00
EricFromCanada
20e3edfc78 manpages: add link to API & regenerate 2019-08-20 09:13:28 -04:00
EricFromCanada
8a8359cdd4 manpages: sentence rewording for readability
Use active voice when applicable, better verbs & adjectives, preposition usage, proper tense, etc.
2019-08-20 09:05:45 -04:00
EricFromCanada
b4303cd983 manpages: fix command & option descriptions 2019-08-20 09:03:33 -04:00
EricFromCanada
329c6c78be manpages: relocate some sections
Reorder switches as force/quiet/verbose/debug, --installed before --all, and link to SPECIFYING FORMULAE from top of page.
2019-08-20 08:58:20 -04:00
EricFromCanada
ee314617f7 manpages: update command usage strings 2019-08-20 08:55:54 -04:00
EricFromCanada
6340792f78 manpages: output formatting fixes 2019-08-20 08:28:35 -04:00
EricFromCanada
6520785307 manpages: grammar fixes 2019-08-20 08:26:26 -04:00
EricFromCanada
a3e0647797 manpages: whitespace fixes 2019-08-20 08:24:20 -04:00
Mike McQuaid
b567ed738e Remove Azure Pipelines CI. 2019-08-20 08:48:32 +01:00
Mike McQuaid
0a50a6a393 bin/brew: set CI for GitHub Actions. 2019-08-20 08:48:32 +01:00
Markus Reiter
ff7c9ef1b9 Add fallback for out-of-spec Last-Modified header. 2019-08-20 03:18:12 +02:00
Mike McQuaid
67f960ba67 GitHub Actions CI
Try to setup GitHub Actions CI.
2019-08-19 20:38:19 +01:00