| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-08-21 | style | Camden Narzt | |
| 2017-08-21 | Add test | Camden Narzt | |
| 2017-08-21 | Fix curl --user flag being broken in dc5a2c17 | Camden Narzt | |
| 2017-08-21 | Fix `pull`. | Markus Reiter | |
| 2017-08-21 | Merge pull request #3063 from GauthamGoli/rubocop_spec_multiline_offenses_fix | JCount | |
| audit: In Cops and their tests convert all multiline strings to heredocs | |||
| 2017-08-20 | Merge pull request #3001 from reitermarkus/cask-conflicts-with | Markus Reiter | |
| Implement `conflicts_with :cask`. | |||
| 2017-08-20 | Move fix from #3070 inside `GitHub` module. | Markus Reiter | |
| 2017-08-19 | Skip search_remote on cask search when HOMEBREW_NO_GITHUB_API is set | Francisco Souza | |
| Fixes #3069. | |||
| 2017-08-18 | Merge pull request #3054 from BenMusch/github-refactor | Markus Reiter | |
| Clean-up code in GitHub module to reduce duplication & coupling w/ Github API | |||
| 2017-08-17 | Change var name | Ben Muschol | |
| 2017-08-17 | Fix typo in spec | Ben Muschol | |
| 2017-08-17 | Improve rspec readability | Ben Muschol | |
| 2017-08-17 | Make test more resilient | Ben Muschol | |
| 2017-08-17 | audit: In Cops and their tests convert all multiline strings to heredocs | Gautham Goli | |
| 2017-08-15 | Merge pull request #3060 from JCount/gpg-stop-pinentry-launch | JCount | |
| gpg: prevent pinentry from launching when creating test key | |||
| 2017-08-15 | Merge pull request #3059 from MikeMcQuaid/why-search-take-so-long | Mike McQuaid | |
| search: explain why it takes the time it does. | |||
| 2017-08-15 | search: 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-14 | Merge pull request #2996 from apjanke/non-formula-reqs-in-brew-deps-tree | Andrew Janke | |
| brew deps: add --include-requirements, plus some fixes | |||
| 2017-08-14 | gpg: prevent pinentry from launching when creating test key | JCount | |
| this is accomplished by setting an empty password in the gnupg batch input file | |||
| 2017-08-14 | Unify vocabulary in github module, remove unnecessary logic | Ben Muschol | |
| Fix duplication bug | |||
| 2017-08-14 | Spec for issues search | Ben Muschol | |
| 2017-08-14 | Implement PR feedback | Ben Muschol | |
| 2017-08-13 | Fix url encoded in expected values | Ben Muschol | |
| 2017-08-13 | fix typo | Ben Muschol | |
| 2017-08-13 | Fix syntax error | Ben Muschol | |
| 2017-08-13 | Rename path_to -> url_to since it returns a url | Ben Muschol | |
| 2017-08-13 | Remove duplicate url generation logic in Github module | Ben Muschol | |
| 2017-08-12 | Revert "Raise an exception when double loading a formula" | Mike McQuaid | |
| 2017-08-12 | Merge pull request #3046 from alyssais/double_formula_load_error | Mike McQuaid | |
| Raise an exception when double loading a formula | |||
| 2017-08-12 | Merge pull request #3044 from BenMusch/search-tap-fix | Mike McQuaid | |
| Replace search_tap with search_taps | |||
| 2017-08-12 | Merge pull request #3043 from MikeMcQuaid/pin-upgrade | Mike McQuaid | |
| Note cases when pinned formulae get upgraded. | |||
| 2017-08-12 | Merge pull request #3034 from sjackman/superenv-cxxheader | Mike McQuaid | |
| shims/super/cc: Fix c++ -xc++-header | |||
| 2017-08-11 | Raise an exception when double loading a formula | Alyssa Ross | |
| (As proposed in #2673) | |||
| 2017-08-11 | brew deps: add --include-requirements | Andrew Janke | |
| 2017-08-11 | Fix style | Ben Muschol | |
| 2017-08-11 | Fix test typo | Ben Muschol | |
| 2017-08-11 | Add a test | Ben Muschol | |
| 2017-08-11 | Replace search_tap with search_taps | Ben Muschol | |
| 2017-08-11 | Note cases when pinned formulae get upgraded. | Mike McQuaid | |
| Fixes #3021. | |||
| 2017-08-11 | Don’t pass `--fail` for `curl_output`. | Markus Reiter | |
| 2017-08-10 | `curl_download`: Retry once on error `33`. | Markus Reiter | |
| 2017-08-09 | Merge pull request #3028 from DomT4/high_sierra_beta_5 | Mike McQuaid | |
| mac/xcode: update expected Clang on 10.13 | |||
| 2017-08-09 | Merge pull request #3032 from DomT4/gpg_tweaks | Mike McQuaid | |
| gpg: minor search priority tweaks | |||
| 2017-08-09 | Merge pull request #3031 from JCount/audit-fix-tap-versioned-aliases | Mike McQuaid | |
| audit: fix mismatch in versioned alias names in non-core taps | |||
| 2017-08-09 | shims/super/cc: Fix c++ -xc++-header | Shaun Jackman | |
| Compiling a precompiled header should be mode :cxx rather than :cxxld. | |||
| 2017-08-09 | gpg2_requirement: flip search priority | Dominyk Tiller | |
| 2017-08-09 | gpg: flip search priority order | Dominyk 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-08 | dev-cmd/bump-formula-pr: search for tar | Bob 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-08 | Allow `curl` args to be overriden. | Markus Reiter | |
| 2017-08-08 | audit: fix mismatch in versioned alias names in non-core taps | JCount | |
| Fixes #3022 | |||
