Mike McQuaid
|
38f4c255c0
|
Merge pull request #7922 from MikeMcQuaid/formula-fix-link-overwrite
formula: fix link_overwrite?
|
2020-07-06 17:39:58 +01:00 |
|
Mike McQuaid
|
7015fb1601
|
formula: fix link_overwrite?
Fixes #7921
|
2020-07-06 17:02:58 +01:00 |
|
Mike McQuaid
|
7ed2ddd349
|
Merge pull request #7918 from Homebrew/dependabot/bundler/Library/Homebrew/nokogiri-1.10.10
build(deps): bump nokogiri from 1.10.9 to 1.10.10 in /Library/Homebrew
|
2020-07-06 16:49:44 +01:00 |
|
Dawid Dziurla
|
8a1ff9275c
|
dev-cmd/pr-upload: add --keep-old flag
|
2020-07-06 17:41:07 +02:00 |
|
Elizabeth Tackett
|
eafc0a3af2
|
replace each with find for clarity
|
2020-07-06 10:14:20 -05:00 |
|
Elizabeth Tackett
|
972ff930b7
|
fix incorrect file changes
|
2020-07-06 09:57:39 -05:00 |
|
dependabot-preview[bot]
|
1b971cf33b
|
build(deps): bump nokogiri from 1.10.9 to 1.10.10 in /Library/Homebrew
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.9 to 1.10.10.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.9...v1.10.10)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-07-06 14:52:20 +00:00 |
|
Mike McQuaid
|
f5af44909c
|
Merge pull request #7919 from Homebrew/dependabot/bundler/docs/nokogiri-1.10.10
build(deps): bump nokogiri from 1.10.9 to 1.10.10 in /docs
|
2020-07-06 15:51:00 +01:00 |
|
Elizabeth Tackett
|
0402f0c95e
|
Merge branch 'mlh-outdated-packages' of github.com:MLH-Fellowship/brew into mlh-outdated-packages
|
2020-07-06 09:12:53 -05:00 |
|
Elizabeth Tackett
|
af37b76689
|
syntactical updates
|
2020-07-06 09:08:41 -05:00 |
|
Baffour Adu Boampong
|
e62a0c65ef
|
brew man
|
2020-07-06 13:59:04 +00:00 |
|
Baffour Adu Boampong
|
891030227e
|
Merge master
|
2020-07-06 13:54:08 +00:00 |
|
Baffour Adu Boampong
|
154f597d7a
|
Merge remote-tracking branch 'origin' into mlh-outdated-packages
|
2020-07-06 13:53:21 +00:00 |
|
dependabot-preview[bot]
|
e96cfab3fd
|
build(deps): bump nokogiri from 1.10.9 to 1.10.10 in /docs
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.9 to 1.10.10.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.9...v1.10.10)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-07-06 13:43:23 +00:00 |
|
Baffour Adu Boampong
|
5194d74c21
|
Remove versions module
|
2020-07-06 12:45:28 +00:00 |
|
Mike McQuaid
|
f72328d9c0
|
Merge pull request #7915 from iMichka/link
link_overwrite: allow to overwrite files from alias
|
2020-07-06 09:42:52 +01:00 |
|
Mike McQuaid
|
17ca7527f4
|
formula: allow link_overwrite for old name too.
|
2020-07-06 09:23:04 +01:00 |
|
Mike McQuaid
|
6211d0da13
|
Merge pull request #7691 from Rylan12/popen_read-audit
style: separate shell command arguments
|
2020-07-06 09:15:52 +01:00 |
|
Mike McQuaid
|
3aa17c819d
|
Merge pull request #7913 from chenrui333/remove-cargo-completion-formula
Remove cargo-completion formula
|
2020-07-06 09:14:08 +01:00 |
|
Mike McQuaid
|
0dc8a61a47
|
Merge pull request #7906 from miccal/pythondoc
Update Homebrew-and-Python.md
|
2020-07-06 09:13:15 +01:00 |
|
Mike McQuaid
|
1558179a50
|
Merge pull request #7853 from MLH-Fellowship/integrate-uninstall-reinstall
Allow references to casks when running uninstall and reinstall
|
2020-07-06 09:10:19 +01:00 |
|
Baffour Adu Boampong
|
a176c5c00f
|
Change verbose message in repology response parser to debug meesage
|
2020-07-06 04:07:06 +00:00 |
|
Baffour Adu Boampong
|
9666f95509
|
Style fix
|
2020-07-06 03:53:25 +00:00 |
|
Baffour Adu Boampong
|
f778990824
|
Refactor pr duplicate check and pr fetch methods into github module
|
2020-07-06 03:34:02 +00:00 |
|
Baffour Adu Boampong
|
d7149d1f76
|
Fix merge conflicts
|
2020-07-06 03:32:18 +00:00 |
|
Michka Popoff
|
5eae33b59d
|
link_overwrite: allow to overwrite files from alias
See https://github.com/Homebrew/homebrew-core/pull/54912#issuecomment-653893645
Formulary.factory("python") points to python@3.8, which breaks link_overwrite
for that case.
This changes checks if the formula is an alias, so that we can still override
the files during installation.
|
2020-07-05 22:24:03 +02:00 |
|
Rylan Polster
|
ae0d37e911
|
Transfer to FormulaAuditStrict
|
2020-07-05 13:57:49 -04:00 |
|
Rui Chen
|
5cbdae75e7
|
Remove cargo-completion formula
relates to Homebrew/homebrew-core#57029, Homebrew/homebrew-core#57494
|
2020-07-05 12:47:15 -04:00 |
|
Rylan Polster
|
0786003fe9
|
Add tests for autocorrect
|
2020-07-05 12:12:36 -04:00 |
|
Bo Anderson
|
081025c96a
|
Merge pull request #7903 from Bo98/upgrade-error
upgrade: fix error checking dependents
|
2020-07-05 16:22:51 +01:00 |
|
miccal
|
3bb2c06a08
|
Update Homebrew-and-Python.md
|
2020-07-05 18:56:48 +08:00 |
|
Jonathan Chang
|
ed8c2616ca
|
Merge pull request #7900 from jonchang/sponsor-cmd
Add `brew sponsors` command
|
2020-07-05 16:56:35 +10:00 |
|
Jonathan Chang
|
28168e9232
|
README: update sponsors
|
2020-07-05 15:45:36 +10:00 |
|
Jonathan Chang
|
c6e9cff125
|
dev-cmd: add brew-sponsors.rb
|
2020-07-05 15:45:36 +10:00 |
|
Jonathan Chang
|
b909fdd30f
|
github: refactor GraphQL APIs
|
2020-07-05 15:31:29 +10:00 |
|
Bo Anderson
|
6a49d29b08
|
upgrade: fix error checking dependents
|
2020-07-04 18:05:31 +01:00 |
|
Rylan Polster
|
4290789dc0
|
Merge pull request #7898 from Rylan12/keg-only-audit
style: improve keg_only style checks
|
2020-07-04 10:12:05 -04:00 |
|
Mike McQuaid
|
988692cd39
|
Merge pull request #7901 from dawidd6/noassertion-license
dev-cmd/audit: don't error out if no license is detected by GitHub
|
2020-07-04 14:43:10 +01:00 |
|
Mike McQuaid
|
d3c4552525
|
Merge pull request #7899 from Rylan12/virtualenv-formula-name-split
Separate formula name from tap name in need_python?
|
2020-07-04 14:38:35 +01:00 |
|
Dawid Dziurla
|
8f59a5749e
|
dev-cmd/audit: don't error out if no license is detected by GitHub
|
2020-07-04 13:18:57 +02:00 |
|
William Ma
|
df8d22a29b
|
Remove debugging markers (oops)
|
2020-07-03 18:27:19 -04:00 |
|
William Ma
|
6e8f5d0958
|
Modify MultipleVersionsInstalledError to have a generic message
|
2020-07-03 18:25:49 -04:00 |
|
Rylan Polster
|
a7a9793f99
|
needs_python? separate formula name from tap name
|
2020-07-03 16:37:32 -04:00 |
|
Rylan Polster
|
e252de5295
|
style: improve keg_only style checks
|
2020-07-03 14:35:32 -04:00 |
|
Bo Anderson
|
505c1e7240
|
Merge pull request #7895 from MikeMcQuaid/move-codecov
Move .codecov.yml
|
2020-07-03 17:51:03 +01:00 |
|
Mike McQuaid
|
fea704b454
|
Move .codecov.yml
> the file must still be located in the root, dev/, or .github/ directories
https://docs.codecov.io/docs/codecov-yaml#can-i-name-the-file-codecovyml
|
2020-07-03 17:03:29 +01:00 |
|
Mike McQuaid
|
5a50099081
|
Merge pull request #7883 from chenrui333/throttle-gatsby-cli
throttle gatsby-cli to every 10 rel on multiple of 10
|
2020-07-03 16:41:53 +01:00 |
|
Claudia Pellegrino
|
f4c411bd42
|
Merge pull request #7897 from claui/user-home-sandbox
sandbox: do not assume home is inside `/Users`
|
2020-07-03 17:30:13 +02:00 |
|
Mike McQuaid
|
b4e920b5b4
|
Merge pull request #7891 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-rspec-1.41.0
build(deps): bump rubocop-rspec from 1.40.0 to 1.41.0 in /Library/Homebrew
|
2020-07-03 15:55:34 +01:00 |
|
William Ma
|
525d1ac27d
|
Fix PR issues
|
2020-07-03 10:33:38 -04:00 |
|