aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask
AgeCommit message (Collapse)Author
2017-10-12Fixes help queryingL. 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-11Properly handle special characters in file names.Markus Reiter
2017-10-08Fix regexes in `CaskLoader`.Markus Reiter
2017-10-07Merge pull request #3283 from reitermarkus/cask-loaderMarkus Reiter
Add helper method for Cask fixture paths and refactor CaskLoader.
2017-10-07Add helper method for Cask fixture paths and refactor CaskLoader.Markus Reiter
2017-10-07Merge pull request #3280 from commitay/cask-internal-auditMarkus Reiter
InternalAuditModifiedCask: audit renamed Casks
2017-10-07add pkg / binary commentcommitay
2017-10-07Cask AbstractArtifact: fix install ordercommitay
2017-10-07InternalAuditModifiedCask: audit renamed Caskscommitay
2017-10-04Don’t reorder “basic” artifacts.Markus Reiter
2017-10-04Directly save artifacts in DSL.Markus Reiter
2017-10-04Refactor DSL and Artifacts.Markus Reiter
2017-10-04Merge pull request #3259 from reitermarkus/underscore_supporting_uriMarkus Reiter
Remove `UnderscoreSupportingURI`.
2017-10-03Merge pull request #3256 from claui/pkg-unshadow-optionsMarkus Reiter
Unshadow `allow_untrusted` option for pkg artifact
2017-10-03Merge pull request #3220 from yzguy/yzguy/cask_available_languages_to_infoMarkus Reiter
add available languages to cask info command
2017-10-03Remove `UnderscoreSupportingURI`.Markus Reiter
2017-10-02Merge pull request #3255 from reitermarkus/summarizeMarkus Reiter
Add missing `summarize` method.
2017-10-02Merge pull request #3247 from reitermarkus/fix-trashMarkus Reiter
Fix `brew tests` leaving last file in trash.
2017-10-02Unshadow `allow_untrusted` option for pkg artifactClaudia
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-01Add missing `summarize` method.Markus Reiter
2017-10-01Fix `brew tests` leaving last file in trash.Markus Reiter
2017-09-30add available languages to cask info commandAdam Smith
add language tests for dsl add fixtures, tests for languages info output add extra lines
2017-10-01Add audit warning if previous Cask version cannot be read.Markus Reiter
2017-09-29Fail if no default language is specified.Markus Reiter
2017-09-27Cask dsl caveats: bump java version to 9commitay
2017-09-24Rubocop: manual rule fixes.Mike McQuaid
2017-09-24Rubocop: automatic rule fixes.Mike McQuaid
2017-09-17Merge pull request #2878 from wendorf/brew_cask_list_full-nameMarkus Reiter
List cask full-names
2017-09-16List cask full-namesDan 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-16Add missing `summarize` method.Markus Reiter
2017-09-12Fix method name.Markus Reiter
2017-09-12Merge pull request #3148 from reitermarkus/uninstall-signalMarkus Reiter
Fix uninstall with `:signal`.
2017-09-12Fix uninstall with `:signal`.Markus Reiter
2017-09-11Make Cask commands fail early if a Cask is not found.Markus Reiter
2017-09-10Fix `_stanza`.Markus Reiter
2017-09-10Treat every `Artifact` instance as a single artifact.Markus Reiter
2017-09-10spelling: packagesJosh Soref
2017-09-10spelling: incompleteJosh Soref
2017-08-31Changed warning message as recommended by @reitermarkusAlexey Alekhin
2017-08-26Changed online search failure to warning and removed stacktraceAlexey Alekhin
2017-08-24Narrowed rescued error typeAlexey Alekhin
2017-08-23Formatting fixAlexey Alekhin
2017-08-23Fixed style issuesAlexey Alekhin
2017-08-23Added rescue block for the remote cask search failureAlexey Alekhin
2017-08-23brew cask search without query just outputs all available cask tokensAlexey Alekhin
2017-08-20Merge pull request #3001 from reitermarkus/cask-conflicts-withMarkus Reiter
Implement `conflicts_with :cask`.
2017-08-20Move fix from #3070 inside `GitHub` module.Markus Reiter
2017-08-19Skip search_remote on cask search when HOMEBREW_NO_GITHUB_API is setFrancisco Souza
Fixes #3069.
2017-08-14Implement PR feedbackBen Muschol
2017-08-13Remove duplicate url generation logic in Github moduleBen Muschol