aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2017-02-09Use `Open3` for integration tests instead of manually forking.Markus Reiter
2017-02-09Merge pull request #1961 from vszakats/githuburlMarkus Reiter
audit: enforce https for github.com urls
2017-02-08Merge pull request #1974 from ilovezfs/nonstandard-bump-subject-false-positivesilovezfs
pull: fix false positives for nonstandard bump subjects when untapped
2017-02-08Merge pull request #1970 from reitermarkus/at-exit-hackMarkus Reiter
Remove `kernel_at_exit_hacks.rb`.
2017-02-08pull: fix false positives for nonstandard bump subjects when untappedilovezfs
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-08Remove `Sha256Helper`.Markus Reiter
2017-02-08Remove `kernel_at_exit_hacks.rb`.Markus Reiter
2017-02-08Create custom matchers for “valid symlink”.Markus Reiter
2017-02-07Merge pull request #1956 from reitermarkus/refactor-artifactsMarkus Reiter
Refactor `Artifact`.
2017-02-07Merge pull request #1908 from reitermarkus/cleanup-cask-doctorVĂ­tor GalvĂŁo
Simplify `brew cask doctor`.
2017-02-07audit: enforce https for github.com urlsViktor Szakats
2017-02-07Convert `self.artifacts` to `TYPES`.Markus Reiter
2017-02-07Let `Artifact::for_cask` return artifact instances.Markus Reiter
2017-02-07Simplify check for `:stage_only`.Markus Reiter
2017-02-07Use `expect` syntax in `installer_test`.Markus Reiter
2017-02-06Fix: Documentation of --only in tests cmdFabian Mettler
This pull request fixes the documentation for the —only flag of the tests cmd.
2017-02-06official_taps: games is deprecated.Mike McQuaid
2017-02-06Update docs and manpages to include --fix optionGautham Goli
2017-02-05Merge pull request #1954 from reitermarkus/refactor-artifactsMarkus Reiter
Refactor Cask `Artifact`s.
2017-02-05Merge pull request #1953 from reitermarkus/remove-xipVĂ­tor GalvĂŁo
Remove XIP support.
2017-02-05Merge pull request #1951 from tma/reinstall-with-optionsMike McQuaid
Print warning when reinstalling with invalid options
2017-02-05Refactor Cask `Artifact`s.Markus Reiter
2017-02-05Remove XIP support.Markus Reiter
2017-02-05Fix test for `brew cask doctor`.Markus Reiter
2017-02-05Simplify rendering of environment variables.Markus Reiter
2017-02-05Simplify cache output.Markus Reiter
2017-02-05Add `user_tilde` method to shorten/anonymize output.Markus Reiter
2017-02-05Simplify output of environment variables.Markus Reiter
2017-02-05Remove legacy tap pattern.Markus Reiter
2017-02-05Simplify `brew cask doctor`.Markus Reiter
2017-02-04Merge pull request #1743 from toonetown/robust-pkgutil-cleanupMarkus Reiter
Delete pkgutil directories that are really files.
2017-02-04Always use `Pathname.new` in `pkg_test.rb`.Markus Reiter
2017-02-04Make descriptions a bit clearer.Markus Reiter
2017-02-04Pass invalid option names to formula installerThomas 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-04Add failing reinstall test with invalid install optionThomas Maurer
2017-02-03Simplify `CaskLoader`.Markus Reiter
2017-02-03Remove `TestCask` class.Markus Reiter
2017-02-03Merge pull request #1943 from alyssais/missing_requiresAlyssa Ross
formulary: handle ScriptError in formula
2017-02-03Reorder `testing_env`.Markus Reiter
2017-02-03Require `formulary` and `tap` in `Homebrew::TestCase`.Markus Reiter
2017-02-03Don’t require `formulary` in `testing_env`.Markus Reiter
2017-02-03Add comment about `FSLeakLogger` to `Homebrew::TestCase`.Markus Reiter
2017-02-03Use constant array of constants in `Homebrew::TestCase`.Markus Reiter
2017-02-03Don’t use `before_setup` and `after_teardown`.Markus Reiter
2017-02-03Use array of constants to set up test directories.Markus Reiter
2017-02-03Merge pull request #1897 from trevorpowell/masterMarkus Reiter
Proposed fix for "Failed to eject" errors with DMGs
2017-02-03Merge pull request #1883 from reitermarkus/override-macos-versionMarkus Reiter
Allow overriding `MacOS.version`.
2017-02-02Use file checksum rather than file diffingDavid Broder-Rodgers
2017-02-01formulary: handle ScriptError in formulaAlyssa 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-31Merge pull request #1930 from vitorgalvao/set-permissions-sudoMarkus Reiter
cask: staged: no sudo in set_permissions