| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-06-30 | version_spec: add tests for char prefixed and w.x.y.z url-only styles | JCount | |
| 2017-06-30 | version: improve parsing of url-only, non-filename versions | JCount | |
| add support for styles prefixed with a r,v,V and an optional _ , and styles with four groups of digits, seperated by periods; combinations of the two are also supported | |||
| 2017-06-25 | Merge pull request #2822 from ilovezfs/software_spec-recursive-reqs | ilovezfs | |
| software_spec: define recursive deps and reqs | |||
| 2017-06-25 | Merge pull request #2823 from MikeMcQuaid/test-simplify-minitest | Mike McQuaid | |
| test: simplify minitest inclusion. | |||
| 2017-06-25 | test: simplify minitest inclusion. | Mike McQuaid | |
| The previous version seems needlessly complicated given we only support a single Ruby version. It was also blowing up on Bundler 1.15.X. | |||
| 2017-06-25 | software_spec: define recursive deps and reqs | ilovezfs | |
| 2017-06-25 | Merge pull request #2814 from mansimarkaur/java | Mike McQuaid | |
| [WIP] Added tests for language/java | |||
| 2017-06-25 | Merge pull request #2790 from GauthamGoli/audit_legacy_patches_rubocop | Mike McQuaid | |
| audit: Port audit_legacy_patches method to rubocop and add tests | |||
| 2017-06-25 | changes test names for class methods | mansimarkaur | |
| 2017-06-25 | Set java environment var to test overriding | mansimarkaur | |
| 2017-06-24 | Merge pull request #2777 from mansimarkaur/inc_test_cov | Mike McQuaid | |
| Added tests for language/node.rb | |||
| 2017-06-24 | Merge pull request #2816 from MikeMcQuaid/test-needs-link | Mike McQuaid | |
| test: require non-keg-only formulae to be linked. | |||
| 2017-06-24 | Merge pull request #2817 from MikeMcQuaid/no-fossies-url | Mike McQuaid | |
| audit: don't use Fossies as a primary URL. | |||
| 2017-06-24 | audit: Port audit_legacy_patches method to rubocop and add tests | Gautham Goli | |
| 2017-06-24 | Improved code quality | mansimarkaur | |
| 2017-06-24 | Removed extra space from include clause | mansimarkaur | |
| 2017-06-23 | audit: don't use Fossies as a primary URL. | Mike McQuaid | |
| As requested in: https://github.com/Homebrew/homebrew-core/issues/14486#issuecomment-307753234 | |||
| 2017-06-23 | test: require non-keg-only formulae to be linked. | Mike McQuaid | |
| This can be overridden with `--force`. As mentioned in: https://github.com/Homebrew/homebrew-core/pull/14525#issuecomment-307838164 | |||
| 2017-06-23 | formula_installer: runtime reqs of build deps are build reqs | ilovezfs | |
| so don't consider their absence fatal if we're pouring a bottle. | |||
| 2017-06-23 | Added tests for language/java | mansimarkaur | |
| 2017-06-23 | Stubbed nil:NilClass | mansimarkaur | |
| 2017-06-23 | Attempt to fix tests | mansimarkaur | |
| 2017-06-23 | Avoided the prepend_path not existing method error | mansimarkaur | |
| 2017-06-23 | Added test for non existent node formula and existent npmrc | mansimarkaur | |
| 2017-06-23 | Added rescue FormulaUnavailableError to setup_npm_environment | mansimarkaur | |
| 2017-06-23 | stubbed the node formula | mansimarkaur | |
| 2017-06-23 | Improved test quality | mansimarkaur | |
| 2017-06-23 | Fixed style errors | mansimarkaur | |
| 2017-06-23 | Added tests for language/node.rb | mansimarkaur | |
| 2017-06-22 | diagnostic: Update whitelisted dylib used by Symantec (again) | Wang Boyu | |
| 2017-06-22 | diagnostic: Update whitelisted dylib used by Symantec | Wang Boyu | |
| 2017-06-21 | Merge pull request #2801 from apjanke/formula-cop-uniform-_body_node-param | Mike McQuaid | |
| rubocops: refactor to use consistent _body_node parameter name | |||
| 2017-06-20 | Merge pull request #2806 from reitermarkus/apfs | Markus Reiter | |
| 🔨 Fix sorting on APFS. | |||
| 2017-06-20 | Add support for `uninstall/zap :trash`. | Markus Reiter | |
| 2017-06-20 | Add `trash` util. | Markus Reiter | |
| 2017-06-20 | 🔨 Fix sorting on APFS. | Markus Reiter | |
| 2017-06-20 | Merge pull request #2776 from GauthamGoli/audit_checksum_rubocop_fix | Mike McQuaid | |
| audit: Fix audit_checksum method's rubocop and add more tests | |||
| 2017-06-19 | rubocops: use consistent (_)body_node parameter name | Andrew Janke | |
| 2017-06-19 | linkage_checker: Add harmless dylibs check. | William Woodruff | |
| While the linkage checker should normally report all broken links, there are a few cases where broken links are harmless. One case is when a the PPC slice of a program links to a PPC-only library that no longer exists on x86_64 OS X. Since the PPC slice is never loaded on modern OS X, inconsistencies within it do not need to be reported. | |||
| 2017-06-19 | Merge pull request #2778 from jasonkarns/tap-full-name | Mike McQuaid | |
| refactor: DRY up redundant formulations of {#user}/homebrew-{#repo} | |||
| 2017-06-19 | Tap learns to form its own full_name | Jason Karns | |
| full_name is formed from `{user}/homebrew-{repo}` and is always lowercase. | |||
| 2017-06-17 | diagnostic: quiet some CI whining. | Mike McQuaid | |
| We want to be able to symlink Homebrew/test-bot to Homebrew/core on Linux for CI speed. | |||
| 2017-06-16 | Refactor Checksum cop to add autocorrect method | Gautham Goli | |
| 2017-06-16 | Simplify Checksum cop by auditing all checksums | Gautham Goli | |
| 2017-06-16 | audit: Port audit_checksum method to rubocop and add tests | Gautham Goli | |
| 2017-06-16 | Merge pull request #2761 from sjackman/bottleloader-url-homebrew | Mike McQuaid | |
| BottleLoader: Fix installing a bottle from an URL | |||
| 2017-06-16 | Merge pull request #2784 from bfontaine/suspicious-git-origin | Mike McQuaid | |
| diagnostic: Fix suggested git remote commands | |||
| 2017-06-15 | Fix outdated `--repository` man documentation | Matthew Strax-Haber | |
| 2017-06-14 | diagnostic: Fix suggested git remote commands | Baptiste Fontaine | |
| 2017-06-14 | Merge pull request #2775 from reitermarkus/language | Markus Reiter | |
| Fix `--language` option. | |||
