| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-07-08 | Merge pull request #2843 from GauthamGoli/audit_conflicts_rubocop | Mike McQuaid | |
| audit: Port audit_conflicts method to rubocop and add tests | |||
| 2017-07-07 | audit: Port audit_conflicts method to rubocop and add tests | Gautham Goli | |
| 2017-07-07 | Merge pull request #2841 from mistydemeo/formula_assertions_constant | Mike McQuaid | |
| Define a custom assertion failure error for cross-version compat | |||
| 2017-07-07 | test: use Test::Unit class. | Mike McQuaid | |
| 2017-07-07 | audit: don't suggest non-stable versioned alias. | Mike McQuaid | |
| Additionally handle the case where a formula has been installed as devel/HEAD rather than just e.g. `brew audit --devel`. | |||
| 2017-07-02 | Merge pull request #2842 from GauthamGoli/audit_only_cops_option | Mike McQuaid | |
| audit: Don't run audit methods when `--only-cops` option is passed | |||
| 2017-07-01 | Merge pull request #2829 from mislav/bump-formula-pr-unshallow | ilovezfs | |
| Fix `bump-formula-pr` when working with a shallow git clone | |||
| 2017-06-30 | audit: Don't run audit methods when `--only-cops` is passed | Gautham Goli | |
| 2017-06-29 | Define a custom assertion failure error for cross-version compat | Misty De Meo | |
| Fixes #2840. | |||
| 2017-06-29 | Strip trailing newline | Mislav Marohnić | |
| 2017-06-28 | audit: ask for full_index patches | Misty De Meo | |
| 2017-06-27 | Fix unshallowing taps in `bump-formula-pr` | Mislav Marohnić | |
| Never try to unhshallow full clones. | |||
| 2017-06-27 | Fix `bump-formula-pr` when working with a shallow git clone | Mislav Marohnić | |
| Creating a fork and pushing to it doesn't work when the repository in question is a shallow clone. By default, Homebrew clones all taps in shallow mode unless `--full` was passed or $HOMEBREW_DEVELOPER was set. | |||
| 2017-06-25 | Merge pull request #2823 from MikeMcQuaid/test-simplify-minitest | Mike McQuaid | |
| test: simplify minitest inclusion. | |||
| 2017-06-25 | test: simplify minitest inclusion. | Mike McQuaid | |
| The previous version seems needlessly complicated given we only support a single Ruby version. It was also blowing up on Bundler 1.15.X. | |||
| 2017-06-25 | Merge pull request #2790 from GauthamGoli/audit_legacy_patches_rubocop | Mike McQuaid | |
| audit: Port audit_legacy_patches method to rubocop and add tests | |||
| 2017-06-24 | Merge pull request #2816 from MikeMcQuaid/test-needs-link | Mike McQuaid | |
| test: require non-keg-only formulae to be linked. | |||
| 2017-06-24 | audit: Port audit_legacy_patches method to rubocop and add tests | Gautham Goli | |
| 2017-06-23 | audit: don't use Fossies as a primary URL. | Mike McQuaid | |
| As requested in: https://github.com/Homebrew/homebrew-core/issues/14486#issuecomment-307753234 | |||
| 2017-06-23 | test: require non-keg-only formulae to be linked. | Mike McQuaid | |
| This can be overridden with `--force`. As mentioned in: https://github.com/Homebrew/homebrew-core/pull/14525#issuecomment-307838164 | |||
| 2017-06-16 | audit: Port audit_checksum method to rubocop and add tests | Gautham Goli | |
| 2017-06-12 | Merge pull request #2769 from MikeMcQuaid/rubocop-no-perl-backrefs1.2.3 | Mike McQuaid | |
| rubocop: don’t allow Perl regex backrefs. | |||
| 2017-06-12 | Merge pull request #2767 from MikeMcQuaid/rubocop-no-special-global-vars | Mike McQuaid | |
| rubocop: don’t allow special global variables. | |||
| 2017-06-12 | Autocorrect Rubocop Style/SpecialGlobalVars. | Mike McQuaid | |
| 2017-06-10 | create: specify homebrew-core test requirements. | Mike McQuaid | |
| As requested in https://github.com/Homebrew/homebrew-core/pull/14419. | |||
| 2017-06-10 | Autocorrect Rubocop Style/PerlBackrefs. | Mike McQuaid | |
| 2017-06-09 | Revert "audit: Port audit_checksum method to rubocop and add tests" | Mike McQuaid | |
| 2017-06-08 | audit: Port audit_checksum method to rubocop and add tests | Gautham Goli | |
| 2017-06-08 | Merge pull request #2746 from MikeMcQuaid/cleanup-tests | Mike McQuaid | |
| tests: cleanup tests. | |||
| 2017-06-08 | audit: ensure curl always has an HTTP url. | Mike McQuaid | |
| This makes using `HOMEBREW_CURL` significantly nicer as then the system `curl` (that, on old versions, sucks at SSL) can download a version of `curl` that it can build from source. | |||
| 2017-06-07 | tests: cleanup tests. | Mike McQuaid | |
| Remove pending tests that are never run on CI (i.e. require `--online`), remove fixtures for those tests and just make `--official-cmd-taps` run by `--online` instead. | |||
| 2017-06-07 | edit: tweak default editors. | Mike McQuaid | |
| Add `atom` (not my editor of choice [TextMate for life!]) but widely used enough to probably warrant it. Also, reorder based on my best guestimates of current usage and cleanup the editor code while we're here. | |||
| 2017-06-03 | release-notes: fix style complaint. | Mike McQuaid | |
| 2017-06-03 | audit: fix pypi strict audit capture group. | Mike McQuaid | |
| 2017-06-03 | release-notes: include PR author names. | Mike McQuaid | |
| Attribution is love. | |||
| 2017-06-03 | Merge pull request #2726 from MikeMcQuaid/audit-pypi-urls | Mike McQuaid | |
| audit: check pypi URLs | |||
| 2017-06-03 | Merge pull request #2725 from MikeMcQuaid/audit-formulae-options-fix | Mike McQuaid | |
| audit: fix false negative for formulae options. | |||
| 2017-06-02 | audit: check pypi URLs | Mike McQuaid | |
| #373 implemented as a strict check (thanks nijikon) | |||
| 2017-06-02 | audit: fix false negative for formulae options. | Mike McQuaid | |
| Handle the case where an if/unless is detected and then write off this line for option handling. | |||
| 2017-06-02 | Re-revert "Fix operator spacing." | Markus Reiter | |
| 2017-05-31 | audit: Port audit_caveats method to rubocop and add tests | Gautham Goli | |
| 2017-05-30 | Merge pull request #2704 from MikeMcQuaid/jenkins-brew-sh | Mike McQuaid | |
| Update jenkins.brew.sh links. | |||
| 2017-05-30 | Update jenkins.brew.sh links. | Mike McQuaid | |
| These previously, incorrectly pointed to bot.brew.sh. Fixes #2703. | |||
| 2017-05-30 | audit: Port audit_text method to rubocop and add tests | Gautham Goli | |
| 2017-05-29 | tests: install specific Bundler version. | Mike McQuaid | |
| Otherwise `brew tests` fails with the latest. See the failing Homebrew/homebrew-test-bot `master` build as an example. | |||
| 2017-05-29 | Fixup all RuboCop warnings. | Mike McQuaid | |
| 2017-05-29 | Use parallel RuboCop | Mike McQuaid | |
| This requires updating to Rubocop 0.49.0 which will require some fixes to rules, in Homebrew/brew and Homebrew/homebrew-core but opening this for now so I remember. | |||
| 2017-05-29 | update-test: tweak more edge cases. | Mike McQuaid | |
| Don't try to `fetch --depth=1` unless we've confirmed the repository is already shallow. Otherwise this can discard history from a full clone. Additionally, if the repository wasn't shallow but there's no tags found assume that Git is too old and try a naive sort if on Linux where `sort` is able to sort versions. | |||
| 2017-05-29 | update-test: improve no tags found messaging. | Mike McQuaid | |
| Currently you just get `Could not find start commit!` which is not as explicit as it could be. | |||
| 2017-05-21 | Merge pull request #2658 from JCount/audit-fix-versioned-aliases-homebrew-core | JCount | |
| audit: fix versioned alias errors in homebrew/core introduced in a7c6a57 | |||
