aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2017-08-27Corrected test namemansimarkaur
2017-08-27Added tests for existence of filesmansimarkaur
2017-08-27Added attr_reader disk_cleanup_sizemansimarkaur
2017-08-27Corrected disk_cleanup_size testmansimarkaur
2017-08-27Use let over instance_varmansimarkaur
2017-08-27Added tests for prune?mansimarkaur
2017-08-27Added tests for cleaning up old files in HOMEBREW_CACHEmansimarkaur
2017-08-27improved prune all testmansimarkaur
2017-08-27Added tests for ARGV prune 'all'mansimarkaur
2017-08-27Added tests for disk_cleanup and unremovable kegsmansimarkaur
2017-08-26Revert "Add check for HEAD ref in diagnostics"ilovezfs
2017-08-26Revert "diagnostic: don't check CI core branch."ilovezfs
This reverts commit cb5b14307ca4640e1ba68cfd28e7fef34a3b771b.
2017-08-26Revert "diagnostic: also don't check Jenkins core branch."ilovezfs
This reverts commit db41f9d1182ff8c4c3b42b458e38d5c58b496ffb.
2017-08-26diagnostic: also don't check Jenkins core branch.Mike McQuaid
2017-08-26diagnostic: don't check CI core branch.Mike McQuaid
2017-08-26Merge pull request #3087 from GauthamGoli/patches_missing_rule_fixMike McQuaid
audit: Add previously unported GH patch audit rule in Patches cop
2017-08-26Merge pull request #3089 from BenMusch/check-for-branchMike McQuaid
Add check for HEAD ref in diagnostics
2017-08-26audit: Add previously unported GH patch audit rule in Patches copGautham Goli
2017-08-26Prefer if over unless, simplify messagingBen Muschol
2017-08-25Fix method nameBen Muschol
2017-08-26Fixed test for the changed error messageAlexey Alekhin
2017-08-26Changed online search failure to warning and removed stacktraceAlexey Alekhin
2017-08-25Add check for HEAD ref in diagnosticsBen Muschol
2017-08-26Added a test for no-macthes output to non-TTYAlexey Alekhin
2017-08-26Unified tests formatting for multiline output matchingAlexey Alekhin
2017-08-26Added tests for cask search with online search failureAlexey Alekhin
2017-08-25safe_fork: Improve the error messageShaun Jackman
2017-08-24Merge pull request #3086 from MikeMcQuaid/audit-taps-shushMike McQuaid
audit: don't output when searching taps.
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-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-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-20Move fix from #3070 inside `GitHub` module.Markus Reiter
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