| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-02-23 | audit: handle redirects in get_content_details. | Mike McQuaid | |
| 2017-02-23 | audit: refactor http content checks. | Mike McQuaid | |
| 2017-02-23 | Merge pull request #2091 from reitermarkus/spec-exclude-needs_macos | Markus Reiter | |
| Exclude specs with `:needs_macos` tag when not on macOS. | |||
| 2017-02-23 | Convert `os/mac/language` test to spec. | Markus Reiter | |
| 2017-02-22 | Revert "audit: fix revision should be removed." | Mike McQuaid | |
| 2017-02-21 | Merge pull request #2086 from MikeMcQuaid/audit-revision-remove-fix | ilovezfs | |
| audit: fix revision should be removed. | |||
| 2017-02-21 | Exclude specs with `:needs_macos` tag when not on macOS. | Markus Reiter | |
| 2017-02-21 | Revert "audit: check for version aliases." | ilovezfs | |
| 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 | 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-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 | 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 | 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 | Merge pull request #1722 from broder/insecure_audit | Mike McQuaid | |
| Added check for insecure mirror URLs | |||
| 2017-02-15 | audit: fix brew style warning. | Mike McQuaid | |
| 2017-02-15 | Merge pull request #1997 from ilovezfs/block-duplicate-pull-requests | Mike McQuaid | |
| bump-formula-pr: block duplicate pull-requests | |||
| 2017-02-13 | fix existing rule for github.io homepages | Viktor Szakats | |
| 2017-02-13 | audit: enforce https for *.sourceforge.io urls | Viktor Szakats | |
| 2017-02-13 | Merge pull request #1972 from timotheecour/pr_brew_where_command | Mike McQuaid | |
| add `brew formula` command to show location of a formula | |||
| 2017-02-12 | bump-formula-pr: block duplicate pull-requests | ilovezfs | |
| 2017-02-12 | rubocop: trailing comma in multiline method calls | Alyssa Ross | |
| Discussed in https://github.com/Homebrew/brew/pull/1987/files#r100693581. This was originally ommitted because it wasn't compatible with Ruby 1.8. (See https://github.com/Homebrew/legacy-homebrew/pull/48144#r49928971). | |||
| 2017-02-12 | Merge pull request #1873 from GauthamGoli/audit_custom_cops | Mike McQuaid | |
| Custom Cops for `brew audit` | |||
| 2017-02-12 | Merge pull request #1955 from vszakats/patch-2 | Markus Reiter | |
| audit: enforce https://*.sourceforge.io/ homepages | |||
| 2017-02-11 | applied changes suggested in PR | Timothee Cour | |
| 2017-02-11 | renamed where to formula | Timothee Cour | |
| 2017-02-11 | add brew where command | Timothee Cour | |
| 2017-02-11 | Allow `brew tests` to run specs. | Markus Reiter | |
| 2017-02-10 | Merge pull request #1958 from maveonair/tests-cli-help | Mike McQuaid | |
| Fix: Documentation of --only in tests cmd | |||
| 2017-02-10 | audit: enforce https://*.sourceforge.io/ homepages | Viktor Szakats | |
| Ref: https://sourceforge.net/blog/introducing-https-for-project-websites/ | |||
| 2017-02-09 | Merge pull request #1961 from vszakats/githuburl | Markus Reiter | |
| audit: enforce https for github.com urls | |||
| 2017-02-08 | pull: fix false positives for nonstandard bump subjects when untapped | ilovezfs | |
| If the formula's tap isn't tapped yet when running `brew pull`, a false positive occurs for the nonstandard bump subject check, and a bogus warning is printed, which claims the bump subject should refer to the old version not the new version. | |||
| 2017-02-07 | audit: enforce https for github.com urls | Viktor Szakats | |
| 2017-02-06 | Fix: Documentation of --only in tests cmd | Fabian Mettler | |
| This pull request fixes the documentation for the —only flag of the tests cmd. | |||
| 2017-02-06 | Update docs and manpages to include --fix option | Gautham Goli | |
| 2017-02-02 | Use file checksum rather than file diffing | David Broder-Rodgers | |
| 2017-01-30 | Updated mirror checks to compare ETags, Content-Lengths and binary files | David Broder-Rodgers | |
| 2017-01-30 | Merge remote-tracking branch 'origin/master' into insecure_audit | David Broder-Rodgers | |
| 2017-01-27 | pull: better handle missing bottles. | Mike McQuaid | |
| If we make a PR in which we're building many formulae (e.g. https://github.com/Homebrew/homebrew-core/pull/9249) then we may want to pull those that built and publish their bottles and discard those that did not. Instead of saying bottles will be published when they won't and then blowing up just avoid publishing them and print a warning instead. | |||
| 2017-01-26 | audit: improve homepage audit reliability. | Mike McQuaid | |
| Try first with an (exact, actual) browser user agent from Safari and then try again with the default Homebrew `curl` user agent. | |||
