Bob W. Hogg
3b7113b304
cmd/search: use new Fedora package search
...
pkgdb has been put into read-only mode,
so it won't be updated for new Fedora releases
going forward. Use apps.fedoraproject.org/packages instead.
Signed-off-by: Bob W. Hogg <rwhogg@linux.com>
2017-08-07 18:22:26 -07:00
ilovezfs
986887b413
Revert "Refactor SVN and cURL download strategies."
2017-08-07 14:31:56 -07:00
Markus Reiter
dc5a2c1764
Simplify CurlDownloadStrategy.
2017-08-07 21:31:17 +02:00
Markus Reiter
fb59e79689
Simplify SubversionDownloadStrategy.
2017-08-07 21:31:17 +02:00
Gautham Goli
a3219ca09c
Add node pattern methods to handle dependency audits in a better way
2017-08-07 16:02:50 +05:30
Gautham Goli
d9c81901c3
audit: Add tests for rubocop methods in line_cop.rb
2017-08-06 18:36:09 +05:30
Gautham Goli
3edae73cd9
audit: Add tests for audit rules ported from line_problems method to rubocops
2017-08-06 18:36:09 +05:30
Markus Reiter
ffc47388bd
Fix Pkg#uninstall
not calling MacOS.undeletable?
for all files.
2017-08-06 13:19:30 +02:00
Gautham Goli
781da49df8
audit: Add tests for audit rules ported from line_problems method to rubocops
2017-08-06 02:28:58 +05:30
Gautham Goli
affd9055c2
audit: Port classname and template comments audit rules from line_problems method to rubocop
2017-08-06 02:28:58 +05:30
Markus Reiter
7a17a166ec
Merge pull request #3006 from reitermarkus/unfocus
...
Delete `:focus`.
2017-08-05 21:05:08 +02:00
Gautham Goli
66ffdb5b06
Refactor legacy_patches_cop to merge external patch audit rules in a single cop and add tests
2017-08-05 21:51:24 +05:30
Markus Reiter
f5af3fe0cd
Delete :focus
.
2017-08-05 18:09:09 +02:00
Markus Reiter
f89e09b785
Add spec for conflicts_with cask
.
2017-08-05 16:21:14 +02:00
Markus Reiter
42cfb6d238
Merge pull request #2999 from mistydemeo/tap_each_enum
...
Tap.each: return an enumerable when no block given
2017-08-04 16:14:06 +02:00
Markus Reiter
12d4226bfc
Remove _checkurl
.
2017-08-04 15:39:32 +02:00
Misty De Meo
1c3ece12b9
Tap.each: return an enumerable when no block given
2017-08-03 17:23:16 -07:00
Mike McQuaid
f4983ab16b
Merge pull request #2975 from GauthamGoli/audit_urls_rubocop_strict
...
audit: Port audit_urls strict rules to rubocop, add tests, autocorrect
2017-08-01 11:39:01 +01:00
Mike McQuaid
c3c3575b70
Merge pull request #2964 from GauthamGoli/audit_line_rubocop_part_1
...
audit: Port dependency rules from line_problems to rubocop and add tests
2017-08-01 11:29:26 +01:00
Mike McQuaid
044f4d947b
Tweak preserve link status on reinstall/upgrade.
...
Treat a `brew install` command as normal i.e. link by default unless
keg-only and only specify whether a keg should be linked when upgrading
or reinstalling. Also, adjust the naming accordingly so it's more
obvious that this is the case.
2017-07-30 21:44:43 +01:00
Mike McQuaid
e1fd69de42
Merge pull request #2961 from MikeMcQuaid/preserve-link-on-upgrade-reinstall
...
Preserve link status on reinstall/upgrade.
2017-07-30 18:42:06 +01:00
Mike McQuaid
e755505c70
Merge pull request #2969 from MikeMcQuaid/default-formula-bottles
...
formula_installer: use default_formula for bottles
2017-07-30 18:41:10 +01:00
Mike McQuaid
a83baba8b5
formula_installer: use default_formula for bottles
...
This was the original, intended functionality before this was broken
in fe117bf79b244c42b7e4049d353c3c003eae4880.
Fixes https://github.com/Homebrew/homebrew-core/issues/13680 .
2017-07-30 16:56:24 +01:00
Mike McQuaid
7ec0505200
Preserve link status on reinstall/upgrade.
...
This means if a user has manually `brew unlink` or `brew link --force`d
something then that status will be preserved after they `brew upgrade`
or `brew reinstall` that formula.
This generally should make things that are keg-only by default easier
to swallow.
2017-07-30 16:20:32 +01:00
Mike McQuaid
3821132f9e
Merge pull request #2898 from MikeMcQuaid/sandbox-all-taps
...
sandbox: sandbox all taps by default.
2017-07-30 16:02:36 +01:00
Gautham Goli
c575f34d5f
audit: Port audit_urls strict rules to rubocop, add tests and autocorrect
2017-07-30 12:59:37 +05:30
Markus Reiter
5fea557da3
Use mktmpdir
.
2017-07-29 22:21:41 +02:00
Markus Reiter
2ad3a87045
Silence all specs by default.
2017-07-29 20:25:37 +02:00
Mike McQuaid
4440afa99a
installer_spec: silence test output.
2017-07-29 16:59:32 +01:00
Gautham Goli
e1cb0b43d7
audit: Port dependency rules from line_problems to rubocop and add tests
2017-07-29 16:36:32 +05:30
Misty De Meo
2bd8091ae8
Merge pull request #2804 from mansimarkaur/caveats
...
Increasing test coverage for caveats.rb
2017-07-25 09:28:46 -07:00
mansimarkaur
ae02b9776a
Added tests for python caveats
2017-07-25 21:00:37 +05:30
mansimarkaur
9218d3014d
Added tests for plist_caveats
2017-07-25 21:00:26 +05:30
mansimarkaur
5fba0c4776
Added tests for function_completion_caveats
2017-07-25 21:00:04 +05:30
mansimarkaur
a5334b9dca
Added tests for keg_only_text
2017-07-25 20:59:46 +05:30
mansimarkaur
6de94839de
Adding tests for caveats
2017-07-25 20:58:20 +05:30
Mike McQuaid
733abc7e7d
Merge pull request #2932 from GauthamGoli/audit_urls_rubocop_part_2
...
audit: Port audit_urls to rubocop and add corresponding tests Part 2
2017-07-25 15:46:23 +01:00
Mike McQuaid
f0ca3108f7
Merge pull request #2931 from JCount/version-devel-parsing-improvements
...
version: improve devel spec version parsing
2017-07-25 14:38:13 +01:00
Gautham Goli
2639b6c556
audit: Update Urls Cop with more rules of audit_urls and corresponding tests
2017-07-25 19:06:36 +05:30
Mike McQuaid
7041f7eb00
Merge pull request #2911 from GauthamGoli/audit_urls_rubocop_part_1
...
audit: Port audit_urls partially to rubocop and add corresponding tests
2017-07-25 13:46:19 +01:00
Markus Reiter
aa8eb21b8c
Merge pull request #2861 from reitermarkus/cask-search-tty
...
Output plain list when running `brew cask search` without a TTY.
2017-07-24 00:04:43 +02:00
JCount
a5fff4547f
verion_spec: add test coverage for devel spec version style
...
also expand coverage for improved dash version style
2017-07-22 19:31:36 -04:00
Gautham Goli
b7ddd271e1
audit: Port audit_urls partially to rubocop and add corresponding tests
2017-07-21 20:50:28 +05:30
Mike McQuaid
9747bc397a
Merge pull request #2906 from GauthamGoli/new_formula_rubocop_fix
...
style: disable NewFormulaAudit cops' execution by default unless specified
2017-07-21 14:41:40 +01:00
Justin Baugh
dd334a8357
Add updated diagnostic test for build from source check.
2017-07-20 11:18:16 -04:00
Misty De Meo
f8300b2cb7
Merge pull request #2883 from mistydemeo/allow_passing_hash_to_system
...
Allow passing hash to system
2017-07-18 12:53:54 -07:00
Gautham Goli
086e540231
Add a rubocop config file to control cops' execution in audit and style
2017-07-18 20:23:03 +05:30
Misty De Meo
30adcab6cf
Add with_env
helper to set temporary ENV vars
2017-07-15 17:39:55 -07:00
Gautham Goli
a8f1b02be9
audit: Port audit_options rules for new formulae to rubocop and add test
2017-07-15 17:35:10 +05:30
Gautham Goli
f3923f23ef
audit: Port audit_options strict rules to rubocop and add tests
2017-07-14 21:43:16 +05:30