| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-22 | cask: Delete package dir if it is symlink on the uninstall | Kaito Udagawa | |
| When a Formula is converted into a Cask (e.g. osxfuse), a symlink remains at the place of package dir. This change ensure to remove such leftovers. | |||
| 2016-11-21 | Merge pull request #1502 from reitermarkus/load-metadata-cask-file | Markus Reiter | |
| Load cask file in `.metadata` directory directly. | |||
| 2016-11-21 | Merge pull request #1535 from umireon/cask-pkg-choice | Markus Reiter | |
| Cask: Add the choices option to pkg stanza | |||
| 2016-11-21 | cask: compact the code | Kaito Udagawa | |
| 2016-11-20 | cask: Call Tempfile#close(true) with the choices file to ensure it deleted | Kaito Udagawa | |
| 2016-11-19 | cask: use Tempfile and some style fixes | Kaito Udagawa | |
| 2016-11-19 | Remove kernel extensions specified in `uninstall :kext`. | Markus Reiter | |
| 2016-11-18 | Load cask file in `.metadata` directory directly. | Markus Reiter | |
| 2016-11-19 | cask: add the choices option to pkg stanza | Kaito Udagawa | |
| installer command accepts -applyChoiceChangesXML option to change customize options on the GUI installer from the commandline. (`man installer` for more detailed information) The introduced option `choice` enables the choice changes to be supplied via pkg stanza without tricks in preflight code. | |||
| 2016-11-16 | Move all remaining fixtures to `test/support/fixtures`. | Markus Reiter | |
| 2016-11-15 | hbc/cmd/style: bump rubocop-cask to 0.10.6 | Josh Hagins | |
| 2016-11-14 | Merge pull request #1362 from reitermarkus/rubocop | Markus Reiter | |
| Update RuboCop to 0.45.0. | |||
| 2016-11-14 | Fix detection of self-extracting `.exe` files. | Markus Reiter | |
| 2016-11-13 | Rename single line block parameters to `acc/elem`. | Markus Reiter | |
| 2016-11-13 | Update RuboCop to 0.45.0. | Markus Reiter | |
| 2016-11-13 | Use guard clauses. | Markus Reiter | |
| 2016-11-12 | cask-tests: fix cask-tests always fail on the test failure | Kaito Udagawa | |
| `brew cask-tests` collected the test results in an improper way so that it reports a false success in certain situations. Specially, the session under BrewTestBot always reports success regardless of the test status. With this update, the exit code of `brew cask-tests` is 1 when the test fails, and then CI preperly works. | |||
| 2016-11-11 | Merge pull request #1475 from reitermarkus/fix-locations | Markus Reiter | |
| Fix `Hbc::Locations` in tests. | |||
| 2016-11-11 | Merge pull request #1481 from reitermarkus/sudo-askpass | Markus Reiter | |
| Support `SUDO_ASKPASS` environment variable in `brew cask`. | |||
| 2016-11-11 | Support `SUDO_ASKPASS` environment variable. | Markus Reiter | |
| 2016-11-10 | Merge pull request #1381 from adzenith/patch-1 | Mike McQuaid | |
| `brew doctor` recommends using cask to upgrade XQuartz | |||
| 2016-11-10 | Disallow running `brew cask` as `root`. | Markus Reiter | |
| 2016-11-10 | Remove unnecessary `Hbc::Locations` aliases. | Markus Reiter | |
| 2016-11-10 | Ensure `Hbc.caskroom` in tests does not use `legacy_caskroom`. | Markus Reiter | |
| 2016-11-09 | `brew doctor` recommends using cask to upgrade XQuartz | Nikolaus Wittenstein | |
| Also changes exceptions.rb to use Formatter.url | |||
| 2016-11-10 | cask-test: fix reinstall a non installed Cask | Kaito Udagawa | |
| Trying to uninstall a non installed Cask made this test fail. This commit remove that and thus this test passes. Note that every Cask is uninstalled after each test case. | |||
| 2016-11-09 | Update the CaskAlreadyInstalledError with new reinstall command | Dorian | |
| e.g. this changes: ``` To re-install google-chrome, run: brew cask uninstall --force google-chrome && brew cask install google-chrome ``` To: ``` To re-install google-chrome, run: brew cask reinstall google-chrome ``` | |||
| 2016-11-03 | Correct a few typos | Mandar Gokhale | |
| ...and update man pages where applicable | |||
| 2016-10-29 | Move `vendor/bundle` up one level to `HOMEBREW_LIBRARY_PATH`. | Markus Reiter | |
| 2016-10-29 | Merge pull request #1361 from jawshooah/cask/refactor-auditor | Josh Hagins | |
| hbc/auditor: refactor and fix bug | |||
| 2016-10-25 | Open incomplete download in append mode | buo | |
| Open the incomplete download in append mode instead of write mode. Opening in write mode truncates the existing file, so curl keeps restarting downloads instead of resuming the incomplete downloads. | |||
| 2016-10-24 | Merge pull request #1342 from reitermarkus/fixtures | Markus Reiter | |
| Move cask's fixtures to `test/fixtures`. | |||
| 2016-10-24 | Merge pull request #1334 from jawshooah/cask/fix-tap-regex | Josh Hagins | |
| hbc/qualified_token: simplify token parsing | |||
| 2016-10-24 | Move cask fixtures to `test/fixtures/cask`. | Markus Reiter | |
| 2016-10-24 | hbc/qualified_token: use regex captures instead of String#split | Josh Hagins | |
| 2016-10-24 | hbc/auditor: refactor and fix bug | Josh Hagins | |
| Use instance methods to DRY things up, and fix a bug discovered in caskroom/homebrew-cask#26067 where Casks with language blocks would always fail audit. | |||
| 2016-10-24 | Merge pull request #1252 from ↵ | Josh Hagins | |
| niw/fix_cask_command_changes_entire_directory_ownership FIX: cask changes /usr/local ownership recursively | |||
| 2016-10-24 | Merge pull request #1248 from Git-Jiro/add_reinstall_cmd_to_cask | Josh Hagins | |
| add cask reinstall command | |||
| 2016-10-23 | hbc/qualified_token: simplify token parsing | Josh Hagins | |
| - Stop supporting archaic "user-repo/token" syntax - Move regex for parsing tapped Cask token to tap_constants | |||
| 2016-10-23 | Merge pull request #1355 from reitermarkus/fix-depends-on-test | Josh Hagins | |
| Fix locally failing `depends_on` test. | |||
| 2016-10-23 | Merge pull request #1357 from reitermarkus/refactor-accessibility-test | Josh Hagins | |
| Refactor accessibility test. | |||
| 2016-10-23 | Merge pull request #1358 from reitermarkus/refactor-audit-test | Josh Hagins | |
| Refactor Audit test. | |||
| 2016-10-23 | Merge pull request #1359 from reitermarkus/refactor-dsl-test | Josh Hagins | |
| Refactor DSL test. | |||
| 2016-10-23 | Merge pull request #1360 from reitermarkus/refactor-installer-test | Josh Hagins | |
| Refactor Installer test. | |||
| 2016-10-24 | Refactor Installer test. | Markus Reiter | |
| 2016-10-23 | Refactor Audit test. | Markus Reiter | |
| 2016-10-23 | Refactor DSL test. | Markus Reiter | |
| 2016-10-23 | Refactor accessibility test. | Markus Reiter | |
| 2016-10-23 | Update Gemfile dependencies. | Markus Reiter | |
| 2016-10-23 | Refactor Hbc::UrlChecker test. | Markus Reiter | |
