| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-18 | Use “squiggly” heredocs. | Markus Reiter | |
| 2017-10-14 | search: pass explicit sort to handle APFS | Dominyk Tiller | |
| 2017-09-24 | Rubocop: manual rule fixes. | Mike McQuaid | |
| 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-22 | upgrade more urls to https | Viktor Szakats | |
| 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-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 | Implement PR feedback | Ben Muschol | |
| 2017-08-13 | Remove duplicate url generation logic in Github module | Ben Muschol | |
| 2017-08-11 | Fix style | Ben Muschol | |
| 2017-08-11 | Add a test | Ben Muschol | |
| 2017-08-11 | Replace search_tap with search_taps | Ben Muschol | |
| 2017-08-07 | cmd/search: use new Fedora package search | Bob W. Hogg | |
| pkgdb has been put into read-only mode, so it won't be updated for new Fedora releases going forward. Use apps.fedoraproject.org/packages instead. Signed-off-by: Bob W. Hogg <rwhogg@linux.com> | |||
| 2017-06-10 | Autocorrect Rubocop Style/PerlBackrefs. | Mike McQuaid | |
| 2017-06-03 | Merge pull request #2716 from reitermarkus/re-revert | Markus Reiter | |
| Re-revert "Fix operator spacing." | |||
| 2017-06-02 | search: don’t exclude Caskroom results even if tapped. | Mike McQuaid | |
| As they are not shown in the normal `brew search` output. | |||
| 2017-06-02 | Re-revert "Fix operator spacing." | Markus Reiter | |
| 2017-06-01 | Revert "Fix operator spacing." | ilovezfs | |
| 2017-05-31 | Fix operator spacing. | Markus Reiter | |
| 2017-04-25 | Add `GitHub::search_code` method. | Markus Reiter | |
| 2017-04-24 | search: use single HTTP call for tap searches. | Mike McQuaid | |
| Use GitHub's code search API to search using the filename based on the search query. This means we only need a single HTTP call and no more multithreading madness. This also means we're able to search everything in the Homebrew and Caskroom organisation by default without having to maintain a list of things to search (and not) in here. | |||
| 2017-04-20 | Add `OFFICIAL_CASK_TAPS` in `official_taps.rb`. | Markus Reiter | |
| 2017-04-20 | Lowercase `Caskroom` in `search`. | Markus Reiter | |
| 2017-03-23 | search: silence searching git log. | Mike McQuaid | |
| 2017-03-20 | missing_formula: subsume historic logic. | Mike McQuaid | |
| These methods belong together so combine them in a single class to provide a simpler API. | |||
| 2017-03-20 | blacklist: move to missing_formula class instead. | Mike McQuaid | |
| This will allow extending this class so it can be used by more than just blacklisting. | |||
| 2017-03-20 | search: tweak specific formula match formatting. | Mike McQuaid | |
| 2017-02-25 | Update brew's man page formatting and grammar | EricFromCanada | |
| Also update command specifications to match descriptions. | |||
| 2016-10-15 | Convert `puts_columns` to `puts Formatter.columns`. | Markus Reiter | |
| 2016-10-15 | Don’t use `puts_columns` if `empty?` or single item. | Markus Reiter | |
| 2016-10-02 | Use `module_function` for commands. | Markus Reiter | |
| 2016-09-25 | Fix `search_tap` regex/string matching. | Markus Reiter | |
| 2016-09-23 | Fix Style/GuardClause. | Markus Reiter | |
| 2016-09-23 | Fix RuboCop CaseEquality. | Markus Reiter | |
| 2016-09-11 | cmd/search: fix Rubocop warnings. | Mike McQuaid | |
| 2016-08-28 | search: handle name@v.v formulae. | Dominyk Tiller | |
| Before this change: ``` ~> brew search openssl@1.1 openssl@1.1 âś” ==> Did you mean to perform a regular expression search? ==> Surround your query with /slashes/ to search by regex. ``` | |||
| 2016-08-12 | search: remove thread-unsafe Hash cache. | Mike McQuaid | |
| Doesn't appear to affect the speed of `brew search`. Fixes #415. | |||
| 2016-08-08 | search: fix repositories with formulae and casks. | Mike McQuaid | |
| e.g. Caskroom/homebrew-cask. Thanks to UniqMartin for the fix. Fixes #655. | |||
| 2016-08-05 | various: eliminate the usage of `any?` (#638) | Xu Cheng | |
| `any?` is not the opposite of `empty?`. Besides the case that `[false, nil].any?` will return false, `any?`(O(n)) has much worse performance than `empty?`(O(1)). | |||
| 2016-05-26 | search: add alias -S back to zero-argument help | Martin Afanasjew | |
| Amends 132ada2b0ebb3751c0f8f42ca83bb257b55a50fd until we properly figure out a way of documenting built-in aliases (or not doing that) across all commands that currently have aliases. See #270 for full discussion. | |||
| 2016-05-26 | Clarify brew search usage. (#270) | Joe Gallo | |
| * Include --desc in brew search help text. * Update brew search --desc text in README. * Remove mention of alias in brew search help text to avoid any confusion. | |||
| 2016-04-10 | Add all the top level comments | Max Nordlund | |
| 2016-03-19 | Improve error message for invalid regex to search | Sam McTaggart | |
| Fixes https://github.com/Homebrew/homebrew/issues/50131 This commit removes the error backtrace and improves the error message if a bad regexp is passed to `brew search`. Closes Homebrew/homebrew#50173. Signed-off-by: Martin Afanasjew <martin@afanasjew.de> | |||
| 2016-01-17 | Search also in Caskroom/versions Tap | Tommy Sparber | |
| Extending the current search functionallity to search in https://github.com/caskroom/homebrew-versions Closes Homebrew/homebrew#47954. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-12-07 | Use `(installed)` and emoji ticks consistently. | Mike McQuaid | |
| Across info, search and update. Closes Homebrew/homebrew#45131. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-10-15 | search: various improvement | Xu Cheng | |
| * Move listing all formula names in the top to speed up shell script. * Simplify logic. * Only search PR and check bad regex for tty?, which will benefit to shell script. Closes Homebrew/homebrew#44985. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-10-15 | search: highlight installed formulae | Xu Cheng | |
| 2015-10-10 | search: don't fail because broken formulae | Xu Cheng | |
| Fixes Homebrew/homebrew#44687. Closes Homebrew/homebrew#44770. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-09-13 | search: use full name to filter aliases result | Xu Cheng | |
| 2015-09-13 | search: handle tap aliases | Xu Cheng | |
