aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-09-04Merge pull request #3119 from MikeMcQuaid/audit-subversion-url-fixMike McQuaid
audit: fix subversion remote check logic.
2017-09-03docs: Clarify availability of analyticsWilliam Woodruff
This commit tweaks the language in Analytics.md to make it clear that summaries of install/error data are publicly available, while only Homebrew maintainers can access the full analytics (as specified above in the document).
2017-09-03Merge pull request #3096 from vszakats/urlchk1Mike McQuaid
audit: Add some heuristics to https upgrade checks
2017-09-03audit: fix subversion remote check logic.Mike McQuaid
Stop flagging invalid URLs as valid and vice-versa. Fixes #3118.
2017-09-03Merge pull request #3109 from DomT4/mandatory_java_cacheMike McQuaid
Java: deprecate ENV.java_cache in favour of setting it by default.
2017-09-02Merge pull request #2955 from mansimarkaur/git_testsMike McQuaid
Added tests for utils/git
2017-09-02Merge pull request #3098 from DomT4/gnupgilovezfs
gpg: tweaks
2017-09-02Merge pull request #3084 from laughedelic/cask/search-offlineMarkus Reiter
Offline cask search and listing all available casks
2017-09-02Updated cask search manpageAlexey Alekhin
2017-09-02Minor tests formatting changeAlexey Alekhin
2017-09-01cleanup range checkViktor Szakats
2017-09-01Merge pull request #3112 from mistydemeo/search_online_failureMarkus Reiter
search_remote_tap spec: fix test offline
2017-08-31search_remote_tap spec: fix test offlineMisty De Meo
Even though we stub the JSON response, the method being tested always returns [] immediately if HOMEBREW_NO_GITHUB_API is set.
2017-09-01gpg: create unified test helperDominyk Tiller
2017-09-01gpg2_requirement: update code commentsDominyk Tiller
2017-09-01gpg: test usability tweaksDominyk Tiller
2017-09-01gpg: be less strict on newer versionsDominyk Tiller
2017-08-31audit: add a nudge to remove ENV.java_cacheDominyk Tiller
2017-08-31ENV: move java_cache to compat for future hard deprecationDominyk Tiller
2017-08-31formula: manipulate Java's home usage by defaultDominyk Tiller
2017-08-31Merge pull request #3105 from sjackman/pour_local_bottleMike McQuaid
pour_bottle?: Pour local bottles without sha256
2017-08-31Merge pull request #3110 from DomT4/too_many_goatsMike McQuaid
github: limit PR search to Homebrew
2017-08-31Merge pull request #3111 from alyssais/migrate_empty_homebrew_directoryMike McQuaid
Don't fail to migrate repo because of empty dir
2017-08-31Don't fail to migrate repo because of empty dirAlyssa Ross
I just ran into an issue where a colleague's Homebrew couldn't update. It seems to have been because it failed once just after the new repo directory was created. Since there was nothing in this directory, there really isn't any reason for us to fail here, so to avoid this problem in the future, try to `rmdir` the directory before failing because it already exists.
2017-08-30Merge pull request #3102 from DomT4/pillowilovezfs
missing_formula: update for Pillow's brew demise.
2017-08-31github: limit PR search to HomebrewDominyk Tiller
Not sure whether this is the way you want to handle this problem but it's really darn irritating so here's a PR that handles it one way. Fixes: https://github.com/Homebrew/brew/pull/3086#issuecomment-324519156
2017-08-31Changed warning message as recommended by @reitermarkusAlexey Alekhin
2017-08-30add zsh completion for switch <formula> <version>Andrew Lazarus
2017-08-30pour_bottle?: Pour local bottles without sha256Shaun Jackman
Pouring a local bottle for a formula without a bottle sha256 in the formula for that OS would unexpectedly install from source instead.
2017-08-30pour_bottle?: Ensure local bottles are compatibleShaun Jackman
Don't ignore f.pour_bottle? and compatible_cellar? when pouring a local bottle. --force-bottle may be used to pour a local bottle that is incompatible, as it is for remote bottles.
2017-08-29Merge pull request #2950 from mansimarkaur/svnMisty De Meo
Added tests for utils/svn
2017-08-29Merge pull request #2952 from mansimarkaur/analytics_testsMisty De Meo
Added tests for utils/analytics
2017-08-29Used already existing clear_git_available_cache to remove @gitmansimarkaur
2017-08-29fix length ratio rangeViktor Szakats
2017-08-29limit some heuristics to strict modeViktor Szakats
2017-08-29review follow-up #1Viktor Szakats
2017-08-29missing_formula: use pip2 instead of pipDominyk Tiller
2017-08-29missing_formula: update for Pillow's removalDominyk Tiller
Ref: https://github.com/Homebrew/homebrew-core/pull/17341 Ref: https://github.com/Homebrew/homebrew-core/pull/17357
2017-08-29Modified clear_anonymous_os_prefix_ci_cachemansimarkaur
2017-08-29Used clear_anonymous_os_prefix_ci_cache to remove @anonymous_os_prefix_cimansimarkaur
2017-08-29Added clear_anonymous_os_prefix_ci_cachemansimarkaur
2017-08-29Used ENV.delete to remove set ENV varsmansimarkaur
2017-08-29Added tests for report_build_errormansimarkaur
2017-08-29Added tests for report and report_eventmansimarkaur
2017-08-29Added tests for os_prefix_cimansimarkaur
2017-08-29url skipped if svn not available when auditing urlsmansimarkaur
2017-08-29Used clear_svn_version_cache to remove @svnmansimarkaur
2017-08-29Added clear_svn_version_cachemansimarkaur
2017-08-29Added check for svn availabilitymansimarkaur
2017-08-29Improved tests for svn_available?mansimarkaur