| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-17 | Merge pull request #2475 from MikeMcQuaid/uses-deleted | Mike McQuaid | |
| uses: allow checking deleted formulae. | |||
| 2017-04-17 | Merge pull request #2498 from ↵ | Mike McQuaid | |
| zmwangx/do-not-search-taps-for-missing-qualified-formula install: do not search taps when a qualified formula is missing | |||
| 2017-04-17 | uses: allow checking deleted formulae. | Mike McQuaid | |
| This is useful for seeing when formulae are deleted if they are going to leave behind any formulae that depend on them. As a result, if there are any formulae returned return a non-zero/failed exit status. | |||
| 2017-04-17 | install: use include instead of regex. | Mike McQuaid | |
| 2017-04-17 | Merge pull request #2473 from MikeMcQuaid/audit-language-module-requirements | Mike McQuaid | |
| audit: deprecate language module requirements. | |||
| 2017-04-17 | Merge pull request #2496 from mistydemeo/hardware_cpu_can_run_arch_helper | Misty De Meo | |
| Hardware cpu can run arch helper | |||
| 2017-04-16 | Merge pull request #2446 from mansimarkaur/diagnostic_tests1.1.13 | Mike McQuaid | |
| [WIP] Added test for check_access_lock_dir | |||
| 2017-04-15 | Only run Linux-specific tests on Linux | Bob W. Hogg | |
| 2017-04-15 | OsxfuseRequirement: Port to Linux | Bob W. Hogg | |
| 2017-04-15 | install: do not search taps when a qualified formula is missing | Zhiming Wang | |
| 2017-04-15 | Mac Hardware: provide a more Mac-specific implementation of can_run? | Misty De Meo | |
| 2017-04-15 | Hardware: add helper to determine if an executable can be run | Misty De Meo | |
| 2017-04-15 | Merge pull request #2483 from MikeMcQuaid/audit-no-devel-version-alias | Mike McQuaid | |
| audit: don't recommend version aliases on --devel. | |||
| 2017-04-15 | Fix section header link for Environment | numbermaniac | |
| brew-cask.1.md | |||
| 2017-04-14 | add date-based versioning | Reto Kromer | |
| 2017-04-11 | Fix `brew cask audit` not working without argument. | Markus Reiter | |
| 2017-04-11 | Merge pull request #2474 from MikeMcQuaid/xcode-8.3.1 | ilovezfs | |
| xcode: 8.3.1 is latest version. | |||
| 2017-04-10 | audit: don't recommend version aliases on --devel. | Mike McQuaid | |
| As requested in #11462 by @neutric as this produces confusing, incorrect output. | |||
| 2017-04-10 | Merge pull request #2471 from JCount/missing_formula-fix-undefined-method-nil | JCount | |
| missing_formula: fix undefined method `path` for nil:NilClass | |||
| 2017-04-10 | Merge pull request #2461 from hsbt/workaround-downcase-with-pathname | JCount | |
| formulary: Workaround for method missing for downcase on Pathname object | |||
| 2017-04-11 | formulary: Workaround for method missing for downcase on Pathname object. | SHIBATA Hiroshi | |
| 2017-04-10 | audit: deprecate language module requirements. | Mike McQuaid | |
| Make `brew audit` complain about language module requirements because they provide a crappy user experience compared to vendoring and we’re not really fixing bugs in them any more. | |||
| 2017-04-10 | audit: check for more universal usage. | Mike McQuaid | |
| Also check for `ENV.universal_binary` and `build.universal?`. The prior is still required for `wine` and the latter should never be required any longer. | |||
| 2017-04-10 | missing_formula: fix undefined method `path` for nil:NilClass | JCount | |
| This check for a nil `tap` is necessary because Tap.from_path(path) will simply return a nil value in the event the tap path is invalid | |||
| 2017-04-10 | xcode: 8.3.1 is latest version. | Mike McQuaid | |
| Our CI images are already updated with it. | |||
| 2017-04-09 | info: rubocop | John Hawkinson | |
| 2017-04-09 | info: Print reason for conflicts where available | John Hawkinson | |
| 2017-04-09 | Merge pull request #2434 from JCount/gpg-spec-test-21-compatibility | Markus Reiter | |
| gpg_spec test add 2.1.x compatibility | |||
| 2017-04-09 | formula: conflicts_with doc: give realistic :because | John Hawkinson | |
| The documentation should help a developer understand what the parameter is for. "stupid example" doesn't cut it. | |||
| 2017-04-08 | gpg_spec: use new version method to directly compare version objects | JCount | |
| 2017-04-08 | gpg: add version method to retrieve current version in path | JCount | |
| 2017-04-08 | gpg_spec: switch structure to if/else instead of rescue | JCount | |
| 2017-04-08 | gpg2_requirement_spec: switch test to gnupg 2.1.x | JCount | |
| 2017-04-07 | Corrected test for access_lock_dir | mansimarkaur | |
| 2017-04-05 | Merge pull request #2442 from tdsmith/fix-symlink-relocation | Mike McQuaid | |
| Virtualenv relocation fixes | |||
| 2017-04-05 | keg_relocate: slim long lines. | Mike McQuaid | |
| 2017-04-05 | Merge pull request #2242 from GauthamGoli/audit_custom_cops | Mike McQuaid | |
| Port audit_desc audit rules to a cop | |||
| 2017-04-05 | Merge pull request #2454 from MikeMcQuaid/audit-fix-core-formula-alias-check | Mike McQuaid | |
| audit: fix core formula alias check. | |||
| 2017-04-04 | audit: fix core formula alias check. | Mike McQuaid | |
| Was missing a formula object being passed. | |||
| 2017-04-04 | update-report: don't show new, installed formulae. | Mike McQuaid | |
| These were those migrated from other taps but if they are installed already: they aren't new to that user. | |||
| 2017-04-04 | Revert "keg_relocate: Don't relocate dylib IDs containing metavariables." | Mike McQuaid | |
| 2017-04-04 | Merge pull request #2448 from rwhogg/add-skylake-linux | Mike McQuaid | |
| Add Skylake to the Linux hardware list | |||
| 2017-04-03 | Added test for check_access_lock_dir | mansimarkaur | |
| 2017-04-02 | Add Skylake to Linux hardware list | Maxim Belkin | |
| 2017-04-02 | java_requirement: Add newline to failure message | Bob W. Hogg | |
| Signed-off-by: Bob W. Hogg <rwhogg@linux.com> | |||
| 2017-04-02 | rubocop | Tim D. Smith | |
| 2017-04-02 | Merge pull request #2412 from EricFromCanada/master1.1.12 | Mike McQuaid | |
| Xcode: update supported versions & download URLs for 8.3 | |||
| 2017-04-02 | Merge pull request #2441 from MikeMcQuaid/install-handle-missing-receipt | Mike McQuaid | |
| Handle missing receipt on `brew install`. | |||
| 2017-04-02 | diagnostic: also ignore outdated CLT on Travis CI. | Mike McQuaid | |
| 2017-04-02 | Use extend/OS mechanism for grep args | Tim D. Smith | |
