| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-17 | Merge pull request #3293 from DomT4/predicate_audit | Mike McQuaid | |
| audit: more *_predicate nudging/tweaks | |||
| 2017-10-10 | audit: nudge to use predicate for 'executable?' as well | Dominyk Tiller | |
| 2017-10-10 | pull: fix bintray verification failing due to redirection | Viktor Szakats | |
| 2017-10-09 | audit: broaden refute_predicate nudge | Dominyk Tiller | |
| 2017-10-08 | Merge pull request #3277 from sjackman/audit-notable | Mike McQuaid | |
| audit: Silence not notable on non-Homebrew taps | |||
| 2017-10-08 | audit: Silence not notable on non-Homebrew taps | Shaun Jackman | |
| Silence "GitHub repository not notable" on non-Homebrew taps. | |||
| 2017-10-08 | Clean up code style and remove `.rubocop_todo.yml`. | Markus Reiter | |
| 2017-10-08 | audit: tweak assert/refute_predicate audit | Dominyk Tiller | |
| Addresses some of the issues I raised in https://github.com/Homebrew/homebrew-core/pull/19127#issue-263566817. Would still like to work out a way to check `File.exist?`-style language inside the `test do` block exclusively but for now it's better to be too conservative on the audit than to be overly-zealous and flag too much. | |||
| 2017-10-05 | audit: prefer assert/refute_predicate over File.exist? | Dominyk Tiller | |
| 2017-09-29 | Use `PATH` where possible. | Markus Reiter | |
| 2017-09-29 | brew: handle Ruby 2.3 more gracefully. | Mike McQuaid | |
| - `brew.rb` needed updated to fail unless on Ruby 2.3 - `brew update` should unset `HOMEBREW_RUBY_PATH` to ensure that this doesn't "stick" on a Ruby 2.0 version after a portable Ruby has been installed. | |||
| 2017-09-29 | audit: don't care about shadowing official taps. | Mike McQuaid | |
| We're trying to import all of these formulae anyway. | |||
| 2017-09-25 | bump-formula-pr: fix duplicates check | ilovezfs | |
| `return unless pull_requests && !pull_requests.empty?` and `return unless pull_requests&.empty?` are not equivalent. | |||
| 2017-09-24 | Rubocop: manual rule fixes. | Mike McQuaid | |
| 2017-09-24 | Rubocop: automatic rule fixes. | Mike McQuaid | |
| 2017-09-24 | audit: also skip homebrew/science duplicates found by search_taps | ilovezfs | |
| Follow-up to #3202. | |||
| 2017-09-23 | audit: don't check for homebrew/science duplicates | ilovezfs | |
| It's just noise to turn the migration PRs red over expected duplicates. | |||
| 2017-09-23 | audit: hack around El Capitan audit failure. | Mike McQuaid | |
| 2017-09-16 | Tweaks for older Mac OS X versions. | Mike McQuaid | |
| - `brew update` should try to install `curl` before `git` on older versions of Mac OS X where it is needed for accessing modern SSL certificates. - We don't need an HTTP mirror for `git` because `curl` will already be installed before it is downloaded. - Don't recommend GCC on Mac OS X versions where it can't be built with the default system compiler. - Start using the Homebrew `curl` on Mac OS X versions where it is needed as soon as it is installed. | |||
| 2017-09-15 | audit: fix check_http_content args. | Mike McQuaid | |
| 2017-09-14 | Require more HTTP mirrors for old OS X versions. | Mike McQuaid | |
| This allows the bootstrap of `curl` and `git` on versions of Mac OS X that cannot reliably download from HTTPS servers any longer. Once these are both installed users are able to update Homebrew and download files securely. Also, as we're doing this, don't point 10.5 users to Tigerbrew as they are already given caveats for using Homebrew itself. | |||
| 2017-09-12 | Merge pull request #3126 from DomT4/curl_audit | Mike McQuaid | |
| audit: stop demanding a HTTP HEAD mirror for curl | |||
| 2017-09-08 | Merge pull request #3061 from mislav/hub-fork-forward-compat | Mike McQuaid | |
| bump-formula-pr: forward compatibility with `hub fork` | |||
| 2017-09-05 | Merge pull request #3091 from GauthamGoli/audit_line_rubocop_part_3 | Mike McQuaid | |
| audit: Port line_problems to rubocop and add tests part 3 | |||
| 2017-09-05 | audit: stop demanding a HTTP HEAD mirror for curl | Dominyk Tiller | |
| Not sure if this is how you want to handle it but having a HEAD mirror for `curl` is just silliness. Ref: https://github.com/Homebrew/homebrew-core/commit/e36b95849ae38ade30605155d75cf6e731b4e38f | |||
| 2017-09-04 | audit: Add a global flag to silent warning when auditing | Gautham Goli | |
| 2017-09-04 | audit: Port audit_class to rubocop, add tests and autocorrect | Gautham Goli | |
| 2017-09-04 | audit: Port rules from line_problems to rubocop part 3 | Gautham Goli | |
| 2017-09-04 | Merge pull request #3119 from MikeMcQuaid/audit-subversion-url-fix | Mike McQuaid | |
| audit: fix subversion remote check logic. | |||
| 2017-09-03 | Merge pull request #3096 from vszakats/urlchk1 | Mike McQuaid | |
| audit: Add some heuristics to https upgrade checks | |||
| 2017-09-03 | audit: fix subversion remote check logic. | Mike McQuaid | |
| Stop flagging invalid URLs as valid and vice-versa. Fixes #3118. | |||
| 2017-09-01 | cleanup range check | Viktor Szakats | |
| 2017-08-31 | audit: add a nudge to remove ENV.java_cache | Dominyk Tiller | |
| 2017-08-29 | fix length ratio range | Viktor Szakats | |
| 2017-08-29 | limit some heuristics to strict mode | Viktor Szakats | |
| 2017-08-29 | review follow-up #1 | Viktor Szakats | |
| 2017-08-29 | url skipped if svn not available when auditing urls | mansimarkaur | |
| 2017-08-29 | Added check for svn availability | mansimarkaur | |
| 2017-08-27 | try addressing style issues #2 | Viktor Szakats | |
| 2017-08-27 | try addressing style issues | Viktor Szakats | |
| 2017-08-27 | add some heuristics to https upgrade check | Viktor Szakats | |
| 2017-08-24 | Merge pull request #3086 from MikeMcQuaid/audit-taps-shush | Mike McQuaid | |
| audit: don't output when searching taps. | |||
| 2017-08-23 | Merge pull request #2995 from GauthamGoli/audit_line_rubocop_part_2 | JCount | |
| audit: Port line_problems to rubocop and add tests part 2 | |||
| 2017-08-23 | audit: don't output when searching taps. | Mike McQuaid | |
| This messaging was added for the `brew search` command and having it in audit is annoying: (https://github.com/Homebrew/brew/pull/3059#issuecomment-323638672) As a side note: this is why randomly including `cmd/*` is a bad idea. | |||
| 2017-08-21 | Fix `pull`. | Markus Reiter | |
| 2017-08-15 | bump-formula-pr: forward compatibility with `hub fork` | Mislav Marohnić | |
| Due to limitations of `hub fork` in hub 2.2, scripts had to repeat the command at least two times; the 2nd time was to read the fork name from the "fatal: remote MYNAME already exists" message output from git. In upcoming hub 2.3, the `hub fork` command is improved to always output the remote name, regardless of whether one already existed or not. With this approach, only one `hub fork` call will ever be necessary when hub is up to date. | |||
| 2017-08-09 | Merge pull request #3031 from JCount/audit-fix-tap-versioned-aliases | Mike McQuaid | |
| audit: fix mismatch in versioned alias names in non-core taps | |||
| 2017-08-08 | dev-cmd/bump-formula-pr: search for tar | Bob W. Hogg | |
| We first search for gtar in PATH, then check if Homebrew's gtar is available, then finally search for tar in PATH. Signed-off-by: Bob W. Hogg <rwhogg@linux.com> | |||
| 2017-08-08 | audit: fix mismatch in versioned alias names in non-core taps | JCount | |
| Fixes #3022 | |||
| 2017-08-08 | Simplify CurlDownloadStrategy. | Markus Reiter | |
