| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-02-21 | audit: fix revision should be removed. | Mike McQuaid | |
| Regression introduced in #1754 which meant that (due to storing the current formula revision in `attributes_map`) `stable_revisions.empty?` would never be `true`. | |||
| 2017-02-21 | keg: handle missing alias opt link on uninstall. | Mike McQuaid | |
| Fixes an issue introduced in #1192 where there would be a failure if the alias link didn't exist on removal (which would be the case for anything with an alias installed before #1192 was merged). | |||
| 2017-02-21 | Merge pull request #1948 from sjackman/gnu-gcc | Mike McQuaid | |
| gcc_version_formula: Use gcc@4.x rather than gcc4x | |||
| 2017-02-21 | Merge pull request #1850 from MikeMcQuaid/audit-version-aliases | Mike McQuaid | |
| audit: check for version aliases. | |||
| 2017-02-21 | readall: check for shadowed aliases. | Mike McQuaid | |
| This will become particularly relevant when there’s a new version of a formula and the existing alias needs to be removed. | |||
| 2017-02-21 | audit: check for version aliases. | Mike McQuaid | |
| Current version aliases should be provided for versioned formulae so people can `brew install foo@1.2` to provide pin-like behaviour. | |||
| 2017-02-21 | brew uninstal alias for brew uninstall | ilovezfs | |
| If `brew instal` is permissible, `brew uninstal` should be, too. | |||
| 2017-02-21 | Syntax fail | Kimmo Lehto | |
| 2017-02-21 | Extra check | Kimmo Lehto | |
| 2017-02-21 | Use the env block | Kimmo Lehto | |
| 2017-02-21 | Prepend selected ruby to PATH in RubyRequirement | Kimmo Lehto | |
| 2017-02-21 | Convert `os/mac/blacklist` test to spec. | Markus Reiter | |
| 2017-02-21 | Convert MacOS::Version test to spec. | Markus Reiter | |
| 2017-02-21 | Convert `search_remote_tap` test to spec. | Markus Reiter | |
| 2017-02-21 | Convert GPG2Requirement test to spec. | Markus Reiter | |
| 2017-02-21 | Convert OS::Mac::Keg test to spec. | Markus Reiter | |
| 2017-02-20 | java_requirement: Make macOS overrides extend Requirement | Bob W. Hogg | |
| This doesn't actually seem to make that much difference, but it is at least consistent with the main class body and with the Linux overrides. | |||
| 2017-02-21 | Convert SoftwareSpec test to spec. | Markus Reiter | |
| 2017-02-21 | Convert JavaRequirement test to spec. | Markus Reiter | |
| 2017-02-21 | Merge pull request #2069 from reitermarkus/spec-compiler_failure | Markus Reiter | |
| Use `alias_matcher` for `fail_with`. | |||
| 2017-02-20 | Merge pull request #2054 from zmwangx/bump-formula-pr-smarter-dupe | Mike McQuaid | |
| bump-formula-pr: improve duplicate detection | |||
| 2017-02-20 | audit: fix `brew style`. | Mike McQuaid | |
| 2017-02-20 | Merge pull request #2067 from ilovezfs/insecure-mirror-check-handle-empty-stdout | Mike McQuaid | |
| audit: fix insecure mirror check when stdout is empty | |||
| 2017-02-20 | Merge pull request #2059 from sparhomenko/cups-dir | Markus Reiter | |
| Add /usr/libexec/cups to the list of system dirs | |||
| 2017-02-20 | Convert StringInreplaceExtension test to spec. | Markus Reiter | |
| 2017-02-20 | Convert FormulaPin test to spec. | Markus Reiter | |
| 2017-02-20 | Merge pull request #2029 from reitermarkus/spec-formulary | Markus Reiter | |
| Convert Formulary test to spec. | |||
| 2017-02-20 | Use `alias_matcher` for `fail_with`. | Markus Reiter | |
| 2017-02-20 | Merge pull request #1192 from ilovezfs/optlink_aliases | Mike McQuaid | |
| keg: create symlinks in opt for formula aliases | |||
| 2017-02-20 | Merged 404 and security mirror auditing logic | David Broder-Rodgers | |
| 2017-02-20 | Prevent mirror curl for file:/// URL | David Broder-Rodgers | |
| 2017-02-20 | Use DownloadStrategyDetector to classify mirror URLs | David Broder-Rodgers | |
| 2017-02-20 | Added better check for HTTP git URLs | David Broder-Rodgers | |
| 2017-02-20 | Updated HTTP mirror check to use new url_status_code method | David Broder-Rodgers | |
| 2017-02-20 | Rubocop styling fixes | David Broder-Rodgers | |
| 2017-02-20 | Updated mirror audit problem message | David Broder-Rodgers | |
| 2017-02-20 | Added support for returning HTTP status codes and for git and svn URLs | David Broder-Rodgers | |
| 2017-02-20 | Markups to online mirror auditing | David Broder-Rodgers | |
| 2017-02-20 | Updated resource auditing to detect invalid mirrors when using --online | David Broder-Rodgers | |
| 2017-02-20 | Merge pull request #2030 from reitermarkus/spec-string | Markus Reiter | |
| Convert String test to spec. | |||
| 2017-02-20 | Convert Formulary test to spec. | Markus Reiter | |
| 2017-02-20 | Merge pull request #2066 from reitermarkus/formulary-module | Markus Reiter | |
| Make `Formulary` a `module`. | |||
| 2017-02-20 | Merge pull request #2055 from reitermarkus/spec-compiler_failure | Markus Reiter | |
| Convert CompilerFailure test to spec. | |||
| 2017-02-20 | Merge pull request #2037 from reitermarkus/spec-utils | Markus Reiter | |
| Convert Utils test to spec. | |||
| 2017-02-20 | Merge pull request #2044 from reitermarkus/spec-utils_shell | Markus Reiter | |
| Convert Utils::Shell test to spec. | |||
| 2017-02-20 | audit: fix insecure mirror check when stdout is empty | ilovezfs | |
| 2017-02-20 | bump-formula-pr: improve duplicate detection | Zhiming Wang | |
| Reduce the chance of false flagging by making sure that the existing pr surfaced by GitHub.issues_for_formula actually contains the exact formula name in its title. | |||
| 2017-02-20 | keg: simplify code, handle exceptions. | Mike McQuaid | |
| 2017-02-20 | have opt alias symlink point into the Cellar | ilovezfs | |
| in case people expect to be able to find the prefix by only resolving the symlink once (e.g., if they're using readlink not realpath) | |||
| 2017-02-20 | remove unless empty since each is no-op for empty | ilovezfs | |
