| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-12 | Fixes help querying | L. E. Segovia | |
| - If a non-existent command with a flag is queried to Cask, the latter is printed instead of the command - If the help from a not-yet-tapped cask's command is queried, it prints brew tap's help infinitely Fixes caskroom/homebrew-cask#28977 | |||
| 2017-10-11 | Properly handle special characters in file names. | Markus Reiter | |
| 2017-10-08 | Fix regexes in `CaskLoader`. | Markus Reiter | |
| 2017-10-07 | Merge pull request #3283 from reitermarkus/cask-loader | Markus Reiter | |
| Add helper method for Cask fixture paths and refactor CaskLoader. | |||
| 2017-10-07 | Add helper method for Cask fixture paths and refactor CaskLoader. | Markus Reiter | |
| 2017-10-07 | Merge pull request #3280 from commitay/cask-internal-audit | Markus Reiter | |
| InternalAuditModifiedCask: audit renamed Casks | |||
| 2017-10-07 | add pkg / binary comment | commitay | |
| 2017-10-07 | Cask AbstractArtifact: fix install order | commitay | |
| 2017-10-07 | InternalAuditModifiedCask: audit renamed Casks | commitay | |
| 2017-10-04 | Don’t reorder “basic” artifacts. | Markus Reiter | |
| 2017-10-04 | Directly save artifacts in DSL. | Markus Reiter | |
| 2017-10-04 | Refactor DSL and Artifacts. | Markus Reiter | |
| 2017-10-04 | Merge pull request #3259 from reitermarkus/underscore_supporting_uri | Markus Reiter | |
| Remove `UnderscoreSupportingURI`. | |||
| 2017-10-03 | Merge pull request #3256 from claui/pkg-unshadow-options | Markus Reiter | |
| Unshadow `allow_untrusted` option for pkg artifact | |||
| 2017-10-03 | Merge pull request #3220 from yzguy/yzguy/cask_available_languages_to_info | Markus Reiter | |
| add available languages to cask info command | |||
| 2017-10-03 | Remove `UnderscoreSupportingURI`. | Markus Reiter | |
| 2017-10-02 | Merge pull request #3255 from reitermarkus/summarize | Markus Reiter | |
| Add missing `summarize` method. | |||
| 2017-10-02 | Merge pull request #3247 from reitermarkus/fix-trash | Markus Reiter | |
| Fix `brew tests` leaving last file in trash. | |||
| 2017-10-02 | Unshadow `allow_untrusted` option for pkg artifact | Claudia | |
| The pkg stanza has an option called `allow_untrusted`, which is supposed to cause `/usr/sbin/installer` to be called with the `-allowUntrusted` switch. PR #3141 seems to have renamed the `pkg_install_opts` field to `options`. At the same time, it introduces an `options` parameter for the `run_installer` method, which shadows the `options` getter method, causing the `allow_untrusted` option to be silently ignored. The issue affects just the `pkg` stanza because `Hbc::Artifact::Pkg` is the only artifact class that has an `options` method. This commit removes the shadowing by renaming the field to `stanza_options`; in one case, it uses `_options` for a parameter name (instead of the more canonical `_`) for the sake of clarity. | |||
| 2017-10-01 | Add missing `summarize` method. | Markus Reiter | |
| 2017-10-01 | Fix `brew tests` leaving last file in trash. | Markus Reiter | |
| 2017-09-30 | add available languages to cask info command | Adam Smith | |
| add language tests for dsl add fixtures, tests for languages info output add extra lines | |||
| 2017-10-01 | Add audit warning if previous Cask version cannot be read. | Markus Reiter | |
| 2017-09-29 | Fail if no default language is specified. | Markus Reiter | |
| 2017-09-27 | Cask dsl caveats: bump java version to 9 | commitay | |
| 2017-09-24 | Rubocop: manual rule fixes. | Mike McQuaid | |
| 2017-09-24 | Rubocop: automatic rule fixes. | Mike McQuaid | |
| 2017-09-17 | Merge pull request #2878 from wendorf/brew_cask_list_full-name | Markus Reiter | |
| List cask full-names | |||
| 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-16 | Add missing `summarize` method. | Markus Reiter | |
| 2017-09-12 | Fix method name. | Markus Reiter | |
| 2017-09-12 | Merge pull request #3148 from reitermarkus/uninstall-signal | Markus Reiter | |
| Fix uninstall with `:signal`. | |||
| 2017-09-12 | Fix uninstall with `:signal`. | Markus Reiter | |
| 2017-09-11 | Make Cask commands fail early if a Cask is not found. | Markus Reiter | |
| 2017-09-10 | Fix `_stanza`. | Markus Reiter | |
| 2017-09-10 | Treat every `Artifact` instance as a single artifact. | Markus Reiter | |
| 2017-09-10 | spelling: packages | Josh Soref | |
| 2017-09-10 | spelling: incomplete | Josh Soref | |
| 2017-08-31 | Changed warning message as recommended by @reitermarkus | Alexey Alekhin | |
| 2017-08-26 | Changed online search failure to warning and removed stacktrace | Alexey Alekhin | |
| 2017-08-24 | Narrowed rescued error type | Alexey Alekhin | |
| 2017-08-23 | Formatting fix | Alexey Alekhin | |
| 2017-08-23 | Fixed style issues | Alexey Alekhin | |
| 2017-08-23 | Added rescue block for the remote cask search failure | Alexey Alekhin | |
| 2017-08-23 | brew cask search without query just outputs all available cask tokens | Alexey Alekhin | |
| 2017-08-20 | Merge pull request #3001 from reitermarkus/cask-conflicts-with | Markus Reiter | |
| Implement `conflicts_with :cask`. | |||
| 2017-08-20 | Move fix from #3070 inside `GitHub` module. | Markus Reiter | |
| 2017-08-19 | Skip search_remote on cask search when HOMEBREW_NO_GITHUB_API is set | Francisco Souza | |
| Fixes #3069. | |||
| 2017-08-14 | Implement PR feedback | Ben Muschol | |
| 2017-08-13 | Remove duplicate url generation logic in Github module | Ben Muschol | |
