| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-08-17 | utils/curl: assume Ruby 2. | Mike McQuaid | |
| 2016-08-17 | test/Gemfile: assume Ruby 2. | Mike McQuaid | |
| 2016-08-17 | Merge pull request #555 from UniqMartin/goodbye-legacy | Mike McQuaid | |
| Remove legacy Aliases/Formula symlink from Library | |||
| 2016-08-17 | shims/super/cc: assume Ruby 2. | Mike McQuaid | |
| 2016-08-17 | extend/fileutils: assume Ruby 2. | Mike McQuaid | |
| 2016-08-17 | exceptions: assume Ruby 2. | Mike McQuaid | |
| 2016-08-17 | test-bot: assume Ruby 2. | Mike McQuaid | |
| 2016-08-17 | descriptions: assume Ruby 2. | Mike McQuaid | |
| 2016-08-17 | cmd/audit: assume Ruby 2. | Mike McQuaid | |
| 2016-08-17 | global: raise unless Ruby 2. | Mike McQuaid | |
| 2016-08-17 | rubocop: remove Ruby 1.8 compatibility checks. | Mike McQuaid | |
| 2016-08-17 | Prepare for Homebrew Cask to be imported. | Mike McQuaid | |
| - ignore Cask's files in `readall` (for now, there's an intentional syntax error that will need fixed) - run Cask's tests if they exist - don't check Cask's files in coverage reports (for now) | |||
| 2016-08-17 | Merge pull request #720 from MikeMcQuaid/homebrew-developer-docs | Mike McQuaid | |
| Tweak HOMEBREW_DEVELOPER documentation. | |||
| 2016-08-17 | Merge pull request #723 from MikeMcQuaid/diagnostic-HEAD | Mike McQuaid | |
| diagnostic: don't barf if HEAD is also a file. | |||
| 2016-08-17 | Merge pull request #713 from MikeMcQuaid/ship-sandbox | Mike McQuaid | |
| Enable sandbox by default for homebrew/core | |||
| 2016-08-17 | Tweak HOMEBREW_DEVELOPER documentation. | Mike McQuaid | |
| This option does more than just print warnings so let's make a more generic description with a more specific example. Closes #716. | |||
| 2016-08-17 | Fix minor issues in command help text formatting | Martin Afanasjew | |
| - Inconsistent or unneeded indentation - Missing or superfluous empty lines - Missing or wrongly formatted arguments in command summary - Missing punctuation | |||
| 2016-08-16 | superenv: add LDFLAGS if disabling weak imports. | Mike McQuaid | |
| 2016-08-16 | ENV/std: add LDFLAGS if disabling weak imports. | Mike McQuaid | |
| 2016-08-16 | mac/ENV/shared: add check for disabling weak imports. | Mike McQuaid | |
| 2016-08-16 | Add OS X-specific SharedEnvExtension. | Mike McQuaid | |
| 2016-08-16 | diagnostic: don't barf if HEAD is also a file. | Mike McQuaid | |
| Closes #694. | |||
| 2016-08-16 | doctor: print check on --debug. | Mike McQuaid | |
| 2016-08-16 | Merge pull request #704 from eirinikos/add-cmd-audit-unit-tests | Mike McQuaid | |
| tests: add cmd/audit unit tests | |||
| 2016-08-16 | Merge pull request #710 from MikeMcQuaid/list-manpage-tweaks | Mike McQuaid | |
| list: note that `ls` command is used. | |||
| 2016-08-16 | Merge pull request #513 from MikeMcQuaid/enable-vendor-ruby | Mike McQuaid | |
| Enable vendored Ruby 2.0. | |||
| 2016-08-15 | tests: add cmd/audit unit tests (caveats, desc, homepage) | Andrea Kao | |
| 2016-08-15 | cmd/postinstall: use Sandbox.formula? method. | Mike McQuaid | |
| 2016-08-15 | formula_installer: use Sandbox.formula? method. | Mike McQuaid | |
| 2016-08-15 | sandbox: add formula? method and sandbox core. | Mike McQuaid | |
| Add a new `Sandbox.formula?` method to see if a given formula should be sandboxed. Use the formula to check its tap against a list of pre-approved taps where we know every formula builds under the sandbox (currently just homebrew/core). | |||
| 2016-08-15 | cmd/test: use Sandbox.test? | Mike McQuaid | |
| 2016-08-15 | sandbox: add test? method. | Mike McQuaid | |
| Simplify checking if we’re going to sandbox a test with `Sandbox.test?`. | |||
| 2016-08-14 | brew: sanitize BASH_ENV | Andrew Janke | |
| 2016-08-14 | Test that sandbox complains correctly | Tim D. Smith | |
| Test that sandbox does not complain about bogus .pyc errors and does complain about other failures. Closes #684. | |||
| 2016-08-14 | Don't report .pyc file writes in sandbox logs | Tim D. Smith | |
| These are never fatal and often confusing. Fixes #683. | |||
| 2016-08-14 | Merge pull request #711 from MikeMcQuaid/update-test-tweak | Mike McQuaid | |
| update-test: tweak master not updated check. | |||
| 2016-08-14 | pull: loosen Jenkins Testing URL. | Mike McQuaid | |
| 2016-08-14 | update-test: tweak master not updated check. | Mike McQuaid | |
| Loosen this a bit; we don't necessarily expect the end commit is the one we're looking for, just that it has changed from the start commit (i.e. some sort of update has occurred). Addresses some false negatives on `master` branch merges that weren't present on the PR commits. | |||
| 2016-08-14 | list: note that `ls` command is used. | Mike McQuaid | |
| And arguments can be passed through to it. Tweak produced out of conversation in https://github.com/Homebrew/brew-evolution/pull/8. | |||
| 2016-08-14 | Merge pull request #679 from MikeMcQuaid/ship-auto-update | Mike McQuaid | |
| Ship Homebrew auto-update support. | |||
| 2016-08-14 | Merge pull request #703 from MikeMcQuaid/search-remove-cache | Mike McQuaid | |
| search: remove thread-unsafe Hash cache. | |||
| 2016-08-14 | Merge pull request #702 from MikeMcQuaid/silence-audit-revisions | Mike McQuaid | |
| Silence auditing formula revisions deprecations | |||
| 2016-08-14 | Merge pull request #689 from MikeMcQuaid/update-force | Mike McQuaid | |
| update: add --force argument. | |||
| 2016-08-14 | Merge pull request #682 from eirinikos/extend-cmd-audit-tests | Mike McQuaid | |
| tests: refactor FormulaTextTests in test_cmd_audit, add assertion to test_simple_valid_formula | |||
| 2016-08-14 | Merge pull request #677 from sjackman/print-dependencies | Mike McQuaid | |
| install_dependencies: Do not truncate dependencies | |||
| 2016-08-14 | Merge pull request #707 from ilovezfs/pull-testing-job-non-core | Mike McQuaid | |
| pull: non-core tap support for Homebrew Testing jobs | |||
| 2016-08-13 | tab: fix Tab.for_formula versions (#687) | Uladzislau Shablinski | |
| versions should be initialized even if formula is not installed | |||
| 2016-08-13 | pull: non-core tap support for Homebrew Testing jobs | ilovezfs | |
| `test-bot --ci-testing` supports a `--tap` option for non-core taps, so `brew pull` should too when pulling Homebrew Testing jobs. | |||
| 2016-08-13 | test_gpg: tweak rmtree usage | Dominyk Tiller | |
| Swats away this annoying warning when the test is skipped due to GPG being unavailable: ``` 1) Skipped: GpgTest#test_create_test_key: GPG Unavailable Error: GpgTest#test_create_test_key: NoMethodError: undefined method `rmtree' for nil:NilClass /usr/local/Library/Homebrew/test/test_gpg.rb:11:in `teardown' ``` Closes #675. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com> | |||
| 2016-08-13 | test_gpg2_requirement: add satisfied test | Dominyk Tiller | |
