| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-06-12 | Autocorrect Rubocop Style/SpecialGlobalVars. | Mike McQuaid | |
| 2017-06-08 | Merge pull request #2746 from MikeMcQuaid/cleanup-tests | Mike McQuaid | |
| tests: cleanup tests. | |||
| 2017-06-07 | tests: cleanup tests. | Mike McQuaid | |
| Remove pending tests that are never run on CI (i.e. require `--online`), remove fixtures for those tests and just make `--official-cmd-taps` run by `--online` instead. | |||
| 2017-06-06 | Fix parsing `--require-sha` and `HOMEBREW_CASK_OPTS`. | Markus Reiter | |
| 2017-06-01 | Fix curl invocation in Hbc::DSL::Appcast. | Kiyoshi '13k' Murata | |
| Fixes #2592 | |||
| 2017-05-29 | Fixup all RuboCop warnings. | Mike McQuaid | |
| 2017-05-24 | Deprecate `--caskroom` flag. | Markus Reiter | |
| 2017-05-24 | Add test for `--binaries` default value. | Markus Reiter | |
| 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-22 | Pass along `CLI::Binaries`. | Markus Reiter | |
| 2017-05-11 | Support GPG (signed data) container in Homebrew Cask (test case) | Reinhard Pointner | |
| 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 | Merge pull request #2514 from reitermarkus/refactor-cask-metadata | Markus Reiter | |
| Refactor cask metadata directory methods. | |||
| 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-04-21 | Merge pull request #2520 from reitermarkus/pkgutil-plist | Markus Reiter | |
| Partly revert “Fix `uninstall :pkgutil` leaving empty `.app` directories.”. | |||
| 2017-04-21 | Partly revert “Fix `uninstall :pkgutil` leaving empty `.app` directories.”. | Markus Reiter | |
| 2017-04-21 | Fix test for `chmod +x` on binaries. | Markus Reiter | |
| 2017-04-21 | Refactor cask metadata directory methods. | Markus Reiter | |
| 2017-03-31 | cask: remove pre_bug_report links | VĂtor GalvĂŁo | |
| 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-16 | Merge pull request #2309 from axiac/cask-outdated | Markus Reiter | |
| add command 'cask outdated' | |||
| 2017-03-16 | Add test for command help strings. | 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-13 | Default to `sudo: false` for `installer/uninstall :script`. | Markus Reiter | |
| 2017-03-12 | Change instances of caskroom.io to caskroom.github.io | Numbermaniac | |
| 2017-03-11 | Merge pull request #2315 from reitermarkus/hombrew-typo | Markus Reiter | |
| Fix “Hombrew” typo. | |||
| 2017-03-11 | Fix “Hombrew” typo. | Markus Reiter | |
| 2017-03-11 | Save flags in `with_full_permissions`. | Markus Reiter | |
| 2017-03-11 | Fix `uninstall :pkgutil` leaving empty `.app` directories. | Markus Reiter | |
