| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-01-27 | Merge pull request #1923 from Homebrew/revert-1916-cellar-check-etc | Mike McQuaid | |
| Revert "formula_cellar_checks: check for prefix/etc." | |||
| 2017-01-27 | Revert "formula_cellar_checks: check for prefix/etc." | Mike McQuaid | |
| 2017-01-27 | pull: better handle missing bottles. | Mike McQuaid | |
| If we make a PR in which we're building many formulae (e.g. https://github.com/Homebrew/homebrew-core/pull/9249) then we may want to pull those that built and publish their bottles and discard those that did not. Instead of saying bottles will be published when they won't and then blowing up just avoid publishing them and print a warning instead. | |||
| 2017-01-27 | Merge pull request #1915 from MikeMcQuaid/keg-only-caveats-newline | Mike McQuaid | |
| caveats: add newline after keg only reason. | |||
| 2017-01-27 | Merge pull request #1917 from MikeMcQuaid/homebrew-audit-tweak | Mike McQuaid | |
| audit: improve homepage audit reliability. | |||
| 2017-01-27 | Update brew-cask.1.md | Miccal Matthews | |
| 2017-01-26 | Try uploading coverage report in `.simplecov`. | Markus Reiter | |
| 2017-01-26 | Merge pull request #1918 from MikeMcQuaid/update-reset-force | Mike McQuaid | |
| update-reset: checkout with --force. | |||
| 2017-01-26 | Move `require "bundler/setup“` to top of `cask-tests`. | Markus Reiter | |
| 2017-01-26 | update-reset: checkout with --force. | Mike McQuaid | |
| Otherwise it won't overwrite unmerged changes. | |||
| 2017-01-26 | audit: improve homepage audit reliability. | Mike McQuaid | |
| Try first with an (exact, actual) browser user agent from Safari and then try again with the default Homebrew `curl` user agent. | |||
| 2017-01-26 | Add `require "bundler/setup“` to `cask-tests`. | Markus Reiter | |
| 2017-01-26 | formula_cellar_checks: check for prefix/etc. | Mike McQuaid | |
| This directory indicates that configuration files have been installed into the wrong location. | |||
| 2017-01-26 | caveats: add newline after keg only reason. | Mike McQuaid | |
| 2017-01-26 | *_test: use assert_nil when appropriate. | Mike McQuaid | |
| This is warned by the newer MiniTest. | |||
| 2017-01-26 | brew-cask-tests: import Rakefile logic. | Mike McQuaid | |
| This avoids a `rake` dependency in the Gemfile and an unnecessary shell out. | |||
| 2017-01-26 | */Gemfile*: remove rake, version pins, master simplecov. | Mike McQuaid | |
| We’re upgrading SimpleCov to 0.13.0 so let’s update the rest of our gems while we’re at it. | |||
| 2017-01-25 | Merge pull request #1911 from reitermarkus/cleanup-cask-tests | Markus Reiter | |
| Cleanup Cask test directory. | |||
| 2017-01-25 | Remove `:console` task from Cask’s Rakefile. | Markus Reiter | |
| 2017-01-25 | Remove Cask’s `.gitattributes`. | Markus Reiter | |
| 2017-01-25 | Remove Cask’s `test` ReadMe. | Markus Reiter | |
| 2017-01-25 | Merge pull request #1910 from reitermarkus/refactor-tests-cask-loader | Markus Reiter | |
| Move Cask fixtures to `test/support/fixtures`. | |||
| 2017-01-25 | Move Cask fixtures to `test/support/fixtures`. | Markus Reiter | |
| 2017-01-25 | Merge pull request #1909 from MikeMcQuaid/language_module_requirement_fix | Mike McQuaid | |
| language_module_requirement: use arrays. | |||
| 2017-01-25 | official_taps: remove x11. | Mike McQuaid | |
| 2017-01-25 | language_module_requirement: use arrays. | Mike McQuaid | |
| This is cleaner, easier to understand how the arguments are split and fixes #1799. | |||
| 2017-01-25 | Merge pull request #1901 from alyssais/patch-1 | Mike McQuaid | |
| man: remove an unnecessary `else` | |||
| 2017-01-25 | Merge pull request #1902 from MikeMcQuaid/caveats-keg-only | Mike McQuaid | |
| caveats: tweak keg-only messaging. | |||
| 2017-01-25 | official_taps: remove completions, python. | Mike McQuaid | |
| 2017-01-25 | caveats: tweak keg-only messaging. | Mike McQuaid | |
| Slim down the existing text and make it more obvious what's happening. Note specifically how to add it to your PATH to convince people to try that instead of `brew link --force`. | |||
| 2017-01-24 | Allow overriding MacOS.version. | Markus Reiter | |
| 2017-01-24 | Merge pull request #1885 from alyssais/remove_1.8.7 | Alyssa Ross | |
| Remove some remnants of Ruby 1.8.7 support | |||
| 2017-01-24 | tests: give `e` helper in UtilTests a better name | Alyssa Ross | |
| 2017-01-24 | tests: add some emoji tests đź’Ż | Alyssa Ross | |
| 2017-01-23 | xcode: reduce minimum CLT version. | Mike McQuaid | |
| This should be 1.0.0 to be nicer to 10.7 users. Fixes #1893. | |||
| 2017-01-23 | Merge pull request #1877 from ilovezfs/audit-wine-deps-exemption | Mike McQuaid | |
| audit: exempt wine's deps from the universal deprecation | |||
| 2017-01-23 | man: 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-23 | fileutils: update Ruby documentation URL | Alyssa Ross | |
| 2017-01-23 | emoji: remove hack required for Ruby 1.8.7 | Alyssa 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-23 | Merge pull request #1890 from alyssais/global_teardown_env | Alyssa Ross | |
| tests: automatically restore ENV in teardown | |||
| 2017-01-23 | Merge pull request #1899 from reitermarkus/fix-installer | Markus Reiter | |
| Fix installer deleting artifacts if they already exist. | |||
| 2017-01-23 | Merge pull request #1894 from reitermarkus/appcast-checkpoint1.1.8 | Markus Reiter | |
| Add internal command to calculate appcast checkpoint. | |||
| 2017-01-23 | Merge pull request #1896 from vitorgalvao/cleanups-internal-stanzas | Markus Reiter | |
| Cask: cleanups internal stanzas | |||
| 2017-01-23 | Add manpage entry for _appcast_checkpoint. | Markus Reiter | |
| 2017-01-23 | official_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-23 | Add support for calculating appcast checkpoint from URLs. | Markus Reiter | |
| 2017-01-23 | Add --calculate (print current checkpoint without it) | VĂtor GalvĂŁo | |
| 2017-01-23 | cask - internal_stanza: use cask_tokens_from(args) | VĂtor GalvĂŁo | |
| 2017-01-23 | cask - internal stanzas: lowercase help | VĂtor GalvĂŁo | |
| 2017-01-23 | tests: remove env helper | Alyssa Ross | |
