Frederick Akalin
00eb4324de
Update FAQ entry
2017-08-23 15:53:28 -07:00
JCount
6023e408da
Merge pull request #2995 from GauthamGoli/audit_line_rubocop_part_2
...
audit: Port line_problems to rubocop and add tests part 2
2017-08-23 16:16:07 -04:00
Mike McQuaid
ce5e1e2084
Merge pull request #3048 from tdsmith/update-python-docs
...
Update Python docs
2017-08-23 19:29:25 +01:00
Mike McQuaid
2c43e069c2
Merge pull request #3083 from puredanger/remove-clojure-blacklist
...
blacklist - remove clojure
2017-08-23 18:37:15 +01:00
Markus Reiter
7d5971e84c
Merge pull request #3075 from reitermarkus/fix-pull
...
Fix `pull`.
2017-08-23 18:23:21 +02:00
Mike McQuaid
97c75bfd40
Merge pull request #3077 from vszakats/https1708
...
upgrade more urls to https
2017-08-22 22:22:09 +01:00
puredanger
9bc706f1fc
remove blacklisting of Clojure to allow adding a Clojure formula
2017-08-22 12:17:11 -05:00
Markus Reiter
9d6ae89ea3
Merge pull request #3074 from CamJN/master
...
Fix curl --user flag being broken in dc5a2c17
2017-08-22 19:16:41 +02:00
Viktor Szakats
b44c7a1022
upgrade more urls to https
2017-08-22 10:31:21 +00:00
Camden Narzt
c9f4d1c35d
style
2017-08-21 19:25:37 -06:00
Camden Narzt
ab8a6f31e8
Add test
2017-08-21 19:22:17 -06:00
Camden Narzt
c53af2952e
Fix curl --user flag being broken in dc5a2c17
2017-08-21 19:22:16 -06:00
Markus Reiter
15e572702e
Fix pull.
2017-08-21 22:41:13 +02:00
JCount
85fd43d4fe
Merge pull request #3063 from GauthamGoli/rubocop_spec_multiline_offenses_fix
...
audit: In Cops and their tests convert all multiline strings to heredocs
2017-08-21 13:13:09 -04:00
Markus Reiter
4b34ca5b35
Merge pull request #3001 from reitermarkus/cask-conflicts-with
...
Implement `conflicts_with :cask`.
2017-08-20 17:50:54 +02:00
Markus Reiter
5b965d6a79
Merge pull request #3073 from reitermarkus/fix-search
...
Move fix from #3070 inside `GitHub` module.
2017-08-20 17:50:26 +02:00
Markus Reiter
56ef168e70
Move fix from #3070 inside GitHub module.
2017-08-20 16:31:46 +02:00
Markus Reiter
1eccaf28db
Merge pull request #3070 from fsouza/fix-brew-cask-search
...
Skip search_remote on cask search when HOMEBREW_NO_GITHUB_API is set
2017-08-20 16:24:41 +02:00
Francisco Souza
f284300495
Skip search_remote on cask search when HOMEBREW_NO_GITHUB_API is set
...
Fixes #3069 .
2017-08-19 19:59:33 -04:00
Markus Reiter
3b92f69869
Merge pull request #3054 from BenMusch/github-refactor
...
Clean-up code in GitHub module to reduce duplication & coupling w/ Github API
2017-08-18 16:26:30 +02:00
Ben Muschol
ca05c7f010
Change var name
2017-08-17 14:38:50 -04:00
Ben Muschol
564a06dfbb
Fix typo in spec
2017-08-17 13:44:18 -04:00
Ben Muschol
e096836b7b
Improve rspec readability
2017-08-17 11:57:58 -04:00
Ben Muschol
7a93638105
Make test more resilient
2017-08-17 11:40:32 -04:00
Gautham Goli
db20b0c281
audit: In Cops and their tests convert all multiline strings to heredocs
2017-08-17 11:41:58 +05:30
JCount
daa0ea4b8a
Merge pull request #3060 from JCount/gpg-stop-pinentry-launch
...
gpg: prevent pinentry from launching when creating test key
2017-08-15 11:14:26 -04:00
Mike McQuaid
8518ffdee1
Merge pull request #3059 from MikeMcQuaid/why-search-take-so-long
...
search: explain why it takes the time it does.
2017-08-15 10:49:47 +01:00
Mike McQuaid
961d79011e
search: explain why it takes the time it does.
...
Provide a bit of clarity that this isn't just searching a local database
but doing an GitHub API and Git history query.
2017-08-15 10:25:51 +01:00
Andrew Janke
60d8218abf
Merge pull request #2996 from apjanke/non-formula-reqs-in-brew-deps-tree
...
brew deps: add --include-requirements, plus some fixes
2017-08-14 20:19:39 -04:00
JCount
c1ed6b8858
gpg: prevent pinentry from launching when creating test key
...
this is accomplished by setting an empty password in the gnupg
batch input file
2017-08-14 18:02:18 -04:00
Ben Muschol
5f8d212ccc
Unify vocabulary in github module, remove unnecessary logic
...
Fix duplication bug
2017-08-14 14:45:24 -04:00
Ben Muschol
68cdb550f7
Spec for issues search
2017-08-14 12:06:12 -04:00
Ben Muschol
603bdd01a8
Implement PR feedback
2017-08-14 11:08:56 -04:00
Mike McQuaid
9e8da170ff
Merge pull request #3052 from rhwood/patch-2
...
Remove "*instal" aliases from bash completion
2017-08-14 09:42:24 +01:00
Ben Muschol
24da1ecd3d
Fix url encoded in expected values
2017-08-13 17:16:45 -04:00
Ben Muschol
d052f503f9
fix typo
2017-08-13 16:41:18 -04:00
Ben Muschol
91b139aca2
Fix syntax error
2017-08-13 16:15:26 -04:00
Ben Muschol
acf46fce5f
Rename path_to -> url_to since it returns a url
2017-08-13 15:03:52 -04:00
Ben Muschol
e93ec12b32
Remove duplicate url generation logic in Github module
2017-08-13 15:03:44 -04:00
Randall Wood
d7baf81373
Make comment easier to read.
2017-08-13 10:58:58 -04:00
Randall Wood
3396387b52
Remove "*instal" aliases from bash completion
...
Remove all command aliases ending in "instal" (single letter L) from the bash completion. This has the practical effect of removing the aliases "instal" and "uninstal" from bash completion, allowing "install" and "uninstall" to be auto completed once the first three characters of each "ins" or "uni" are typed in.
2017-08-13 08:46:48 -04:00
Mike McQuaid
e1bab7ede9
Merge pull request #3050 from Homebrew/revert-3046-double_formula_load_error
...
Revert "Raise an exception when double loading a formula"
2017-08-12 15:01:16 +01:00
Mike McQuaid
ae8235c555
Revert "Raise an exception when double loading a formula"
2017-08-12 15:00:36 +01:00
Mike McQuaid
b93f1e3569
Merge pull request #3046 from alyssais/double_formula_load_error
...
Raise an exception when double loading a formula
2017-08-12 13:00:10 +01:00
Mike McQuaid
1939952dc4
Remove some hedge words.
2017-08-12 12:59:14 +01:00
Mike McQuaid
7ecc775848
Merge pull request #3044 from BenMusch/search-tap-fix
...
Replace search_tap with search_taps
2017-08-12 12:46:28 +01:00
Mike McQuaid
a757f43895
Merge pull request #3043 from MikeMcQuaid/pin-upgrade
...
Note cases when pinned formulae get upgraded.
2017-08-12 12:43:38 +01:00
Mike McQuaid
a1e3c54bc8
Merge pull request #3034 from sjackman/superenv-cxxheader
...
shims/super/cc: Fix c++ -xc++-header
2017-08-12 12:42:26 +01:00
Tim D. Smith
a34f1d3a53
Update Python docs
...
Reflect some of the wisdom learned over the last couple of years, which
contradict some of the earlier dicta.
2017-08-11 22:13:20 -07:00
Alyssa Ross
4760f4e803
Raise an exception when double loading a formula
...
(As proposed in #2673 )
2017-08-11 22:40:08 +01:00