| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-22 | Port audit_components method to rubocops and add corresponding tests | Gautham Goli | |
| 2017-04-22 | Merge pull request #2484 from MikeMcQuaid/unversion-formula-tap-match | Mike McQuaid | |
| audit: lookup unversioned formulae with Formulary. | |||
| 2017-04-22 | Merge pull request #2521 from MikeMcQuaid/tests-reduce-noise | Mike McQuaid | |
| tests: reduce some noise. | |||
| 2017-04-22 | audit: lookup unversioned formulae with Formulary. | Mike McQuaid | |
| This means that if e.g. the unversioned formulae exists in another tap this audit won't produce a false positive. | |||
| 2017-04-22 | tests: reduce some noise. | Mike McQuaid | |
| - Tweak the way offline skipping happens - Skip more tests that break when offline - Hide more stdout output from tests. | |||
| 2017-04-22 | Merge pull request #2523 from MikeMcQuaid/remove_formula_installer_feature_flags | Mike McQuaid | |
| formula_installer: remove feature flags. | |||
| 2017-04-22 | Merge pull request #2476 from MikeMcQuaid/edit-env-filtering | Mike McQuaid | |
| Fix `brew edit` with environment filtering. | |||
| 2017-04-22 | Merge pull request #2519 from reitermarkus/validate-container-type | Markus Reiter | |
| Validate `container :type`. | |||
| 2017-04-22 | Merge pull request #2482 from MikeMcQuaid/audit-dependency-options | Mike McQuaid | |
| audit: ensure default dependencies don't use options. | |||
| 2017-04-21 | formula_installer: remove feature flags. | Mike McQuaid | |
| We've been testing the recursive dependency check and allowing unlinked dependencies in CI for a while with no adverse consequences so enable them globally now for all users. | |||
| 2017-04-21 | Fix `brew edit` with environment filtering. | Mike McQuaid | |
| For many people `brew edit` makes use of the `EDITOR` variable to pick a sensible editor. With environment filtering enabled unless this editor is found in the default system PATH it'll fall back to e.g. `vim`. Instead, ensure that we export the original, pre-filtering `PATH` as `HOMEBREW_PATH` and use that internally to locate the editor. In future this same approach will likely be used for requirements to be able to find tools, too, and for other variables which we want to expose to Homebrew itself but not other build tools. Note that `HOMEBREW_PATH` is the same as `PATH` when build filtering hasn't been enabled. | |||
| 2017-04-21 | audit: ensure dependencies don't use options. | Mike McQuaid | |
| Option dependencies are nasty as they cause unnecessary builds from source. | |||
| 2017-04-21 | audit: new formulae should not require patches. | Mike McQuaid | |
| We may under some circumstances accept these anyway but it's better to nudge people into the right behaviours on local `audit`s. | |||
| 2017-04-21 | Merge pull request #2520 from reitermarkus/pkgutil-plist | Markus Reiter | |
| Partly revert “Fix `uninstall :pkgutil` leaving empty `.app` directories.”. | |||
| 2017-04-21 | Partly revert “Fix `uninstall :pkgutil` leaving empty `.app` directories.”. | Markus Reiter | |
| 2017-04-21 | Merge pull request #2512 from commitay/cask-binary | Markus Reiter | |
| Replace `FileUtils.chmod` with `/bin/chmod` for cask binaries. | |||
| 2017-04-21 | Fix test for `chmod +x` on binaries. | Markus Reiter | |
| 2017-04-21 | Update binary.rb | commitay | |
| 2017-04-21 | Replace `FileUtils.chmod` with `/bin/chmod` for cask binaries. [WIP] | commitay | |
| Update binary.rb Update binary.rb Update binary.rb | |||
| 2017-04-21 | Merge pull request #2517 from reitermarkus/fix-select-blocking | Vítor Galvão | |
| Fix `IO#select` blocking. | |||
| 2017-04-21 | Set timeout to 10 seconds instead of retrying. | Markus Reiter | |
| 2017-04-21 | Validate `container :type`. | Markus Reiter | |
| 2017-04-21 | Fix `IO#select` blocking. | Markus Reiter | |
| 2017-04-21 | Remove extraneous } | Louis Romero | |
| 2017-04-20 | Merge pull request #2274 from rwhogg/fuse-requirement | Mike McQuaid | |
| Port OsxfuseRequirement to Linux | |||
| 2017-04-20 | Merge pull request #2511 from reitermarkus/fix-plist-parser | Markus Reiter | |
| Fix `plist` parser failing when encoded with ASCII. | |||
| 2017-04-20 | Merge pull request #2509 from scpeters/audit_message_swap | Mike McQuaid | |
| audit: fix swapped audit messages | |||
| 2017-04-20 | Add `OFFICIAL_CASK_TAPS` in `official_taps.rb`. | Markus Reiter | |
| 2017-04-20 | Lowercase `Caskroom` in `search`. | Markus Reiter | |
| 2017-04-19 | Merge pull request #2508 from JCount/xcode-8.3.2 | JCount | |
| xcode: 8.3.2 is latest version | |||
| 2017-04-20 | Ensure `readline_nonblock` returns an UTF-8 string. | Markus Reiter | |
| 2017-04-20 | Fix `plist` parser failing when encoded with ASCII. | Markus Reiter | |
| 2017-04-19 | xcode: 8.3.2 is latest version | JCount | |
| 2017-04-19 | audit: fix swapped audit messages | Steven Peters | |
| 2017-04-19 | Merge pull request #2502 from MikeMcQuaid/install-no-search-unreadable | Mike McQuaid | |
| install: don't search when formula is unreadable. | |||
| 2017-04-18 | Merge pull request #2478 from MikeMcQuaid/audit-skip-methods | Mike McQuaid | |
| audit: allow skipping audit methods. | |||
| 2017-04-18 | install: don't search when formula is unreadable. | Mike McQuaid | |
| These formulae are detected as missing but exist in an unreadable form. Fixes #2485 | |||
| 2017-04-18 | create: use GitHub metadata where available. | Mike McQuaid | |
| GitHub provides a description and homepage field so let `brew create` use them where possible. Also, detect GitHub repositories based on `releases` as well as `archive`s. | |||
| 2017-04-18 | audit: allow skipping audit methods. | Mike McQuaid | |
| Add `--only` and `--except` methods which can be used to selectively enable or disable audit groups. | |||
| 2017-04-17 | Merge pull request #2477 from MikeMcQuaid/audit-more-universal | Mike McQuaid | |
| audit: check for more universal usage. | |||
| 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 | |
