| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-16 | List cask full-names | Dan Wendorf | |
| `brew cask list` supports the `--full-name` flag which will include the tap name for casks not part of the core caskroom/cask tap. For example, if cask "foo-beta" is installed from the caskroom/versions cask, `brew cask list --full-name` will report the name as "caskroom/versions/foo-beta". | |||
| 2017-09-11 | Make Cask commands fail early if a Cask is not found. | Markus Reiter | |
| 2017-09-10 | Treat every `Artifact` instance as a single artifact. | Markus Reiter | |
| 2017-09-10 | Make `brew cask search` spec deterministic. | Markus Reiter | |
| 2017-09-02 | Minor tests formatting change | Alexey Alekhin | |
| 2017-08-31 | Changed warning message as recommended by @reitermarkus | Alexey Alekhin | |
| 2017-08-26 | Fixed test for the changed error message | Alexey Alekhin | |
| 2017-08-26 | Added a test for no-macthes output to non-TTY | Alexey Alekhin | |
| 2017-08-26 | Unified tests formatting for multiline output matching | Alexey Alekhin | |
| 2017-08-26 | Added tests for cask search with online search failure | Alexey Alekhin | |
| 2017-07-29 | Silence all specs by default. | Markus Reiter | |
| 2017-07-10 | Add test for non-TTY `brew cask search`. | Markus Reiter | |
| 2017-07-08 | Add helper for testing TTY output. | Markus Reiter | |
| 2017-07-07 | Output plain list when running `brew cask search` without a TTY. | Markus Reiter | |
| 2017-07-05 | Bump `rubocop-cask` version. | Markus Reiter | |
| 2017-06-13 | Add `casks` method to iterate through arguments. | Markus Reiter | |
| 2017-06-13 | 🔨 Refactor Cask exceptions. | Markus Reiter | |
| 2017-06-12 | Autocorrect Rubocop Style/SpecialGlobalVars. | Mike McQuaid | |
| 2017-05-22 | Fix tests for `CLI::Options` DSL. | Markus Reiter | |
| 2017-05-22 | Refactor `CLI::Style`. | Markus Reiter | |
| 2017-05-22 | Refactor `CLI::Home`. | Markus Reiter | |
| 2017-05-22 | Refactor `CLI::Edit`. | Markus Reiter | |
| 2017-05-22 | Refactor `CLI::Create`. | Markus Reiter | |
| 2017-05-22 | Refactor `CLI::Cleanup`. | Markus Reiter | |
| 2017-05-22 | Refactor `CLI::Audit`. | Markus Reiter | |
| 2017-05-22 | Remove Cask’s `CLI#debug?`. | Markus Reiter | |
| 2017-05-07 | Revert "Merge pull request #2597 from MikeMcQuaid/vendor-gems" | Mike McQuaid | |
| This reverts commit 3e4547f52e7ebec633f8bfefc8a396d944edf908, reversing changes made to 6edf9382bcc1240ad6f97c8b752cfe56cef9965d. | |||
| 2017-05-07 | Vendor all Homebrew's gems. | Mike McQuaid | |
| Homebrew's actually ended up using a fair few gems. While we want to avoid Bundler at runtime (and this PR still does that, in fact uses Bundler even less at runtime than it did before) writing our own version to use at build-time seems redundant. | |||
| 2017-04-25 | Add remote search to `brew cask search`. | Markus Reiter | |
| 2017-04-23 | Merge pull request #2362 from joshka/install-uninstall-messages | Markus Reiter | |
| Install uninstall messages | |||
| 2017-04-22 | tests: reduce some noise. | Mike McQuaid | |
| - Tweak the way offline skipping happens - Skip more tests that break when offline - Hide more stdout output from tests. | |||
| 2017-03-19 | Be a little less specific in cask output tests | Joshua McKinney | |
| These tests seemed a little over-specified and were failing on the CI server. Reducing the specificity a little to try to get them to pass. | |||
| 2017-03-19 | Hide output from brew cask uninstall test | Joshua McKinney | |
| This test showed extraneous info in the test output | |||
| 2017-03-19 | Show messages when (un)installing Casks | Joshua McKinney | |
| Addresses an issue where it can be unclear at times exactly which part of the (un|re)installation processes is reporting an error. See https://github.com/caskroom/homebrew-cask/issues/30968 | |||
| 2017-03-16 | Replace `Hbc.load` with `CaskLoader.load`. | Markus Reiter | |
| 2017-03-16 | Replace `Hbc.path` with `CaskLoader.path`. | Markus Reiter | |
| 2017-03-16 | Use a `Formulary`-like approach to load Casks. | Markus Reiter | |
| 2017-03-15 | add command 'cask outdated' | Valentin VĂLCIU | |
| 2017-03-15 | Merge pull request #2326 from vszakats/sprot | Mike McQuaid | |
| secure urls + remove -k from in-doc curl command | |||
| 2017-03-15 | Merge pull request #2311 from nath/highlightInstalledCasks | Markus Reiter | |
| Added highlighting of installed casks to cask search | |||
| 2017-03-14 | secure urls + remove -k from in-doc curl command | Viktor Szakats | |
| 2017-03-13 | Fixed test case wording | Nath Tumlin | |
| 2017-03-13 | Style changes | Nath Tumlin | |
| 2017-03-13 | Added tests for highlight installed and fixed style errors | Nath Tumlin | |
| 2017-03-12 | Change instances of caskroom.io to caskroom.github.io | Numbermaniac | |
| 2017-03-11 | Fix “Hombrew” typo. | Markus Reiter | |
| 2017-03-10 | Refactor artifacts. | Markus Reiter | |
| 2017-03-08 | Move `brew cask --version` into separate file. | Markus Reiter | |
| 2017-03-08 | Merge pull request #2283 from reitermarkus/cask-cli-argumenterror | Markus Reiter | |
| Use `ArgumentError` instead of `CaskError` in `CLI`. | |||
| 2017-03-08 | Merge pull request #2284 from reitermarkus/cask-refactor-cli | Markus Reiter | |
| Refactor CLI options. | |||
