| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-08 | Fix regexes in `CaskLoader`. | Markus Reiter | |
| 2017-10-08 | Fix comment location. | Markus Reiter | |
| 2017-10-08 | audit: tweak assert/refute_predicate audit | Dominyk Tiller | |
| Addresses some of the issues I raised in https://github.com/Homebrew/homebrew-core/pull/19127#issue-263566817. Would still like to work out a way to check `File.exist?`-style language inside the `test do` block exclusively but for now it's better to be too conservative on the audit than to be overly-zealous and flag too much. | |||
| 2017-10-08 | Don’t track files in `test` and `vendor`. | Markus Reiter | |
| 2017-10-07 | Fix RuboCop tests. | 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-07 | Merge pull request #3267 from reitermarkus/refactoring | Markus Reiter | |
| Refactor DSL and Artifact classes. | |||
| 2017-10-06 | Merge pull request #3273 from MikeMcQuaid/mdfind-reject-backups | Mike McQuaid | |
| os/mac: ignore apps found in Time Machine backups. | |||
| 2017-10-05 | Merge pull request #3274 from MikeMcQuaid/official-taps-remove-apache | ilovezfs | |
| official_taps: remove apache. | |||
| 2017-10-06 | Merge pull request #3269 from DomT4/assert_predicate | Mike McQuaid | |
| audit: prefer assert/refute_predicate over File.exist? | |||
| 2017-10-06 | Merge pull request #3262 from kabel/version-detect-php | Mike McQuaid | |
| Add version detection support for php URL | |||
| 2017-10-05 | official_taps: remove apache. | Mike McQuaid | |
| It's now deprecated. | |||
| 2017-10-05 | os/mac: ignore apps found in Time Machine backups. | Mike McQuaid | |
| These can introduce confusion on e.g. outdated Xcode versions when they are the only (or first) versions that are found. | |||
| 2017-10-05 | audit: prefer assert/refute_predicate over File.exist? | Dominyk Tiller | |
| 2017-10-04 | Refactor tests. | Markus Reiter | |
| 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 #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. | |||
