| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-08-23 | Update FAQ entry | Frederick Akalin | |
| 2017-08-24 | Narrowed rescued error type | Alexey Alekhin | |
| 2017-08-23 | Merge pull request #2995 from GauthamGoli/audit_line_rubocop_part_2 | JCount | |
| audit: Port line_problems to rubocop and add tests part 2 | |||
| 2017-08-23 | Merge pull request #3048 from tdsmith/update-python-docs | Mike McQuaid | |
| Update Python docs | |||
| 2017-08-23 | Formatting fix | Alexey Alekhin | |
| 2017-08-23 | audit: 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-23 | Merge pull request #3083 from puredanger/remove-clojure-blacklist | Mike McQuaid | |
| blacklist - remove clojure | |||
| 2017-08-23 | Merge pull request #3075 from reitermarkus/fix-pull | Markus Reiter | |
| Fix `pull`. | |||
| 2017-08-23 | Fixed style issues | Alexey Alekhin | |
| 2017-08-23 | Added rescue block for the remote cask search failure | Alexey Alekhin | |
| 2017-08-23 | brew cask search without query just outputs all available cask tokens | Alexey Alekhin | |
| 2017-08-22 | Merge pull request #3077 from vszakats/https1708 | Mike McQuaid | |
| upgrade more urls to https | |||
| 2017-08-22 | remove blacklisting of Clojure to allow adding a Clojure formula | puredanger | |
| 2017-08-22 | Merge pull request #3074 from CamJN/master | Markus Reiter | |
| Fix curl --user flag being broken in dc5a2c17 | |||
| 2017-08-22 | upgrade more urls to https | Viktor Szakats | |
| 2017-08-22 | mac/xcode: update expected Clang on 10.13 | Dominyk Tiller | |
| 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 | Merge pull request #3073 from reitermarkus/fix-search | Markus Reiter | |
| Move fix from #3070 inside `GitHub` module. | |||
| 2017-08-20 | Move fix from #3070 inside `GitHub` module. | Markus Reiter | |
| 2017-08-20 | Merge pull request #3070 from fsouza/fix-brew-cask-search | Markus Reiter | |
| Skip search_remote on cask search when HOMEBREW_NO_GITHUB_API is set | |||
| 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 | bump-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-15 | Merge pull request #3060 from JCount/gpg-stop-pinentry-launch | JCount | |
| gpg: prevent pinentry from launching when creating test key | |||
| 2017-08-15 | add tests for condition dependencies | Gautham Goli | |
| 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-15 | Add tests for MACOS version consts usage | Gautham Goli | |
| 2017-08-15 | add test for ARGV.include? | Gautham Goli | |
| 2017-08-15 | add test for ENV.fortran | Gautham Goli | |
| 2017-08-15 | add test for inspecting version | Gautham Goli | |
| 2017-08-15 | add tests for dependencies | Gautham Goli | |
| 2017-08-14 | Unify vocabulary in github module, remove unnecessary logic | Ben Muschol | |
| Fix duplication bug | |||
| 2017-08-14 | add test for env mod through system call | Gautham Goli | |
| 2017-08-14 | add tests for vendored deps | Gautham Goli | |
| 2017-08-14 | add tests for formula path shortucut 3 | Gautham Goli | |
| 2017-08-14 | add tests for formula path string 1 | Gautham Goli | |
| 2017-08-14 | Spec for issues search | Ben Muschol | |
