| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-09-23 | Merge pull request #1100 from MikeMcQuaid/test-bot-etc-var1.0.3 | Mike McQuaid | |
| test-bot: cleanup etc/var after each build. | |||
| 2016-09-23 | Merge pull request #1097 from DomT4/software_dev_is_hard | Mike McQuaid | |
| diagnostic: make using outdated dev tools fatal | |||
| 2016-09-23 | Merge pull request #1029 from wickles/patch-1 | Josh Hagins | |
| Prevent Accessibility access for macOS >= 10.12 | |||
| 2016-09-23 | accessibility_test: fix warning message | Josh Hagins | |
| 2016-09-23 | Fix Style/IfUnlessModifier. | Markus Reiter | |
| 2016-09-23 | Fix Style/GuardClause. | Markus Reiter | |
| 2016-09-23 | Fix Style/RegexpLiteral. | Markus Reiter | |
| 2016-09-23 | Fix Style/Semicolon. | Markus Reiter | |
| 2016-09-23 | Fix Style/SingleLineBlockParams. | Markus Reiter | |
| 2016-09-23 | Fix Style/IdenticalConditionalBranches. | Markus Reiter | |
| 2016-09-23 | RuboCop has to be run inside `HOMEBREW_LIBRARY`. | Markus Reiter | |
| 2016-09-23 | Update `rubocop` dependency to `0.43.0`. | Markus Reiter | |
| 2016-09-23 | Fix Lint/NonLocalExitFromIterator. | Markus Reiter | |
| 2016-09-23 | Fix Style/PredicateName. | Markus Reiter | |
| 2016-09-23 | Fix Style/NumericLiterals. | Markus Reiter | |
| 2016-09-23 | Fix Style/Next. | Markus Reiter | |
| 2016-09-23 | Fix Style/MethodName. | Markus Reiter | |
| 2016-09-23 | Fix Style/CaseIndentation. | Markus Reiter | |
| 2016-09-23 | Fix Performance/FixedSize. | Markus Reiter | |
| 2016-09-23 | Fix Lint/EndAlignment. | Markus Reiter | |
| 2016-09-23 | Add `define_method` and `define_singleton_method`. | Markus Reiter | |
| 2016-09-23 | Fix DoubleNegation. | Markus Reiter | |
| 2016-09-23 | Fix RuboCop CaseEquality. | Markus Reiter | |
| 2016-09-23 | Run `rubocop`. | Markus Reiter | |
| 2016-09-23 | Remove `.simplecov` from cask’s RuboCop config. | Markus Reiter | |
| 2016-09-23 | Auto-correct guard clauses. | Markus Reiter | |
| 2016-09-23 | Add Regex for `Style/FileName` cop. | Markus Reiter | |
| 2016-09-23 | Run `rubocop —auto-correct`. | Markus Reiter | |
| 2016-09-23 | Enable `Style/EmptyElse` cop. | Markus Reiter | |
| 2016-09-23 | Remove dependency on `rubocop-cask`. | Markus Reiter | |
| 2016-09-23 | Merge pull request #1103 from MikeMcQuaid/update-upstream-tag-strict | Mike McQuaid | |
| update.sh: only update to semver tags. | |||
| 2016-09-23 | test-bot: cleanup Cellar/etc/var after each build. | Mike McQuaid | |
| This has been causing issues when bottling files that are installed to these paths due to the diff algorithm we use for figuring out whether files installed into etc/var belong to a given bottle. Additionally, sometimes not all formulae were uninstalled which meant `brew doctor` would fail. | |||
| 2016-09-23 | Merge pull request #1084 from penman/fast_integration_tests | Mike McQuaid | |
| tests: speed up integration tests coverage | |||
| 2016-09-23 | update.sh: only update to semver tags. | Mike McQuaid | |
| Otherwise random e.g. `pr-123` tags may cause `brew update` to update to the wrong version. | |||
| 2016-09-23 | Merge pull request #1101 from MikeMcQuaid/sandbox-repository | Mike McQuaid | |
| sandbox: tweak HOMEBREW_REPOSITORY handling. | |||
| 2016-09-23 | tests: speed up integration tests coverage | Alyssa Ross | |
| Previously, .simplecov called `SimpleCov.result` to store the coverage result, and ignored the return value. `SimpleCov.result`'s return can be slow to calculate, which wastes a lot of time when it's ignored. This commit extracts the code needed to store the SimpleCov result from `SimpleCov.result`, and calls it directly, without doing the busywork to compute the return value every time. In my testing, this more than halves the time taken to run all the integration tests. | |||
| 2016-09-23 | Merge pull request #1086 from woodruffw/macho-cosmetics | Mike McQuaid | |
| Remove old cctools references now that only ruby-macho is used. | |||
| 2016-09-23 | Merge pull request #1089 from reitermarkus/coverage | Markus Reiter | |
| Fix coverage reporting. | |||
| 2016-09-23 | Merge pull request #1014 from rwhogg/upstream-ant-dep-linux-fix | Mike McQuaid | |
| dependency_collector: Fix ant_dep for Linux | |||
| 2016-09-23 | Merge pull request #1085 from penman/docs-update_test | Mike McQuaid | |
| docs: more accurate update-test parameter name | |||
| 2016-09-23 | sandbox: tweak HOMEBREW_REPOSITORY handling. | Mike McQuaid | |
| If we have a HOMEBREW_REPOSITORY and HOMEBREW_PREFIX mismatch (now the default) then we can block access to the whole of HOMEBREW_REPOSITORY rather than just the HOMEBREW_LIBRARY and `.git`. | |||
| 2016-09-23 | Fix coverage reporting. | Markus Reiter | |
| 2016-09-23 | Merge pull request #1041 from penman/parallel_tests | Mike McQuaid | |
| Parallelise test suite | |||
| 2016-09-22 | Updated accessibility test for Sierra | Alex | |
| 2016-09-23 | Merge pull request #1093 from rwhogg/most-formulae-have-tests | Dominyk Tiller | |
| test: most formulae have tests now | |||
| 2016-09-23 | Merge pull request #1090 from MikeMcQuaid/brew-version-repository | Dominyk Tiller | |
| brew.sh: fix brew --version outside HOMEBREW_REPOSITORY. | |||
| 2016-09-22 | automated rubocop fixup | Bob W. Hogg | |
| 2016-09-23 | diagnostic: make using outdated dev tools fatal | Dominyk Tiller | |
| A smarter form of https://github.com/Homebrew/brew/commit/559cea7fa9d7f9f2557f2523092687dec45c5316. Travis users can't force Travis to update 10.11 to Xcode 8, so this was murdering builds left, right & centre. Fixes https://github.com/Homebrew/brew/issues/1096 whilst still retaining the point of the original commit. Also offers developers an opt-out so if we need to test something on 10.11 with Xcode 7.x we can, etc. | |||
| 2016-09-22 | Revert "diagnostic: make using outdated development tools fatal" | Dominyk Tiller | |
| This reverts commit a124680b189f50ebeb550845e3c0efd34db66247. Will need to be smarter than this, since people can't force Travis to update. I'm losing count of the amount of times Travis has forced a change of plans around Homebrew this year. Closes https://github.com/Homebrew/brew/issues/1096. | |||
| 2016-09-22 | make linux behaviour the default. override only for macos | Bob W. Hogg | |
