aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
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
2017-01-30Update dmg.rb based on feedbackTrevor Powell
Try "diskutil eject" twice before "diskutil unmount force".
2017-01-30Updated mirror checks to compare ETags, Content-Lengths and binary filesDavid Broder-Rodgers
2017-01-30Merge remote-tracking branch 'origin/master' into insecure_auditDavid Broder-Rodgers
2017-01-30Merge pull request #1931 from MikeMcQuaid/update-performs-migrations1.1.9Mike McQuaid
update: note migrations may be performed.
2017-01-30cleanup: consider version_schemeXu Cheng
`brew cleanup` should cleanup formulae which have the older version scheme.
2017-01-30Don’t use `assert_nil` in `tab_test`.Markus Reiter
2017-01-29Merge pull request #1914 from MikeMcQuaid/test-gem-updatesMike McQuaid
*/Gemfile*: remove rake, version pins, master simplecov.
2017-01-29update: note migrations may be performed.Mike McQuaid
As requested in https://github.com/Homebrew/homebrew-core/issues/9316.
2017-01-29Use dedicated upload_coverage script.Mike McQuaid
2017-01-28cask: staged: no sudo in set_permissionsVĂ­tor GalvĂŁo
2017-01-28rubocop: automatically update rubocop_todo.ymlDominyk Tiller
2017-01-27Library/.rubocop.yml: fix renamed EndAlignment settingDominyk Tiller
2017-01-27Library/.rubocop.yml: fix renamed CaseIndentation settingDominyk Tiller
2017-01-27style: update rubocop to 0.47.1Dominyk Tiller
2017-01-27Merge pull request #1919 from miccal/patch-1Markus Reiter
Update brew-cask.1.md to include _stanza internal command