aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dev-cmd
AgeCommit message (Collapse)Author
2017-08-27try addressing style issues #2Viktor Szakats
2017-08-27try addressing style issuesViktor Szakats
2017-08-27add some heuristics to https upgrade checkViktor Szakats
2017-08-24Merge pull request #3086 from MikeMcQuaid/audit-taps-shushMike McQuaid
audit: don't output when searching taps.
2017-08-23Merge pull request #2995 from GauthamGoli/audit_line_rubocop_part_2JCount
audit: Port line_problems to rubocop and add tests part 2
2017-08-23audit: 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-21Fix `pull`.Markus Reiter
2017-08-15bump-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-12audit: Port rules from line_problems to rubocop part 4(WIP-3)Gautham Goli
2017-08-10audit: Port rules from line_problems to rubocop part 4(WIP-2)Gautham Goli
2017-08-09Merge pull request #3031 from JCount/audit-fix-tap-versioned-aliasesMike McQuaid
audit: fix mismatch in versioned alias names in non-core taps
2017-08-08dev-cmd/bump-formula-pr: search for tarBob 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-08audit: fix mismatch in versioned alias names in non-core tapsJCount
Fixes #3022
2017-08-08Simplify CurlDownloadStrategy.Markus Reiter
2017-08-07Revert "Refactor SVN and cURL download strategies."ilovezfs
2017-08-07Simplify CurlDownloadStrategy.Markus Reiter
2017-08-07sandbox: stop printing message.Mike McQuaid
We’re always using the sandbox where possible now so this is just noise for the vast majority of our users.
2017-08-07audit: Port rules from line_problems to rubocop part 4(WIP)Gautham Goli
2017-08-06audit: Port rules from line_problems to rubocop part 3Gautham Goli
2017-08-06audit: Port FileUtils, inreplace audit rules in audit_lines to rubocopGautham Goli
2017-08-06audit: Port classname and template comments audit rules from line_problems ↵Gautham Goli
method to rubocop
2017-08-06audit: Port FileUtils, inreplace audit rules in audit_lines to rubocopGautham Goli
2017-08-06audit: Port classname and template comments audit rules from line_problems ↵Gautham Goli
method to rubocop
2017-08-05audit: Port patches audit code to a rubocopGautham Goli
2017-08-01Merge pull request #2975 from GauthamGoli/audit_urls_rubocop_strictMike McQuaid
audit: Port audit_urls strict rules to rubocop, add tests, autocorrect
2017-08-01Merge pull request #2980 from GauthamGoli/audit_style_check_bug_fixMike McQuaid
audit: fix bug where `brew audit foo` runs every style check.
2017-08-01Merge pull request #2964 from GauthamGoli/audit_line_rubocop_part_1Mike McQuaid
audit: Port dependency rules from line_problems to rubocop and add tests
2017-07-30audit: fix bug where `brew audit foo` runs every style check.Gautham Goli
2017-07-30audit: Port audit_urls strict rules to rubocop, add tests and autocorrectGautham Goli
2017-07-29audit: Port dependency rules from line_problems to rubocop and add testsGautham Goli
2017-07-28audit: Check for style violations when `--new-formula` is passedGautham Goli
2017-07-27Use https for all docs.brew.sh links.Mike McQuaid
May as well use the more secure link when possible.
2017-07-25audit: Update Urls Cop with more rules of audit_urls and corresponding testsGautham Goli
2017-07-21audit: Port audit_urls partially to rubocop and add corresponding testsGautham Goli
2017-07-15Merge pull request #2905 from GauthamGoli/audit_option_rubocop_3Mike McQuaid
audit: Port audit_options rules for new formulae to rubocop and add test
2017-07-15Merge pull request #2900 from MikeMcQuaid/improve-docsMike McQuaid
Documentation improvements
2017-07-15audit: Port audit_options rules for new formulae to rubocop and add testGautham Goli
2017-07-15Documentation improvementsMike McQuaid
- Document ilovezfs as the official lead maintainer of Homebrew/homebrew-core. This is a role he's been doing unofficially (and brilliantly) for a while and explicit documentation of power structures makes it easier for non-Homebrew-maintainers to understand. - Document the contents of some of Homebrew's subdirectories for people clicking around in the GitHub UI looking to contribute. - Remove update bug mention from README. Enough time has passed that we can remove this disappointment.
2017-07-14audit: Port audit_options strict rules to rubocop and add testsGautham Goli
2017-07-14Merge pull request #2879 from GauthamGoli/audit_option_rubocop_1Mike McQuaid
audit: Port audit_options non-strict rules to rubocop and add tests
2017-07-13tests: unpin bundler.Mike McQuaid
These issues were fixed by https://github.com/Homebrew/brew/pull/2872 and https://github.com/Homebrew/brew/pull/2823.
2017-07-13audit: Port audit_options non-strict rules to rubocop and add testsGautham Goli
2017-07-08Merge pull request #2843 from GauthamGoli/audit_conflicts_rubocopMike McQuaid
audit: Port audit_conflicts method to rubocop and add tests
2017-07-07audit: Port audit_conflicts method to rubocop and add testsGautham Goli
2017-07-07Merge pull request #2841 from mistydemeo/formula_assertions_constantMike McQuaid
Define a custom assertion failure error for cross-version compat
2017-07-07test: use Test::Unit class.Mike McQuaid
2017-07-07audit: 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-02Merge pull request #2842 from GauthamGoli/audit_only_cops_optionMike McQuaid
audit: Don't run audit methods when `--only-cops` option is passed
2017-07-01Merge pull request #2829 from mislav/bump-formula-pr-unshallowilovezfs
Fix `bump-formula-pr` when working with a shallow git clone
2017-06-30audit: Don't run audit methods when `--only-cops` is passedGautham Goli