aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2017-02-21audit: 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-21keg: 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-21Merge pull request #1948 from sjackman/gnu-gccMike McQuaid
gcc_version_formula: Use gcc@4.x rather than gcc4x
2017-02-21Merge pull request #1850 from MikeMcQuaid/audit-version-aliasesMike McQuaid
audit: check for version aliases.
2017-02-21readall: 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-21audit: 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-21brew uninstal alias for brew uninstallilovezfs
If `brew instal` is permissible, `brew uninstal` should be, too.
2017-02-21Syntax failKimmo Lehto
2017-02-21Extra checkKimmo Lehto
2017-02-21Use the env blockKimmo Lehto
2017-02-21Prepend selected ruby to PATH in RubyRequirementKimmo Lehto
2017-02-21Convert `os/mac/blacklist` test to spec.Markus Reiter
2017-02-21Convert MacOS::Version test to spec.Markus Reiter
2017-02-21Convert `search_remote_tap` test to spec.Markus Reiter
2017-02-21Convert GPG2Requirement test to spec.Markus Reiter
2017-02-21Convert OS::Mac::Keg test to spec.Markus Reiter
2017-02-20java_requirement: Make macOS overrides extend RequirementBob 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-21Convert SoftwareSpec test to spec.Markus Reiter
2017-02-21Convert JavaRequirement test to spec.Markus Reiter
2017-02-21Merge pull request #2069 from reitermarkus/spec-compiler_failureMarkus Reiter
Use `alias_matcher` for `fail_with`.
2017-02-20Merge pull request #2054 from zmwangx/bump-formula-pr-smarter-dupeMike McQuaid
bump-formula-pr: improve duplicate detection
2017-02-20audit: fix `brew style`.Mike McQuaid
2017-02-20Merge pull request #2067 from ilovezfs/insecure-mirror-check-handle-empty-stdoutMike McQuaid
audit: fix insecure mirror check when stdout is empty
2017-02-20Merge pull request #2059 from sparhomenko/cups-dirMarkus Reiter
Add /usr/libexec/cups to the list of system dirs
2017-02-20Convert StringInreplaceExtension test to spec.Markus Reiter
2017-02-20Convert FormulaPin test to spec.Markus Reiter
2017-02-20Merge pull request #2029 from reitermarkus/spec-formularyMarkus Reiter
Convert Formulary test to spec.
2017-02-20Use `alias_matcher` for `fail_with`.Markus Reiter
2017-02-20Merge pull request #1192 from ilovezfs/optlink_aliasesMike McQuaid
keg: create symlinks in opt for formula aliases
2017-02-20Merged 404 and security mirror auditing logicDavid Broder-Rodgers
2017-02-20Prevent mirror curl for file:/// URLDavid Broder-Rodgers
2017-02-20Use DownloadStrategyDetector to classify mirror URLsDavid Broder-Rodgers
2017-02-20Added better check for HTTP git URLsDavid Broder-Rodgers
2017-02-20Updated HTTP mirror check to use new url_status_code methodDavid Broder-Rodgers
2017-02-20Rubocop styling fixesDavid Broder-Rodgers
2017-02-20Updated mirror audit problem messageDavid Broder-Rodgers
2017-02-20Added support for returning HTTP status codes and for git and svn URLsDavid Broder-Rodgers
2017-02-20Markups to online mirror auditingDavid Broder-Rodgers
2017-02-20Updated resource auditing to detect invalid mirrors when using --onlineDavid Broder-Rodgers
2017-02-20Merge pull request #2030 from reitermarkus/spec-stringMarkus Reiter
Convert String test to spec.
2017-02-20Convert Formulary test to spec.Markus Reiter
2017-02-20Merge pull request #2066 from reitermarkus/formulary-moduleMarkus Reiter
Make `Formulary` a `module`.
2017-02-20Merge pull request #2055 from reitermarkus/spec-compiler_failureMarkus Reiter
Convert CompilerFailure test to spec.
2017-02-20Merge pull request #2037 from reitermarkus/spec-utilsMarkus Reiter
Convert Utils test to spec.
2017-02-20Merge pull request #2044 from reitermarkus/spec-utils_shellMarkus Reiter
Convert Utils::Shell test to spec.
2017-02-20audit: fix insecure mirror check when stdout is emptyilovezfs
2017-02-20bump-formula-pr: improve duplicate detectionZhiming 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-20keg: simplify code, handle exceptions.Mike McQuaid
2017-02-20have opt alias symlink point into the Cellarilovezfs
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-20remove unless empty since each is no-op for emptyilovezfs