aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
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
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-15Merge pull request #3060 from JCount/gpg-stop-pinentry-launchJCount
gpg: prevent pinentry from launching when creating test key
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-14Unify vocabulary in github module, remove unnecessary logicBen Muschol
Fix duplication bug
2017-08-14Spec for issues searchBen Muschol
2017-08-14Implement PR feedbackBen Muschol
2017-08-13Fix url encoded in expected valuesBen Muschol
2017-08-13fix typoBen Muschol
2017-08-13Fix syntax errorBen Muschol
2017-08-13Rename path_to -> url_to since it returns a urlBen Muschol
2017-08-13Remove duplicate url generation logic in Github moduleBen Muschol
2017-08-12Revert "Raise an exception when double loading a formula"Mike McQuaid
2017-08-12Merge pull request #3046 from alyssais/double_formula_load_errorMike McQuaid
Raise an exception when double loading a formula
2017-08-12Merge pull request #3044 from BenMusch/search-tap-fixMike McQuaid
Replace search_tap with search_taps
2017-08-12Merge pull request #3043 from MikeMcQuaid/pin-upgradeMike McQuaid
Note cases when pinned formulae get upgraded.
2017-08-12Merge pull request #3034 from sjackman/superenv-cxxheaderMike McQuaid
shims/super/cc: Fix c++ -xc++-header
2017-08-11Raise an exception when double loading a formulaAlyssa Ross
(As proposed in #2673)
2017-08-11brew deps: add --include-requirementsAndrew Janke
2017-08-11Fix styleBen Muschol
2017-08-11Fix test typoBen Muschol
2017-08-11Add a testBen Muschol
2017-08-11Replace search_tap with search_tapsBen Muschol
2017-08-11Note cases when pinned formulae get upgraded.Mike McQuaid
Fixes #3021.
2017-08-11Don’t pass `--fail` for `curl_output`.Markus Reiter
2017-08-10`curl_download`: Retry once on error `33`.Markus Reiter
2017-08-09Merge pull request #3028 from DomT4/high_sierra_beta_5Mike McQuaid
mac/xcode: update expected Clang on 10.13
2017-08-09Merge pull request #3032 from DomT4/gpg_tweaksMike McQuaid
gpg: minor search priority tweaks
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-09shims/super/cc: Fix c++ -xc++-headerShaun Jackman
Compiling a precompiled header should be mode :cxx rather than :cxxld.
2017-08-09gpg2_requirement: flip search priorityDominyk Tiller
2017-08-09gpg: flip search priority orderDominyk Tiller
Makes more sense this way around now Homebrew has migrated across to 2.1.x & the latest version of that doesn't install as `gpg2` any more. Doesn't need to be merged before this PR but for the sake of referencing the PR introducing the upstream death of the `gpg2` symlink is: https://github.com/Homebrew/homebrew-core/pull/16580
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-08Allow `curl` args to be overriden.Markus Reiter
2017-08-08audit: fix mismatch in versioned alias names in non-core tapsJCount
Fixes #3022