| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 #3263 from MikeMcQuaid/formulary-unreadable-bottle-formula | Mike McQuaid | |
| formulary: handle unreadable bottle formula. | |||
| 2017-10-04 | Merge pull request #3259 from reitermarkus/underscore_supporting_uri | Markus Reiter | |
| Remove `UnderscoreSupportingURI`. | |||
| 2017-10-04 | Merge pull request #3260 from reitermarkus/cask-cli-specs | Markus Reiter | |
| Refactor `cask/cli` specs. | |||
| 2017-10-04 | formulary: handle unreadable bottle formula. | Mike McQuaid | |
| This occurs for any formulae that use relative `require` to files that are inside of e.g. a tap to use abstract formulae. | |||
| 2017-10-03 | Add test for php version in URL middle | Kevin Abel | |
| 2017-10-03 | Add version detection support for php URL | Kevin Abel | |
| Pulls a semver from anywhere in the URL (not just stem). | |||
| 2017-10-03 | Merge pull request #3256 from claui/pkg-unshadow-options | Markus Reiter | |
| Unshadow `allow_untrusted` option for pkg artifact | |||
| 2017-10-03 | Refactor `cask/cli` specs. | Markus Reiter | |
| 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 | stylistic changes for cask info tests | Adam Smith | |
| 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 | text_files: Skip the formula in .brew/formula.rb | Shaun Jackman | |
| 2017-10-01 | Add missing `summarize` method. | Markus Reiter | |
| 2017-10-01 | Merge pull request #3248 from reitermarkus/audit-warning | Markus Reiter | |
| Add audit warning if previous Cask version cannot be read. | |||
| 2017-10-01 | Only run trash test when collecting coverage. | Markus Reiter | |
| 2017-10-01 | Fix `brew tests` leaving last file in trash. | Markus Reiter | |
| 2017-10-01 | diagnostic: remove unnecessary blank line. | Mike McQuaid | |
| 2017-10-01 | Merge pull request #3252 from MikeMcQuaid/no-export-default-make | ilovezfs | |
| shims/super/make: don't export MAKE=make. | |||
| 2017-10-01 | shims/super/make: don't export MAKE=make. | Mike McQuaid | |
| This is redundant and breaks Handbrake: https://github.com/HandBrake/HandBrake/issues/872 | |||
| 2017-09-30 | pour_bottle?: Check bottle.compatible_cellar? | Shaun Jackman | |
| formula.bottled? is false when the bottle has no sha256, as with a local bottle. | |||
| 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 | Use `PATH` where possible. | Markus Reiter | |
| 2017-09-29 | brew: handle Ruby 2.3 more gracefully. | Mike McQuaid | |
| - `brew.rb` needed updated to fail unless on Ruby 2.3 - `brew update` should unset `HOMEBREW_RUBY_PATH` to ensure that this doesn't "stick" on a Ruby 2.0 version after a portable Ruby has been installed. | |||
| 2017-09-29 | Merge pull request #3234 from reitermarkus/locale | Vítor Galvão | |
| Support UN M.49 region codes. | |||
| 2017-09-29 | Merge pull request #3236 from MikeMcQuaid/audit-official-taps-shadow | Mike McQuaid | |
| audit: don't care about shadowing official taps. | |||
| 2017-09-29 | audit: don't care about shadowing official taps. | Mike McQuaid | |
| We're trying to import all of these formulae anyway. | |||
| 2017-09-29 | Merge pull request #3176 from sjackman/bottle-formula | Mike McQuaid | |
| BottleLoader: Use the formula stored in the bottle | |||
| 2017-09-29 | Merge pull request #3230 from maxim-belkin/stop-early | Mike McQuaid | |
| install.rb: stop early when there are no formulae to be installed | |||
| 2017-09-29 | Merge pull request #3195 from reitermarkus/fix-language_eval | Markus Reiter | |
| Fail if no default language is specified. | |||
| 2017-09-29 | Merge pull request #3221 from yzguy/asmith/cask-language-manpage | Markus Reiter | |
| add --language to brew-cask manpage | |||
| 2017-09-29 | Fail if no default language is specified. | Markus Reiter | |
| 2017-09-29 | Support UN M.49 region codes. | Markus Reiter | |
| 2017-09-28 | add --language to brew-cask manpage | Adam Smith | |
| 2017-09-28 | FormulaInstaller: Warn when tap version is newer | Shaun Jackman | |
| Warn if a more recent version of this formula is available in the tap. | |||
| 2017-09-28 | Fix installing a local bottle from source | Shaun Jackman | |
| Factor Utils::Bottles.formula_contents out of BottleLoader. | |||
| 2017-09-28 | BottleLoader: Use the formula stored in the bottle | Shaun Jackman | |
| 2017-09-28 | testball_bottle-0.1: Add the formula to the bottle | Shaun Jackman | |
| Update the SHA-256. | |||
| 2017-09-28 | pour_bottle?: Fix when formula.bottle is nil | Shaun Jackman | |
| formula.bottle is nil when bottle.compatible_cellar? is false. Use formula.bottle_specification.compatible_cellar? rather than formula.bottle.compatible_cellar?. | |||
| 2017-09-28 | install.rb: stop early if there are no formulae to be installed | Maxim Belkin | |
| 2017-09-28 | Fix regex style | Mike McQuaid | |
| 2017-09-27 | Merge branch 'master' into check-for-master-no-refactor | Ben Muschol | |
| 2017-09-27 | Implement changes | Ben Muschol | |
| 2017-09-27 | receipt_path: Ensure the bottle contains INSTALL_RECEIPT.json | Shaun Jackman | |
| 2017-09-27 | Cask dsl caveats: bump java version to 9 | commitay | |
