aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-08-23Update FAQ entryFrederick Akalin
2017-08-24Narrowed rescued error typeAlexey Alekhin
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-23Merge pull request #3048 from tdsmith/update-python-docsMike McQuaid
Update Python docs
2017-08-23Formatting fixAlexey Alekhin
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-23Merge pull request #3083 from puredanger/remove-clojure-blacklistMike McQuaid
blacklist - remove clojure
2017-08-23Merge pull request #3075 from reitermarkus/fix-pullMarkus Reiter
Fix `pull`.
2017-08-23Fixed style issuesAlexey Alekhin
2017-08-23Added rescue block for the remote cask search failureAlexey Alekhin
2017-08-23brew cask search without query just outputs all available cask tokensAlexey Alekhin
2017-08-22Merge pull request #3077 from vszakats/https1708Mike McQuaid
upgrade more urls to https
2017-08-22remove blacklisting of Clojure to allow adding a Clojure formulapuredanger
2017-08-22Merge pull request #3074 from CamJN/masterMarkus Reiter
Fix curl --user flag being broken in dc5a2c17
2017-08-22upgrade more urls to httpsViktor Szakats
2017-08-22mac/xcode: update expected Clang on 10.13Dominyk Tiller
2017-08-21styleCamden Narzt
2017-08-21Add testCamden Narzt
2017-08-21Fix curl --user flag being broken in dc5a2c17Camden Narzt
2017-08-21Fix `pull`.Markus Reiter
2017-08-21Merge pull request #3063 from GauthamGoli/rubocop_spec_multiline_offenses_fixJCount
audit: In Cops and their tests convert all multiline strings to heredocs
2017-08-20Merge pull request #3001 from reitermarkus/cask-conflicts-withMarkus Reiter
Implement `conflicts_with :cask`.
2017-08-20Merge pull request #3073 from reitermarkus/fix-searchMarkus Reiter
Move fix from #3070 inside `GitHub` module.
2017-08-20Move fix from #3070 inside `GitHub` module.Markus Reiter
2017-08-20Merge pull request #3070 from fsouza/fix-brew-cask-searchMarkus Reiter
Skip search_remote on cask search when HOMEBREW_NO_GITHUB_API is set
2017-08-19Skip search_remote on cask search when HOMEBREW_NO_GITHUB_API is setFrancisco Souza
Fixes #3069.
2017-08-18Merge pull request #3054 from BenMusch/github-refactorMarkus Reiter
Clean-up code in GitHub module to reduce duplication & coupling w/ Github API
2017-08-17Change var nameBen Muschol
2017-08-17Fix typo in specBen Muschol
2017-08-17Improve rspec readabilityBen Muschol
2017-08-17Make test more resilientBen Muschol
2017-08-17audit: In Cops and their tests convert all multiline strings to heredocsGautham Goli
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-15Merge pull request #3060 from JCount/gpg-stop-pinentry-launchJCount
gpg: prevent pinentry from launching when creating test key
2017-08-15add tests for condition dependenciesGautham Goli
2017-08-15Merge pull request #3059 from MikeMcQuaid/why-search-take-so-longMike McQuaid
search: explain why it takes the time it does.
2017-08-15search: explain why it takes the time it does.Mike McQuaid
Provide a bit of clarity that this isn't just searching a local database but doing an GitHub API and Git history query.
2017-08-14Merge pull request #2996 from apjanke/non-formula-reqs-in-brew-deps-treeAndrew Janke
brew deps: add --include-requirements, plus some fixes
2017-08-14gpg: prevent pinentry from launching when creating test keyJCount
this is accomplished by setting an empty password in the gnupg batch input file
2017-08-15Add tests for MACOS version consts usageGautham Goli
2017-08-15add test for ARGV.include?Gautham Goli
2017-08-15add test for ENV.fortranGautham Goli
2017-08-15add test for inspecting versionGautham Goli
2017-08-15add tests for dependenciesGautham Goli
2017-08-14Unify vocabulary in github module, remove unnecessary logicBen Muschol
Fix duplication bug
2017-08-14add test for env mod through system callGautham Goli
2017-08-14add tests for vendored depsGautham Goli
2017-08-14add tests for formula path shortucut 3Gautham Goli
2017-08-14add tests for formula path string 1Gautham Goli
2017-08-14Spec for issues searchBen Muschol