15235 Commits

Author SHA1 Message Date
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
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
a1bcd336d0
Merge pull request #6409 from EricFromCanada/macos-requirement-json
MacOSRequirement: add to_json method
2019-09-02 08:45:17 +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
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
Chongyu Zhu
22a7b4bc1e
python_virtualenv_constants: upgrade virtualenv to 16.7.4 2019-08-24 17:08:23 +08: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
Markus Reiter
fca5950748 Remove brew cask automerge. 2019-08-21 11:12:36 +02: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
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
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
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
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
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
Mike McQuaid
86538a444a dev-cmd/update-test: various consistency fixes. 2019-08-19 20:38:19 +01:00
Jonathan Chang
7ddc185b35 Fix various typos 2019-08-19 16:12:34 +10:00
Mike McQuaid
9812693be3
Merge pull request #6369 from MikeMcQuaid/github-actions-doctor
os/mac/diagnostic: allow use of GitHub Actions CI.
2019-08-16 07:17:00 +01:00
Mike McQuaid
e1c00f2358
os/mac/diagnostic: allow use of GitHub Actions CI.
We will be migrating Homebrew/brew to use this in the near future.
2019-08-15 20:45:48 +01:00
Markus Reiter
e5899a6101 Move global methods into Kernel module.
Otherwise they are not defined inside of subclasses of `DelegateClass`.
2019-08-15 16:39:55 +02:00
Markus Reiter
72c8a04c84
Merge pull request #6361 from reitermarkus/login-items
Support deleting login items by path.
2019-08-14 04:30:08 +02:00
Mike McQuaid
c5c59149c4
utils: make redact_secrets handle nil secrets.
Fixes #6363.
2019-08-13 08:15:24 +01:00
Markus Reiter
d5cc46f931 Support deleting login items by path. 2019-08-12 23:56:26 +02:00
dependabot-preview[bot]
ebbc5a611a
build: bump nokogiri from 1.10.3 to 1.10.4 in /Library/Homebrew
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.3 to 1.10.4.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-11 19:26:36 +00:00
Jeremy Mayeres
22f43e3670
Remove cask-eid tap from automerge
Since the homebrew-cask-eid tap is no longer in use, it should be removed from the command as well.
2019-08-11 16:23:17 +02:00
Chongyu Zhu
e30a9cf007
audit: whitelist numpy@1.16 without being versioned keg only 2019-08-09 18:44:18 +08:00
EricFromCanada
dcd8842d9d brew.sh: handle development git version strings 2019-08-07 14:31:20 -04:00
dependabot-preview[bot]
2ac26971c8
build: bump parallel_tests from 2.29.1 to 2.29.2 in /Library/Homebrew
Bumps [parallel_tests](https://github.com/grosser/parallel_tests) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/grosser/parallel_tests/releases)
- [Commits](https://github.com/grosser/parallel_tests/compare/v2.29.1...v2.29.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-06 20:09:23 +00:00
Tom Schoonjans
3a6a75ac0e gnome_devel_whitelist: add gtk-doc 1.31
Necessary for https://github.com/Homebrew/homebrew-core/pull/42851
2019-08-06 11:45:42 +01:00
Mike McQuaid
42cf5f0160
Merge pull request #6342 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-rspec-1.35.0
build: bump rubocop-rspec from 1.34.1 to 1.35.0 in /Library/Homebrew
2019-08-05 14:23:15 +01:00
Jonathan Chang
fe36f3db67 cmd/link: fix typo 2019-08-05 15:10:00 +10:00
Mike McQuaid
49149aa012
brew vendor-gems: commit updates. 2019-08-04 20:15:00 +01:00
dependabot-preview[bot]
753e11151b
build: bump rubocop-rspec from 1.34.1 to 1.35.0 in /Library/Homebrew
Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec) from 1.34.1 to 1.35.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.34.1...v1.35.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-02 16:01:01 +00:00
Mike McQuaid
de72a23109
Merge pull request #6321 from zachauten/uninstall-suggestions
cask_reason will suggest `brew cask uninstall`
2019-08-02 06:52:31 +01:00