| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-08 | Clean up code style and remove `.rubocop_todo.yml`. | Markus Reiter | |
| 2017-05-29 | Fixup all RuboCop warnings. | Mike McQuaid | |
| 2016-11-20 | Replace Utils::JSON with corelib JSON calls. | William Woodruff | |
| 2016-11-13 | Use guard clauses. | Markus Reiter | |
| 2016-10-01 | Add `Formatter` module. | Markus Reiter | |
| 2016-10-01 | Refactor Tty. | Markus Reiter | |
| 2016-09-23 | Fix Style/Semicolon. | Markus Reiter | |
| 2016-09-23 | Auto-correct guard clauses. | Markus Reiter | |
| 2016-09-17 | rubocop --auto-correct all hash-rocket usage. | Mike McQuaid | |
| 2016-09-17 | rubocop --auto-correct all remaining files. | Mike McQuaid | |
| But remove some manual `.freeze`s on constants that shouldn't be constants. | |||
| 2016-08-17 | descriptions: assume Ruby 2. | Mike McQuaid | |
| 2016-04-16 | desc: print short name unless multiple formulae have the same name | Josh Hagins | |
| 2016-04-03 | brew search: fix `--desc` regression | Andrew Janke | |
| Fixes homebrew/homebrew-core#22 Closes #12. Signed-off-by: Andrew Janke <andrew@apjanke.net> | |||
| 2016-04-02 | descriptions: update for core/formula separation | Xu Cheng | |
| Update the description update logic, since now all formulae are in the taps. | |||
| 2015-09-10 | descriptions: use each instead of map | Xu Cheng | |
| 2015-09-10 | desc: print descriptions directly by formulae instead of cache | Xu Cheng | |
| We allow passing formulae by URL, file path, etc whose descriptions won't be cached Closes Homebrew/homebrew#43726. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-09-10 | use json to cache descriptions | Xu Cheng | |
| We need to use `atomic_write` when saving the cache. And it seems that CSV module doesn't support dump, so let's use JSON instead. | |||
| 2015-09-10 | Descriptions.cache_formulae: secure formulae loading | Xu Cheng | |
| 2015-09-10 | Descriptions.cache_fresh?: return early | Xu Cheng | |
| 2015-09-08 | Improve description searching and add a cache. | Dan Martinez | |
| Closes Homebrew/homebrew#42281. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
