| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-02-09 | Use `Open3` for integration tests instead of manually forking. | Markus Reiter | |
| 2017-02-09 | Merge pull request #1961 from vszakats/githuburl | Markus Reiter | |
| audit: enforce https for github.com urls | |||
| 2017-02-08 | Merge pull request #1974 from ilovezfs/nonstandard-bump-subject-false-positives | ilovezfs | |
| pull: fix false positives for nonstandard bump subjects when untapped | |||
| 2017-02-08 | Merge pull request #1970 from reitermarkus/at-exit-hack | Markus Reiter | |
| Remove `kernel_at_exit_hacks.rb`. | |||
| 2017-02-08 | pull: fix false positives for nonstandard bump subjects when untapped | ilovezfs | |
| If the formula's tap isn't tapped yet when running `brew pull`, a false positive occurs for the nonstandard bump subject check, and a bogus warning is printed, which claims the bump subject should refer to the old version not the new version. | |||
| 2017-02-08 | Remove `Sha256Helper`. | Markus Reiter | |
| 2017-02-08 | Remove `kernel_at_exit_hacks.rb`. | Markus Reiter | |
| 2017-02-08 | Create custom matchers for “valid symlink”. | Markus Reiter | |
| 2017-02-07 | Merge pull request #1956 from reitermarkus/refactor-artifacts | Markus Reiter | |
| Refactor `Artifact`. | |||
| 2017-02-07 | Merge pull request #1908 from reitermarkus/cleanup-cask-doctor | VĂtor GalvĂŁo | |
| Simplify `brew cask doctor`. | |||
| 2017-02-07 | audit: enforce https for github.com urls | Viktor Szakats | |
| 2017-02-07 | Convert `self.artifacts` to `TYPES`. | Markus Reiter | |
| 2017-02-07 | Let `Artifact::for_cask` return artifact instances. | Markus Reiter | |
| 2017-02-07 | Simplify check for `:stage_only`. | Markus Reiter | |
| 2017-02-07 | Use `expect` syntax in `installer_test`. | Markus Reiter | |
| 2017-02-06 | Fix: Documentation of --only in tests cmd | Fabian Mettler | |
| This pull request fixes the documentation for the —only flag of the tests cmd. | |||
| 2017-02-06 | official_taps: games is deprecated. | Mike McQuaid | |
| 2017-02-06 | Update docs and manpages to include --fix option | Gautham Goli | |
| 2017-02-05 | Merge pull request #1954 from reitermarkus/refactor-artifacts | Markus Reiter | |
| Refactor Cask `Artifact`s. | |||
| 2017-02-05 | Merge pull request #1953 from reitermarkus/remove-xip | VĂtor GalvĂŁo | |
| Remove XIP support. | |||
| 2017-02-05 | Merge pull request #1951 from tma/reinstall-with-options | Mike McQuaid | |
| Print warning when reinstalling with invalid options | |||
| 2017-02-05 | Refactor Cask `Artifact`s. | Markus Reiter | |
| 2017-02-05 | Remove XIP support. | Markus Reiter | |
| 2017-02-05 | Fix test for `brew cask doctor`. | Markus Reiter | |
| 2017-02-05 | Simplify rendering of environment variables. | Markus Reiter | |
| 2017-02-05 | Simplify cache output. | Markus Reiter | |
| 2017-02-05 | Add `user_tilde` method to shorten/anonymize output. | Markus Reiter | |
| 2017-02-05 | Simplify output of environment variables. | Markus Reiter | |
| 2017-02-05 | Remove legacy tap pattern. | Markus Reiter | |
| 2017-02-05 | Simplify `brew cask doctor`. | Markus Reiter | |
| 2017-02-04 | Merge pull request #1743 from toonetown/robust-pkgutil-cleanup | Markus Reiter | |
| Delete pkgutil directories that are really files. | |||
| 2017-02-04 | Always use `Pathname.new` in `pkg_test.rb`. | Markus Reiter | |
| 2017-02-04 | Make descriptions a bit clearer. | Markus Reiter | |
| 2017-02-04 | Pass invalid option names to formula installer | Thomas Maurer | |
| This is the same that happens in the command 'install'. By passing the invalid option names, we enable the formula installer to output warnings if necessary. | |||
| 2017-02-04 | Add failing reinstall test with invalid install option | Thomas Maurer | |
| 2017-02-03 | Simplify `CaskLoader`. | Markus Reiter | |
| 2017-02-03 | Remove `TestCask` class. | Markus Reiter | |
| 2017-02-03 | Merge pull request #1943 from alyssais/missing_requires | Alyssa Ross | |
| formulary: handle ScriptError in formula | |||
| 2017-02-03 | Reorder `testing_env`. | Markus Reiter | |
| 2017-02-03 | Require `formulary` and `tap` in `Homebrew::TestCase`. | Markus Reiter | |
| 2017-02-03 | Don’t require `formulary` in `testing_env`. | Markus Reiter | |
| 2017-02-03 | Add comment about `FSLeakLogger` to `Homebrew::TestCase`. | Markus Reiter | |
| 2017-02-03 | Use constant array of constants in `Homebrew::TestCase`. | Markus Reiter | |
| 2017-02-03 | Don’t use `before_setup` and `after_teardown`. | Markus Reiter | |
| 2017-02-03 | Use array of constants to set up test directories. | Markus Reiter | |
| 2017-02-03 | Merge pull request #1897 from trevorpowell/master | Markus Reiter | |
| Proposed fix for "Failed to eject" errors with DMGs | |||
| 2017-02-03 | Merge pull request #1883 from reitermarkus/override-macos-version | Markus Reiter | |
| Allow overriding `MacOS.version`. | |||
| 2017-02-02 | Use file checksum rather than file diffing | David Broder-Rodgers | |
| 2017-02-01 | formulary: handle ScriptError in formula | Alyssa Ross | |
| I added a new `FormulaUnreadableError` subclass of `FormulaUnavailableError` so existing `rescue`s of `FormulaUnavailableError` handle this as well. The new subclass will output the name of the formula with the error (because this isn't always obvious from the original exception message) followed by the original error message. Fixes #1927. | |||
| 2017-01-31 | Merge pull request #1930 from vitorgalvao/set-permissions-sudo | Markus Reiter | |
| cask: staged: no sudo in set_permissions | |||
