aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-01-23Merge pull request #1877 from ilovezfs/audit-wine-deps-exemptionMike McQuaid
audit: exempt wine's deps from the universal deprecation
2017-01-23man: remove an unnecessary `else`Alyssa Ross
`odie` causes the process to exit immediately, so there's no need for the `regenerate_man_pages` call to be conditional.
2017-01-23fileutils: update Ruby documentation URLAlyssa Ross
2017-01-23emoji: remove hack required for Ruby 1.8.7Alyssa Ross
Since this hack is no longer required, and `Emoji.tick` and `.cross` are only called in one place, I think it's better to just inline them there rather than having methods on `Emoji` that just return a one-character String.
2017-01-23Merge pull request #1890 from alyssais/global_teardown_envAlyssa Ross
tests: automatically restore ENV in teardown
2017-01-23Merge pull request #1899 from reitermarkus/fix-installerMarkus Reiter
Fix installer deleting artifacts if they already exist.
2017-01-23Merge pull request #1894 from reitermarkus/appcast-checkpoint1.1.8Markus Reiter
Add internal command to calculate appcast checkpoint.
2017-01-23Merge pull request #1896 from vitorgalvao/cleanups-internal-stanzasMarkus Reiter
Cask: cleanups internal stanzas
2017-01-23Add manpage entry for _appcast_checkpoint.Markus Reiter
2017-01-23official_taps: remove homebrew/gui.Mike McQuaid
This was deprecated and had all formulae removed in: https://github.com/Homebrew/homebrew-gui/pull/52
2017-01-23Add support for calculating appcast checkpoint from URLs.Markus Reiter
2017-01-23Add --calculate (print current checkpoint without it)VĂ­tor GalvĂŁo
2017-01-23cask - internal_stanza: use cask_tokens_from(args)VĂ­tor GalvĂŁo
2017-01-23cask - internal stanzas: lowercase helpVĂ­tor GalvĂŁo
2017-01-23Merge pull request #1898 from reitermarkus/remove-old-cacheMarkus Reiter
Remove legacy cask cache instead of migrating.
2017-01-23tests: remove env helperAlyssa Ross
2017-01-23Fix installer deleting artifacts if they already exist.Markus Reiter
2017-01-23Remove legacy cask cache instead of migrating.Markus Reiter
2017-01-23Delete with_environment from cask tests.Markus Reiter
2017-01-23tests: slightly stricter match in tab testMarkus Reiter
Suggested by @reitermarkus in https://github.com/Homebrew/brew/pull/1890#discussion_r97234536, and then I added the \A and \Z.
2017-01-23Change regex to catch multi-line `pubDate` tags.Markus Reiter
2017-01-23Add internal command to calculate appcast checkpoint.Markus Reiter
2017-01-23Merge pull request #1895 from xu-cheng/bottleMike McQuaid
bottle: fix regex
2017-01-22Fix "Failed to eject" errors with DMGsTrevor Powell
Use "diskutil unmount force" to unmount DMGs.
2017-01-23cask - internal_stanza: arguments to argsVĂ­tor GalvĂŁo
2017-01-22tests: remove with_git_env methodAlyssa Ross
A common git environment is now used in all tests, so this is no longer required.
2017-01-22tests: use more recent git committer dateAlyssa Ross
This will allow the `brew bundle` test to use the default git environment.
2017-01-22tests: remove unnecessary commentAlyssa Ross
See https://github.com/Homebrew/brew/pull/1890#discussion_r97229473.
2017-01-22tests: re-use with_environment in using_git_envMarkus Reiter
Proposed by @reitermarkus in https://github.com/Homebrew/brew/pull/1890#discussion_r97210285. I made one slight adjustment of preserving the previous date string in case anything was relying on it.
2017-01-22tests: remove remainder of ARGV stubsAlyssa Ross
I was waiting for confirmation that there wasn't a good reason for these to be stubbed before I removed them.
2017-01-22tests: set verbose in ENV instead of stubbing ARGVAlyssa Ross
2017-01-22tests: set developer in ENV rather than stubbingAlyssa Ross
2017-01-22tests: automatically restore ENV in teardownAlyssa Ross
2017-01-22tests: extract a common using_git_env methodAlyssa Ross
2017-01-22Merge pull request #1892 from alyssais/global_teardown_fsAlyssa Ross
tests: clean up file system for all tests
2017-01-22bottle: fix regexXu Cheng
Noted that this is intended for the revision of this formula instead of rebuild of a bottle.
2017-01-22tests: remove more per-test file system cleanupAlyssa Ross
These locations are now all automatically cleaned up after every test.
2017-01-22tests: remove explicit tmpdir deletionsAlyssa Ross
These are no longer necessary.
2017-01-22tests: clean up file system for all testsAlyssa Ross
(No longer just integration tests.)
2017-01-22Merge pull request #1891 from alyssais/global_teardown_argvAlyssa Ross
tests: reset ARGV in teardown
2017-01-21tests: reset ARGV in teardownAlyssa Ross
2017-01-21Merge pull request #1889 from alyssais/clear_tab_cache_in_teardownAlyssa Ross
tests: clear tab cache in global teardown
2017-01-21tests: clear tab cache in global teardownAlyssa Ross
2017-01-21Merge pull request #1888 from alyssais/tests_enforce_lifecycleAlyssa Ross
tests: enforce `super` in lifecycle hooks
2017-01-21tests: enforce `super` in lifecycle hooksAlyssa Ross
This will allow us to have global setup and teardown for tests. For example, we can automatically clear caches after each test, to avoid annoying intermittent failures like #1879 and #1886.
2017-01-20audit: exempt wine's deps from the universal deprecationilovezfs
This can be reverted when wine's dependencies are all vendored.
2017-01-19Merge pull request #1878 from alyssais/keg_cleanupAlyssa Ross
Simplify Keg class
2017-01-19keg: use Forwardable to methods delegated to #pathAlyssa Ross
2017-01-19keg: don't conditionally switch alias targetAlyssa Ross
This seems to be a remnant of Ruby 1.8.
2017-01-19Merge pull request #1879 from alyssais/formulary_cache_clearMike McQuaid
tests: add a missing Tab cache clear